随笔分类 -  python

摘要:pip 常用配置 设置国内源 临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xxx # 这里注意,xxx是需要下载的包的名字,例如: # pip install -i https://pypi.tuna.tsinghua.e 阅读全文
posted @ 2023-12-13 16:02 mysgk 阅读(63) 评论(0) 推荐(0)
摘要:import requests import re from pyquery import PyQuery as Pq import pymysql.cursors connection = pymysql.connect(host='localhost',user='root',password= 阅读全文
posted @ 2018-08-05 20:19 mysgk 阅读(1501) 评论(0) 推荐(0)