nginx错误优化文档1.大量的TIME_WAIT的情况查看:netstat-n|awk‘/^tcp/{++S[$NF]}END{for(ainS)printa.S[a]}‘CLOSED:无连接是活动的或正在进行LISTEN:服务器在等待进入呼叫SYN_RECV:一个连接请求已经到达,等待确认SYN_SENT:应用已经开始,打开一个连接ESTABLISHED:正常..
分类:
其他好文 时间:
2014-10-09 15:28:49
阅读次数:
187
import smtplibsmtpserver = 'smtp.qq.com'fromaddr = 'fromaddr@qq.com'toaddrs = 'toaddr@qq.com'msg = 'Subject: This message is automatically sent throug...
分类:
编程语言 时间:
2014-10-05 04:34:47
阅读次数:
173
$args # 这个变量等于请求行中的参数。$binary_remote_addr # 远程地址的二进制表示$body_bytes_sent # 已发送的消息体字节数$content_length # 请求头中的Content-length字段$content_type...
分类:
其他好文 时间:
2014-10-01 21:35:11
阅读次数:
194
在模拟器上调试时,经常遇到内存访问错误,如下:2012-02-14 11:21:11.41 App[2433:205] *** -[Test retain]: message sent to deallocated instance 0x11e4fb1.在设置了MallocStackLogging之...
分类:
其他好文 时间:
2014-10-01 03:41:00
阅读次数:
287
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFConstantString size]: unrecognized selector sent to instance....
分类:
其他好文 时间:
2014-09-28 20:21:25
阅读次数:
176
/***************************************************************************** The main idea is that no password are sent between client & server on c...
分类:
数据库 时间:
2014-09-28 10:40:01
阅读次数:
175
/** * 页面重定向 * @param $location */function urls_redirect( $location ) { if( !headers_sent() ) { header( "Location: $location" ); } else { ...
分类:
其他好文 时间:
2014-09-26 19:48:18
阅读次数:
151
本文转载至 http://blog.csdn.net/yesjava/article/details/80861851. mutating method sent to immutable object'从字面上理解:可变的消息发给了不可变的对象。比如NSDictionary类型的对象调用setVa...
分类:
移动开发 时间:
2014-09-25 13:18:48
阅读次数:
206
-[__NSCFNumber length]: unrecognized selector sent to instance 0x1657c5c0
2014-09-24 14:47:39.170 StarShow[1948:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason...
分类:
其他好文 时间:
2014-09-24 17:41:27
阅读次数:
149
Xcode提醒错误:-[__NSCFString absoluteURL]: unrecognized selector sent to instance 0x8c4d3a0*** Terminating app due to uncaught exception 'NSInvalidArgumen...
分类:
其他好文 时间:
2014-09-21 16:46:10
阅读次数:
444