为了快速搭建了测试环境yum安装了MySQL。执行[root@localhost bin]#mysqlERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' ...
分类:
数据库 时间:
2015-04-30 17:47:51
阅读次数:
202
2015-04-29 11:02:12.133 [http-8090-9] WARN org.jasig.cas.client.util.CommonUtils.safeGetParameter[CommonUtils:264] - safeGetParameter called on a POS....
分类:
其他好文 时间:
2015-04-29 14:58:39
阅读次数:
503
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFNumber length]: unrecognized selector sent to instance 网上...
分类:
移动开发 时间:
2015-04-26 18:01:19
阅读次数:
399
通过github上关于spring framework部分 Install all spring-* jars into your local Maven cache ./gradlew install 执行./gradlew install时,报错: Unrecognized VM option ‘MaxMetaspaceSize=1024m‘
Error: C...
分类:
Web程序 时间:
2015-04-25 15:16:51
阅读次数:
3555
1._ UIWebview 拦截URL的时候:_NSCFString containsString:]: unrecognized selector sent to instance 的解决方案NSString*urlString=[[requestURL]absoluteString]; N...
分类:
移动开发 时间:
2015-04-25 00:08:59
阅读次数:
180
错误(cell.contact = self.contacts[indexPath.row])(报错语句)Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableViewCell setContact:]: unrecognized selector sent to insta...
分类:
其他好文 时间:
2015-04-16 17:36:04
阅读次数:
131
Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.原因:框架出现问题;解决方法:如果框架对项目无影响的情况下,把项目的框架改为与ii...
分类:
其他好文 时间:
2015-03-17 11:45:54
阅读次数:
130
最近开始学习iOS开发,今天跟着Stanford公开课编写计算器代码时遇到了以下错误:2015-03-15 20:18:18.442 calculater[1185:66564] -[calculater.ViewController operator:]: unrecognized selecto...
分类:
移动开发 时间:
2015-03-15 21:18:16
阅读次数:
145
从json数据中拿到字符串,有时候可能是空,这时判断长度就会崩溃,控制台输出是-[NSNull length]: unrecognized selector sent to instance 0x6c8f6b0那么就需要判断所得数据是不是NSNull才行,然而直接判断会出现如下警告:以下是苹果官方文...
分类:
其他好文 时间:
2015-03-12 16:59:07
阅读次数:
123
遇到这个问题时我找到了 SpringMVC @RequestBody问题:Unrecognized field , not marked as ignorable 这篇文章里说: @JsonIgnoreProperties(ignoreUnknown = true),将这个注解写在类上之后,就会忽略类中不存在...
分类:
Web程序 时间:
2015-03-12 13:28:53
阅读次数:
208