摘要: #coding:utf-8 __author__ = 'similarface' import os,socket,threading,SocketServer SERVER_HOST='localhost' SERVER_PORT=0 BUF_SIZE=1024 ECHO_MSG='HELLO' class ThreadClient(): def __init__(self,ip,... 阅读全文
posted @ 2016-05-25 11:30 similarface 阅读(595) 评论(0) 推荐(0) 编辑
摘要: #coding:utf-8 __author__ = 'similarface' import os,socket,threading,SocketServer SERVER_HOST='localhost' SERVER_PORT=0 BUF_SIZE=1024 ECHO_MSG='HELLO' class ForkedClient(): def __init__(self,ip,... 阅读全文
posted @ 2016-05-25 11:24 similarface 阅读(2252) 评论(1) 推荐(1) 编辑