上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 26 下一页
摘要: 之前有不少刚入坑 Java 的粉丝留言,想系统的学习一下分库分表相关技术,可我一直没下定决心搞,眼下赶上公司项目在使用 sharding-jdbc 对现有 MySQL 架构做分库分表的改造,所以借此机会出一系分库分表落地实践的文章,也算是自己对架构学习的一个总结。 我在网上陆陆续续的也看了一些有关于 阅读全文
posted @ 2020-09-26 13:35 DiligentCoder 阅读(208) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/aipiaoborensheng/p/8708852.html 阅读全文
posted @ 2020-09-26 10:54 DiligentCoder 阅读(127) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_33720452/article/details/92386391 https://my.oschina.net/u/3387320/blog/3053662 阅读全文
posted @ 2020-09-26 10:46 DiligentCoder 阅读(118) 评论(0) 推荐(0)
摘要: https://cxyroad.blog.csdn.net/article/details/108591141 https://www.cnblogs.com/jajian/p/10926681.html 阅读全文
posted @ 2020-09-25 13:06 DiligentCoder 阅读(117) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/acb6167c5258 https://www.cnblogs.com/ming-blogs/p/10963011.html 阅读全文
posted @ 2020-09-24 12:22 DiligentCoder 阅读(93) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yunian139/p/11804965.html 阅读全文
posted @ 2020-09-21 20:47 DiligentCoder 阅读(83) 评论(0) 推荐(0)
摘要: 一. RabbitMQ 简介MQ 全称为Message Queue, 消息队列(MQ )是一种应用程序对应用程序的通信方法。应用程序通过读写出入队列的消息(针对应用程序的数据)来通信,而无需专用连接来链接它们。消息传递指的是程序之间通过在消息中发送数据进行通信,而不是通过直接调用彼此来通信,直接调用 阅读全文
posted @ 2020-09-13 15:30 DiligentCoder 阅读(159) 评论(0) 推荐(0)
摘要: 在日常工作中,我们会有时会开慢查询去记录一些执行时间比较久的SQL语句,找出这些SQL语句并不意味着完事了,些时我们常常用到explain这个命令来查看一个这些SQL语句的执行计划,查看该SQL语句有没有使用上了索引,有没有做全表扫描,这都可以通过explain命令来查看。所以我们深入了解MySQL 阅读全文
posted @ 2020-09-05 17:09 DiligentCoder 阅读(220) 评论(0) 推荐(0)
摘要: https://ask.csdn.net/questions/717985 阅读全文
posted @ 2020-08-10 00:16 DiligentCoder 阅读(214) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/lave/p/10477375.html 阅读全文
posted @ 2020-07-29 13:36 DiligentCoder 阅读(86) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 26 下一页