创建挂载目录 mkdir /home/redis mkdir /home/redis/conf /home/redis/data 下载配置文件 https://fzai.lanzoui.com/iw4
阅读更多...
部署 #获取镜像 docker search mysql docker pull mysql:8.0 docker pull mysql:5.7 #上传配置文件 https://fzai.lanzou
部署 # 开放端口 firewall-cmd --zone=public --add-port=9200/tcp --permanent firewall-cmd --zone=public --ad
参考: http://t.csdn.cn/8xNnt https://blog.csdn.net/qq_40378034/article/details/90752212 https://www.cn
安装 # 卸载旧版本的docker yum -y remove docker docker-common docker-selinux docker-engine # 安装依赖 yum inst
# 方法一 (Refer to: https://docs.docker.com/compose/install/) sudo curl -L "https://github.com/doc
# 安装 sudo dnf install @mysql # 启动 sudo systemctl enable --now mysqld # 测试 sudo systemctl status my
yum -y update # 安装netstat yum install net-tools -y # 文件上传下载 yum -y install lrzsz yum install gcc
参考: http://tools.jbritian.com/link/n hutool 文档:https://hutool.cn/docs/#/ 依赖: <dependency>
参考 http://tools.jbritian.com/link/b 1、选择恰当的日志级别 常见的日志级别有 5 种,分别是 error、warn、info、debug、trace。日常开发中,我