2021年12月31日

性能测试监控

摘要: 转载:https://m.aliyun.com/doc/document_detail/29341.html 性能测试 PTS 性能测试体系 性能测试技术体系 测试监控 测试监控 2017-06-07 13:26:11 目录 1 引言 1.1 编写目的 1.2 适用对象和范围 1.3 参考文档 2 阅读全文

posted @ 2021-12-31 12:35 爆炸头 阅读(140) 评论(0) 推荐(0) 编辑

jmeter导出提取的值或参数化的值到excel

摘要: FileWriter fstream = new FileWriter("D://test//code//companyname.csv", true);BufferedWriter out = new BufferedWriter(fstream); out.write( vars.get("gs 阅读全文

posted @ 2021-12-31 11:47 爆炸头 阅读(64) 评论(0) 推荐(0) 编辑

超级有用的正则表达式

摘要: 1.提取前后部分包好某些特定文字的内容, 竖线“ |” :代表或者,如:([申|上].+?[好|是]) 2.用 [^ ] 包含一系列字符,则能够匹配其中字符之外的任意一个字符。同样的道理,虽然可以匹配其中任意一个,但是只能是一个,不是多个。(.+?[^公司]):可以排除包含公司外的内容,注意放".+ 阅读全文

posted @ 2021-12-31 11:18 爆炸头 阅读(23) 评论(0) 推荐(0) 编辑

2018年11月14日

python xlrd 模块(获取Excel表中数据)

摘要: 一、安装xlrd模块 到python官网下载http://pypi.python.org/pypi/xlrd模块安装,前提是已经安装了python 环境。 二、使用介绍 1、常用单元格中的数据类型 0 empty,1 string(text), 2 number, 3 date, 4 boolean 阅读全文

posted @ 2018-11-14 15:16 爆炸头 阅读(11694) 评论(0) 推荐(0) 编辑

2018年10月1日

python 网页中文显示Unicode码

摘要: print repr(a).decode("unicode–escape") 注:a是要输出的结果, 阅读全文

posted @ 2018-10-01 21:43 爆炸头 阅读(280) 评论(0) 推荐(0) 编辑

python 第三方库安装

摘要: 1.首先安装pip 2.在cmd中找到pip的安装路径,(一般在python的scripts文件中) 3.pip install 第三方库名称 阅读全文

posted @ 2018-10-01 18:18 爆炸头 阅读(97) 评论(0) 推荐(0) 编辑

2018年9月6日

VirtualBox

摘要: 下载地址:https://www.virtualbox.org/wiki/Downloads 下载:Windows hosts 阅读全文

posted @ 2018-09-06 14:39 爆炸头 阅读(129) 评论(0) 推荐(0) 编辑

2018年7月31日

jmeter上传图片

摘要: MIME类型 阅读全文

posted @ 2018-07-31 17:01 爆炸头 阅读(126) 评论(0) 推荐(0) 编辑

2018年1月3日

fiddler抓包手机准备工作

摘要: 1.勾选connections中的:Allow remote computers to connect 2.cmd中查找IP 3.在手机连接的WiFi中设置手动代理为:IP port:8888 4.在手机浏览器上输入:http://电脑IP:8888 访问证书 5.下载证书并安装 6.可以开始抓包了 阅读全文

posted @ 2018-01-03 10:18 爆炸头 阅读(173) 评论(0) 推荐(0) 编辑

导航