一、接口自动化测试编写流程: 1、从单个接口的test_.py模块开始写 2、实现数据驱动DDT 3、读取Excel,ExcelHandler类,存放在common包里面 4、分层、数据、配置文件、logger日志记录、测试报告。 5、注册、登录。数据动态生成,手机号码faker.phone_num ...
分类:
其他好文 时间:
2021-03-01 13:03:41
阅读次数:
0
2021-02-26 22:54:13.146272: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1406] Created TensorFlow device (/job:localhost/replica:0/task:0/device ...
分类:
其他好文 时间:
2021-02-27 13:21:07
阅读次数:
0
1. 控制器输出return $this->fetch(); 5$this->display(); 3.2单字母函数去掉了 如:M() D() U() S() C() 3.2 5G() debug() 记录时间(微秒)和内存使用情况E() exception() 抛出异常处理C() config() ...
分类:
其他好文 时间:
2021-02-27 13:04:34
阅读次数:
0
统一返回结果集封装 package com.example.springbootlearn.common; import com.alibaba.fastjson.JSONObject; import lombok.Data; import java.io.Serializable; import ...
分类:
编程语言 时间:
2021-02-27 13:00:59
阅读次数:
0
参考: https://www.cnblogs.com/CesareZhang/p/11140520.html https://www.cnblogs.com/CesareZhang/p/10744722.html 框架结构: Business:业务相关公共模块,如登录Common:业务无关公共模块 ...
分类:
其他好文 时间:
2021-02-26 13:33:35
阅读次数:
0
[root@localhost logs]# tail -100f error.log ngx_http_fastdfs_process_init pid=11255 [2021-02-24 19:11:20] ERROR - file: ../common/fdfs_http_shared.c, ...
分类:
其他好文 时间:
2021-02-26 12:54:25
阅读次数:
0
题目 要点 其实本题是找所有一个列表中所有元素的公共子集,也就是最小是空集(""),最大是最短元素。那我们则需要比较最小长度的元素和最大长度的元素,看它们有多少相同。 解题 class Solution: def longestCommonPrefix(self, strs: List[str]) ...
分类:
其他好文 时间:
2021-02-25 12:22:33
阅读次数:
0
string中的元素要用''包起来! 一开始把s[i]=='0'写成 s[i]==0然后一直wa//w// 1756 https://leetcode-cn.com/problems/count-number-of-homogenous-substrings/ 没想到这是个找规律QAQ 找完规律就是 ...
分类:
其他好文 时间:
2021-02-25 11:51:46
阅读次数:
0
1.自定一个注解 package com.hc.manager.common.aop.annotation;import java.lang.annotation.*;/** * LogAnnotation * * @author summer.chou * @version V1.0 * @dat ...
分类:
编程语言 时间:
2021-02-24 13:08:30
阅读次数:
0
linux安装docker 卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-l ...
分类:
系统相关 时间:
2021-02-23 14:06:38
阅读次数:
0