摘要: Centos7安装Redis 一、安装gcc依赖 由于 redis 是用 C 语言开发,安装之前必先确认是否安装 gcc 环境(gcc -v),如果没有安装,执行以下命令进行安装 [root@localhost local]# yum install -y gcc 二、下载并解压安装包 [root@ 阅读全文
posted @ 2022-02-24 23:36 进城民工 阅读(64) 评论(0) 推荐(0)
摘要: 查看在线源 安装,同步安装插件 contrib(GSC必须) yum list | grep postgresql yum install postgresql10-contrib postgresql10-server -y 1、安装rpm文件 yum install https://downlo 阅读全文
posted @ 2022-02-24 23:31 进城民工 阅读(263) 评论(0) 推荐(0)