摘要:
在requests发送请求中添加上verify参数 response = requests.get(url, verify=False) 再次运行会报如下提示: InsecureRequestWarning: Unverified HTTPS request is being made to hos 阅读全文
摘要:
import winreg import os import time from collections import deque from typing import Any # root HKEY_CURRENT_USER = winreg.HKEY_CURRENT_USER # key pat 阅读全文
摘要:
mac下将python2.7改为python3 查看当前电脑python版本 python -V 修改。bash_profile文件 vi ~/.bash_profile //编辑bash_profile # Setting PATH for Python 3.7 # The orginal ver 阅读全文