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

企业微信查看浏览器内核版本

摘要: https://ie.icoa.cn/ 阅读全文
posted @ 2020-10-29 22:23 rigidwang 阅读(1925) 评论(0) 推荐(1)

nvm

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

kafka 发送原理

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

mysql 主从同步(部分表)

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

springboot 国际化

摘要: validator国际化: http://miao.blog/article/spring-boot-validator-i18n message国际化: https://www.cnblogs.com/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 阅读(234) 评论(0) 推荐(0)

linux activiti5.22 流程图乱码

摘要: https://blog.51cto.com/bluehumor/1955273 阅读全文
posted @ 2020-04-24 22:46 rigidwang 阅读(430) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 26 下一页