错误提示: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter' 解决方法:
分类:
其他好文 时间:
2016-03-02 21:46:24
阅读次数:
119
后台创建了一个DntHub的集线器 前台在调用的时候出现了问题(经检查是代理对象创建失败) 于是到StackOverflow上面找了下: http://stackoverflow.com/questions/14146913/signalr-cannot-read-property-client-o
分类:
其他好文 时间:
2016-03-01 12:48:31
阅读次数:
156
检查发现JAVA实体封装的属性有Date类型, 但前台向后台提交的默认为字符串, 无法正常set到实体,所以出现了这个错误. VM5090:1 Uncaught SyntaxError: Unexpected token < 个人解决办法是把时间类型的的set方法, 入参改为字符串,然后转换,如下代
分类:
其他好文 时间:
2016-02-18 10:13:55
阅读次数:
186
一、crash的场景 程序中用到UIImagePickerController时,如果在IPhone6S上运行APP,当forceTouch 一个图片时程序会crash,并附带如下crash message: * Terminating app due to uncaught exception ‘
分类:
其他好文 时间:
2016-02-14 22:14:50
阅读次数:
321
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /usr/local/nginx/html/index.php:2 Stack trace: #0 {main} thrown in /usr/loc
分类:
其他好文 时间:
2016-02-05 11:44:58
阅读次数:
163
在做一个chrome上插件的时候,写popup.js时候发现$不能用,我以为在manfest.json上配好jquery-mini-2.0.js就可以了,其实不是,仍然需要在调用他的html即popup.html上配置jquery-mini-2.0.js的路径<script src="js/jque
分类:
Web程序 时间:
2016-02-05 01:49:16
阅读次数:
312
在写一个js图片轮播的时候,遇到了一个浏览器报错的问题,想了很久,后面解决了问题, 浏览器报错如下: 在chrome浏览器报错如下: Uncaught TypeError: Cannot read property 'style' of undefined 在firefox浏览器报错如下: Type
分类:
其他好文 时间:
2016-02-02 22:27:24
阅读次数:
247
出现这种状况是因为Eclipse默认开启挂起未捕获的异常(Suspend execution on uncaught exceptions),只要关闭此项就可以了。解决方法:在eclipse中选择Window->Preference->Java->Debug,将“Suspend execution
分类:
系统相关 时间:
2016-01-29 20:36:59
阅读次数:
193
Uncaught Reference Error: $ is not defined (anonymous function) 使用jQuery时,会报错Uncaught Reference Error: $ is not defined (anonymous function)。原因有两个:jQu
分类:
Web程序 时间:
2016-01-28 18:53:32
阅读次数:
137
一、crash的场景 程序中用到UIImagePickerController时,如果在IPhone6S上运行APP,当forceTouch 一个图片时程序会crash,并附带如下crash message: * Terminating app due to uncaught exception ‘
分类:
其他好文 时间:
2016-01-27 21:06:51
阅读次数:
127