摘要:
#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
阅读(602)
评论(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
阅读(2262)
评论(1)
推荐(1)
浙公网安备 33010602011771号