摘要:
问题:uwsgi部署flask项目,xshell关闭后,flask项目接口访问不到 解决:使用会话技术 安装会话 ``` yum install screen ``` 创建会话,name为会化名,创建后会跳转到会话,在此会话中启动项目 ``` screen -S name (torchcu11) [ 阅读全文
posted @ 2023-06-26 17:36
Z_Y_L
阅读(18)
评论(0)
推荐(0)
摘要:
### 搭建conda环境 * 下载,官网:https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/ ``` [root@718945e39174 opt]# wget https://mirrors.tuna.tsinghua.edu.cn/ 阅读全文
posted @ 2023-06-26 17:27
Z_Y_L
阅读(23)
评论(0)
推荐(0)