当中国的手写输入法。会导致app收起。于debug时刻。报错:2014-10-22 14:45:10.269 App[524:170755] -[UIKBBlurredKeyView candidateList]: unrecognized selector sent to instance 0x1...
分类:
移动开发 时间:
2015-10-17 20:44:13
阅读次数:
203
在注册登录时用的网络三方库是AFNetworking,注册时只用了个账号密码,但是个人用户还是有很多资料没填写的,这时我用账号登录返回之前界面需要传值,用户头像和名称,这时程序崩溃了,显示的错误信息是-[NSNull length]: unrecognized selector sent to in...
分类:
移动开发 时间:
2015-10-13 12:09:25
阅读次数:
246
自己读jQuery代码有些日子了,一直感觉没领悟到什么,一直也没有写些东东,来记录下自己的感悟,看到各位大神的blogs,就一直没勇气去写下来,纠结再三,觉得还是有必要写下点东西,不论幼稚,肤浅,只求自己有点长进...先看一下jQuery实例:1 jQuery = function( selecto...
分类:
Web程序 时间:
2015-10-12 00:28:29
阅读次数:
123
http://stackoverflow.com/questions/23469784/com-fasterxml-jackson-databind-exc-unrecognizedpropertyexception-unrecognized-fObjectMapper mapper = new O...
分类:
其他好文 时间:
2015-09-24 09:22:40
阅读次数:
132
NSNotificationCenter.defaultCenter().addObserver(, selector: , name: , object: ) NSNotificationCenter.defaultCenter().addObserver(self自己就是观察者, selecto...
分类:
移动开发 时间:
2015-09-18 13:41:16
阅读次数:
194
还真是一波未平一波又起,又出现了这个问题,详情如下:-[__NSCFString countByEnumeratingWithState:objects:count:]: unrecognized selector sent to instance 0x17deba00*** Terminating...
分类:
编程语言 时间:
2015-09-07 15:36:15
阅读次数:
930
今天遇到这个问题,程序崩溃了……日志如下:-[NSNull intValue]: unrecognized selector sent to instance 0x375c9860*** Terminating app due to uncaught exception 'NSInvalidArgu...
分类:
其他好文 时间:
2015-09-06 23:02:39
阅读次数:
386
1、关闭mysql服务# service mysql stop如果提示mysql: unrecognized service这样的错误提示。先查看查找mysql.server,使用:find / -name "mysql.server"再使用/usr/local/mysql/share/mysql/...
分类:
数据库 时间:
2015-09-04 07:02:13
阅读次数:
207
报错提示———————————————————————unrecognized selector sent to instance对象被relese了Local declaration of “XXX” hides instance variable本地变量跟函数参数变量同名[NSPlacehold...
分类:
其他好文 时间:
2015-09-02 00:11:19
阅读次数:
275
开发中常见错误和警告总结(二十六)错误提示一:# 错误[__NSArrayM superview]: unrecognized selector sent to instance 0x7ff953507b10我忘了加载xib里面的firstObject二:注意:如果UIAlertController...
分类:
移动开发 时间:
2015-08-30 17:20:43
阅读次数:
207