随笔分类 -  http

摘要:import time import socket import uuid import urllib import urllib3 from urllib import request, parse import json def get_host_ip(): """ :return: ip "" 阅读全文
posted @ 2022-03-07 20:06 simp00 阅读(216) 评论(0) 推荐(0)
摘要:import time import socket import uuid import urllib import urllib2 import json def get_host_ip(): """ :return: ip """ try: s = socket.socket(socket.AF 阅读全文
posted @ 2022-03-03 19:39 simp00 阅读(102) 评论(0) 推荐(0)
摘要:转载自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 阅读全文
posted @ 2021-12-01 10:47 simp00 阅读(898) 评论(0) 推荐(0)