1 Star 0 Fork 0

野哥(沐野)/python_reptile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
JoinableQueue_07.py 130 Bytes
一键复制 编辑 原始数据 按行查看 历史
Admin 提交于 2023-10-07 02:52 . 进程和线程
from multiprocessing import Process,JoinableQueue as queue
class Spider(object):
def __init__(self):
self.q = queue()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ye-ge-mu-ye/python_reptile.git
git@gitee.com:ye-ge-mu-ye/python_reptile.git
ye-ge-mu-ye
python_reptile
python_reptile
master

搜索帮助