Pods was rejected as an implicit dependency for ‘libPods.a’ because its architectures ‘i386’ didn’t contain all required architectures ‘x86_64’参考了http...
分类:
移动开发 时间:
2014-09-21 14:33:00
阅读次数:
215
DescriptionChosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new proble...
分类:
其他好文 时间:
2014-09-20 17:03:49
阅读次数:
304
这个版本的chrome beta升级到38.0.2x.xxx的时候, flash就挂了.
调试下
./libpepflashplayer.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./libpepflashplayer.so)
linux-vdso.so.1...
分类:
其他好文 时间:
2014-09-19 22:33:16
阅读次数:
243
将boost更新到1.53时, 发现luabind死活编译不过, 报错如下error: missing binary operator before token “(“根据老外的描述, boost中的BOOST_PP_ITERATION_FLAGS从1.49版本后发生了一些变化.在git找到一个pa...
分类:
其他好文 时间:
2014-09-19 19:11:55
阅读次数:
180
本文转自:http://forums.asp.net/t/1598262.aspx?how+can+I+change+default+errormessage+for+invalid+priceI have:[Required(ErrorMessage = "Price is required.")...
分类:
其他好文 时间:
2014-09-19 13:37:35
阅读次数:
199
iOS 苹果app提交 ITC.apps.validation.prerelease_build_missing...
分类:
移动开发 时间:
2014-09-18 09:49:53
阅读次数:
182
录制测试上传文件脚本,回放报Warning -26490: File name in a multipart submit is missing or empty. Using an empty file [MsgId: MWAR-26490]。经过几天努力,总算解决了此问题,先看以前的脚本:...
分类:
其他好文 时间:
2014-09-17 23:10:42
阅读次数:
505
在gdb调试时segmentation fault问题时,遇到下面的了问题:Program received signal SIGABRT, Aborted.0x00007ffff73eb925 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/...
分类:
数据库 时间:
2014-09-17 18:09:52
阅读次数:
344
一起学习CMake – 01本节介绍CMake里最常用的三个命令,分别是cmake_minimum_required; project; add_executable等。CMake是个好东西,在使用VTK, ITK, IGSTK, OpenCV, DCMTK等开源工具包时,是离不开CMake的,甚至...
分类:
其他好文 时间:
2014-09-17 14:56:42
阅读次数:
303
数组a[n-1]里存有1到n的所有数,除了一个数removed,找出这个missing的数。#include #include //数组a[n-1]里存有1到n的所有数,除了一个数removed,找出这个missing的数。//容易发生溢出 时间复杂度O(N),空间复杂度O(1)int missi....
分类:
其他好文 时间:
2014-09-16 23:19:31
阅读次数:
217