假设给一个对象发送不能响应的消息,同一时候又没有进行动态方法决议,又没实现消息转发,那么就会引发以下的crash信息2014-07-30 15:47:54.434 MethodNotFind[1719:403] -[Person setName:]: unrecognized selector se...
分类:
其他好文 时间:
2014-11-12 11:40:55
阅读次数:
145
意思很明显,语法错误,无法识别的表达式:不支持伪 :hover 。
因为我的Js代码中用了:hover,IE识别不了。
$('.replay_box textarea').is(":hover")
代码删除,用其他方法替代就行了。
在IE下可以用检测当前获得焦点的元素id:
document.activeElement.id=='#xx'...
分类:
其他好文 时间:
2014-11-11 21:13:24
阅读次数:
706
[UIImageView sd_setImageWithURL:placeholderImage:]: unrecognized selector sent to instance...
分类:
Web程序 时间:
2014-11-07 16:59:07
阅读次数:
464
在开发调用静态库的中,出现 “unrecognized selector sent to instance 0x2b5f90”的错误-[__NSCFConstantString xmlChar]: unrecognized selector sent to instance 0x2b5f90 ***...
分类:
其他好文 时间:
2014-11-04 14:26:24
阅读次数:
191
Error:Unable?to?start?the?daemon?process.
This?problem?might?be?caused?by?incorrect?configuration?of?the?daemon.
For?example,?an?unrecognized?jvm?option?is?used.
Please?refer...
分类:
移动开发 时间:
2014-11-03 06:47:47
阅读次数:
902
使用sqlite3创建数据库表的时候需要注意:
1. 不能使用纯数字
2. 不能带有"-","@"等字符。也不能以数字打头。...
分类:
数据库 时间:
2014-11-01 06:19:12
阅读次数:
263
上传控件uploadify 报错"Syntaxerror,unrecognizedexpression:#" 版本为uploadify3.2报错原因:参数ID【hidInfoId】小写错写成了大写。debug过程:①:报错"Syntaxerror,unrecognizedexpression:#"②...
分类:
其他好文 时间:
2014-10-29 12:15:26
阅读次数:
238
因为使用时候的类型和初始化的对象类型不匹配造成的,例如#define TITLE_NAME_nor @[@"hot_c",@"bgyl_c",@"microphone_c",@"socker-ball_c",@"more_c"][button setImage:TITLE_NAME_nor[i] f...
分类:
其他好文 时间:
2014-10-10 19:01:04
阅读次数:
258
报错:danny is not in the sudoers file. This incident will be reported.解决方法如下: 1.进入超级用户模式。也就是输入"su -",系统会让你输入超级用户密码,输入密码后就进入了超级用户模式。 2.添加sudo文件的写权限,命令是:c...
分类:
其他好文 时间:
2014-10-05 10:23:38
阅读次数:
218
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFConstantString size]: unrecognized selector sent to instance....
分类:
其他好文 时间:
2014-09-28 20:21:25
阅读次数:
176