摘要:
Python3.9 , 更换pip国内源的时候,安装清华镜像公布的方法会报错. 原方法 pip install pip -U 新方法 python.exe -m pip install --upgrade pip pip config set global.index-url https://pyp 阅读全文
posted @ 2021-03-13 03:24
歪理斜说
阅读(1472)
评论(0)
推荐(0)
摘要:
# 了解CGI CGI(通用网关接口, Common Gateway Interface/CGI),定义客户端与Web服务器的交流方式的一个程序。 # 什么是WSGI PythonWeb服务器网关接口(Python Web Server Gateway Interface,缩写为WSGI)是Pyth 阅读全文
posted @ 2021-03-13 01:23
歪理斜说
阅读(2179)
评论(1)
推荐(0)
浙公网安备 33010602011771号