稷然如此

  • 首页
  • 文章分类
    • AI
    • Android
    • Java
    • Shell
    • Vue
    • C#
    • Python
    • 数据库
    • 组件
    • 其他
    • Game
  • 常用命令
    • Docker
    • Git
    • Linux
  • 操作系统
    • CentOS
    • Ubuntu
    • Windows
    • Kylin
  • 工具
    • IntelliJ IDEA
    • Visual Studio Code
稷然如此
不积跬步,无以至千里
Java

CentOS 部署 Nacos

https://github.com/alibaba/nacos/releases/tag/2.1.2 修改conf/application.properties配置文件的数据库配置,去掉以下几个配置注释,设 置正确的数据库链接配置 ### Count of DB: db.num=1 ### Connect URL of DB: db.url.0=jdbc:mysql://127.0.0.1:3306/nacos?characterEncoding=utf8&connectTimeout=1000&…

2023年7月10日 1102点热度 0人点赞 Akim 阅读全文
CentOS

CentOS 网络配置

要么ping不了外部主机,要么外部主机ping不了虚拟机,要么就是虚拟机上不了网(ping www.baidu.com 报:未知的名称或服务),解决方案如下: 1.进入network-scripts目录 cd /etc/sysconfig/network-scripts 2.复制一份ifcfg-ens33网络配置文件为ifcfg-eth0 TYPE=Ethernet BOOTPROTO=static #静态IP DEFROUTE=yes NAME=eth0 UUID=dff55eb9-27b0-4f40-ae33-…

2023年7月10日 1042点热度 0人点赞 Akim 阅读全文
Docker

CentOS 部署 Docker + WordPress

参考文章:CentOS 安装 Docker   1.拉取wordpress镜像 docker pull wordpress 2.拉取mysql镜像,以5.6版本为例 docker pull mysql:5.6 # 如果需要获取最新版本,命令为:docker pull mysql:latest 3.查看镜像是否拉取成功 docker images 4.检查mysql的3306端口是否被占用 netstat -antp |  grep  "3306" | grep -v "grep" 5.启动mysql do…

2023年7月10日 1272点热度 0人点赞 Akim 阅读全文
1…89101112

Akim

犇 骉
Java、C#、Python、Go、Android、MiniProgram、Bootstrap、Vue2

Copyright © 2025 aianran.com All Rights Reserved.

免责申明 | 隐私政策 | 服务条款 | 关于我们

黔ICP备2023008200号-1

贵公网安备 52010202003594号