官网地址(不过是centos7): https://docs.docker.com/engine/install/centos/ 1.卸载老版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common ...
分类:
其他好文 时间:
2020-07-08 13:37:50
阅读次数:
208
这里 jenkins 使用的存储为 NFS 安装 nfs 工具 yum install nfs-common nfs-utils -y showmount -e 192.168.52.174 # 运行结果 Export list for 192.168.52.174: /nfs/jenkins * ...
分类:
其他好文 时间:
2020-07-08 13:20:09
阅读次数:
55
package org.springframework.security.oauth2.common.util; import java.security.SecureRandom; import java.util.Random; /** * Utility that generates a ra ...
分类:
其他好文 时间:
2020-07-07 19:53:13
阅读次数:
46
Beta distribution Probability Gamma distribution Commonly used distributions Commonly used stochastic processes Tangent cone, Tangent cone 2 ...
分类:
其他好文 时间:
2020-07-07 09:28:05
阅读次数:
58
前段时间记录了一下pytest接口自动化测试,今天来记录pytest+allureUI自动化了 ,还是直接上代码吧。 目录 case#存放测试用例 common#存放测试公共方法 data#存放测试数据、定位元素 logs#存放日志文件 pages#存放页面页面元素,操作步骤 report#存放测试 ...
分类:
其他好文 时间:
2020-07-07 00:33:25
阅读次数:
117
1.安装Nginx 1)使用Nginx官方的yum源 [root@localhost ~]# vim /etc/yum.repos.d/nginx.repo [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/7/$bas ...
分类:
Web程序 时间:
2020-07-06 16:18:11
阅读次数:
81
1.卸载旧版版 yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker ...
分类:
其他好文 时间:
2020-07-06 13:07:11
阅读次数:
71
一、实验要求 以fork和execve系统调用为例分析中断上下文的切换 分析execve系统调用中断上下文的特殊之处 分析fork子进程启动执行时进程上下文的特殊之处 以系统调用作为特殊的中断,结合中断上下文切换和进程上下文切换分析Linux系统的一般执行过程 二、实验过程 fork系统调用 for ...
分类:
系统相关 时间:
2020-07-05 22:48:37
阅读次数:
71
问题描述 当我新克隆一个react项目,然后安装好依赖包后,启动服务,发现浏览器控制台报如下warning: VM25 common.bundle.js:36926 Warning: componentWillMount has been renamed, and is not recommende ...
分类:
其他好文 时间:
2020-07-05 00:37:34
阅读次数:
152
# (一)连接器[Joiner] package com.jcx.guava.utilites; import com.google.common.base.Joiner; import com.google.common.io.Files; import org.junit.Test; impor ...
分类:
其他好文 时间:
2020-07-04 23:07:17
阅读次数:
140