在《RobotFramwork + Python 自动化入门 一》中,完成了一个Robot环境搭建及测试脚本的创建和执行。 在《RobotFramwork + Python 自动化入门 二》中,对RobotFramework的关键字使用和查看源码进行了介绍。 在《RobotFramwork + Py ...
分类:
编程语言 时间:
2021-06-28 19:02:49
阅读次数:
0
多对多关联与中介模型 一 多对多关联的三种方式 # 多对多关联关系的建立有三种方式。 1 方式一:自行创建第三张表 class Author(models.Model): nid = models.AutoField(primary_key=True) name = models.CharField ...
分类:
其他好文 时间:
2021-06-28 18:54:27
阅读次数:
0
可变参数 实际上参数是数组 public class MethodDemo07 { public static void main(String[] args) { MethodDemo07 demo07 = new MethodDemo07(); demo07.test(1,2,3,4,5,6,7 ...
分类:
其他好文 时间:
2021-06-28 18:53:22
阅读次数:
0
SpringBoot01:入门 1.概述 微服务 响应式 分布式 Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". ...
分类:
编程语言 时间:
2021-06-28 18:47:02
阅读次数:
0
Mac 自定义可执行脚本 新建文件夹sh mkdir sh 创建自定义sh touch pull.sh touch push.sh 写入内容 #!/bin/bash # 一次性处理git拉取 #branch_name=`git symbolic-ref --short -q HEAD` branch ...
分类:
系统相关 时间:
2021-06-28 18:44:07
阅读次数:
0
控制器Controllers 的入门介绍 **Jmeter有两种类型的控制器:**Samplers(取样器)和Logical Controllers(逻辑控制器);它们驱动着测试的进行 **取样器:**让Jmeter 发送请求到服务器 **逻辑控制器:**可以自定义决定发送请求的时机的逻辑 控制器是 ...
分类:
其他好文 时间:
2021-06-28 18:41:51
阅读次数:
0
https://www.cnblogs.com/shamo89/p/8184960.html 第一步 https://www.cnblogs.com/trgl/p/7353782.html 第二步 https://www.cnblogs.com/hafiz/p/9155017.html 简单适合入门 ...
分类:
编程语言 时间:
2021-06-28 18:38:41
阅读次数:
0
现象: git clone 或是 git pull的时候会出错,error 大概如下 remote: Enumerating objects: 7433, done.remote: Counting objects: 100% (7433/7433), done.error: pack-object ...
分类:
其他好文 时间:
2021-06-28 18:00:00
阅读次数:
0
集群时间同步 **如果服务器在公网环境(能连接外网),可以不采用集群时间同步。**因为服务器会定期和公网时间进行校准。 如果服务器在内网环境,必须要配置集群时间同步,否则时间久了,会产生时间偏差,导致集群执行任务时间不同步。 时间服务器配置(必须root用户) 首先需要设置一个时间服务器作为基准,其 ...
分类:
其他好文 时间:
2021-06-28 17:56:59
阅读次数:
0
用了大半年,从15到20,从入门到放弃 喜欢Linux,喜欢deepin,但是没办法 1、企业微信没有Linux版本,全屏后没法回来 2、微信开发者工具没有Linux版本,无法调用命令行进行自动化测试 3、模拟器没法用,远程连接模拟器总是有问题,众多模拟器还不支持远程调用 4、airtest没有de ...
分类:
其他好文 时间:
2021-06-28 17:53:54
阅读次数:
0