会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
剑磨十年
大丈夫之志当如长江 东奔大海 何苦怀念于温柔之乡
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
12
下一页
2022年12月6日
mycat做读写分离,schema.xml
摘要: //schema.xml <?xml version="1.0"?> <!DOCTYPE mycat:schema SYSTEM "schema.dtd"> <mycat:schema xmlns:mycat="http://io.mycat/"> <schema name="bds-oneacce
阅读全文
posted @ 2022-12-06 14:37 蓝色土耳其
阅读(28)
评论(0)
推荐(0)
2022年10月24日
将博客搬至CSDN
摘要: 将博客搬至CSDN
阅读全文
posted @ 2022-10-24 16:39 蓝色土耳其
阅读(13)
评论(0)
推荐(0)
2022年9月15日
RocketMQ集群搭建
摘要: RocketMQ搭建分为4种方式 单Master模式:风险大,宕机或重启服务不可用 多Master模式:单台宕机,整体服务不受影响,但此节点上未消费的消息在节点恢复之前不可被消费 多Master多Slave模式(异步):因为是异步复制,主备有短暂消息延迟(毫秒级),Master宕机,磁盘损坏情况下会
阅读全文
posted @ 2022-09-15 11:31 蓝色土耳其
阅读(524)
评论(0)
推荐(0)
2022年9月13日
Springboot集成RocketMQ
摘要: 1、pom.xml中增加RocketMQ依赖 <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-spring-boot-starter</artifactId> <version>2.2.2</versi
阅读全文
posted @ 2022-09-13 14:15 蓝色土耳其
阅读(461)
评论(0)
推荐(0)
2022年9月9日
RocketMQ单机搭建
摘要: 1、直接下载二进制编译好的文件,并解压至指定目录(这里/usr/local) wget https://dlcdn.apache.org/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip unzip rocketmq-all-4.9.4-bin-re
阅读全文
posted @ 2022-09-09 14:55 蓝色土耳其
阅读(460)
评论(0)
推荐(0)
2022年8月3日
�÷�: javac <options> <source files>
摘要: 1、idea用maven打包出现如下错误 2、解决办法,在Build,Execution,Deployment -> Build Tools -> Maven -> Runner 中添加设置VM参数 -DarchetypeCatalog=internal -Dfile.encoding=GBK
阅读全文
posted @ 2022-08-03 15:01 蓝色土耳其
阅读(274)
评论(0)
推荐(0)
2022年7月22日
Docker部署Springboot服务
摘要: 1、部署springboot之前需先pull一个jdk8,如果在镜像中找不到,就会直接去线上镜像仓库中pull,我这里已就绪 [root@data-anal docker]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/j
阅读全文
posted @ 2022-07-22 11:17 蓝色土耳其
阅读(1593)
评论(0)
推荐(0)
2022年7月21日
Docker 安装Centos7
摘要: 背景:我需要三台Centos7来部署分布式系统,但是只有一台Centos7,故想用Docker虚拟三台出来 1、下载Centos7镜像,通过docker search centos7查看镜像列表,用第一个。 [root@free-share local]# docker pull docker.io
阅读全文
posted @ 2022-07-21 17:48 蓝色土耳其
阅读(2938)
评论(0)
推荐(0)
二进制方式安装Docker
摘要: 1、下载Docker,本人比较习惯使用二进制安装:https://download.docker.com/linux/static/stable/x86_64/docker-20.10.9.tgz wget https://download.docker.com/linux/static/stabl
阅读全文
posted @ 2022-07-21 15:28 蓝色土耳其
阅读(379)
评论(0)
推荐(0)
2022年5月7日
Sorry, this application cannot run under a Virtual Machine
摘要: 背景 win11主机 用Vmware搭建win764位系统玩征途,使用征途小秘(辅助)过程中出现此问题,用第二种办法解决 第一种解决办法 解决 VMware 虚拟机 中被提示 “请不要在虚拟机中运行此程序”或者“Themida Sorry, this application cannot run u
阅读全文
posted @ 2022-05-07 13:42 蓝色土耳其
阅读(7342)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
12
下一页
公告