会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
菜鸟需勤奋
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
48
下一页
2026年3月3日
ddt数据驱动
摘要: def ddt(path): with open(path, 'r', encoding='utf-8') as f: data = yaml.safe_load(f) return pytest.mark.parametrize('data', data) @ddt("./data/req.yam
阅读全文
posted @ 2026-03-03 16:40 iTao0128
阅读(2)
评论(0)
推荐(0)
2026年2月11日
arthas入门参考
摘要: https://bugstack.cn/md/road-map/arthas.html
阅读全文
posted @ 2026-02-11 16:36 iTao0128
阅读(4)
评论(0)
推荐(0)
jvm相关概念
摘要: 0. 插件 https://plugins.jetbrains.com/plugin/13581-arthas-idea/versions 1. 火焰图 图形介绍 这里的x轴代表采样总量(也就是此刻所有执行的耗时cpu的方法)。 这是注意的是x 轴并不代表时间,而是所有的调用方法合并后,按字母顺序排
阅读全文
posted @ 2026-02-11 16:36 iTao0128
阅读(5)
评论(0)
推荐(0)
2026年2月10日
jmeter插件开发参考
摘要: https://www.cnblogs.com/hong-fithing/p/14098210.html
阅读全文
posted @ 2026-02-10 10:54 iTao0128
阅读(1)
评论(0)
推荐(0)
2026年2月9日
性能测试实战
摘要: https://time.geekbang.org/column/article/178042 https://time.geekbang.org/column/article/182912
阅读全文
posted @ 2026-02-09 16:47 iTao0128
阅读(2)
评论(0)
推荐(0)
配置html报告中的时间粒度granularity
摘要: 方法1:生成报告时指定粒度 在生成HTML报告时通过命令行参数指定:(单位毫秒) jmeter -g results.jtl -o report_output_folder -Jjmeter.reportgenerator.overall_granularity=10000 或者使用generate
阅读全文
posted @ 2026-02-09 16:38 iTao0128
阅读(2)
评论(0)
推荐(0)
2026年2月5日
jmeter监听每秒点击数(Hits per Second)
摘要: https://blog.csdn.net/weixin_44707404/article/details/133889934
阅读全文
posted @ 2026-02-05 18:30 iTao0128
阅读(2)
评论(0)
推荐(0)
2025年12月24日
langchain
摘要: 模块下载 pip install langchain==0.3.7 -i https://pypi.tuna.tsinghua.edu.cn/simple pip install langchain-openai==0.2.3 -i https://pypi.tuna.tsinghua.edu.cn
阅读全文
posted @ 2025-12-24 18:59 iTao0128
阅读(9)
评论(0)
推荐(0)
2025年11月20日
fastApi
摘要: 官网:https://fastapi.tiangolo.com/zh/#_2 源码:https://github.com/fastapi/fastapi 指定版本安装: 入门案例: from fastapi import FastAPI app = FastAPI() @app.get('/hell
阅读全文
posted @ 2025-11-20 23:00 iTao0128
阅读(11)
评论(0)
推荐(0)
2025年11月19日
pip安装第三方包
摘要: https://pypi.tuna.tsinghua.edu.cn/simple
阅读全文
posted @ 2025-11-19 23:05 iTao0128
阅读(5)
评论(0)
推荐(0)
1
2
3
4
5
···
48
下一页
公告