今天遇到这个问题,程序崩溃了……日志如下:-[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
首先贴一下问题代码 1 - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { 2 if (self = [super initWithNibName:nibNameOrNil b...
分类:
其他好文 时间:
2015-08-27 17:59:35
阅读次数:
221
当我们在启动tomcat服务的时候,出现报错信息:java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bin分析:可能端口被占用引起的解决方案:2种(一)直接修改tomcat服务器的端口 步骤: 1:找到tom.....
分类:
编程语言 时间:
2015-08-19 23:25:35
阅读次数:
163
1.[AppModel copyWithZone:]: unrecognized selector sent to instance 0x7ffda9f4cf70
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AppModel copyWithZone:]: unrec...
分类:
移动开发 时间:
2015-08-18 22:45:51
阅读次数:
225
svn: E175002: handshake alert: unrecognized_namehttp://stackoverflow.com/questions/7615645/ssl-handshake-alert-unrecognized-name-error-since-upgrade-t...
分类:
编程语言 时间:
2015-08-18 14:03:33
阅读次数:
228
首先;1. 自定义一个UIView的子类,然后在这个类里,注册了一个消息中心, addObserve,
当我这个类重新创建一个UIview的时候, 就会神奇的crash, 后来发现...是因为这个消息中心没有被移除的原因
// 解决方法: 在注册通知的那个类对应的dealloc 写上
[[NSNotificationCenter
defaultCenter] removeObs...
分类:
移动开发 时间:
2015-08-02 18:22:21
阅读次数:
292
2015-07-28 16:34:24.374 EzPlug[1532:602143] -[__NSCFNumber length]: unrecognized selector sent to instance 0xb0000000000000222015-07-28 16:34:37.367 EzPlug[1532:602143] *** Terminating app due to unca...
分类:
其他好文 时间:
2015-07-28 18:41:24
阅读次数:
117