转:http://www.devdiv.com/home.php?mod=space&uid=50901&do=blog&id=50856在XCode的以前版本中,如果遇到了[代码]c#/cpp/oc代码:1message sent to deallocated instance 0x6d564f0...
分类:
数据库 时间:
2014-11-20 23:22:10
阅读次数:
321
在中文手写输入法输入时,会导致app崩溃,报-[UIKBBlurredKeyView candidateList]: unrecognized selector sent ,经折腾证实为- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 错误重载所致。...
分类:
移动开发 时间:
2014-11-19 11:01:21
阅读次数:
208
For production we want to use minified javascript to reduce the payload that is sent from the server. This can easily be accomplished with grunt-uglif...
分类:
其他好文 时间:
2014-11-17 19:24:24
阅读次数:
242
这个意思是,__NSDictionaryM 无法将值传到下标索引对象,言简意赅就是数组越界,但是再看看,这是数组吗?不是,所以,遇到这种crash,我这里有两种情况:
1.首先看看你 indexPath.row 用的有没有问题;
2.看看你请求下来的数据类型对不对。
如果还有其他情况,欢迎留言
有的时候,系统并不提示你crash在了哪里,仅仅返回到了main函数,这个时候,点击 ...
分类:
移动开发 时间:
2014-11-17 17:49:26
阅读次数:
290
??
在TCP/IP协议中,TCP协议提供可靠的连接服务,采用三次握手建立一个连接。
第一次握手:建立连接时,客户端发送syn包(syn=j)到服务器,并进入SYN_SENT状态,等待服务器确认;SYN:同步序列编号(Synchronize Sequence Numbers)。
第二次握手:服务器收到syn包,必须确认客户的SYN(ack=j+1),同时自己也发送一个SYN包(syn=k),...
分类:
Web程序 时间:
2014-11-17 10:43:35
阅读次数:
206
服务器发送事件(SSE),数据推送,从服务器端推送到客户端,服务器端一发送数据,客户端就会收到并显示。webSockets是全双工socket。我使用node做服务器端。客户端js代码:var source = new EventSource('/eventResource'); so...
分类:
其他好文 时间:
2014-11-12 13:41:19
阅读次数:
147
2013 Top 10 List
A1-Injection
Injection flaws, such as SQL, OS, and LDAP injection occur when untrusted data is sent to an interpreter as part of a command or query....
分类:
其他好文 时间:
2014-11-10 19:59:23
阅读次数:
1247
[UIImageView sd_setImageWithURL:placeholderImage:]: unrecognized selector sent to instance...
分类:
Web程序 时间:
2014-11-07 16:59:07
阅读次数:
464
安装Git客户端后,进行PULL时报如下错误
disconnected no supported authentication methods available(server sent: publickey,keyboard interactive)解决方案
因为TortoiseGit和Git的冲突 我们需要把TortoiseGit设置改正如下。
1.找到Tortois...
分类:
其他好文 时间:
2014-11-05 13:05:35
阅读次数:
217
在开发调用静态库的中,出现 “unrecognized selector sent to instance 0x2b5f90”的错误-[__NSCFConstantString xmlChar]: unrecognized selector sent to instance 0x2b5f90 ***...
分类:
其他好文 时间:
2014-11-04 14:26:24
阅读次数:
191