凡事都在事上磨,这样才能精进,成长进步提高! ------ 博客园首页
摘要: 设计一个系统的过程,就是建造一座大厦的过程,架构设计的质量直接决定了大厦的质量。 在我们进行系统的架构设计时,总是会遇到一系列的问题,比如一个大型系统的架构应该如何起步,从哪里开始设计?系统是否应该划分成多个模块,应该怎么划分模块才更加的合理?亦或是觉得产品提出的需求非常不合理,完全影响我们正常的架 阅读全文
posted @ 2023-11-23 14:37 追风fc 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 1.更改yum源配置 mv /etc/yum.repos.d/centos7.repo /etc/yum.repos.d/centos7.repo.bak curl -o /etc/yum.repos.d/centos7.repo http://mirrors.aliyun.com/repo/Cen 阅读全文
posted @ 2023-11-23 12:13 追风fc 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 安装kubesphere3.0.0时,按提示要求Centos的要求如下,但Centos7的有些版本的内存不满足要求,经过多次测试发现linux内核版本需要大于3.8,且3.10也有问题,最好是3.11及以上版本,所以最好将Centos升级到7.6版本。 1、配置yum源 mv /etc/yum.re 阅读全文
posted @ 2023-11-23 12:11 追风fc 阅读(42) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_34208660/article/details/120216328 阅读全文
posted @ 2023-11-23 12:09 追风fc 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-11-23 12:05 追风fc 阅读(2) 评论(0) 推荐(0) 编辑
摘要: centos下面的redis开机自启动,网上胡说八道的人太多了,其实一句话就解决问题了,那种脚本启动的方式,早就被淘汰了。 systemctl enable redis 1以上一条命令即可!查看所有的开机启动项: systemctl list-unit-files |grep enabled1这个大 阅读全文
posted @ 2023-11-23 12:03 追风fc 阅读(44) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/1553633 1.下载 https://redis.io/download cd /usr/local/src wget -c http://download.redis.io/releases/redis-3 阅读全文
posted @ 2023-11-23 11:57 追风fc 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ./redis-server /data/redis/redis-7.0.2/redis.conf & redis-server /data/redis/redis-7.0.2/redis.conf & 关闭: redis-cli redis-cli shutdown # 启动redis:进入src 阅读全文
posted @ 2023-11-23 02:47 追风fc 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_44861126/article/details/129135531 阅读全文
posted @ 2023-11-23 02:34 追风fc 阅读(60) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示