摘要: 1.安装gunicorn pip install gunicorn 2.gunicorn启动配置, # gunicorn_conf.py """ gunicorn启动配置 配合uvicorn启动 """ import multiprocessing # 绑定地址和端口 bind = "127.0.0 阅读全文
posted @ 2025-08-25 10:12 CJTARRR 阅读(76) 评论(0) 推荐(0)