随笔分类 - python
摘要:pip 常用配置 设置国内源 临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xxx # 这里注意,xxx是需要下载的包的名字,例如: # pip install -i https://pypi.tuna.tsinghua.e
阅读全文
摘要:import requests import re from pyquery import PyQuery as Pq import pymysql.cursors connection = pymysql.connect(host='localhost',user='root',password=
阅读全文

浙公网安备 33010602011771号