feat:增加博客统计组件

This commit is contained in:
2025-12-15 19:53:21 +08:00
parent cbcc48d457
commit 7dfd151119
32 changed files with 1418 additions and 18 deletions

View File

@@ -1,3 +1,5 @@
<ArticleMetadata />
# 一、原生镜像
&emsp;&emsp;传统 Java 应用基于 JVM 运行,需要加载完整的类库和 JVM 运行时环境,导致启动时间长、内存占用高。而**原生镜像技术通过提前编译AOT将 Java 应用直接编译为本地机器码,无需 JVM 即可运行**,具有以下核心优势: