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
一. 需求 最近在做数据库迁移,经常需要打包实例传输,传统scp感觉很慢。二. 软件信息 1. 软件主页:http://tsunami-udp.sf.net/ 2. 软件安装:直接源码make && make install三. 简单使用 以下介绍简明步骤: 在源机子开启tsunami进程:tsunamid * 在目标机子 connect...
分类:
其他好文 时间:
2014-06-05 11:05:15
阅读次数:
248
hibbernate的异常的一种情况
org.dom4j.DocumentException: Connection timed out
Connection timed out: connect Nested exception: Connection timed out: connect
出现这个异常的原因之一是读取配置文件超时。通常是在读...
分类:
系统相关 时间:
2014-06-05 08:52:44
阅读次数:
371
1.failed to lock XXXXX.spl文件
这是你建索引的时候会出现的问题,是你没有把打开的的searchd服务给关闭,因为你打开searchd服务时,他会建立一个叫xxx.spl的临时文件,建索引的时候就会出现冲突
2.FATAL: Tokenizer initialization failure.
词典路径不对,修改实际安装字典路径,默认使用相对路径,建议使用绝对路径。
...
分类:
其他好文 时间:
2014-06-05 04:32:19
阅读次数:
324
Warning: mysqli_connect()
[function.mysqli-connect]: [2002] No such file or directory (trying to connect
via unix:///var/mysql/mysql.sock) in xxx.php ...
分类:
数据库 时间:
2014-05-31 18:38:12
阅读次数:
303
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
在用mdk通过stlink烧写官方例程到stm32f429I
discovery时,烧写了十来个程序都没问题,突然在烧写一个程序时,弹出了“flash download failed - Target dll has
been cancelled”,然后后续的烧写都失败了。原因可能是其中一个程序将s...
分类:
其他好文 时间:
2014-05-31 06:58:56
阅读次数:
2006