上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 45 下一页

2022年7月29日

Zookeeper

摘要: 官网 https://zookeeper.apache.org/releases.html 教程 https://www.runoob.com/w3cnote/zookeeper-tutorial.html 阅读全文

posted @ 2022-07-29 15:35 anpeiyong 阅读(15) 评论(0) 推荐(0) 编辑

2022年7月21日

MyBatis-Spring-Boot-Starter

摘要: Introduction What is MyBatis-Spring-Boot-Starter? The MyBatis-Spring-Boot-Starter help you build quickly MyBatis applications on top of the Spring Boo 阅读全文

posted @ 2022-07-21 11:11 anpeiyong 阅读(736) 评论(0) 推荐(0) 编辑

Mybatis-SpringBoot官网

摘要: http://mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/ 阅读全文

posted @ 2022-07-21 10:50 anpeiyong 阅读(840) 评论(0) 推荐(0) 编辑

Mybatis-Spring官网

摘要: http://mybatis.org/spring/zh/index.html 阅读全文

posted @ 2022-07-21 10:49 anpeiyong 阅读(566) 评论(0) 推荐(0) 编辑

Mybatis官网

摘要: https://mybatis.org/mybatis-3/zh/index.html 阅读全文

posted @ 2022-07-21 10:49 anpeiyong 阅读(2231) 评论(0) 推荐(0) 编辑

2022年7月18日

SpringCloud-概述_服务治理(Eureka_Zookeeper_Consul)

摘要: 概述 分布式微服务架构的一站式解决方案; 多种微服务架构落地技术的集合体; https://gitee.com/lixiaogou/cloud2020/tree/master SpringCload升级 服务治理 why 在传统的RPC(Remote Procedure Call)框架中,管理每个服 阅读全文

posted @ 2022-07-18 17:32 anpeiyong 阅读(44) 评论(0) 推荐(0) 编辑

2022年6月9日

CAP原则

摘要: CAP原则又称CAP定理,指的是在一个分布式系统中,一致性(Consistency)、可用性(Availability)、分区容错性(Partition tolerance)。 CAP 原则指的是,这三个要素最多只能同时实现两点,不可能三者兼顾。 阅读全文

posted @ 2022-06-09 14:29 anpeiyong 阅读(24) 评论(0) 推荐(0) 编辑

2022年5月18日

JVM---JVM参数

摘要: https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BGBCIEFC 参数选项类型 /** * <JVM参数-参数选项类型> * 1、标准参数 * 特点: * 以 - 开头; * 稳定,后续版本基本不会变化; * 阅读全文

posted @ 2022-05-18 16:48 anpeiyong 阅读(43) 评论(0) 推荐(0) 编辑

JVM---GC-GC日志

摘要: /** * 【GC 日志分析】 * <显示GC日志> * 输出GC日志 * -XX:+PrintGC 或 -verbose:gc * 输出GC的详细日志 * -XX:+PrintGCDetails * 输出GC的时间戳(基准时间) * -XX:+PrintGCTimeStamps * 输出GC的时间 阅读全文

posted @ 2022-05-18 11:16 anpeiyong 阅读(27) 评论(0) 推荐(0) 编辑

装饰者模式

摘要: /** * 解决什么问题? * 允许向一个现有的对象添加新的功能,同时又不改变其结构; * * 如何解决? * 1、继承 * 使用继承机制是给现有类添加功能的一种有效途径,通过继承一个现有类可以使得子类在拥有自身方法的同时还拥有父类的方法; * ***缺点: * 但是这种方法是静态的,用户不能控制 阅读全文

posted @ 2022-05-18 10:34 anpeiyong 阅读(11) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 45 下一页

导航