iOS bug处理JSON解析1.注意返回数据的类型2015-07-18 22:55:47.375 中峰天气[4516:146180] -[__NSCFNumber sizeWithAttributes:]: unrecognized selector sent to instance 0xb000...
分类:
移动开发 时间:
2015-07-19 00:04:16
阅读次数:
185
报错如下:$ ./startWebLogic.sh ..JAVA Memory arguments: -Xms512m -Xmx512m.WLS Start Mode=Production.CLASSPATH=/app/weblogic/Oracle/patch_wls1033/profiles/d...
分类:
Web程序 时间:
2015-07-15 12:45:13
阅读次数:
237
出现这个编译错误的原因在g++ gcc 版本不够高。添加源(Ubuntu)12$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test$ sudo apt-get update安装4.8版本?1$ sudo apt-get install gcc-4...
分类:
编程语言 时间:
2015-07-08 14:15:30
阅读次数:
1904
root@Jack:/tmp/opkg-lists# opkg--helpopkg:unrecognized option `--help'opkgmust have one sub-command argumentusage:opkg [options...] sub-command [argum...
分类:
其他好文 时间:
2015-07-06 23:22:09
阅读次数:
1458
一、检查iptablesservice iptables status若提示为iptables:unrecognized service,则需要安装。VPS.GL提供的Linux系统都已经安装了iptables防火墙。同时,为了适应广大使用Linux朋友的需要,这里就告诉大家安装步骤。二、快速安装i...
分类:
系统相关 时间:
2015-06-25 19:21:20
阅读次数:
165
操作NSMutableArray数字增加和删除时候出现崩溃,报错[__NSArrayI addObjectsFromArray:]: unrecognized selector。找了一个小时,发“__NSArrayI”这个提示比较重要。查了一下发现__NSArrayIis a code-word f...
分类:
移动开发 时间:
2015-06-23 22:55:52
阅读次数:
264
1.在ie10上浏览页面的时候,突然发现在使用Aspnetpager的页面会有一个bug。2.3.查了很多解决方案,最后将vs2013中,将该勾取消,再次浏览,你会发现就正常了,虽然该功能很强大,但是并不是什么时候都需要。4.什么是 Browser Link ?这个 Browser Link 的功能...
分类:
其他好文 时间:
2015-06-17 11:05:55
阅读次数:
194
问题:app点支付按钮,跳到支付宝web页面,程序进入后台,程序卡死,支付完成或取消支付时,程序crash。报错:-[__NSCFType invalidate]: unrecognized selector sent to instance 0x18894a30,错误原因是对已经销毁的对象,发送了...
分类:
移动开发 时间:
2015-06-16 16:09:36
阅读次数:
131
一、问题说明
之前下了一个第三方的静态库.a,然后在运行时一直提示
2015-06-14 15:38:33.135 BRTExample[5890:695264] -[CBUUID toString]: unrecognized
selector sent to instance 0x1742281c0
2015-06-14 15:38:33.135 BRTExample[5...
分类:
其他好文 时间:
2015-06-15 14:36:11
阅读次数:
230
reason: '-[__NSCFNumber rangeOfCharacterFromSet:]: unrecognized selector sent to instance
类型转换错误:
要把NSNumber类型的转换为NSString类型的。
解决方案:
假设现有一NSNumber的变量A,要转换成NSString类型的B...
分类:
其他好文 时间:
2015-06-10 19:34:58
阅读次数:
126