摘要: 1.阿里云数据复制 2.结合canal,rocketMq数据特殊处理 只需要改deployer! canal 配置 canal.properties ################################################# ######### common argument 阅读全文
posted @ 2023-11-01 17:41 彩虹栗子 阅读(39) 评论(0) 推荐(0) 编辑
摘要: #nginx 版本1.18.0upstream myserver_01 { server 127.0.0.1:8080 max_fails=1 fail_timeout=60; } upstream myserver_02 { server x.x.x.x:8080 max_fails=1 fail 阅读全文
posted @ 2023-08-03 10:46 彩虹栗子 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1.canal下载 https://github.com/alibaba/canal/releases canal-1.1.6 需要jdk11以上 canal-1.1.5 需要jdk8以上 2.canal使用 canal-1.1.5为例 2.1 开启binlog 再 my.cnf 中加入如下文件,重 阅读全文
posted @ 2023-07-26 14:55 彩虹栗子 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 下载链接文件查看: https://files.cnblogs.com/files/huhanbo/linuxfastdfs%E6%90%AD%E5%BB%BA.zip 阅读全文
posted @ 2017-09-17 21:38 彩虹栗子 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 在pom.xml 新加 generatorConfig.xml 配置: 配置好后,点击如下,就会在上面配置的对应目录生成 参考博客: http://www.cnblogs.com/yjmyzz/p/mybatis-generator-tutorial.html 阅读全文
posted @ 2017-09-17 21:01 彩虹栗子 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 首先是spring-boot的配置 web.xml 也可以不采用web.xml,直接在Application.java指向 cpp-pro.yml (baseConfig,MvcConfig,SwaggerConfig,Redisconfig,HttpSessionConfig为其它config配置 阅读全文
posted @ 2017-09-17 18:59 彩虹栗子 阅读(3159) 评论(0) 推荐(0) 编辑
摘要: http://my.oschina.net/lujianing/blog/297128 阅读全文
posted @ 2016-08-30 10:37 彩虹栗子 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 方法: http://www.widlabs.com/article/mac-os-x-install-mysql-57-with-tar-gz mysql下载地址:http://www.mysql.com/downloads/ ,在页面中会看到“MySQL Community Server”下方有 阅读全文
posted @ 2016-08-15 01:40 彩虹栗子 阅读(3239) 评论(0) 推荐(0) 编辑
摘要: 地址:https://github.com/wilsonfletcher/Optiscroll Optiscroll.js test Optiscroll Lorem ipsum dolor sit amet, consectetur adipiscin... 阅读全文
posted @ 2016-07-26 01:24 彩虹栗子 阅读(209) 评论(0) 推荐(0) 编辑
摘要: Java技术提供了一个系统级的线程,即垃圾收集器线程(线程优先级低),垃圾收集线程在一个Java程序中的执行是自动的,不能强制执行,可以手动调用java.lang.System.gc(),通知JVM GC(Garbage Collection),JVM接受这个消息后,并不是立即做垃圾回收,而只是... 阅读全文
posted @ 2015-10-09 00:35 彩虹栗子 阅读(154) 评论(0) 推荐(0) 编辑