Commit c4d1e04
committed
📝 更新Python文档,新增socket模块详细说明与示例
- 在socket文档中增加了模块的基本介绍、协议族、地址格式、套接字类型及其创建方法,提升了内容的全面性与实用性。
- 增加了套接字选项、超时处理、地址解析函数及服务器端和客户端操作的详细示例,增强了文档的可读性与参考价值。
- 引入了多线程TCP客户端和服务端的示例,展示了如何实现并发数据收发,提升了文档的实用性与应用场景的理解。1 parent 305bd29 commit c4d1e04
File tree
2 files changed
+619
-1
lines changed- docs/docs/选择编程语言/Python标准库
- 12并发执行
- 13网络和进程间通信
2 files changed
+619
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
0 commit comments