10 2023 档案

摘要:概述 部署使用了Nginx+Supervisor+Gunicorn+Uvicorn 域名与后端服务可以在同一个服务器,也可以在不同的服务器 服务挂载在9000端口,域名的/api/mysite/用于对外提供后端接口服务 1. Python文件的Demo # main.py from fastapi 阅读全文
posted @ 2023-10-31 20:35 waketzheng 阅读(339) 评论(0) 推荐(0) 编辑
摘要:Talk is cheap, show me the code: # main.py # Python3.10+ import hashlib import json from contextlib import asynccontextmanager from enum import IntEnu 阅读全文
posted @ 2023-10-24 21:13 waketzheng 阅读(1187) 评论(0) 推荐(0) 编辑
摘要:参考了这个:https://blog.csdn.net/weixin_42178050/article/details/130012696 将其从vue2的语法改成了vue3,效果如下: 代码如下: <template> <div class="app-container"> <div class= 阅读全文
posted @ 2023-10-08 17:44 waketzheng 阅读(157) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示