11 2019 档案
摘要:1) 首先安装docker: # 用 yum 安装并启动 yum install docker -y && systemctl start docker 2) 下载自定义镜像需要用到的基础镜像: # 这里以centos7为例 docker pull centos:centos7 3) 基础镜像已经准
阅读全文
摘要:Cmder 首先了解什么是Cmder 官方介绍 Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based
阅读全文
摘要:About 重新认识alert首先,不是所有的alert都能叫做alert框。JavaScript中,关于消息提示框的方法有三个(虽然都跟alert差不多): alert(message)方法用于显示带有一条指定消息和一个 OK 按钮的警告框。 confirm(message)方法用于显示一个带有指
阅读全文