VS2010下Cannot find or open the PDB file 问题的解决...
分类:
数据库 时间:
2014-08-11 17:47:12
阅读次数:
212
linux进行软件安装时,报错couldn‘tresolvehost.....这个原因是dns的配置错误,解决方法如下:1.重启网卡:servicenetworkrestart如果不行的话,先修改配置文件,再重启网卡1、打开文件/etc/resolv.conf在其中添加:nameserver8.8.8.8#nameserver8.8.4.4#searchlocaldomain
分类:
其他好文 时间:
2014-08-11 15:21:33
阅读次数:
159
PHP严重致命错误处理:php ?Fatal error: Cannot redeclare class or function 1、错误类型:PHP致命错误 Error type: PHP Fatal error Fatal error: Cannot redeclare (a) (previously declared in (b)) in (c) ...
分类:
Web程序 时间:
2014-08-11 03:11:11
阅读次数:
375
在使用java.util.List; 的时候,把语句写成了:List arr = new List();导致错误:Cannot instantiate the type List正确写法是:List arr = new ArrayList();...
分类:
其他好文 时间:
2014-08-09 21:35:49
阅读次数:
304
CentOS6.4安装readline时报错:/usr/bin/ld : cannot find -lncurses解决方法:安装ncurses-devel,输入命令:#yum install ncurses-devel###安装完成后重新安装readline(#pip install readli...
分类:
其他好文 时间:
2014-08-09 21:14:29
阅读次数:
1431
1.1 Implement an algorithm to determine if a string has all unique characters. Whatif you cannot use additional data structures? 1 #include 2 #includ....
分类:
其他好文 时间:
2014-08-09 18:17:58
阅读次数:
199
1.页面跳转错误:Uncaught TypeError: Cannot read property 'afCSS3AnimateId' of undefined
原因:data-defer="" 跳转路径不正确
解决:路径正确即可
2.程序正在启动的圈圈一直
原因:转id冲突,出现重名id
解决:id冲突,出现重名id...
分类:
移动开发 时间:
2014-08-08 16:08:46
阅读次数:
264
如果当前使用的Android SDK是v20的话,在通过Eclipse或者Intellij IDEA打包Android项目时,会出现一个”cannot find zipalign”的错误。这个错误的原因在于google将zipalign程序移动到了build-tools/android-4.4W目录...
分类:
移动开发 时间:
2014-08-08 12:12:05
阅读次数:
217
今天在调试解析服务器传过来的JSON数据时,在2.3.7的手机上报了下面这样一个异常。
08-07 22:00:29.597: W/System.err(7610): org.json.JSONException: Value ? of type java.lang.String cannot be converted to JSONArray
而在android4.0版本以上的手...
分类:
移动开发 时间:
2014-08-08 02:05:35
阅读次数:
359
在Android4.2的源码Build/prduct_config.mk里面遇到一个遗憾:# Convert a short name like "sooner" into the path to the product
# file defining that product.
#
INTERNAL_PRODUCT := $(call resolve-short-product-name, $(...
分类:
移动开发 时间:
2014-08-07 23:15:05
阅读次数:
340