构建环境:centos7.8docke版本:17.03.3-ceregistry版本:latestregistry私有仓库地址:192.168.126.1341.拉取最新镜像dockerpullregistry2.使用httpd的加密工具htpasswd生成登陆信息加密文件htpasswdmkdir-p/docker/authcd/dockerdockerrun--entrypoint/usr/b
分类:
其他好文 时间:
2020-07-30 14:11:17
阅读次数:
71
但如果你常常上网去查看一些数据的话,尤其是 Unix-Like 的相关操作系统,应该常常看到『请启动某某 daemon 来提供某某功能』,唔!那么 daemon 与 service 有关啰?否则为什么都能够提供某些系统或网络功能?此外,这个 daemon 是什么东西呀? daemon 的字面上的意思 ...
分类:
其他好文 时间:
2020-07-28 00:19:45
阅读次数:
173
下载安装 Apache(Windows 64位) 32位的Apache的下载安装:http://jingyan.baidu.com/album/2f9b480dae458f41cb6cc2ce.html?picindex=2 64位的Apache的下载安装: http://httpd.apache. ...
①多行文字只显示一行,其它隐藏并显示为.. .text { font-size: 13px; line-height: 1.5; white-space: nowrap; //不换行 text-overflow: ellipsis; //超出部分以省略号显示 overflow: hidden; // ...
分类:
其他好文 时间:
2020-07-25 23:21:50
阅读次数:
97
1.部署linux环境,关闭防火墙[root@chaogelinux ~]# iptables -F[root@chaogelinux ~]# systemctl stop firewalld[root@chaogelinux ~]# systemctl disable firewalld[root ...
分类:
其他好文 时间:
2020-07-24 09:40:29
阅读次数:
79
nginx的调度算法中hash $remote_addr 和ip_hash是把IP地址的前24位做hash,所以如果你的IP前三段相同时,nginx它会认为是和nginxserver是同一局域网,所以它会把请求调度到同一局域网之前来请求过的后端server上进行响应;当然除了我们可以对源地址做ha... ...
分类:
Web程序 时间:
2020-07-21 09:44:30
阅读次数:
80
镜像可以很方便直接 push 到 docker 的公共仓库或阿里云仓库 一、上传至docker仓库 1、登录docker hub创建自己的仓库地址: https://hub.docker.com/repository/create 创建时,仓库名称要与镜像名称对应 2、登录镜像 docker log ...
分类:
Web程序 时间:
2020-07-19 23:05:00
阅读次数:
90
宽度不固定,超出宽度则以省略号“...”来表示。 /*规定段落中的文本不进行换行:*/ white-space: nowrap; overflow: hidden; /* text-overflow属性表示规定当文本溢出包含元素时发生的事情; ellipsis表示显示省略符号来代表被修剪的文本。*/ ...
分类:
Web程序 时间:
2020-07-19 11:51:01
阅读次数:
106
After you replace ABS ECU or yaw rate/G sensor for Toyota,it will get C1210A trouble code.It will ask you to program yaw rate sensor.So here i want to ...
分类:
其他好文 时间:
2020-07-18 22:15:43
阅读次数:
104
今天在使用apache搭建yum的web服务时,配置完成后、访问http://ip 时,浏览器报错:500 Internal Server Error 然后查询error.log发现,有如下错误提示: [Sat Jul 18 11:28:23 2020] [crit] [client 12.23.7 ...
分类:
Web程序 时间:
2020-07-18 15:34:21
阅读次数:
88