上一页 1 2 3 4 5 6 7 8 ··· 26 下一页

nvm

摘要: https://zhuanlan.zhihu.com/p/54897903 阅读全文
posted @ 2020-09-26 21:50 rigidwang 阅读(87) 评论(0) 推荐(0)

kafka 发送原理

摘要: ack=0 # 生产者发送消息之后立即返回,不考虑是否发送成功,效率最高; ack=1 # 默认值,生产者发送消息之后,如果首领节点接收成功 则认为发送成功; ack=-1 #生产者发送消息之后,集群所有副本均收到哦消息之后才认为发送成功,效率最低,安全最高; 阅读全文
posted @ 2020-09-10 16:37 rigidwang 阅读(395) 评论(0) 推荐(0)

npm install --registry=http://registry.npm.taobao.org

摘要: npm install --registry=http://registry.npm.taobao.org 阅读全文
posted @ 2020-09-07 13:53 rigidwang 阅读(709) 评论(0) 推荐(0)

征询截图

摘要: 阅读全文
posted @ 2020-07-02 22:39 rigidwang 阅读(94) 评论(0) 推荐(0)

nginx http转https

摘要: 阅读全文
posted @ 2020-06-28 17:33 rigidwang 阅读(139) 评论(0) 推荐(0)

mysql 主从同步(部分表)

摘要: 参考:https://chuna2.787528.xyz/silence-scorpion/articles/5753562.html 微服务分库部署架构: 阅读全文
posted @ 2020-06-02 11:34 rigidwang 阅读(291) 评论(0) 推荐(0)

springboot 国际化

摘要: validator国际化: http://miao.blog/article/spring-boot-validator-i18n message国际化: https://chuna2.787528.xyz/boshen-hzb/p/10869999.html 阅读全文
posted @ 2020-05-25 22:17 rigidwang 阅读(157) 评论(0) 推荐(0)

arthas

摘要: 启动: 和服务启动的用户一样来启动arhtas:例如:su appuser java -jar arthas-boot.jar <pid> https://alibaba.github.io/arthas/advanced-use.html 阅读全文
posted @ 2020-05-09 08:59 rigidwang 阅读(230) 评论(0) 推荐(0)

linux activiti5.22 流程图乱码

摘要: https://blog.51cto.com/bluehumor/1955273 阅读全文
posted @ 2020-04-24 22:46 rigidwang 阅读(427) 评论(0) 推荐(0)

Spring Cloud Gateway 实现Token校验

摘要: https://www.toutiao.com/a6803230479572009480/?tt_from=mobile_qq&utm_campaign=client_share&timestamp=1585721253&app=news_article&utm_source=mobile_qq&u 阅读全文
posted @ 2020-04-01 14:22 rigidwang 阅读(608) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 26 下一页