Loading

摘要: 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 阅读(2418) 评论(0) 推荐(1) 编辑
摘要: 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) 编辑