1 Star 0 Fork 3

JOHNSON / multithreaded-socket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
utils.py 182 Bytes
一键复制 编辑 原始数据 按行查看 历史
JOHNSON 提交于 2021-07-27 12:17 . 仿 HTTP 协议传输
import logging # 引入logging模块
logging.basicConfig(level=logging.DEBUG,
format='%(asctime)s - %(filename)s [line:%(lineno)d] - %(levelname)s: %(message)s')
Python
1
https://gitee.com/J0hNs0N/multithreaded-socket.git
git@gitee.com:J0hNs0N/multithreaded-socket.git
J0hNs0N
multithreaded-socket
multithreaded-socket
master

搜索帮助