Loading

摘要: pip install -U 升级所有依赖包 阅读全文
posted @ 2023-10-11 10:26 袁铁帅 阅读(12) 评论(0) 推荐(0)
摘要: 安装 pip install -U pytest 查看版本 pip show pytest 或 pytest --version 阅读全文
posted @ 2023-10-11 09:28 袁铁帅 阅读(27) 评论(0) 推荐(0)
摘要: pytest 阅读全文
posted @ 2023-10-10 15:36 袁铁帅 阅读(17) 评论(0) 推荐(0)
摘要: 代码 # 调到相应模块 from selenium import webdriver from time import sleep # 赋一个driver driver = webdriver.Chrome(r'..\chromedriver.exe')# 窗口最大化 driver.maximize 阅读全文
posted @ 2023-09-26 09:24 袁铁帅 阅读(22) 评论(0) 推荐(0)
摘要: 循环 阅读全文
posted @ 2023-09-25 15:33 袁铁帅 阅读(19) 评论(0) 推荐(0)
摘要: json操作 阅读全文
posted @ 2023-09-25 12:01 袁铁帅 阅读(17) 评论(0) 推荐(0)
摘要: import requests resp = requests.get('http://www.baidu.com') print(resp.text) import requests resp = requests.post('http://www.xxx.com/login') print(re 阅读全文
posted @ 2023-09-25 09:00 袁铁帅 阅读(35) 评论(0) 推荐(0)
摘要: os 阅读全文
posted @ 2023-09-22 09:11 袁铁帅 阅读(13) 评论(0) 推荐(0)
摘要: python操作mysql 阅读全文
posted @ 2023-09-22 09:03 袁铁帅 阅读(12) 评论(0) 推荐(0)
摘要: yaml文件读写 阅读全文
posted @ 2023-09-22 09:01 袁铁帅 阅读(41) 评论(0) 推荐(0)