Value of type java.lang.String cannot be converted to JSONObject解析服务器返回的Json串时,JSONObject对象抛出了这个异常。原以为是返回的json格式错误了,仔细对比看不出所以然。至少字符上看是格式没问题的。。那就可能是编码的...
分类:
编程语言 时间:
2014-08-19 18:09:55
阅读次数:
212
09-09 10:19:59.979: E/AndroidRuntime(2767): FATAL EXCEPTION: main09-09 10:19:59.979: E/AndroidRuntime(2767): java.lang.ClassCastException: android.vie...
分类:
移动开发 时间:
2014-08-19 14:27:15
阅读次数:
363
./emulator: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory你用的是64位的系统吧?应该是缺少 lib32stdc...
分类:
移动开发 时间:
2014-08-19 07:07:23
阅读次数:
296
从SVN上下载项目,所有代码都有下来,在本地编译,java类总是报出n多红叉,惨不忍睹,String cannot be resolved to a type都出来了,以为是jar包未被加载,于是project-properties--java build path -- libraries,删掉已...
分类:
系统相关 时间:
2014-08-18 13:01:02
阅读次数:
248
cannot call methods on draggable prior to initialization; attempted to call 报这个问题的根本原因是因为你的引用文件有问题
,你的jquery 的js或者css样式引用重复导致它读取两次,初始化失败就会报这个错误,好好看看配置文件...
分类:
其他好文 时间:
2014-08-18 12:36:04
阅读次数:
295
多次使用Spring placeholder报"Could not resolve placeholder"的解决方案web.xml: contextConfigLocation WEB-INF/config/spring/dao.xml,...
分类:
其他好文 时间:
2014-08-18 12:09:44
阅读次数:
200
还原Oracle数据库时出现ORA-19870和ORA-19573错误,如:RMAN> restore database;Starting restore at 11-DEC-12 using channel ORA_DISK_1channel ORA_DISK_1: starting datafi...
分类:
其他好文 时间:
2014-08-17 19:51:02
阅读次数:
342
有时候我们重写父类的init方法时不注意将init后面的第一个字母写成了小写,在这个方法里面又调用父类的初始化方法(self = [super init];)时会报错,错误信息如下:error:Cannot assign to 'self' outside of a method in the in...
分类:
其他好文 时间:
2014-08-17 16:58:52
阅读次数:
201
svn更新代码后,打开xcode工程文件,会出现 xxx..xcodeproj cannot be opened because the project file cannot be parsed.因为.xcodeproj工程文件冲突了,然后还是会强制更新,内部文件出现了冲突,所以解析不了文件。会出...
分类:
其他好文 时间:
2014-08-17 11:35:52
阅读次数:
227
闲话不唠,简单粗暴版。 简单提一句MSAA(Multisample Anti Aliasing),依本人愚见,MSAA就是光栅化阶段对一个像素内部进行多次采样(采4次就是4X,采8次就是8X多重采样),然后根据按照一定规则(默认是取平均值)将同一个像素内的多个采样点融合成一个的过程(resolve....
分类:
其他好文 时间:
2014-08-15 19:22:09
阅读次数:
249