上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 81 下一页
摘要: 为什么要复制数据库? 简单来说有以下几个用处: 1. 读写分离 通过MySQL复制可以实现读写分离,将读操作分布到多个不同的服务器上,减轻服务器的压力。 2. 备份 从库可以作为数据的异地实时备份。 3. 故障切换 当主库遇到故障,系统可以切换到从库,实现故障切换。 4. 升级测试 从库可作为测试服 阅读全文
posted @ 2021-03-29 12:30 路要一步一步走 阅读(1709) 评论(0) 推荐(0)
摘要: 转载:https://www.w3cschool.cn/jpaspec/ 阅读全文
posted @ 2021-03-29 11:14 路要一步一步走 阅读(62) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/leo187/article/details/107750192 阅读全文
posted @ 2021-03-29 09:46 路要一步一步走 阅读(205) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/qq_44956751/article/details/108281186 阅读全文
posted @ 2021-03-29 08:35 路要一步一步走 阅读(620) 评论(0) 推荐(0)
摘要: 链接:https://www.jianshu.com/p/4eb9415f0a5d 前提:已配置SonarQube环境 一、简介 Jacoco是一个开源的Java代码覆盖率工具,可以嵌入到maven、ant中。 能帮助测试人员直观的了解测试覆盖情况。 二、生成代码覆盖率数据 方法一:在pom.xml 阅读全文
posted @ 2021-03-27 22:56 路要一步一步走 阅读(1741) 评论(0) 推荐(0)
摘要: 转载:https://www.jianshu.com/p/02b12c600c7b 阅读全文
posted @ 2021-03-26 16:23 路要一步一步走 阅读(139) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/u012834750/article/details/79388373 阅读全文
posted @ 2021-03-26 14:43 路要一步一步走 阅读(68) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/whatday/article/details/104475399 阅读全文
posted @ 2021-03-26 13:18 路要一步一步走 阅读(51) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/wangjian530/article/details/84452003 阅读全文
posted @ 2021-03-26 10:06 路要一步一步走 阅读(36) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/edward0830ly/article/details/7569954 阅读全文
posted @ 2021-03-25 18:02 路要一步一步走 阅读(19) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 81 下一页