摘要: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 可以在使用pip的时候加参数-i https://pypi.tuna.tsinghua.edu.cn/simple 例如:pip install -i https://pypi.tuna.tsinghua.edu 阅读全文
posted @ 2021-10-27 22:32 念长卿 阅读(474) 评论(0) 推荐(0)
摘要: Nginx代理Python 知识储备: 使用django框架 1、安装python3 [root@web02 ~]# yum install python3 -y 2、安装django框架 [root@web02 ~]# pip3 install django==2.2.2 3、创建django项目 阅读全文
posted @ 2021-10-27 21:40 念长卿 阅读(399) 评论(0) 推荐(0)
摘要: 参考文档:http://shouce.jb51.net/nginx/ 认证模块 yum install httpd-tools -y Syntax: auth_basic string | off; 如果跟string,就代表开启。 Default: auth_basic off; Context: 阅读全文
posted @ 2021-10-27 21:40 念长卿 阅读(36) 评论(0) 推荐(0)