01 2024 档案

摘要:一、资源包下载 1.1、官网下载地址 https://www.postgresql.org/ftp/source/ 1.2 上传安装包,并解压 # .tar.gz后缀:tar -zxvf 文件名 # .tar.xz后缀:tar -Jxvf 文件名 # -C 后面是解压后存放的目录 ​ tar -xv 阅读全文
posted @ 2024-01-29 11:27 初·陽 阅读(1743) 评论(0) 推荐(0) 编辑
摘要:一、卸载MariaDB ## 查看是否安装 rpm -qa|grep mariadb ## 卸载 rpm -e --nodeps mariadb-libs 二、资源包准备 2.1 官网下载 https://dev.mysql.com/downloads/mysql/ 2.2 上传安装包,并解压 # 阅读全文
posted @ 2024-01-29 10:37 初·陽 阅读(207) 评论(0) 推荐(0) 编辑
摘要:一、安装node.js 官网:下载地址 历史版本:历史版本下载地址 下载完毕后,可以安装node,一路默认选项即可。这里我的安装路径是:D:\environment\nodejs。 建议不要安装在系统盘(如C:),建议安装的路径不要有中文。 二、设置nodejs prefix(全局)和cache(缓 阅读全文
posted @ 2024-01-11 16:47 初·陽 阅读(3248) 评论(0) 推荐(0) 编辑