------------------------互联网英语-----------------------chapter 9 Internet EnglishOr language reverts to typeIn 1972 the first email was sent.Soon the Int...
分类:
其他好文 时间:
2014-06-18 20:50:07
阅读次数:
155
昨天我们一个只有一行错误信息的问题:-[NSNull objectForKey:]: unrecognized selector sent to instance 0x537e068由于这个问题发生在次线程,所以没有太有用的堆栈信息,而是只有简单的SIGABRT信息:考虑到unrecognized selector sent to instance这类问题是由于向某个对象发送了未实现的消息,这个过...
分类:
编程语言 时间:
2014-06-18 06:19:48
阅读次数:
325
from
unkonwn1.CLOSED:起始点,在超时或者连接关闭时候进入此状态。2.LISTEN:svr端在等待连接过来时候的状态,svr端为此要调用socket,
bind,listen函数,就能进入此状态。此称为应用程序被动打开(等待客户端来连接)。3.SYN_SENT:客户端发起连接,发送...
分类:
其他好文 时间:
2014-06-10 00:14:59
阅读次数:
253
[iOS] Error Fixed : [__NSArrayI addObject:]:
unrecognized selector sent to instance当我创建了一个NSMutableArray
对象的时候@property(nonatomic,copy)NSMutableArray*...
分类:
其他好文 时间:
2014-06-06 08:18:29
阅读次数:
291
1.首先我们的目的是长期监听时间变化,其实应用程序退出。
通过了解我们知道注册ACTION_TIME_TICK广播接收器可以监听系统事件改变,但是
查看SDK发现ACTION_TIME_TICK广播事件只能动态注册:
Broadcast Action: The current time has changed. Sent every minute. You can not receive t...
分类:
移动开发 时间:
2014-06-05 08:35:13
阅读次数:
285
Description
Some strange code is sent to Da Shan High School. It's said to be the prophet's note. The note is extremely hard to understand. However, Professor Meng is so smart that he successfully ...
分类:
其他好文 时间:
2014-06-01 09:18:38
阅读次数:
246
Hibernate provides SQL logging out of the box,
but such logging only shows prepared statements, and not the actual SQL queries
sent to the database.It...
分类:
数据库 时间:
2014-05-31 16:47:16
阅读次数:
514
PeekMessage函数:先看看MSDN怎么说:PeekMessage
functionDispatches incoming sent messages, checks the thread message queue for a
posted message, and retrieves th...
分类:
其他好文 时间:
2014-05-30 04:29:06
阅读次数:
254
在SpringMVC中使用@RequestBody和@ModelAttribute注解时遇到了很多问题,现记录下来。
@ModelAttribute这个注解主要是将客户端请求的参数绑定参数到一个对象上,不用将很多参数@RequestParam或是@PathVariable。但是在使用过程中遇到了问....
分类:
编程语言 时间:
2014-05-28 00:32:31
阅读次数:
341
错误的代码HttpClient httpclient = new
DefaultHttpClient();HttpUriRequest request = new HttpGet(uri);HttpParams p = new
BasicHttpParams();p.setParameter("pa...
分类:
其他好文 时间:
2014-05-24 13:21:37
阅读次数:
217