摘要: https://baijiahao.baidu.com/s?id=1749263985039398754&wfr=spider&for=pc 阅读全文
posted @ 2023-10-30 14:49 CrossPython 阅读(14) 评论(0) 推荐(0) 编辑
摘要: # pip install websockets from uvicorn import run from fastapi import FastAPI app = FastAPI(title="websocket") from typing import List from fastapi imp 阅读全文
posted @ 2023-10-30 13:20 CrossPython 阅读(30) 评论(0) 推荐(0) 编辑
摘要: ubuntu:22.04 sudo apt-get install python3.10 pip3 install virtualenv cd /data virtualenv new odooenv sudo apt-get install postgresql = 15.0 sudo apt-g 阅读全文
posted @ 2023-10-30 09:43 CrossPython 阅读(54) 评论(0) 推荐(0) 编辑