摘要: 当没有安装pysocks库的时候,requests库是不支持socks5代理访问url的。 import requests if __name__ == '__main__': s = requests.session() s.proxies = {'https': 'socks5://127.0. 阅读全文
posted @ 2020-10-21 02:55 fatalord 阅读(3190) 评论(0) 推荐(0) 编辑
摘要: 1.先删除fcitx4软件包. sudo pacman -Rs $(pacman -Qsq fcitx) 2.安装fcitx5软件包. sudo pacman -S fcitx5 fcitx5-configtool fcitx5-qt fcitx5-gtk fcitx5-chinese-addons 阅读全文
posted @ 2020-10-21 01:49 fatalord 阅读(33960) 评论(2) 推荐(2) 编辑