摘要:
一,报错信息: ModuleNotFoundError: No module named 'docx' 二,解决: pip install python-docx 阅读全文
posted @ 2025-12-21 18:25
刘宏缔的架构森林
阅读(89)
评论(0)
推荐(0)
摘要:
一,通过pip安装 $ pip install celery 事先启动redis, 安装访问redis的库 $ pip install redis 二,创建task1 代码: import time from celery import Celery celery = Celery('tasks', 阅读全文
posted @ 2025-12-21 15:08
刘宏缔的架构森林
阅读(34)
评论(0)
推荐(0)
浙公网安备 33010602011771号