会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
赏金猎人小熊
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
15
下一页
2023年5月23日
python接口自动化测试框架
摘要: python_接口自动化测试框架地址 https://www.cnblogs.com/yinjia/p/9503408.html ui自动化测试地址 https://www.cnblogs.com/yinjia/p/9503407.html 数据库封装 config.ini [tester] nam
阅读全文
posted @ 2023-05-23 23:19 赏金猎人小熊
阅读(48)
评论(0)
推荐(0)
2023年5月10日
聚合报告列表项介绍
摘要: ##聚合报告列表项介绍 1、Label:请求的名称,就是脚本中Sampler的名称。 2、#Samples(样本):总共发给服务器的请求数量,如果模拟10个用户,每个用户迭代10次,那么总的请求数为:10*10 =100次。 3、Average(平均值):默认情况下是单个Request的平均响应时间
阅读全文
posted @ 2023-05-10 11:14 赏金猎人小熊
阅读(45)
评论(0)
推荐(0)
性能测试指标
摘要: 性能测试指标:并发为500个 错误率不能超过1% 最大时间不能超过3s
阅读全文
posted @ 2023-05-10 11:03 赏金猎人小熊
阅读(54)
评论(0)
推荐(0)
2023年4月17日
识别验证码的使用
摘要: muggle_ocr 链接:https://pan.baidu.com/s/1w-sp-BQ1BCgOXYKRSo5nZg 提取码:mubp 下载完成之后,直接使用pip install语句即可: pip install muggle-ocr-1.0.3.tar.gz -i https://pypi
阅读全文
posted @ 2023-04-17 16:48 赏金猎人小熊
阅读(134)
评论(0)
推荐(0)
2022年11月23日
fastapi异常处理
摘要: 学习地址 http://www.360doc.com/content/22/1114/08/78594709_1055831061.shtml DEMO items={"test":"这是测试"} @app.get("/item/{item_id}") def read_item(item_id:s
阅读全文
posted @ 2022-11-23 23:09 赏金猎人小熊
阅读(147)
评论(0)
推荐(0)
fastapi学习
摘要: Get请求 from fastapi import FastAPI app = FastAPI() @app.get("/items/{item_id}") async def read_root(item_id: int): return {"item_id": item_id} # 在最下面加上
阅读全文
posted @ 2022-11-23 22:45 赏金猎人小熊
阅读(73)
评论(0)
推荐(0)
fastapi学习之路
摘要: 一、python3写一个http接口服务,给别人调用3 这次选择fastapi,FastAPI是一个现代的、快速(高性能)的web框架,用于基于标准Python类型提示使用Python 3.6+构建api。具有快速、快速编码、更少的错误、直观、简单、简便、健壮。简易而且本地win10能够跑起来。 二
阅读全文
posted @ 2022-11-23 22:21 赏金猎人小熊
阅读(81)
评论(0)
推荐(0)
2022年10月28日
Streamlit库学习地址
摘要: Streamlit库学习教程 https://jishuin.proginn.com/p/763bfbd6de76 Streamlit库中文手册 http://cw.hubwiz加上com/card/c/streamlit-manual/1/6/7/ Streamlit库官方文档 https://d
阅读全文
posted @ 2022-10-28 20:08 赏金猎人小熊
阅读(411)
评论(0)
推荐(0)
Python-一个傻瓜可视化的神库Streamlit
摘要: ##1. 如何安装? 和安装其他包一样,安装 streamlit 非常简单,一条命令即可 ➜ pip install streamlit 考虑到 streamlit 会附带安装比较多的工具依赖包,为了不污染当前的主要环境,我使用 venv 新建一个虚拟环境。 ➜ python3 -m venv .
阅读全文
posted @ 2022-10-28 20:03 赏金猎人小熊
阅读(3231)
评论(0)
推荐(0)
自动化测试框架遇到的错误-python的xlrd读取Excel数据失败: raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+‘; not supported‘) ...
摘要: python的xlrd读取Excel数据失败: raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+’; not supported’) xlrd.biffh.XLRDError: Excel xlsx file; not supported
阅读全文
posted @ 2022-10-28 00:37 赏金猎人小熊
阅读(405)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
15
下一页
公告