Skip to content

Instantly share code, notes, and snippets.

View wuwujun's full-sized avatar
🤐
depression no speaking

wuwujun

🤐
depression no speaking
View GitHub Profile

Python Socket 编程详细介绍

Python 提供了两个基本的 socket 模块:

  • Socket 它提供了标准的BSD Socket API。
  • SocketServer 它提供了服务器重心,可以简化网络服务器的开发。

下面讲解下 Socket模块功能。

Socket 类型

@wuwujun
wuwujun / git.md
Created October 22, 2016 01:27 — forked from suziewong/git.md
github的多人协作?how to 贡献代码?

github的多人协作

  1. github上你可以用别人的现成的代码 直接 git clone 即可了

  2. 然后你也想改代码或者贡献代码咋办?

Fork