01 2015 档案

摘要:LISTEN:首先服务端需要打开一个socket进行监听,状态为LISTEN. /* The socket is listening for incoming connections. 侦听来自远方TCP端口的连接请求 */SYN_SENT:客户端通过应用程序调用connect进行active op... 阅读全文
posted @ 2015-01-26 14:51 gxldan 阅读(151) 评论(0) 推荐(0)
摘要:"; } } else { $dirname = $basedir . "/" . $file; // 如果是目录 checkdir ( $dirname ... 阅读全文
posted @ 2015-01-05 14:55 gxldan 阅读(115) 评论(0) 推荐(0)