引用 + https://training.play with docker.com/beginner linux/ 新手 Linux 克隆实验室仓库: 确保你有 "Docker Hub" 的账号 DockerID 任务1: 运行一些简单的docker容器 通过Alpine Linux容器运行单个任 ...
分类:
系统相关 时间:
2020-04-17 23:42:23
阅读次数:
106
原来TDD就是Test Driven Development(测试驱动开发),强调测试先行,小步快跑,用测试用例驱动出程序的接口和代码。
分类:
其他好文 时间:
2020-04-17 18:42:59
阅读次数:
85
#######################统计日志中测试人员执行用例个############################# BEGIN{ printf "%-10s%-10s\n","Tester","TotalTestcases" } { USERS[$4] += 1 } END{ fo ...
分类:
其他好文 时间:
2020-04-17 15:59:13
阅读次数:
68
Clean up citrix files that have not been uninstalled rd /s /q C:\Program Files (x86)\Citrixrd /s /q C:\Program Files (x86)\Common Files\Citrixrd /s /q ...
分类:
其他好文 时间:
2020-04-16 22:46:31
阅读次数:
78
input{jdbc{jdbc_driver_library=>"/Users/logstash/mysql-connector-java-5.1.39-bin.jar"jdbc_driver_class=>"com.mysql.jdbc.Driver"jdbc_connection_string= ...
分类:
数据库 时间:
2020-04-16 19:27:20
阅读次数:
300
@Test public void modifyTest() throws IOException { File file = new File("/Users/zl/pending file/修复数据.txt"); List<String> list = FileUtils.readLines(f ...
分类:
编程语言 时间:
2020-04-16 18:03:48
阅读次数:
159
[TOC] 在windows中配置pip安装源 作用域包括pycharm和cmd 1. control + n %appdata% 新建 C:\Users\40645\AppData\Roaming\pip 文件夹 新建 C:\Users\40645\AppData\Roaming\pip 文件 2 ...
分类:
数据库 时间:
2020-04-15 23:06:24
阅读次数:
147
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions # 编辑~/.zshrc,在plugins=(git)这一行中添加plugins=(git zsh-aut ...
分类:
其他好文 时间:
2020-04-15 13:52:30
阅读次数:
70
我们先来看看系统自带的route命令的帮助文档 C:\Users\Administrator>route /? 操作网络路由表。 ROUTE [-f] [-p] [-4|-6] command [destination] [MASK netmask] [gateway] [METRIC metric ...
分类:
其他好文 时间:
2020-04-14 20:58:29
阅读次数:
92
安装某个库的时候依赖于redis库,总是出现这样的错误: 猜测是redis库装错了,于是删除 C:\Users\ahfuzhang\go\src\github.com\go redis,然后删除:C:\Users\ahfuzhang\go\pkg\mod\cache目录下所有文件。 尝试单独安装re ...
分类:
其他好文 时间:
2020-04-14 20:50:34
阅读次数:
249