原创python 设置阿里云pip源,加速pip更新速度 python 设置阿里云pip源,加速pip更新速度Linux系统:mkdir ~/.pip cat > ~/.pip/pip.conf << EOF [global] trusted-host=mirrors.aliyun.com index-url=https://mirrors.aliyun.com/pypi/simple/ EOF Windows... zyglz 2019-09-14 9805 python
原创python爬虫实战-python3批量抓取并验证快代理免费代理地址 使用python写个爬虫批量抓取并验证快代理免费代理地址import requests import threading from bs4 import BeautifulSoup from queue import Queue headers={ 'User-Agent':'Mozilla/5.0 (Windows NT 6.1; Win64; x64... zyglz 2019-09-14 9387 python爬虫代理