会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhouzou
博客园
首页
新随笔
联系
订阅
管理
2025年11月11日
appium安装使用
摘要: https://www.cnblogs.com/may18/p/17688552.html https://www.cnblogs.com/fnng/p/4579152.html jmeter: https://cloud.tencent.com/developer/article/2511655
阅读全文
posted @ 2025-11-11 11:08 吐司波妞
阅读(0)
评论(0)
推荐(0)
2025年7月16日
python 使用格式化字符串 f-string查询sql的注入风险
摘要: f-string查询(用户的输入会被当成sql语句的一部分执行) query = f"SELECT code_content FROM sms_code_records WHERE email = '{username}' ORDER BY send_time DESC LIMIT 1" 用户输入u
阅读全文
posted @ 2025-07-16 09:24 吐司波妞
阅读(15)
评论(0)
推荐(0)
2025年7月15日
Windows 关闭Charles后浏览器无法上网
摘要: 
阅读全文
posted @ 2025-07-15 19:53 吐司波妞
阅读(10)
评论(0)
推荐(0)
2025年6月22日
微信提现测试用例
摘要: https://www.mubu.com/doc/SkLprdQOnR
阅读全文
posted @ 2025-06-22 14:29 吐司波妞
阅读(12)
评论(0)
推荐(0)
2024年9月27日
jenkens拉取github代码失败
摘要: https://www.cnblogs.com/gaoyuechen/p/17355593.html
阅读全文
posted @ 2024-09-27 10:32 吐司波妞
阅读(10)
评论(0)
推荐(0)
github安装常见问题
摘要: github安装教程 https://blog.csdn.net/qq_37140721/article/details/130089174 常见问题 https://blog.csdn.net/huoxingrenxiaozhu/article/details/129853940 安装完成之后页面
阅读全文
posted @ 2024-09-27 10:29 吐司波妞
阅读(18)
评论(0)
推荐(0)
2024年9月25日
git客户端操作
摘要: 客户端密钥生成和查看 ssh-keygen -t rsa -b 4096 -C "your_email@example.com" cat ~/.ssh/id_rsa.pub
阅读全文
posted @ 2024-09-25 22:42 吐司波妞
阅读(20)
评论(0)
推荐(0)
python命令行可以执行allure generate,但是python脚本执行失败提示sh: allure: command not found
摘要: python命令行可以执行allure generate,但是python脚本执行失败提示sh: allure: command not found 解决方法 重启电脑!!!
阅读全文
posted @ 2024-09-25 18:05 吐司波妞
阅读(130)
评论(0)
推荐(0)
mac安装allure成功后pycharm虚拟环境allure不可用
摘要: mac安装allure成功pycharm虚拟环境cmd提示zsh: command not found: allure mac查看安装成功 在虚拟环境查看失败 确认虚拟环境变量 如果 Allure 仍然不可用,检查虚拟环境中的 PATH 环境变量是否包含了 Allure CLI 的路径。在虚拟环境中
阅读全文
posted @ 2024-09-25 10:48 吐司波妞
阅读(297)
评论(0)
推荐(0)
2024年9月23日
post请求的body数据类型和content-type的关系
摘要: 背景:登陆接口的类型是post,request接口的content-type是multipart/form-data; boundary WebKitFormBoundaryxeYAwSy6FSo4kow9 response接口的content-type是application/json; char
阅读全文
posted @ 2024-09-23 11:42 吐司波妞
阅读(150)
评论(0)
推荐(0)
下一页
公告