From e77c042e99b4ef7511f3dcf187a56b8eacd34e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B5=8E=E8=8A=9D?= Date: Thu, 25 Jul 2024 16:45:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(post):=20=E5=AE=8C=E5=96=84=E6=96=87?= =?UTF-8?q?=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../essays/Redis\350\257\246\350\247\243.md" | 1 + .../SpringBoot\350\257\246\350\247\243.md" | 2 +- blog-site/public/index.html | 32 +++++++------- blog-site/public/index.xml | 16 +++---- blog-site/public/posts/index.html | 12 ++--- blog-site/public/posts/index.xml | 16 +++---- .../posts/spring/java-springboot/index.html | 2 +- blog-site/public/sitemap.xml | 2 +- blog-site/public/tags/index.xml | 44 +++++++++---------- blog-site/public/tags/kafka/index.xml | 2 +- blog-site/public/tags/spring/index.html | 2 +- blog-site/public/tags/spring/index.xml | 4 +- blog-site/public/tags/springboot/index.html | 2 +- blog-site/public/tags/springboot/index.xml | 4 +- .../index.xml" | 2 +- .../tags/\350\257\246\350\247\243/index.html" | 8 ++-- .../tags/\350\257\246\350\247\243/index.xml" | 18 ++++---- blog-site/public/zh/sitemap.xml | 38 ++++++++-------- 18 files changed, 104 insertions(+), 103 deletions(-) diff --git "a/blog-site/content/posts/essays/Redis\350\257\246\350\247\243.md" "b/blog-site/content/posts/essays/Redis\350\257\246\350\247\243.md" index df04b410c..8a390b077 100644 --- "a/blog-site/content/posts/essays/Redis\350\257\246\350\247\243.md" +++ "b/blog-site/content/posts/essays/Redis\350\257\246\350\247\243.md" @@ -6,6 +6,7 @@ tags: ["分布式","详解","Redis"] slug: "java-redis" --- + ## Redis概述 参考文章: - [https://www.runoob.com/redis/redis-intro.html](https://www.runoob.com/redis/redis-intro.html) diff --git "a/blog-site/content/posts/spring/SpringBoot\350\257\246\350\247\243.md" "b/blog-site/content/posts/spring/SpringBoot\350\257\246\350\247\243.md" index 03ed9e0bb..7c5d73c28 100644 --- "a/blog-site/content/posts/spring/SpringBoot\350\257\246\350\247\243.md" +++ "b/blog-site/content/posts/spring/SpringBoot\350\257\246\350\247\243.md" @@ -1,6 +1,6 @@ --- title: "SpringBoot详解" -date: 2024-07-18 +date: 2024-07-25 draft: false tags: ["Spring","SpringBoot", "详解"] slug: "java-springboot" diff --git a/blog-site/public/index.html b/blog-site/public/index.html index 5c181f91a..bf347bff9 100644 --- a/blog-site/public/index.html +++ b/blog-site/public/index.html @@ -130,12 +130,12 @@

-

内存泄漏详解

+

SpringBoot详解

-

什么是内存泄漏 内存泄漏是指不使用的对象持续占有内存使得内存得不到释放,从而造成内存空间的浪费。严格来说,只有对象不会再被程序用到了,但是GC又不能回收他们的情况......

+

概览 SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。 该框架使用了特定的方式来进行配置,从......

@@ -144,15 +144,15 @@

内存泄漏详解

- 2024.07.23 + 2024.07.25 - Java + Spring - JVM + SpringBoot 详解 @@ -165,12 +165,12 @@

内存泄漏详解

-

Java枚举

+

内存泄漏详解

-

概述 枚举在Java中是一种特殊的类,用来定义一组固定的常量。它在Java5中引入,提供了一种类型安全的方式来定义和使用常量集合。尽管enum看起来像是新的数据类......

+

什么是内存泄漏 内存泄漏是指不使用的对象持续占有内存使得内存得不到释放,从而造成内存空间的浪费。严格来说,只有对象不会再被程序用到了,但是GC又不能回收他们的情况......

@@ -179,7 +179,7 @@

Java枚举

- 2024.07.19 + 2024.07.23 @@ -187,7 +187,9 @@

Java枚举

Java - Java基础 + JVM + + 详解
@@ -198,12 +200,12 @@

Java枚举

-

SpringBoot详解

+

Java枚举

-

概览 SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。 该框架使用了特定的方式来进行配置,从......

+

概述 枚举在Java中是一种特殊的类,用来定义一组固定的常量。它在Java5中引入,提供了一种类型安全的方式来定义和使用常量集合。尽管enum看起来像是新的数据类......

@@ -212,17 +214,15 @@

SpringBoot详解

- 2024.07.18 + 2024.07.19 - Spring - - SpringBoot + Java - 详解 + Java基础 diff --git a/blog-site/public/index.xml b/blog-site/public/index.xml index 6cd778757..4111bf9c6 100644 --- a/blog-site/public/index.xml +++ b/blog-site/public/index.xml @@ -6,8 +6,15 @@ Recent content on 脚踏实地 Hugo -- gohugo.io zh - Tue, 23 Jul 2024 00:00:00 +0000 + Thu, 25 Jul 2024 00:00:00 +0000 + + SpringBoot详解 + http://localhost:1313/iblog/posts/spring/java-springboot/ + Thu, 25 Jul 2024 00:00:00 +0000 + http://localhost:1313/iblog/posts/spring/java-springboot/ + 概览 SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。 该框架使用了特定的方式来进行配置,从 + 内存泄漏详解 http://localhost:1313/iblog/posts/jvm/java-jvm-memoryleak/ @@ -22,13 +29,6 @@ http://localhost:1313/iblog/posts/javabasics/rookie-enum/ 概述 枚举在Java中是一种特殊的类,用来定义一组固定的常量。它在Java5中引入,提供了一种类型安全的方式来定义和使用常量集合。尽管enum看起来像是新的数据类 - - SpringBoot详解 - http://localhost:1313/iblog/posts/spring/java-springboot/ - Thu, 18 Jul 2024 00:00:00 +0000 - http://localhost:1313/iblog/posts/spring/java-springboot/ - 概览 SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。 该框架使用了特定的方式来进行配置,从 - Java泛型 http://localhost:1313/iblog/posts/javabasics/rookie-generics/ diff --git a/blog-site/public/posts/index.html b/blog-site/public/posts/index.html index 932b2674f..4eb0ecb5c 100644 --- a/blog-site/public/posts/index.html +++ b/blog-site/public/posts/index.html @@ -162,22 +162,22 @@

- 内存泄漏详解 -
07-23
+ SpringBoot详解 +
07-25
- Java枚举 -
07-19
+ 内存泄漏详解 +
07-23
- SpringBoot详解 -
07-18
+ Java枚举 +
07-19
diff --git a/blog-site/public/posts/index.xml b/blog-site/public/posts/index.xml index 00475b3e8..9893f4e76 100644 --- a/blog-site/public/posts/index.xml +++ b/blog-site/public/posts/index.xml @@ -6,8 +6,15 @@ Recent content in Posts on 脚踏实地 Hugo -- gohugo.io zh - Tue, 23 Jul 2024 00:00:00 +0000 + Thu, 25 Jul 2024 00:00:00 +0000 + + SpringBoot详解 + http://localhost:1313/iblog/posts/spring/java-springboot/ + Thu, 25 Jul 2024 00:00:00 +0000 + http://localhost:1313/iblog/posts/spring/java-springboot/ + 概览 SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。 该框架使用了特定的方式来进行配置,从 + 内存泄漏详解 http://localhost:1313/iblog/posts/jvm/java-jvm-memoryleak/ @@ -22,13 +29,6 @@ http://localhost:1313/iblog/posts/javabasics/rookie-enum/ 概述 枚举在Java中是一种特殊的类,用来定义一组固定的常量。它在Java5中引入,提供了一种类型安全的方式来定义和使用常量集合。尽管enum看起来像是新的数据类 - - SpringBoot详解 - http://localhost:1313/iblog/posts/spring/java-springboot/ - Thu, 18 Jul 2024 00:00:00 +0000 - http://localhost:1313/iblog/posts/spring/java-springboot/ - 概览 SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。 该框架使用了特定的方式来进行配置,从 - Java泛型 http://localhost:1313/iblog/posts/javabasics/rookie-generics/ diff --git a/blog-site/public/posts/spring/java-springboot/index.html b/blog-site/public/posts/spring/java-springboot/index.html index 01b29e064..dddc86fa0 100644 --- a/blog-site/public/posts/spring/java-springboot/index.html +++ b/blog-site/public/posts/spring/java-springboot/index.html @@ -414,7 +414,7 @@

SpringBoot详解

- 2024.07.18 + 2024.07.25 阅读量次 diff --git a/blog-site/public/sitemap.xml b/blog-site/public/sitemap.xml index 5c317ccbe..89548c3a9 100644 --- a/blog-site/public/sitemap.xml +++ b/blog-site/public/sitemap.xml @@ -4,7 +4,7 @@ http://localhost:1313/iblog/zh/sitemap.xml - 2024-07-23T00:00:00+00:00 + 2024-07-25T00:00:00+00:00 diff --git a/blog-site/public/tags/index.xml b/blog-site/public/tags/index.xml index 92de671ba..76e219045 100644 --- a/blog-site/public/tags/index.xml +++ b/blog-site/public/tags/index.xml @@ -6,48 +6,48 @@ Recent content in Tags on 脚踏实地 Hugo -- gohugo.io zh - Tue, 23 Jul 2024 00:00:00 +0000 + Thu, 25 Jul 2024 00:00:00 +0000 - Java - http://localhost:1313/iblog/tags/java/ - Tue, 23 Jul 2024 00:00:00 +0000 - http://localhost:1313/iblog/tags/java/ + Spring + http://localhost:1313/iblog/tags/spring/ + Thu, 25 Jul 2024 00:00:00 +0000 + http://localhost:1313/iblog/tags/spring/ - JVM - http://localhost:1313/iblog/tags/jvm/ - Tue, 23 Jul 2024 00:00:00 +0000 - http://localhost:1313/iblog/tags/jvm/ + SpringBoot + http://localhost:1313/iblog/tags/springboot/ + Thu, 25 Jul 2024 00:00:00 +0000 + http://localhost:1313/iblog/tags/springboot/ 详解 http://localhost:1313/iblog/tags/%E8%AF%A6%E8%A7%A3/ - Tue, 23 Jul 2024 00:00:00 +0000 + Thu, 25 Jul 2024 00:00:00 +0000 http://localhost:1313/iblog/tags/%E8%AF%A6%E8%A7%A3/ - Java基础 - http://localhost:1313/iblog/tags/java%E5%9F%BA%E7%A1%80/ - Fri, 19 Jul 2024 00:00:00 +0000 - http://localhost:1313/iblog/tags/java%E5%9F%BA%E7%A1%80/ + Java + http://localhost:1313/iblog/tags/java/ + Tue, 23 Jul 2024 00:00:00 +0000 + http://localhost:1313/iblog/tags/java/ - Spring - http://localhost:1313/iblog/tags/spring/ - Thu, 18 Jul 2024 00:00:00 +0000 - http://localhost:1313/iblog/tags/spring/ + JVM + http://localhost:1313/iblog/tags/jvm/ + Tue, 23 Jul 2024 00:00:00 +0000 + http://localhost:1313/iblog/tags/jvm/ - SpringBoot - http://localhost:1313/iblog/tags/springboot/ - Thu, 18 Jul 2024 00:00:00 +0000 - http://localhost:1313/iblog/tags/springboot/ + Java基础 + http://localhost:1313/iblog/tags/java%E5%9F%BA%E7%A1%80/ + Fri, 19 Jul 2024 00:00:00 +0000 + http://localhost:1313/iblog/tags/java%E5%9F%BA%E7%A1%80/ diff --git a/blog-site/public/tags/kafka/index.xml b/blog-site/public/tags/kafka/index.xml index 05edcd5e6..66323df69 100644 --- a/blog-site/public/tags/kafka/index.xml +++ b/blog-site/public/tags/kafka/index.xml @@ -13,7 +13,7 @@ http://localhost:1313/iblog/posts/essays/java-kafka/ Tue, 19 Oct 2021 00:00:00 +0000 http://localhost:1313/iblog/posts/essays/java-kafka/ - 概览 MQ 即 messagequeue 消息队列,是分布式系统的重要组件,主要解决异步消息,应用解耦,消峰等问题。从而实现高可用,高性能,可伸缩和最终一致性的架构。使用较多的MQ有:acti + JMS消息模型 JMS即Java Message Service是Java平台的消息传递标准,用于实现消息中间件的通信。JMS提供了两种消息模型:点对点模型和发布订阅模型。 点对点 SpringBoot整合Kafka diff --git a/blog-site/public/tags/spring/index.html b/blog-site/public/tags/spring/index.html index 1ff091a27..f8d79b0e2 100644 --- a/blog-site/public/tags/spring/index.html +++ b/blog-site/public/tags/spring/index.html @@ -163,7 +163,7 @@

SpringBoot详解 -
07-18
+
07-25
diff --git a/blog-site/public/tags/spring/index.xml b/blog-site/public/tags/spring/index.xml index b87512b1d..cb747c9d0 100644 --- a/blog-site/public/tags/spring/index.xml +++ b/blog-site/public/tags/spring/index.xml @@ -6,12 +6,12 @@ Recent content in Spring on 脚踏实地 Hugo -- gohugo.io zh - Thu, 18 Jul 2024 00:00:00 +0000 + Thu, 25 Jul 2024 00:00:00 +0000 SpringBoot详解 http://localhost:1313/iblog/posts/spring/java-springboot/ - Thu, 18 Jul 2024 00:00:00 +0000 + Thu, 25 Jul 2024 00:00:00 +0000 http://localhost:1313/iblog/posts/spring/java-springboot/ 概览 SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。 该框架使用了特定的方式来进行配置,从 diff --git a/blog-site/public/tags/springboot/index.html b/blog-site/public/tags/springboot/index.html index 2ee439645..df6d08adb 100644 --- a/blog-site/public/tags/springboot/index.html +++ b/blog-site/public/tags/springboot/index.html @@ -163,7 +163,7 @@

SpringBoot详解 -
07-18
+
07-25
diff --git a/blog-site/public/tags/springboot/index.xml b/blog-site/public/tags/springboot/index.xml index 1a9c3888a..ddd00a35f 100644 --- a/blog-site/public/tags/springboot/index.xml +++ b/blog-site/public/tags/springboot/index.xml @@ -6,12 +6,12 @@ Recent content in SpringBoot on 脚踏实地 Hugo -- gohugo.io zh - Thu, 18 Jul 2024 00:00:00 +0000 + Thu, 25 Jul 2024 00:00:00 +0000 SpringBoot详解 http://localhost:1313/iblog/posts/spring/java-springboot/ - Thu, 18 Jul 2024 00:00:00 +0000 + Thu, 25 Jul 2024 00:00:00 +0000 http://localhost:1313/iblog/posts/spring/java-springboot/ 概览 SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。 该框架使用了特定的方式来进行配置,从 diff --git "a/blog-site/public/tags/\345\210\206\345\270\203\345\274\217/index.xml" "b/blog-site/public/tags/\345\210\206\345\270\203\345\274\217/index.xml" index fa9693b6c..e62656737 100644 --- "a/blog-site/public/tags/\345\210\206\345\270\203\345\274\217/index.xml" +++ "b/blog-site/public/tags/\345\210\206\345\270\203\345\274\217/index.xml" @@ -34,7 +34,7 @@ http://localhost:1313/iblog/posts/essays/java-kafka/ Tue, 19 Oct 2021 00:00:00 +0000 http://localhost:1313/iblog/posts/essays/java-kafka/ - 概览 MQ 即 messagequeue 消息队列,是分布式系统的重要组件,主要解决异步消息,应用解耦,消峰等问题。从而实现高可用,高性能,可伸缩和最终一致性的架构。使用较多的MQ有:acti + JMS消息模型 JMS即Java Message Service是Java平台的消息传递标准,用于实现消息中间件的通信。JMS提供了两种消息模型:点对点模型和发布订阅模型。 点对点 分布式事务详解 diff --git "a/blog-site/public/tags/\350\257\246\350\247\243/index.html" "b/blog-site/public/tags/\350\257\246\350\247\243/index.html" index e8d84f271..8aa7375cb 100644 --- "a/blog-site/public/tags/\350\257\246\350\247\243/index.html" +++ "b/blog-site/public/tags/\350\257\246\350\247\243/index.html" @@ -162,15 +162,15 @@

- 内存泄漏详解 -
07-23
+ SpringBoot详解 +
07-25
- SpringBoot详解 -
07-18
+ 内存泄漏详解 +
07-23
diff --git "a/blog-site/public/tags/\350\257\246\350\247\243/index.xml" "b/blog-site/public/tags/\350\257\246\350\247\243/index.xml" index 037b6bfb8..34144097c 100644 --- "a/blog-site/public/tags/\350\257\246\350\247\243/index.xml" +++ "b/blog-site/public/tags/\350\257\246\350\247\243/index.xml" @@ -6,8 +6,15 @@ Recent content in 详解 on 脚踏实地 Hugo -- gohugo.io zh - Tue, 23 Jul 2024 00:00:00 +0000 + Thu, 25 Jul 2024 00:00:00 +0000 + + SpringBoot详解 + http://localhost:1313/iblog/posts/spring/java-springboot/ + Thu, 25 Jul 2024 00:00:00 +0000 + http://localhost:1313/iblog/posts/spring/java-springboot/ + 概览 SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。 该框架使用了特定的方式来进行配置,从 + 内存泄漏详解 http://localhost:1313/iblog/posts/jvm/java-jvm-memoryleak/ @@ -15,13 +22,6 @@ http://localhost:1313/iblog/posts/jvm/java-jvm-memoryleak/ 什么是内存泄漏 内存泄漏是指不使用的对象持续占有内存使得内存得不到释放,从而造成内存空间的浪费。严格来说,只有对象不会再被程序用到了,但是GC又不能回收他们的情况 - - SpringBoot详解 - http://localhost:1313/iblog/posts/spring/java-springboot/ - Thu, 18 Jul 2024 00:00:00 +0000 - http://localhost:1313/iblog/posts/spring/java-springboot/ - 概览 SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。 该框架使用了特定的方式来进行配置,从 - synchronized关键字详解 http://localhost:1313/iblog/posts/javakeyword/java-keyword-synchronized/ @@ -90,7 +90,7 @@ http://localhost:1313/iblog/posts/essays/java-kafka/ Tue, 19 Oct 2021 00:00:00 +0000 http://localhost:1313/iblog/posts/essays/java-kafka/ - 概览 MQ 即 messagequeue 消息队列,是分布式系统的重要组件,主要解决异步消息,应用解耦,消峰等问题。从而实现高可用,高性能,可伸缩和最终一致性的架构。使用较多的MQ有:acti + JMS消息模型 JMS即Java Message Service是Java平台的消息传递标准,用于实现消息中间件的通信。JMS提供了两种消息模型:点对点模型和发布订阅模型。 点对点 分布式事务详解 diff --git a/blog-site/public/zh/sitemap.xml b/blog-site/public/zh/sitemap.xml index 542976b7e..0fdaf74fc 100644 --- a/blog-site/public/zh/sitemap.xml +++ b/blog-site/public/zh/sitemap.xml @@ -2,17 +2,20 @@ - http://localhost:1313/iblog/tags/java/ - 2024-07-23T00:00:00+00:00 + http://localhost:1313/iblog/posts/ + 2024-07-25T00:00:00+00:00 - http://localhost:1313/iblog/tags/jvm/ - 2024-07-23T00:00:00+00:00 + http://localhost:1313/iblog/tags/spring/ + 2024-07-25T00:00:00+00:00 - http://localhost:1313/iblog/posts/ - 2024-07-23T00:00:00+00:00 + http://localhost:1313/iblog/tags/springboot/ + 2024-07-25T00:00:00+00:00 + + http://localhost:1313/iblog/posts/spring/java-springboot/ + 2024-07-25T00:00:00+00:00 http://localhost:1313/iblog/tags/ - 2024-07-23T00:00:00+00:00 + 2024-07-25T00:00:00+00:00 http://localhost:1313/iblog/ - 2024-07-23T00:00:00+00:00 + 2024-07-25T00:00:00+00:00 - http://localhost:1313/iblog/posts/jvm/java-jvm-memoryleak/ + http://localhost:1313/iblog/tags/%E8%AF%A6%E8%A7%A3/ + 2024-07-25T00:00:00+00:00 + + http://localhost:1313/iblog/tags/java/ 2024-07-23T00:00:00+00:00 - http://localhost:1313/iblog/tags/%E8%AF%A6%E8%A7%A3/ + http://localhost:1313/iblog/tags/jvm/ + 2024-07-23T00:00:00+00:00 + + http://localhost:1313/iblog/posts/jvm/java-jvm-memoryleak/ 2024-07-23T00:00:00+00:00 http://localhost:1313/iblog/tags/java%E5%9F%BA%E7%A1%80/ @@ -48,15 +57,6 @@ http://localhost:1313/iblog/posts/javabasics/rookie-enum/ 2024-07-19T00:00:00+00:00 - - http://localhost:1313/iblog/tags/spring/ - 2024-07-18T00:00:00+00:00 - - http://localhost:1313/iblog/tags/springboot/ - 2024-07-18T00:00:00+00:00 - - http://localhost:1313/iblog/posts/spring/java-springboot/ - 2024-07-18T00:00:00+00:00 http://localhost:1313/iblog/posts/javabasics/rookie-generics/ 2024-07-15T00:00:00+00:00