在之前的视频《接口自动化项目用例组织设计》中: 我聊到了我的接口自动化经历,提到了两款以前做过的接口自动化框架,一个是tep的前身pyface,纯面向对象设计的框架;一个是pyface的前身AIM,基于unittest设计的。 AIM简介 AIM框架介绍 AIM,是Automatic Interfa ...
分类:
其他好文 时间:
2021-07-19 16:58:14
阅读次数:
0
FastAPI https://fastapi.tiangolo.com/#performance FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based ...
分类:
编程语言 时间:
2021-07-16 17:45:01
阅读次数:
0
(A)Check-In(办理登机手续) (1)ticket:机票 (2)ticket counter:检票柜台,票务柜台 (3)ticket agent:票务员 (4)suitcase:手提箱 (5)arrival and departure monitor:班机抵达出发时间屏 (B)Securit ...
分类:
其他好文 时间:
2021-07-05 16:49:44
阅读次数:
0
第一种方式: @Configuration public class DruidConfig { @Bean public ServletRegistrationBean druidServlet() { ServletRegistrationBean servletRegistrationBean ...
分类:
编程语言 时间:
2021-07-02 16:10:44
阅读次数:
0
你好呀,我是why。 前两天在 Git 上闲逛的时候又不知不觉逛到 Dubbo 那里去了。 看了一下最近一个月的数据,社区活跃度还是很高的: 然后看了一下最新的 issue,大家提问都很积极。 其中看到了这样的一个 issue,发现有点意思: https://github.com/apache/du ...
分类:
编程语言 时间:
2021-06-29 16:08:48
阅读次数:
0
1.配置:进入dubbo-monitor-simple-2.0.0\conf目录修改dubbo.properties文件 dubbo.registry.address=zookeeper://127.0.0.1:2181 2、监控中心配置 参考官网:https://dubbo.apache.org/ ...
分类:
其他好文 时间:
2021-06-23 16:44:46
阅读次数:
0
1. MongoDB相关概念 1.1 业务应用场景 传统的关系型数据库(如MySQL),在数据操作的“三高”需求以及应对Web2.0的网站需求面前,显得力不从心。 解释:“三高”需求: High performance - 对数据库高并发读写的需求。 Huge Storage - 对海量数据的高效率 ...
分类:
数据库 时间:
2021-06-20 17:35:12
阅读次数:
0
一、组件介绍 1、ngrinder包含Controller、agent 和 monitor 三部分2、Controller提供性能测试的web接口协调测试进程调整和显示测试的统计结果让用户创建和修改脚本3、Agent在代理服务器上加载运行测试进程和线程可以部署多台,提升压测能力最好是能部署在单独的服 ...
分类:
其他好文 时间:
2021-06-17 17:07:34
阅读次数:
0
Discovering, analyzing, structuring and mining data Statistical hypotheses validation and model performance analysis Developing neural network models ...
分类:
其他好文 时间:
2021-06-13 09:42:05
阅读次数:
0
一、简介 MHA(Master HA)是一款开源的 MySQL 的高可用程序,它为 MySQL主从复制架构提供了 automating master failover (自动化主故障转移)功能。MHA 在监控到 master 节点故障时,会提升其中拥有最新数据的 slave 节点成为新的master ...
分类:
其他好文 时间:
2021-06-07 21:17:17
阅读次数:
0