跟往常一样使用信鸽推送,不过这次却怎么也没反应。经过查看log发现确实是收到了推送过来的消息了,其中有这么一行:W/dalvikvm(23255): VFY: unable to resolve virtual method 1345: Landroid/support/v4/app/Notific...
分类:
移动开发 时间:
2014-10-22 10:48:48
阅读次数:
837
首先将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
一.TCP/IP 协议族体系结构以及主要协议
TCP/IP协议族是一个才四层协议系统。
数据链路层:实现了网卡接口的网络驱动程序,以处理数据在物理媒介(比如以太网,令牌网等)上的传输。数据链路层两个常用的协议是ARP协议(Address Resolve Protocol,地址解析协议)和
RARP协议(Revers Address Resovle Protocol,逆...
分类:
其他好文 时间:
2014-10-21 10:29:11
阅读次数:
231
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