• 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
  • ...
  • 6
  • 7
  • 8
  • 9
  • 10
  • ...
  • 16
  • 下一页
搜索

最新文章
  • Windows server设置开机自动登陆
  • MySQL8导入数据时,表字符集的 Collation 总是 utf8mb4_0900_ai_ci
  • Windows 任务栏卡死转圈圈
  • FingerprintJS 浏览器指纹识别
  • Springboot 代码更新
  • Docker 部署 MQTT
  • Git 实用命令
  • 给前端传入的请求体中值为的 null 的字段设置默认值
  • CentOS 使用 PPTP 搭建 VPN 服务器
  • 登录页密码输入框禁止粘贴的解决方式
热门标签
  • Windows server
  • 任务栏
  • 浏览器指纹识别
  • FingerprintJS
  • MQTT
  • RequestBody
  • Validated
  • PPTP
  • VPN
  • HTML
豫公网安备 41010702003051号 |  豫ICP备2020036358号-2   gitee qq 邮件