python实现socketserver处理多连接 相关逻辑
摘要:1.收发字符串处理 # 接收字符处理 b转str # json_str = str(self.data, encoding="utf8") json_str = self.data.decode("utf-8") # 发送字符处理 str转b data.encode()
阅读全文
posted @ 2020-05-18 15:01
posted @ 2020-05-18 15:01
|
|||||||||
日 | 一 | 二 | 三 | 四 | 五 | 六 | |||
---|---|---|---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 | |||
2 | 3 | 4 | 5 | 6 | 7 | 8 | |||
9 | 10 | 11 | 12 | 13 | 14 | 15 | |||
16 | 17 | 18 | 19 | 20 | 21 | 22 | |||
23 | 24 | 25 | 26 | 27 | 28 | 29 | |||
30 | 31 | 1 | 2 | 3 | 4 | 5 |
?
感谢作者!!清晰明了!太棒啦!
讲的挺好的,拿走可以吗?
Powered by:
博客园
Copyright © 2025 星河赵
Powered by .NET 9.0 on Kubernetes