nginx内置全局变量 $args 请求中的参数; $binary_remote_addr 远程地址的二进制表示 $body_bytes_sent 已发送的消息体字节数 $content_length HTTP请求信息里的"Content-Length"; $content_type 请求信息里的" ...
分类:
其他好文 时间:
2016-07-10 23:17:19
阅读次数:
183
今天长一见识,凡是遇到“unrecognized selector sent to instance *******”的都是******方法没有,比如这种的错误: 可以尝试打断点,然后在终端输入:expr [_mapView respondsToSelector:@selector(_setAnno ...
分类:
其他好文 时间:
2016-07-08 19:38:22
阅读次数:
172
Database Command Logging: In this section, you will learn how to log commands & queries sent to the database by Entity Framework. Prior to EF 6, we us ...
分类:
数据库 时间:
2016-07-07 13:06:54
阅读次数:
348
reason: -[UIKBBlurredKeyView candidateList]: unrecognized selector sent to instance 发现上线的app一直会有这个crash信息,直到最近才去重视这个问题,发现是在手写输入的时候会crash,原因是因为我在UIScro ...
分类:
其他好文 时间:
2016-07-05 12:10:38
阅读次数:
212
nginx log 错误502 upstream sent too big header while reading response header from upstream cookies的值超出了范围我是说 看看了一下日志 错误502 upstream sent too big header ...
分类:
其他好文 时间:
2016-07-02 10:30:03
阅读次数:
254
一、netstat-ant显示的连接状态有几种:LISTEN,SYN-SENT,SYN-RECEIVED,ESTABLISHED,FIN_WAIT_1,FIN_WAIT_2,CLOSE_WAIT和TIME_WAIT,LAST-ACK和CLOSED。他们的含义要从TCP的连接与中断过程说起Client(三次握手)Server--------SYN--------><-------ACK/SYN---------------ACK..
分类:
其他好文 时间:
2016-07-01 23:07:38
阅读次数:
378
#!/bin/bash # Traffic Monitor # author: Xiao Guaishou get_traffic_info(){ recv=`cat /proc/net/dev | awk -F '[: ]+' '/'"$dev"'/{print $3}'` sent=`cat / ...
分类:
系统相关 时间:
2016-06-30 17:57:24
阅读次数:
257
SendMessage Return Values The return value specifies the result of the message processing and depends on the message sent. 这个返回值就是由相应的响应消息函数的返回值。 例如: ...
分类:
其他好文 时间:
2016-06-29 06:40:31
阅读次数:
479
1.静态库中包含了Category(分类) 如果静态库中包含了Category,有时候在使用静态库的工程中会报“方法找不到”的错误(unrecognized selector sent to instance) 解决方案:在使用静态库的工程中配置Other Linker Flags为-ObjC 2. ...
分类:
其他好文 时间:
2016-06-27 16:53:46
阅读次数:
146
验证位置时发生错 误:“org.tigris.subversion.javahl.ClientException: RA layer request failed svn: Server sent unexpected return value (403 Forbidden) in response ...
分类:
编程语言 时间:
2016-06-26 23:50:38
阅读次数:
181