摘要: 下载 git clone https://github.com/Yggdroot/indentLine.git ~/.vim/pack/vendor/start/indentLine 配置 vim -u NONE -c "helptags ~/.vim/pack/vendor/start/inden 阅读全文
posted @ 2024-09-13 16:09 vx_guanchaoguo0 阅读(33) 评论(0) 推荐(0)
摘要: https curl 安装 apt install apt-transport-https ca-certificates curl software-properties-common 添加信任秘钥 wget -qO - https://download.sublimetext.com/subli 阅读全文
posted @ 2024-09-13 15:57 vx_guanchaoguo0 阅读(12) 评论(0) 推荐(0)
摘要: with open('request1.json', 'r',encoding='utf8') as f: data_json = json.load(f) with open('request1.json', 'w', encoding='utf8') as f: json.dump(data_j 阅读全文
posted @ 2024-09-13 11:00 vx_guanchaoguo0 阅读(11) 评论(0) 推荐(0)
摘要: 这个可以再浏览器端处理 test.com a.test.com b.test.com document.domain="test.com"; 阅读全文
posted @ 2024-09-13 09:59 vx_guanchaoguo0 阅读(17) 评论(0) 推荐(0)