Loading

01 2022 档案

摘要:Vim-ale异步语法检查 https://www.cnblogs.com/wudongwei/p/9083546.html https://blog.csdn.net/demorngel/article/details/69052789 注意 在设置let g:ale_sign_error = ' 阅读全文
posted @ 2022-01-31 17:17 luoxian 阅读(830) 评论(0) 推荐(0) 编辑
摘要:Vim-Vimplus配置 https://www.cnblogs.com/highway-9/p/5984285.html https://github.com/junegunn/vim-plug (PlugInstall) An automatic configuration program f 阅读全文
posted @ 2022-01-31 17:17 luoxian 阅读(524) 评论(0) 推荐(0) 编辑
摘要:转化请求头 import re headers = """ Accept: */* Accept-Encoding: gzip, deflate, br Accept-Language: zh-CN,zh;q=0.9 Connection: keep-alive Host: movie.douban 阅读全文
posted @ 2022-01-31 17:15 luoxian 阅读(106) 评论(0) 推荐(0) 编辑
摘要:Zsh-Powerlevel10k: 最好看,方便,实用的命令行主题 https://www.cnblogs.com/zhangtianli/p/p10k.html https://blog.csdn.net/qq_40938528/article/details/117338066 项目地址 su 阅读全文
posted @ 2022-01-28 23:54 luoxian 阅读(20480) 评论(1) 推荐(4) 编辑
摘要:css选择器用法 导入库 import parsel import requests 语法使用 url = 'http://www.baidu.com' response = requests.get(url) selector = parsel.Selector(response.text) 选择 阅读全文
posted @ 2022-01-05 20:44 luoxian 阅读(2483) 评论(1) 推荐(2) 编辑
摘要:pip镜像源 Linux下 修改 ~/.pip/pip.conf (没有就创建一个文件夹及文件。文件夹要加“.”,表示是隐藏文件夹) 内容如下: [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple [install] trust 阅读全文
posted @ 2022-01-05 20:37 luoxian 阅读(129) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示