摘要: 服务端: #!/usr/bin/env python # -*- coding: utf-8 -*- # import socketserver # bufsize = 1024 # host = '127.0.0.1' # port = 8100 # address = (host,port) # # class MYtcphandler(socketserver.BaseRequestHan... 阅读全文
posted @ 2017-07-08 11:52 Bruce.yin 阅读(137) 评论(0) 推荐(0) 编辑