【准备环境】 自动化测试框架脚本 Linux下的Python环境 https://www.cnblogs.com/xinhua19/p/12836522.html 【思路】 测试顺序是,测试通过代码仓库拉下自动化脚本框架的代码,执行测试脚本,查看测试报告 1.自动从代码仓库拉下代码 2.自动执行测试 ...
分类:
其他好文 时间:
2020-05-10 12:40:36
阅读次数:
73
choice adj./n. 1. N COUNT If there is a choice of things, there are several of them and you can choose the one you want. 2. N COUNT Your choice is som ...
分类:
其他好文 时间:
2020-05-08 13:08:10
阅读次数:
67
---apiVersion:policy/v1beta1kind:PodSecurityPolicymetadata:name:psp.flannel.unprivilegedannotations:seccomp.security.alpha.kubernetes.io/allowedProfileNames:docker/defaultseccomp.security.alpha.kubern
分类:
其他好文 时间:
2020-05-07 09:30:38
阅读次数:
67
原文:C#串口通讯,复制粘贴就可用,仅仅介绍怎样最快的搭建一个串口通讯,异常拦截等等需要自己加上 using System; using System.Collections.Generic; using System.IO.Ports; using System.Text; //串口通讯类 pub... ...
IdentityServer document is not write clear on this part. so it really confuse me and put me on several hours to resovle this problem. 1. 我的Identity Se ...
分类:
其他好文 时间:
2020-05-05 17:37:21
阅读次数:
89
常用关键字介绍 Add Port 参数:【port_locator | open=True | make_current=False | **kwargs】 说明:添加端口 Port_locator:端口号 Open:默认为True表示激活状态,False表示禁用状态 Make_current:默认 ...
分类:
其他好文 时间:
2020-05-05 16:20:58
阅读次数:
168
1丶无产者在这个革命中失去的只是锁链。他们获得的将是整个世界。 The proletarians have nothing to lose but their chains.They have a world to win. 2丶做世界的水手,游遍所有的港口。 To be a sailor of t ...
分类:
其他好文 时间:
2020-05-04 19:31:18
阅读次数:
86
Background of this Blog For several CRM projects in China which I am involved, I found the partner have chosen ABAP webdynpro when custom development ...
分类:
Web程序 时间:
2020-05-04 13:26:42
阅读次数:
81
1 Bean注册 应用启动实质是调用Spring容器启动方法扫描配置加载bean到Spring容器中、同时启动内置的Web容器的过程,具体分析如下: @SpringBootApplication注解在主类上,用于注入对象到ioc容器中,方便程序中提取对象使用。如下所示: @SpringBootApp ...
分类:
其他好文 时间:
2020-05-04 13:17:33
阅读次数:
61
跨域 resolve 解析第三方包 定义环境变量 区分不同环境 noParse 不去解析jquery的依赖库,提升打包速度 noParse:/jquery/ IgnorePlugin 忽略打包中某些包的某些文件不需要打包进去 ...
分类:
Web程序 时间:
2020-05-03 12:46:34
阅读次数:
64