OC基础 1.OC弱语法(OC基于C语言,本质是面向过程的,经过苹果包装看起来是面向对象的) //unrecognized selector sent to instance #不能识别的消息 //经典的错误之一 2.类方法和对象方法 <1>类方法 + (void) run; 以+号开头,由类调用, ...
分类:
其他好文 时间:
2016-04-02 22:51:17
阅读次数:
288
Ancient Roman empire had a strong government system with various departments, including a secret service department. Important documents were sent bet ...
分类:
其他好文 时间:
2016-03-31 08:18:44
阅读次数:
165
Notification Message Corresponding WindowsConstant Message Description cn_CharToItem wm_CharToItem The wm_CharToItem message is sent to the parent of
分类:
其他好文 时间:
2016-03-15 23:35:41
阅读次数:
259
Message Constant Value Description cm_Base $B000 Base constant used by all other component messages.cm_Activate cm_Base + 0; Specific to forms. Sent w
分类:
其他好文 时间:
2016-03-15 22:01:01
阅读次数:
442
这里需要注意的 header() 最常被拿來送 header('Location: /'); 等等, 做网页重定向的动作。 在使用 setcookie(), header()... 等函数前 不可以用任何的输出。若必须怎需要用log记录。 如果有输出 则headers_sent将会返回 true。
分类:
Web程序 时间:
2016-03-05 22:07:10
阅读次数:
221
一、情况1,Xcode中有时候奔溃会提示类似这样的提示:***-[CAShapeLayerretain]:messagesenttodeallocatedinstance0x27368d102,有时候我们会毫无头绪排查,这时候如果我们想要获取更多详细的信息那么可以用终端里的malloc_history命令来解决。二、步骤1,使用模拟器运行项目,..
分类:
其他好文 时间:
2016-03-04 22:51:39
阅读次数:
464
http://www.linuxidc.com/Linux/2011-07/38125.htmimg.xxxx.comnginxconfigTestadd_headerAccess-Control-Allow-Origin*;log_formatzuren‘$remote_addr-$remote_user[$time_local]‘‘$request_time$upstream_response_time"$request"‘‘$status$body_bytes_sent"$http_referer"‘‘..
分类:
其他好文 时间:
2016-03-02 20:15:53
阅读次数:
235
服务器推送事件(Server-sent Events)是 HTML 5 规范中的一个组成部分,可以用来从服务端实时推送数据到浏览器端。相对于与之类似的 COMET 和 WebSocket 技术来说,服务器推送事件的使用更简单,对服务器端的改动也比较小。对于某些类型的应用来说,服务器推送事件是最佳的选
分类:
其他好文 时间:
2016-03-02 17:57:33
阅读次数:
148
整个TCP过程描述:1)服务器默认的状态是LISTEN,客户端先向服务器发送一个SYS,表明自己要求链接,这时候客户端处于SYS_SENT状态;2)服务器收到SYS,返回一个ACK,同时再补上一个SYS,这时候服务器端处于SYS_RECEIVE状态;3)客户端收到了服务器返回的SYS,自己进化成ESTABLIS..
分类:
其他好文 时间:
2016-03-02 07:05:36
阅读次数:
193
The default error handling in PHP is very simple.An error message with filename, line number and a message describing the error is sent to the browser
分类:
其他好文 时间:
2016-03-01 19:02:44
阅读次数:
148