1、安装CPAS-15.15_18.11.17745.22684软件,非官方下载链接 https://download.csdn.net/download/sunrain_hjb/12567734;2、找到安装目录(如C:\Program Files (x86)\Frontline Test Sys ...
分类:
其他好文 时间:
2020-07-11 13:09:22
阅读次数:
230
ifconfig //查ip ifconfig eth0 192.168.20.40 //ip改为同网段 mount -t nfs -o nolock 192.168.20.30:/home/share /mnt/ cd /mnt/test ...
分类:
其他好文 时间:
2020-07-11 13:03:54
阅读次数:
55
import pandas excel=pandas.read_excel(r'E:\pandas练习\成绩单.xlsx') b=excel.style.bar(color='orange',subset=['test_1','test_2','test_3']) b.to_excel() ...
分类:
其他好文 时间:
2020-07-11 12:35:47
阅读次数:
57
Junit单元测试 测试分类 黑盒测试:不需要写代码,给输入值,看程序能否得到输出期望值. 白盒测试:需要些代码,关注程序具体的执行流程. Junit的使用 步骤 定义一个测试类(测试用例). 定义测试方法,可以独立运行. 给方法加@Test. 导入junit依赖环境. 判断结果 红色:失败 绿色: ...
分类:
其他好文 时间:
2020-07-11 10:03:49
阅读次数:
66
创建unique索引: alter table test add unique index (`key`); 删除key键的unique索引: alter table test drop index `key`; 在开发的过程中唯一索引有好处也有坏处,使用要多多斟酌。 "一个人和一个人相遇的概率是千 ...
分类:
数据库 时间:
2020-07-11 09:40:46
阅读次数:
96
参数的支持: *** Settings ***Library SeleniumLibraryLibrary Collections*** Test Cases ***case1 loginwebsite auto sdfsdfsdf sleep 2 ${lessonses} getLessions ...
分类:
其他好文 时间:
2020-07-11 00:23:55
阅读次数:
98
*** Test Cases *** case1 [Template] dataDriven #不写关键字,写关键字的参数 20200100 20200200 20200300 *** Keywords *** dataDriven [Arguments] ${date} ${res} evalua ...
分类:
其他好文 时间:
2020-07-11 00:06:25
阅读次数:
68
有时候确实是密码输入错误,登陆gitlab重置下密码。 gitlab的https用户定义密码认证方式被关闭了,那就改成ssh方式在项目根目录: git remote set-url origin git@git.example.com:test.git 将项目从https源换成ssh 本机生成SSH ...
分类:
数据库 时间:
2020-07-10 21:01:20
阅读次数:
311
目标 html html5css css3javascript es6jquery bootstrapsemantic-uivue 工具 editplus sublime text vscode 编辑器 免费 开源 javascript 支持各种系统 微软 插件多 eclipsewebstorm 用 ...
分类:
Web程序 时间:
2020-07-10 20:55:36
阅读次数:
75
项目搭建时间:2020-06-29 本章节:讲述基于vue/cli, 项目的基础搭建。 本主题讲述了: 1、跨域配置 2、axios请求封装 3、eslint配置 4、环境dev,test,pro(开发,测试,线上), run自动调用对应的接口(proxy多代理配置) vue+element-ui ...
分类:
其他好文 时间:
2020-07-10 19:15:52
阅读次数:
102