摘要: 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)
摘要: 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)
摘要: ![image](https://img2024.cnblogs.com/blog/1839180/202507/1839180-20250715195519452-890257315.png) 阅读全文
posted @ 2025-07-15 19:53 吐司波妞 阅读(10) 评论(0) 推荐(0)
摘要: https://www.mubu.com/doc/SkLprdQOnR 阅读全文
posted @ 2025-06-22 14:29 吐司波妞 阅读(12) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/gaoyuechen/p/17355593.html 阅读全文
posted @ 2024-09-27 10:32 吐司波妞 阅读(10) 评论(0) 推荐(0)
摘要: 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)
摘要: 客户端密钥生成和查看 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 解决方法 重启电脑!!! 阅读全文
posted @ 2024-09-25 18:05 吐司波妞 阅读(130) 评论(0) 推荐(0)
摘要: mac安装allure成功pycharm虚拟环境cmd提示zsh: command not found: allure mac查看安装成功 在虚拟环境查看失败 确认虚拟环境变量 如果 Allure 仍然不可用,检查虚拟环境中的 PATH 环境变量是否包含了 Allure CLI 的路径。在虚拟环境中 阅读全文
posted @ 2024-09-25 10:48 吐司波妞 阅读(297) 评论(0) 推荐(0)
摘要: 背景:登陆接口的类型是post,request接口的content-type是multipart/form-data; boundary WebKitFormBoundaryxeYAwSy6FSo4kow9 response接口的content-type是application/json; char 阅读全文
posted @ 2024-09-23 11:42 吐司波妞 阅读(150) 评论(0) 推荐(0)