首先贴一下问题代码 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
方法1self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemEdit target:self action:@selecto...
分类:
其他好文 时间:
2015-08-16 09:23:56
阅读次数:
85
首先;1. 自定义一个UIView的子类,然后在这个类里,注册了一个消息中心, addObserve,
当我这个类重新创建一个UIview的时候, 就会神奇的crash, 后来发现...是因为这个消息中心没有被移除的原因
// 解决方法: 在注册通知的那个类对应的dealloc 写上
[[NSNotificationCenter
defaultCenter] removeObs...
分类:
移动开发 时间:
2015-08-02 18:22:21
阅读次数:
292
tools.share?=?function(name)
{
????var?list?=
????{
????????//微信
????????‘wechat‘???:?function(selector){
????????????????????????$(selecto...
分类:
微信 时间:
2015-07-30 17:19:44
阅读次数:
280
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
一 oc基本数据类型1,id类型指向object-c对象的指针可以指向任意的对象类型,可以将任意消息传递给id,id不支持该消息时,会返回运行时异常,"unrecognized selector send to instance xxx"消息;常用于表示类的委托属性,例:@property id d...
分类:
移动开发 时间:
2015-07-28 00:23:08
阅读次数:
212
xib 用不好在开发中很容易制造各种crash,issue像1.[CUINamedImage collectionView:numberOfItemsInSection:]: unrecognized selector sent to instance 0x8c9a6d02.*** Assertio...
分类:
其他好文 时间:
2015-07-21 12:06:20
阅读次数:
200