摘要:
当没有安装pysocks库的时候,requests库是不支持socks5代理访问url的。 import requests if __name__ == '__main__': s = requests.session() s.proxies = {'https': 'socks5://127.0. 阅读全文
摘要:
1.先删除fcitx4软件包. sudo pacman -Rs $(pacman -Qsq fcitx) 2.安装fcitx5软件包. sudo pacman -S fcitx5 fcitx5-configtool fcitx5-qt fcitx5-gtk fcitx5-chinese-addons 阅读全文