报错: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
写程序时,发生一个unrecognized selector的错误,很显然,这是一个经典错误,运行时找不到可调用的方法。 系统提示的reason是 -[NSNull length] 错误 经过查找,原来将从数据库中查出的 null 值,赋值给了 lbl.text ,导致出现了上述错误。 解...
分类:
其他好文 时间:
2014-09-27 20:45:40
阅读次数:
149
一、检查iptablesservice iptables status若提示为iptables:unrecognized service,则需要安装。VPS.GL提供的Linux系统都已经安装了iptables防火墙。同时,为了适应广大使用Linux朋友的需要,这里就告诉大家安装步骤。二、快速安装i...
分类:
系统相关 时间:
2014-09-26 19:35:38
阅读次数:
279
jQuery1、几种获取子元素的方法及区别children方法获得的仅仅是元素一下级的子元素,即:immediate children。find方法获得所有下级元素,即:descendants of these elements in the DOM treechildren方法的参数selecto...
分类:
Web程序 时间:
2014-09-26 18:39:28
阅读次数:
221
-[__NSCFNumber length]: unrecognized selector sent to instance 0x1657c5c0
2014-09-24 14:47:39.170 StarShow[1948:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason...
分类:
其他好文 时间:
2014-09-24 17:41:27
阅读次数:
149
IE6:_selector{property:value;}selector{property:value;property:value !important;} //IE6 不支持同一选择符中的 !importantIE7:+selector{property:value;}IE8:selecto...
分类:
Web程序 时间:
2014-09-23 12:38:24
阅读次数:
235
Xcode提醒错误:-[__NSCFString absoluteURL]: unrecognized selector sent to instance 0x8c4d3a0*** Terminating app due to uncaught exception 'NSInvalidArgumen...
分类:
其他好文 时间:
2014-09-21 16:46:10
阅读次数:
444
报错:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSURLError isEqualToString:]: unrecognized selector sent to instance
0x10b34e810'
*** First throw call st...
分类:
其他好文 时间:
2014-09-17 18:42:32
阅读次数:
208