开发者

python中socket套接字

0
  • python中socket(套接字)库详细举例解析

    目录1. 前言2. socket 库基础2.1 什么是 socket?2.2 socket 的类型3. 基于 TCjsP 的 socket 编程3.1 TCP 服务器端代码示例3.2 TCP 客户端代码示例3.3 代码分析4. 基于 UDP 的 socket 编程4.1 UDP 服务器端代码示例4[详细]

    2025-08-14 09:43 分类:开发
  • Other HTML serialisations?

    After keeping in mind that HTML has both an SGML and XML serialisations, which are just encodings for a parser to \"explode\" into a DOM, I\'m wondering whether there are other serialisations for HTML[详细]

    2022-12-29 06:09 分类:问答