码迷,mamicode.com
首页 > 编程语言 > 详细

python socket

时间:2019-02-18 23:02:59      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:字符   数字   http   str   序列化   width   info   height   head   

草稿,未完待续:

技术图片

json.dumps  序列化(将数据变成字符串格式)

head_json.encode(‘utf-8‘)  将字符串编译成bytes格式。

 

 struct提供用format specifier方式对数据进行打包和解包(将数字转成固定长度的bytes格式)

 技术图片

 

套接字只能发送bytes格式的数据

只有字符能编码成bytes格式,数字等其它类型的数据不能编码成bytes格式。

python socket

标签:字符   数字   http   str   序列化   width   info   height   head   

原文地址:https://www.cnblogs.com/linuxws/p/10398210.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!