首先将VisualStudio安装目录vc中bin、lib、include目录添加到环境变量path中 遇到的问题: 1.fatal error LNK1104: cannot open file ‘uuid.lib‘ 找到了本机uuid.lib的所在路径:C:\Program Files (x86)\Microsof...
分类:
编程语言 时间:
2014-10-22 07:41:23
阅读次数:
170
============问题描述============ 异常日志如下:
Causedby:java.lang.IllegalStateException:Cannotperformthisoperationbecausetheconnectionpoolhasbeenclosed. atandro...
分类:
数据库 时间:
2014-10-22 01:02:11
阅读次数:
462
原因:项目中缺少servlet-api.jar文件。解决办法:将D:/ProgramFiles/ApacheSoftwareFoundation/Tomcat5.5/common/lib下的servlet-api.jar拷贝到项目中,然后编译即可。
分类:
编程语言 时间:
2014-10-21 19:56:11
阅读次数:
162
ld命令行工具(链接库的一个工具)的搜索路径是-L指定的,库名是-l指定的。比如: ld -L[dir] -l[mylib] --verbose以上我用可视化的方法显示ld的搜索路径,其结果是居然在mylib,也就是库文件名中自动加入了前缀lib,导致找不到我的mylib,因为我的lib名字没有加入...
分类:
系统相关 时间:
2014-10-21 17:31:35
阅读次数:
185
1. 常见错误
error(-38, 0)
我认为-38表示在当前的MediaPlayer状态下,不能执行你的操作。
具体如何做请参考:Android MediaPlayer
另外我在其他资料中,发现有人认为-38定义在:pvmf_return_codes.h文件中:
-38: DRM clock is not available or cannot be read
0: Retu...
分类:
移动开发 时间:
2014-10-21 15:29:14
阅读次数:
360
【解决】/usr/bin/ld: cannot find -lc...
分类:
其他好文 时间:
2014-10-21 15:25:13
阅读次数:
159
http://my.oschina.net/luckyi/blog/291007最新升级IDEA12到13版本,升级后发现IDEA中SVN无法正常使用,但文件夹下能够正常使用。并且报错:svn: E204899: Cannot run program "svn" (in directory "G:\...
分类:
其他好文 时间:
2014-10-21 15:09:06
阅读次数:
194
1.if you declare a method to be static in your .cc file.The reason is thatstaticmeans something different inside .cc files than in class declarations ...
分类:
其他好文 时间:
2014-10-20 19:24:37
阅读次数:
223
报错:消息 468,级别 16,状态 9,过程 XXXX,第 355 行Cannot resolve the collation conflict between "Chinese_PRC_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal ...
分类:
数据库 时间:
2014-10-20 13:11:58
阅读次数:
265
============问题描述============ 我新建了一个android项目以后,发现gen目录是空的。不知道为什么,请高手指点。 ============解决方案1============ ...
分类:
其他好文 时间:
2014-10-19 23:02:53
阅读次数:
207