12 2020 档案
摘要:不打开窗口特效无法使用录屏(快捷ctrl+alt+r) 在商店中搜索显卡 重启
阅读全文
摘要:# 最终代码 import requests from requests.adapters import HTTPAdapter s = requests.session() s.mount('http://', HTTPAdapter(max_retries=3)) s.mount('https:
阅读全文
摘要:import grequests #这个包要放到文件最顶部的导入 req_list = [] for x in range(100): headers = {"Content-Type": "application/json", 'Connection': 'close'} url = "http:
阅读全文
摘要:# tarzan @ tarzan3w in ~ [8:48:41] $ nohup google-chrome & #后台挂起启动chrome [1] 10651 nohup: 忽略输入并把输出追加到'nohup.out'
阅读全文
摘要:1.先看效果(小熊) 教程 先找到你要修改的应用程序(谷歌浏览器) 确保有sudo权限哦 # tarzan @ tarzan3w in ~/Desktop [13:30:37] $ cd /usr/share/applications/ # tarzan @ tarzan3w in /usr/sha
阅读全文