Android编译环境下,运行应用提示: ?W/dalvikvm(10375): VFY: unable to resolve static method 357: Lorg/cocos2d/nodes/CCDirector;.sharedDirector ()Lorg/cocos2d/nodes/CCDirector; ? 解决办法: bu...
分类:
移动开发 时间:
2015-02-03 01:55:48
阅读次数:
291
后来网上查了一下说是DNS服务器错误。于是修改一下/etc/resolv.conf添加一个nameserver 8.8.8.8完成
分类:
其他好文 时间:
2015-02-02 19:42:52
阅读次数:
136
Spring启动异常: cvc-elt.1: Cannot find the declaration of element 'beans'2008-09-07 22:41今天把在线聊天室代码改了下, 想启动应用测试. 结果抛出一大堆异常: ------------------------------...
分类:
编程语言 时间:
2015-02-02 17:35:50
阅读次数:
216
发现问题:IIS网站全部消失了。原因不明。报错:The Path specified cannot be used at this time解决步骤:为IIS添加localhost,报错:The Path specified cannot be used at this time查找原因:得出需要重...
分类:
Web程序 时间:
2015-02-02 12:24:16
阅读次数:
172
最近把一个项目的jQuery升级到最新版,发现有些页面报错Cannot read property ‘msie’ of undefined。上jQuery网站上搜了一下,原因是$.browser这个api从jQuery1.9开始就正式废除,js代码里只要用到$.browser就会报这个错。具体说明参...
分类:
Web程序 时间:
2015-02-02 12:13:48
阅读次数:
155
在学习 ajax 时遇到了一个问题XMLHttpRequest cannot load file:xxxxxxxx . Cross origin requests are only supported for HTTP. 谷歌了下, 在stackoverflow 上发现了原因所在:XMLHttp.....
分类:
其他好文 时间:
2015-02-01 21:46:02
阅读次数:
137
判断一些字符串能首尾相连连在一起并查集求欧拉回路和通路Sample Input32acmibm3acmmalformmouse2okokSample OutputThe door cannot be opened.Ordering is possible.The door cannot be ope...
分类:
其他好文 时间:
2015-02-01 21:42:23
阅读次数:
190
fedora下解决yum groupinstall "Development Tools"yum install mesa-libGL-develubuntu下解决 sudo apt-get install libglu1-mesa-dev -y
分类:
系统相关 时间:
2015-02-01 18:56:29
阅读次数:
185
在使用Spring AOP时,遇到如下的错误:Exception in thread "main" java.lang.ClassCastException: com.sun.proxy.$Proxy0 cannot be cast to com.spring.test.setter.Instrum...
分类:
编程语言 时间:
2015-01-31 16:02:23
阅读次数:
227
I want to run some programs of vs2012 on the vs2013 ,however some errors as follows:
first time the error is :
error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1700'
you can do that as fllows :
...
分类:
其他好文 时间:
2015-01-30 22:53:39
阅读次数:
1436