摘要:
1.下载,编译 curl -O http://download.redis.io/releases/redis-4.0.9.tar.gz tar -xvf redis-4.0.9.tar.gz cd redis-4.0.9 make 2.启动 cd src 服务端: ./redis-server r 阅读全文
摘要:
yum 安装gcc时报错: Loaded plugins: fastestmirror Repository base is listed more than once in the configuration 查了各种资料,没解决,最后发现了错误原因(只是其中一种原因); 蓝色框:这些错误尝试各种 阅读全文