上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页
摘要: 1.下载UltraISO工具 https://gitcode.com/open-source-toolkit/b837c/overview?utm_source=highlight_word_gitcode&word=UltraISO&isLogin=1 2.进行安装(略),并激活 注册名:王涛 注 阅读全文
posted @ 2024-12-03 15:08 Leonardo-li 阅读(4294) 评论(0) 推荐(0)
摘要: 1.官网免费的许可证 2.下载地址 https://www.xshell.com/zh/free-for-home-school/ 3.下载完正常安装即可,可以直接使用邮箱进行注册,没有限制 阅读全文
posted @ 2024-11-15 14:38 Leonardo-li 阅读(244) 评论(0) 推荐(0)
摘要: 1.问题描述 nginx代理minio集群,web控制台浏览buckets下的列表一直在loading..., 不使用nginx代理地址,通过minio集群直接访问是没有问题的 从报错来看是websocket连接失败问题,按照官方文档以及其他博主的方式都配置了,仍未解决!!!!! 2.minio镜像 阅读全文
posted @ 2024-11-13 14:44 Leonardo-li 阅读(1112) 评论(4) 推荐(0)
摘要: 1.集群说明 三台测试机器172.16.4.78、172.16.4.79、172.16.4.80,做三主三从,请提前安装好docker以及docker-compose 主从槽位容器名称库连接方式 172.16.4.78:26379 172.16.4.78:26380 0-5460 redis_263 阅读全文
posted @ 2024-11-11 13:06 Leonardo-li 阅读(651) 评论(0) 推荐(0)
摘要: 1.下载1.20.2源码包 [root@localhost service]# cd /data/build/nginx-1.20.2/ [root@localhost nginx-1.20.2]# ls auto CHANGES CHANGES.ru conf configure contrib 阅读全文
posted @ 2024-08-21 18:08 Leonardo-li 阅读(75) 评论(0) 推荐(0)
摘要: 1.postgres数据库源码下载地址,自己选择对应版本,我这里是15.6 https://www.postgresql.org/ftp/source/2.编译 cd /data/make/postgresql-15.6 ./configure --prefix=/pgdata/postgres15 阅读全文
posted @ 2024-08-11 13:56 Leonardo-li 阅读(365) 评论(0) 推荐(0)
摘要: 一、数据库常用命令1.登录 PostgreSQL 数据库: psql -U postgres -h localhost -p 5432 mydatabase 2.登陆到指定数据库 psql -U root -d mydatabase; 3.查看表和数据: 3.1 列出所有数据库: \l 3.2 连接 阅读全文
posted @ 2024-07-24 10:37 Leonardo-li 阅读(6057) 评论(0) 推荐(0)
摘要: 灰度发布(也称为金丝雀发布)是一种逐步将新版本应用程序发布给用户的方法,确保在完全发布前解决潜在问题。分流服务指的是将流量分配到不同的服务器或服务实例,以实现负载均衡、故障隔离等。 1.灰度发布步骤 准备阶段: 版本管理: 确保新旧版本可以并行运行。环境准备: 配置测试环境,模拟生产环境进行测试。监 阅读全文
posted @ 2024-07-11 17:40 Leonardo-li 阅读(489) 评论(0) 推荐(0)
摘要: 1.Redis 持久化模式概述 Redis 提供两种主要的持久化机制: (1)RDB(Redis Database)快照: 在指定的时间间隔内将整个数据集快照保存到一个二进制文件中。 恢复时加载这个二进制文件,恢复速度快,但可能会丢失最近的一些数据(因为快照是间隔保存的)。 (2)AOF(Appen 阅读全文
posted @ 2024-07-11 11:19 Leonardo-li 阅读(887) 评论(0) 推荐(0)
摘要: 参考文档:https://developer.aliyun.com/article/1478387 阅读全文
posted @ 2024-07-10 10:43 Leonardo-li 阅读(229) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页