码迷,mamicode.com
首页 >  
搜索关键字:sent    ( 733个结果
message sent to deallocated instance EXC_BAD_ACCESS 获取更多调试信息
设置环境变量:只在DEBUG版本设置,自己调试使用,设置这两个参数则内存是不会释放掉的。当出现message sent to deallocated instance EXC_BAD_ACCESS,会在xcode console打印出类似的日志:2015-09-09 12:00:54.073 Tri...
分类:数据库   时间:2015-09-11 19:14:52    阅读次数:184
[LeetCode#271] Encode and Decode Strings
Problem:Design an algorithm to encodea list of stringstoa string. The encoded string is then sent over the network and is decoded back to the original...
分类:Web程序   时间:2015-09-11 08:04:01    阅读次数:425
TCP连接建立与断开
tcp状态LISTEN:侦听来自远方的TCP端口的连接请求LISTEN:侦听来自远方的TCP端口的连接请求SYN-SENT:再发送连接请求后等待匹配的连接请求SYN-RECEIVED:再收到和发送一个连接请求后等待对方对连接请求的确认ESTABLISHED:代表一个打开的连接FIN-WAIT-1:等...
分类:其他好文   时间:2015-09-09 13:14:47    阅读次数:181
[__NSCFString countByEnumeratingWithState:objects:count:]: unrecognized selector sent to instance 0x17deba00
还真是一波未平一波又起,又出现了这个问题,详情如下:-[__NSCFString countByEnumeratingWithState:objects:count:]: unrecognized selector sent to instance 0x17deba00*** Terminating...
分类:编程语言   时间:2015-09-07 15:36:15    阅读次数:930
(未解决)[NSNull intValue]: unrecognized selector sent to instance 0x375c9860
今天遇到这个问题,程序崩溃了……日志如下:-[NSNull intValue]: unrecognized selector sent to instance 0x375c9860*** Terminating app due to uncaught exception 'NSInvalidArgu...
分类:其他好文   时间:2015-09-06 23:02:39    阅读次数:386
[LeetCode] Encode and Decode Strings
Encode and Decode StringsDesign an algorithm to encodea list of stringstoa string. The encoded string is then sent over the network and is decoded bac...
分类:Web程序   时间:2015-09-06 12:37:39    阅读次数:166
报错提示 【待更新2015年9月1日22:18:25】
报错提示———————————————————————unrecognized selector sent to instance对象被relese了Local declaration of “XXX” hides instance variable本地变量跟函数参数变量同名[NSPlacehold...
分类:其他好文   时间:2015-09-02 00:11:19    阅读次数:275
关于wireshark抓包的那点事儿
关于wireshark抓包的那点事儿三次握手172.18.254.177为客户111.13.2.158为服务端1、主动打开。发送SYN,协商windowsize、TCPMSSseq=0len=0MSS=1460win=65535最大窗口大小客户端为syn_sent服务端为syn_recv2、接收到syn。回复synackseq=0ack=1=0+1确认自己的最大win=14480MSS=14..
分类:其他好文   时间:2015-09-01 18:35:20    阅读次数:344
tap/click on search button on softkeyboard
driver.sendKeyEvent(84);Appium says it successfully sent in the command but 'search' does not get tapped. Cursor remains in text box and results do no...
分类:其他好文   时间:2015-09-01 10:36:38    阅读次数:139
抓包分析TCP的三次握手和四次分手
一:三次握手 三次的握手的过程是: 1.由发起方HostA向被叫方HostB发出请求报文段,此时首部中的同步位SYN=1,同时选择一个序列号seq=x。TCP规定,SYN报文(即SYN=1的报文段)不能携带数据,但要消耗一个序列号。这时,TCP客户端进程进入SYN-SENT(同步已发送)状态。 2....
分类:其他好文   时间:2015-08-31 00:57:48    阅读次数:294
733条   上一页 1 ... 48 49 50 51 52 ... 74 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!