• Windows
  • Linux
  • 前端
  • 后端
  • 其他

Docker 部署 Redis

创建挂载目录 mkdir /home/redis mkdir /home/redis/conf /home/redis/data 下载配置文件 https://fzai.lanzoui.com/iw4

阅读更多...

Docker 部署 MySQL

部署 #获取镜像 docker search mysql docker pull mysql:8.0 docker pull mysql:5.7 #上传配置文件 https://fzai.lanzou

阅读更多...

Docker 部署 ELK

部署 # 开放端口 firewall-cmd --zone=public --add-port=9200/tcp --permanent firewall-cmd --zone=public --ad

阅读更多...

Docker 部署 Harbor 私有镜像仓库

参考: http://t.csdn.cn/8xNnt https://blog.csdn.net/qq_40378034/article/details/90752212 https://www.cn

阅读更多...

Docker 常用命令

安装 # 卸载旧版本的docker yum -y remove docker docker-common docker-selinux docker-engine # 安装依赖 yum inst

阅读更多...

CentOS 安装 docker-compose

# 方法一 (Refer to: https://docs.docker.com/compose/install/) sudo curl -L "https://github.com/doc

阅读更多...

CentOS 安装 MySQL

# 安装 sudo dnf install @mysql # 启动 sudo systemctl enable --now mysqld # 测试 sudo systemctl status my

阅读更多...

CentOS 安装常用命令工具

yum -y update # 安装netstat yum install net-tools -y # 文件上传下载 yum -y install lrzsz yum install gcc

阅读更多...

Hutool 工具库常用功能

参考: http://tools.jbritian.com/link/n hutool 文档:https://hutool.cn/docs/#/ 依赖: <dependency>

阅读更多...

15 个日志打印的实用建议

参考 http://tools.jbritian.com/link/b 1、选择恰当的日志级别 常见的日志级别有 5 种,分别是 error、warn、info、debug、trace。日常开发中,我

阅读更多...

  • 上一页
  • 1
  • ...
  • 7
  • 8
  • 9
  • 10
  • 11
  • ...
  • 17
  • 下一页
搜索

最新文章
  • MySQL 导入数据报错:ERROR 1118 (42000) at line 2992: Row size too large (&amp;gt;8126)
  • Ubuntu 修改 Docker 数据和镜像存储位置
  • SpringBoot项目添加Flyway后启动报错:SELECT command denied to user xxxx@172.18.0.4 for table user_variables_by_thread
  • WireGuard VPN 工具安装与配置
  • CentOS 编译安装 FFmpeg 并启用 lib264 库
  • 天翼网关 ZXHN F450 3.0获取超级管理员密码
  • Ubuntu 设置静态IP
  • Ubuntu 安装 GitLab,并配置 Certd 证书流水线
  • VMware 设置虚拟机开机自启动
  • Centos 时间校正
热门标签
  • Flyway
  • WireGuard
  • lib264
  • FFmpeg
  • F450
  • 天翼网关
  • ZXHN F450
  • Certd
  • Windows server
  • 任务栏
豫公网安备 41010702003051号 |  豫ICP备2020036358号-2   gitee qq 邮件