会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
官萧何
逆风的方向,更适合翱翔……
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
35
下一页
2022年4月6日
6步 实现 mysql8.0 MGR架构
摘要: 1、准备 在三台服务器安装好mysql8.0 2、修改my.cnf配置文件 在[mysqld]标签下添加MGR相关配置 (重启mysql) # 组复制 start # Mysql服务ID server-id=1 # 全局事务 gtid-mode=on # 强制GTID的一致性 enforce-gti
阅读全文
posted @ 2022-04-06 17:33 官萧何
阅读(702)
评论(0)
推荐(0)
2022年3月23日
使用redis zset 数据结构进行分数排名
摘要: package com.mybatis.plus; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; impor
阅读全文
posted @ 2022-03-23 15:37 官萧何
阅读(1770)
评论(0)
推荐(0)
2022年3月15日
使用nginx进行负载均衡 mysql mq
摘要: 配置文件: #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.p
阅读全文
posted @ 2022-03-15 11:28 官萧何
阅读(392)
评论(0)
推荐(0)
2022年3月7日
搭建rabbitmq集群
摘要: 由于业务对mq的依赖越加眼中,准备研究下搭建mq集群,使用的是rabbitmq 可以参考下这篇文章:我就是在这篇文章的参考下搭建成功的:https://www.cnblogs.com/flat_peach/archive/2013/04/07/3004008.html 下面附上踩坑记录 1.修改 .
阅读全文
posted @ 2022-03-07 17:17 官萧何
阅读(241)
评论(0)
推荐(0)
2022年3月2日
rabbitMQ 携带消息体之外的消息 使用 MessageProperties
摘要: 发送消息 @RequestMapping("serviceMessage") public R serviceMessage(){ String msgStr = "[{\"id\": 4024,\"channelPrimaryId\": 5,\"recordDate\": 163828800000
阅读全文
posted @ 2022-03-02 08:51 官萧何
阅读(784)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
35
下一页
公告