07 2017 档案

摘要:参考学习博客。 http://blog.csdn.net/icamera0/article/details/50762050 http://blog.csdn.net/column/details/pythonpil.html?&page=2 http://pillow.readthedocs.io 阅读全文
posted @ 2017-07-30 22:22 陈奕迅-可以了 阅读(161) 评论(0) 推荐(0) 编辑
摘要:# # 阅读全文
posted @ 2017-07-30 18:18 陈奕迅-可以了 阅读(1405) 评论(0) 推荐(0) 编辑
摘要:Python的图形库(PIL), 不过在官方下载了支持Python2.7的PIL Windows安装包后,运行过程中发现会报_imagingft C module is not installed错误。 解决方法: 1.在python27 的目录下执行 pip install pillow 2.到h 阅读全文
posted @ 2017-07-30 12:51 陈奕迅-可以了 阅读(1852) 评论(0) 推荐(0) 编辑
摘要:# 阅读全文
posted @ 2017-07-29 12:03 陈奕迅-可以了 阅读(205) 评论(0) 推荐(0) 编辑
摘要:import socket,hashlib client = socket.socket() client.connect(("localhost", 6971)) ##开始连接 (ServerIP,ServerPort) while True: cmd = input("Please input the message>>").strip() print(cmd) ... 阅读全文
posted @ 2017-07-29 12:02 陈奕迅-可以了 阅读(275) 评论(0) 推荐(0) 编辑
摘要:-0- 阅读全文
posted @ 2017-07-28 19:21 陈奕迅-可以了 阅读(254) 评论(0) 推荐(0) 编辑
摘要:--0-- 阅读全文
posted @ 2017-07-28 19:20 陈奕迅-可以了 阅读(662) 评论(0) 推荐(0) 编辑
摘要:记:发送数据的时候发现发送的数据和接受的数据的大小不一样。 阅读全文
posted @ 2017-07-25 17:48 陈奕迅-可以了 阅读(202) 评论(0) 推荐(0) 编辑
摘要:S5700S-52P-LI-AC,H3C 阅读全文
posted @ 2017-07-20 09:10 陈奕迅-可以了 阅读(24432) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示