摘要: 一、JDBC 二、Hikari数据源 三、SpringData JPA <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </d 阅读全文
posted @ 2021-07-06 09:18 zrzhen 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 一、Thread 二、ThreadPool 三、ThreadLocal 阅读全文
posted @ 2021-07-05 15:42 zrzhen 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 一、volatile 二、synchronized 三、Lock 阅读全文
posted @ 2021-07-05 15:41 zrzhen 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 一、Map: 二、List: 三、Set: 阅读全文
posted @ 2021-07-05 15:39 zrzhen 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 架构图: Linux搭建环境命令: yum search libaioyum install libaio groupadd mysqluseradd -r -g mysql -s /bin/false mysql tar -zxvf /path/to/mysql-VERSION-OS.tar.gz 阅读全文
posted @ 2019-07-16 15:40 zrzhen 阅读(178) 评论(0) 推荐(0) 编辑