H2 Usage
h2 features are Very fast, open source, JDBC API, Embedded and server modes; in-memory databases, Browser based Console application, Small footprint: around 2.5 MB jar file size.
2024-07-02
2 min read
Ftp Resume Transfer
Resumable transfer significantly improves the efficiency of file transfers,It is very efficient and convenient.Let’s try it in java
2024-06-25
5 min read
Maven 项目骨架
项目初期如何快速搭建符合规范、便于定制的项目结构, 相信这是大家一直在追求的. 所幸 Maven 提供了 archetypes 插件可满足这一诉求.
2023-10-22
1 min read
Clickhouse Tutorial
clickhouse 可用于联机分析OLAP的列式数据库管理系统. 定位与OLAP离线数据处理,相比于OLTP在线事务处理,clickhouse更关注于海量数据的计算分析, 关注的是数据的吞吐、查询速度、计算性能等指标.
2023-10-18
3 min read
ElasticSearch Part1
最近几年elastic推出了elastic lisence, elastic 认证以对 elastic 的实操性考察难度而闻名. But, 我认为这证明了他们对人才市场挖掘的雄心.
2023-09-13
5 min read
Mybatis Config 雪花算法id,用 redis 管理 workerId
Mybatis Config 雪花算法id,用 redis 自动管理 workerId。
2023-06-06
2 min read
springcloud 整合 shardingsphere 及 seata
springcloud 整合 shardingsphere 及 seata, 为分布式事务的场景提供了十分优雅的解决方案
2023-06-06
4 min read
java 栈溢出问题排查
如何排查:java.lang.OutOfMemoryError: unable to create native thread
2023-03-31
1 min read
RocketMQ 必须知道的理论知识
RocketMQ主要由 Producer、Broker、Consumer 三部分组成,其中Producer 负责生产消息,Consumer 负责消费消息,Broker 负责存储消息。
2023-03-31
1 min read