准备CentOS-7.x镜像,可以从网上直接下载,我这里准备的镜像是CentOS-7.2-x86_64[root@linux-node1~]#ls-l/tmp/CentOS-7-x86_64-DVD-1511.iso-rw-r--r--1rootroot4329570304Jan72016/tmp/CentOS-7-x86_64-DVD-1511.iso安装相关软件[root@linux-node
分类:
其他好文 时间:
2018-02-01 17:15:40
阅读次数:
391
jmeter--基于http+json接口的功能测试 测试项目叫做smile_task,简称sm_task。这是一个基于nodejs超简单的todo list,sm_task没有任何UI界面(纯接口),比较适合对接口测试进行学习了解。不过在进行接口测试之前,需要安装smile_task运行的环境: ...
分类:
Web程序 时间:
2018-02-01 00:16:33
阅读次数:
920
Failed to install D:\AutoTest\appium\Appium\node_modules\appium\build\unicode_ime_apk\UnicodeIME-debug.apk: Failure [INSTALL_FAILED_ALREADY_EXISTS: At ...
分类:
其他好文 时间:
2018-01-31 14:43:26
阅读次数:
155
说明:本文中私有仓库的ip地址为10.10.172.203:5000,操作系统为CentOS7.2;服务端:10.10.172.203/241、pull registry镜像#?docker?pull?registry2、docker images命令查看本地镜像;[root@docker?~]#?docker?images?&
分类:
其他好文 时间:
2018-01-31 11:27:02
阅读次数:
155
Scala 异常处理: parseURL("www.baidu.com") 会返回一个 Success[URL] ,包含了解析后的网址, 反之 parseULR("www.baidu.com") 将返回一个含有 Exception 的 Failure[URL]。使用 Try 与使用 Option 非 ...
分类:
其他好文 时间:
2018-01-28 23:19:23
阅读次数:
408
说明:经过查阅,原来双网卡绑定一个IP的专业名词叫做bond,可以实现负载均衡;如果想要实现两张网卡绑定到一个网桥,基本思路是两张网卡设置同一个网桥是行不通的,但如果先实现bond,然后将bond绑定到这个网桥上是行的。关键看你配置的思路。网桥一般情况用不到,主要是用在KVM上。 双网卡绑定单个IP ...
分类:
其他好文 时间:
2018-01-27 19:01:47
阅读次数:
298
1. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) on project jcseg-core: Compilation failure[ N ...
分类:
其他好文 时间:
2018-01-27 00:40:11
阅读次数:
165
由于昨天公司内网服务器坏了,所以急需搭建新的Linux环境。 在安装maven时,使用tar 命令解压maven.tar.gz出现: tar :This does not look like a tar archive tar: Exiting with failure status due to ...
分类:
系统相关 时间:
2018-01-24 10:58:04
阅读次数:
286
In this lesson we will refactor an existing UI update from a typical loading approach to an optimistic UI updateapproach to give our users a faster, m ...
分类:
其他好文 时间:
2018-01-22 19:15:25
阅读次数:
113
一个RabbitMQ消息代理是一个由一个或多个Erlang节点组成的逻辑组,其中的每个节点都共享users, virtual hosts, queues, exchanges, bindings, and runtime parameters。我们把这些相关节点组成的集合作为一个cluster(集群 ...
分类:
其他好文 时间:
2018-01-21 20:38:40
阅读次数:
175