Idea使用指南 Posted on 2019-09-02 | In 工具 0.前言Idea如何使用?每个菜单的含义?官方给的一个完整的使用教程 https://www.jetbrains.com/help/idea/using-git-integration.html
Git备忘手册 Posted on 2019-08-19 | In 工具 1.更新远程分支git remote update origin -p git push origin –delete xxx Read more »
Maven备忘手册 Posted on 2019-08-19 | In 工具 1.maven设置版本号mvn versions:set -DnewVersion=0.0.2-SNAPSHOT Read more »
MySQL死锁排查手册 Posted on 2019-08-19 | In 数据库 1.查看死锁日志开关show variables like ‘innodb_print_all_deadlocks’; 打开配置:set global innodb_print_all_deadlocks=on Read more »
MQ-重试(RETRY)-死信(DLQ) Posted on 2019-06-10 | In 中间件 1.RocketMQ消息消费失败的处理策略Consumer从Broker拉取到消息之后进行消费,但是消费并不一定都是顺利的,不可避免会遇到一些异常情况,这种情况下RocketMQ提供了怎样的处理机制?以PushConsumer为例来看下与之相关的操作。 Read more »
Canal使用手册 Posted on 2019-03-11 | In Canal 1.Canal同步介绍项目地址: https://github.com/alibaba/canal Read more »