1
摘要: 套接字 (socket)处使用 基于TCP 协议的套接字 TCP 是基于链接的 ,服务器端和客户端启动没有顺序. 服务器端设置: 输出结果 :b'hellow iam the client side !' 客户端配置: 输出结果:b'hello_world' 问题:有的同学在重启服务端时可能会遇到 阅读全文
posted @ 2018-03-20 14:53 萌哥-爱学习 阅读(188) 评论(0) 推荐(0) 编辑