一.报错的代码 错误 -- out of bounds 超出界限的意思 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSInvocation setArgument:at ...
分类:
移动开发 时间:
2016-05-19 10:40:20
阅读次数:
792
其实出现这个问题的原因很简单,就是rabbitmq的安装目录中是不能带空格的,但是官方安装包会默认的将我们的程序安装到Program Files下,哭晕啊有没有。所以,我们将rabbitmq从D:\Program Files\RabbitMQ Server\rabbitmq_server-3.6.1 ...
分类:
其他好文 时间:
2016-05-13 08:04:03
阅读次数:
259
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x12b24d950> setValue:forUndefinedKey:]: this class ...
分类:
其他好文 时间:
2016-05-11 11:04:40
阅读次数:
126
总结下这些天遇到的关于 BigDecimal的问题,有不完善的地方,大家一起完善哈!
BigDecimal的divide方法进行除法时当不整除,出现无限循环小数
报的异常:
java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal resu...
分类:
其他好文 时间:
2016-05-07 10:24:48
阅读次数:
895
崩溃信息: 2016-04-05 13:58:35.913 loopdiner[6714:186743] *** Terminating app due to uncaught exception 'NSGenericException', reason: '*** Collection <__NS ...
分类:
其他好文 时间:
2016-04-05 15:42:31
阅读次数:
120
1、java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result 原因:BigDecimal进行除法运算时 (devide),碰到无限循环小数,未进行进度 ...
分类:
其他好文 时间:
2016-04-01 17:55:55
阅读次数:
142
错误提示: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter' 解决方法:
分类:
其他好文 时间:
2016-03-02 21:46:24
阅读次数:
119
自学SecondiosAppTutorial过半,运行程序报错了,最终问题找到,英文文档读起来很有挫败感,但耐心就能发现问题,Xcode的问题提示很明确清楚。如下: /*Debug 输出的报错信息,显示TableView cell为空值*/ *** Terminating app due to un
分类:
移动开发 时间:
2016-03-02 19:51:44
阅读次数:
158
一、crash的场景 程序中用到UIImagePickerController时,如果在IPhone6S上运行APP,当forceTouch 一个图片时程序会crash,并附带如下crash message: * Terminating app due to uncaught exception ‘
分类:
其他好文 时间:
2016-02-14 22:14:50
阅读次数:
321
oracle11g启动报错,startup nomount失败,后台alert报错日志如下:[oracle@pldb1 dbs]$ more /oracle/app/oracle/diag/rdbms/pdunq/powerdes/trace/alert_powerdes.log
Wed Feb 03 20:56:28 2016
Starting ORACLE instance (normal)
...
分类:
数据库 时间:
2016-02-04 12:31:32
阅读次数:
277