摘要: 1、初始化一个python的虚拟环境 2、使用最方便快捷的方式统计venv 文件夹下面有多少文件 3、#任务目标 分析“F12抓包接口信息.txt”文件中的接口信息 4、#输出要求 分析出来的接口信息保存到“读书屋项目接口文档_1.md”文件 5、初始化一个pytest + requests + a 阅读全文
posted @ 2026-03-01 22:13 干it的小张 阅读(4) 评论(0) 推荐(0)
摘要: 1、创建.env文件并配置豆包的地址和key 2、创建mtx_midscene_zdh.yaml文件并配置脚本 3、运行脚本文件midscene mtx_midscene_zdh.yaml --headed并生成报告 阅读全文
posted @ 2026-03-01 21:10 干it的小张 阅读(4) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-01-06 00:09 干it的小张 阅读(34) 评论(0) 推荐(0)
摘要: import requests, time, os, pandas as pd, numpy as npfrom bs4 import BeautifulSoupdef download(url, page): html = requests.get(url).text soup = Beautif 阅读全文
posted @ 2024-02-03 08:00 干it的小张 阅读(166) 评论(0) 推荐(0)
摘要: 1、Python 检查Python模块是否为最新版本:https://geek-docs.com/python/python-ask-answer/467_python_check_if_requirements_are_up_to_date.html https://blog.csdn.net/p 阅读全文
posted @ 2023-12-13 19:49 干it的小张 阅读(151) 评论(0) 推荐(0)