摘要: ##Linux安装Redis服务步骤 1.获取redis资源 ​​​​​​​cd /usr/local wget https://mirrors.huaweicloud.com/redis/redis-6.0.10.tar.gz 2.解压 tar xzvf redis-6.0.10.tar.gz 3 阅读全文
posted @ 2021-02-07 01:06 fengzeng 阅读(1128) 评论(0) 推荐(0)
摘要: ##CentOS中使用yum一次性更新安装依赖库 [tom@localhost /]# sudo -s [root@localhost /]# LANG=C [root@localhost /]# yum -y install gcc gcc-c++ autoconf libjpeg libjpeg 阅读全文
posted @ 2021-02-07 00:32 fengzeng 阅读(519) 评论(0) 推荐(0)