随笔分类 - http
摘要:import time import socket import uuid import urllib import urllib3 from urllib import request, parse import json def get_host_ip(): """ :return: ip ""
阅读全文
摘要:import time import socket import uuid import urllib import urllib2 import json def get_host_ip(): """ :return: ip """ try: s = socket.socket(socket.AF
阅读全文
摘要:转载自https://www.cnblogs.com/EasonJim/p/9826681.html 1、在/etc/profile文件 2、在~/.bashrc 3、在~/.zshrc 4、在/etc/profile.d/文件夹下新建一个文件xxx.sh 删除代理 export -n http_p
阅读全文