会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
GoodMorning9527
博客园
首页
新随笔
联系
管理
订阅
随笔- 123 文章- 13 评论- 0 阅读-
24068
07 2022 档案
专项测试
摘要:参考 流量专项测试 1,http://t.zoukankan.com/feimaoyuzhubaobao-p-8994495.html 2,http://t.zoukankan.com/hhnw-p-10321403.html APP专项测试: . 兼容性测试(操作系统、分辨率 、厂家机型) 2.
阅读全文
posted @
2022-07-21 16:29
GoodMorning9527
阅读(37)
评论(0)
推荐(0)
编辑
QTP工具安装
摘要:1,参考——https://blog.csdn.net/jiyuzzz/article/details/124735619
阅读全文
posted @
2022-07-18 14:54
GoodMorning9527
阅读(20)
评论(0)
推荐(0)
编辑
常见的5种数据库
摘要:MySQL、SQL Server 、Oracle、Sybase、DB2。 下载参考地址:https://www.csdn.net/tags/MtTaYg1sODUxNjItYmxvZwO0O0OO0O0O.html 数据库排行榜地址:https://db-engines.com/en/ranking
阅读全文
posted @
2022-07-18 14:01
GoodMorning9527
阅读(334)
评论(0)
推荐(0)
编辑
数据库测试
摘要:1,数据的正确性测试:数据有无乱码、页面的增删改查,数据库是否成功的显示相应的数据 2,数据库构造:数据库配置文件修改不能否访问数据库、构造异常的数据不能否在页面显示、加密字段是否密文显示 3,数据同步测试:构造重复的数据看数据库是否能去重、是否有对异常数据的容错处理机制(处理方式建议是正常的数据入
阅读全文
posted @
2022-07-18 13:54
GoodMorning9527
阅读(1730)
评论(0)
推荐(0)
编辑
Linux安装Tomcat
摘要:https://www.cnblogs.com/li150dan/p/12535067.html
阅读全文
posted @
2022-07-15 15:31
GoodMorning9527
阅读(11)
评论(0)
推荐(0)
编辑
Temporary ASP.NET Files
摘要:参考:https://blog.csdn.net/weixin_46785144/article/details/121886070
阅读全文
posted @
2022-07-15 09:21
GoodMorning9527
阅读(26)
评论(0)
推荐(0)
编辑
linux搭建grafana
摘要:1,参考https://blog.csdn.net/xJ_fang/article/details/124375323
阅读全文
posted @
2022-07-13 17:04
GoodMorning9527
阅读(180)
评论(0)
推荐(0)
编辑
mac搭建环境Prometheus + Grafana
摘要:参考:https://www.cnblogs.com/yjmyzz/p/how-to-install-prometheus-and-grafana.html 1,启动prometheus: cd /usr/local/Cellar/prometheus/2.35.0/bin,,,,(./promet
阅读全文
posted @
2022-07-08 21:58
GoodMorning9527
阅读(124)
评论(0)
推荐(0)
编辑
VMware Workstation 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard 后可以运行 VMware Workstatio
摘要:参考 1,https://blog.csdn.net/weixin_39601058/article/details/124756234 2,vmware12许可证密钥最新 5A02H-AU243-TZJ49-GTC7K-3C61N VF5XA-FNDDJ-085GZ-4NXZ9-N20E6 UC5
阅读全文
posted @
2022-07-08 12:27
GoodMorning9527
阅读(280)
评论(0)
推荐(0)
编辑
电脑启动虚拟化(Hyper-V)
摘要:1,http://t.zoukankan.com/huahai-p-7270928.html 2,https://blog.csdn.net/u012332816/article/details/92076198 3,https://www.jianshu.com/p/e9acc28e7cc1
阅读全文
posted @
2022-07-08 11:11
GoodMorning9527
阅读(72)
评论(0)
推荐(0)
编辑
jmeter持续集成(jekens)
摘要:参考(3,4较全) 1,https://www.cnblogs.com/xudaceshi/p/16097336.html 2,https://www.136.la/tech/show-464463.html 3,https://www.pianshen.com/article/5303131906
阅读全文
posted @
2022-07-07 11:19
GoodMorning9527
阅读(110)
评论(0)
推荐(0)
编辑
提取token(通用)
摘要:result = re.search(r'token=(.+?)"',respones.text)token = result.group(1)
阅读全文
posted @
2022-07-06 10:22
GoodMorning9527
阅读(71)
评论(0)
推荐(0)
编辑
部署前后端分离包
摘要:1,部署后端包(参考) https://blog.csdn.net/qq873113580/article/details/123990023 code . npm run serve
阅读全文
posted @
2022-07-05 16:19
GoodMorning9527
阅读(20)
评论(0)
推荐(0)
编辑
os模块——获取上层目录
摘要:import os # 获取当前目录 print(os.getcwd()) print(os.path.abspath(os.path.dirname(__file__))) print(os.path.abspath('.')) # 获取当前文件 print(os.path.abspath(__f
阅读全文
posted @
2022-07-05 10:25
GoodMorning9527
阅读(211)
评论(0)
推荐(0)
编辑
locust参考
摘要:1,https://www.freesion.com/article/7859638228/ 2(参数化),https://www.cnblogs.com/fengqu/p/12449344.html 3,https://www.icode9.com/content-4-1049712.html
阅读全文
posted @
2022-07-04 09:37
GoodMorning9527
阅读(18)
评论(0)
推荐(0)
编辑
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
最新随笔
1.人怎么会失忆呢??
2.4G优先级切换
3.4G【重选】
4.4G与5GSIB对比
5.4G【切换】常用公式
6.4G与5G网络架构
7.4G与5G常用频点
8.4G与5G【切换】对比
9.弱覆盖解决思路
10.MOD3干扰解决思路
随笔分类
java(10)
JavaScript(7)
jekens(5)
jmeter(1)
linux(1)
locust(5)
miniun(1)
nginx(2)
Prometheus + Grafana(2)
python(3)
QTP(1)
SQL(1)
TOMCAT(2)
部署应用(3)
爬虫(4)
数据库测试(2)
网优(14)
虚拟机(2)
专项测试(3)
随笔档案
2025年2月(17)
2025年1月(1)
2023年4月(2)
2023年3月(3)
2023年2月(3)
2023年1月(6)
2022年12月(4)
2022年11月(2)
2022年10月(1)
2022年9月(3)
2022年8月(20)
2022年7月(15)
2022年6月(2)
2022年5月(16)
2022年4月(13)
2022年3月(1)
文章分类
APP测试(1)
jmeter性能测试(7)
pandas读取文件(1)
相册
二十四桥明月夜(1)
阅读排行榜
1. 数据库测试(1730)
2. pycharm中导入模块错误时提示Try to run this command from the system terminal. Make sure that you use the... (1370)
3. zsh: permission denied问题的解决办法(1340)
4. 什么是Referrer-Policy?(1221)
5. Pycharm代码美化即标准化、规范化代码快捷键(980)
点击右上角即可分享