问题: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] load....
分类:
其他好文 时间:
2015-12-22 07:53:55
阅读次数:
211
dataType的值不能为"", 否则会导致错误发生:Uncaught TypeError: Cannot read property '0' of null,http请求可以发送,但是callback不能触发
分类:
Web程序 时间:
2015-12-17 13:01:14
阅读次数:
221
Uncaught SecurityError: Failed to execute 'replaceState' on 'History': A history state object with URL 'file:///C:/Users/Administrator/Desktop/%E5%BE%...
分类:
其他好文 时间:
2015-12-10 23:21:54
阅读次数:
306
Uncaught Exception java.lang.OutOfMemoryError: unable to create new native threadmac下jmeter
分类:
系统相关 时间:
2015-12-01 17:58:06
阅读次数:
219
项目中一直在使用UEditor,风平浪静。近期该项目引入了Requirejs,结果发现在有富文本编辑器的页面都会在控制台报出如下异常:Uncaught ReferenceError: ZeroClipboard is not defined ueditor.all.min.js:265...
分类:
其他好文 时间:
2015-11-26 13:00:55
阅读次数:
169
Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [80 nan]'本来好好的突然出现了这个问题 累半天终于找到了原因 原来是做除0....
分类:
其他好文 时间:
2015-11-20 19:58:30
阅读次数:
152
今天代码出现了W/dalvikvm(690): threadid=1: thread exiting with uncaught exception (group=0x41d9cc50)这个问题,后来检查发现是xml文件里控件的名字大小写搞错了,总结以下以免再犯:1.可能跟findViewById(...
分类:
其他好文 时间:
2015-11-18 21:07:10
阅读次数:
165
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArrayI addObject:]: unrecognized selector sent to instance ...
分类:
移动开发 时间:
2015-11-12 11:50:52
阅读次数:
239
说到这个题目,先从今天和朋友讨论一个问题开始。{a:1,b:2}直接在控制台输出时会报错“Uncaught SyntaxError: Unexpected token :”;一开始不能理解,一个再正常不过的对象,为什么会报错呢?其实分析下就知道,{}在js中除了表示对象直接量外,还表示语句块;如果一...
分类:
Web程序 时间:
2015-11-09 20:32:05
阅读次数:
256
TestAudioPlayer[254:707] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is n...
分类:
其他好文 时间:
2015-11-07 14:44:06
阅读次数:
291