2016年12月26日

python3.* socket例子

摘要: On Server: # -*- coding: utf-8 -*-#this is the server import socketif "__main__" == __name__: try: sock = socket.socket(socket.AF_INET,socket.SOCK_STR 阅读全文

posted @ 2016-12-26 16:12 吃咯 阅读(330) 评论(0) 推荐(0) 编辑

Python 3中套接字编程中遇到TypeError: 'str' does not support the buffer interface的解决办法

摘要: 原作者禁止转载,为了自己学习方便,把网址放在这里。 http://blog.csdn.net/chuanchuan608/article/details/17915959 阅读全文

posted @ 2016-12-26 16:05 吃咯 阅读(3056) 评论(0) 推荐(0) 编辑

导航