No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination....
分类:
移动开发 时间:
2014-06-07 01:56:57
阅读次数:
361
ld: library not found for -lxxxxxxxx
clang: error: linker command failed with exit code 1 (use -v to see invocation)...
分类:
其他好文 时间:
2014-06-05 12:42:28
阅读次数:
386
相信不少同学和我一样遇到这个问题,有时候搞的还要重启电脑,那究竟是什么原因导致的呢,很明显,你的端口被占用了,那下面给出终极解决方案一、首先描述症状,如下图二、出现问题了,首先确定你的sdk目录是不是真的在Console输出的那个位置,如果是的话。接下来现在就要看看到底是谁占用了端口。打开命令编辑器...
分类:
移动开发 时间:
2014-05-31 15:40:38
阅读次数:
366
httpurlconnection1. 配置connection对象2. connect()
[根据配置设置请求头 outputStream 字符串流] 存储在内存缓冲区3. outputStream关闭时 生成http正文4.
调用getInputStream时 发送http请求 返回I...
分类:
其他好文 时间:
2014-05-31 14:35:49
阅读次数:
200
Jmap 全称 Java Memory
Map,用于打印出某个java进程(使用pid)内存内的,所有‘对象’的情况(如:产生那些对象,及其数量)。Usage: jmap [option] (to
connect to running process) jmap [opt...
分类:
其他好文 时间:
2014-05-31 13:08:10
阅读次数:
327
今天的工作中,需要远程访问服务器上的数据库。但是,连接错误,Error code is
1326.说句实话,关于SqlServer
不能远程访问这个问题,我遇到过N次。可是每次都不认真去研究到底是什么原因造成的?直到今天,我解决这个遇到过N多次的问题时,还是相当棘手。在今天解决这个问题过程中,我深深...
分类:
数据库 时间:
2014-05-31 12:59:56
阅读次数:
303
1. 什么是SFINAE在C++中有很多的编程技巧(Trick),SFINAE就是其中一种,
他的全义可以翻译为”匹配失败并不是一个错误(Substitution failure is not an error)“.
简单来说他就是专门利用编译器匹配失败的一种技巧.2. 案例比如我们想实现一个通用的...
分类:
编程语言 时间:
2014-05-31 12:43:34
阅读次数:
378
/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:16:
error: ‘uintptr_t’ was not declared in this scope typedef atomic
atomic_uintpt...
分类:
其他好文 时间:
2014-05-31 11:53:03
阅读次数:
345
详细错误信息为:Error in invoking target‘install’of
makefile‘/opt/oracle/product/10.2/ctx/lib/ins_ctx.mk’.
See‘/opt/oracle/oraInvertory/logs/installActions201...
分类:
系统相关 时间:
2014-05-31 06:14:14
阅读次数:
512
Android开发过程中 eclipse 经常会出现
logcat突然就是不现实log的情况。经常遇到,一直没有解决。后来解决了,记录一下。默认的设置是error改成verbos 问题解决。
分类:
系统相关 时间:
2014-05-31 04:27:58
阅读次数:
344