Skip to content

Commit cecc638

Browse files
committed
add:添加Spring分类以及相关多篇笔记
- Spring Bind 记录 - Spring Bean 的生命周期 - Spring 的自动装配简述 - Spring IoC与DI - Spring 依赖循环
1 parent 792b8ef commit cecc638

File tree

42 files changed

+10523
-1308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+10523
-1308
lines changed

categories/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565

6666
<meta itemprop="name" content="Categories">
6767
<meta itemprop="description" content="TeXify3 - A LaTeX-style hugo theme with the gruvbox color scheme for personal blogging">
68-
<meta itemprop="datePublished" content="2025-12-29T15:37:35+08:00">
69-
<meta itemprop="dateModified" content="2026-01-14T21:52:12+08:00">
68+
<meta itemprop="datePublished" content="2026-01-22T14:44:35+08:00">
69+
<meta itemprop="dateModified" content="2026-01-22T14:44:35+08:00">
7070

7171

7272

@@ -153,6 +153,13 @@ <h2>
153153
<br style="margin-bottom: 10px"></br>
154154
<div class="row">
155155

156+
<ul>
157+
<li><a class="title is-5 is-size-6-mobile" href="https://asgpipo.github.io/categories/spring/">Spring</a>
158+
159+
6 posts
160+
</li>
161+
</ul>
162+
156163
<ul>
157164
<li><a class="title is-5 is-size-6-mobile" href="https://asgpipo.github.io/categories/dsa/">DSA</a>
158165

@@ -244,13 +251,6 @@ <h2>
244251
</li>
245252
</ul>
246253

247-
<ul>
248-
<li><a class="title is-5 is-size-6-mobile" href="https://asgpipo.github.io/categories/spring/">Spring</a>
249-
250-
1 post
251-
</li>
252-
</ul>
253-
254254
<ul>
255255
<li><a class="title is-5 is-size-6-mobile" href="https://asgpipo.github.io/categories/w-tinylru/">W-TinyLRU</a>
256256

categories/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<description>Recent content in Categories on pipo&#39;s site</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Mon, 29 Dec 2025 15:37:35 +0800</lastBuildDate><atom:link href="https://asgpipo.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Thu, 22 Jan 2026 14:44:35 +0800</lastBuildDate><atom:link href="https://asgpipo.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

categories/spring/index.html

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565

6666
<meta itemprop="name" content="Spring">
6767
<meta itemprop="description" content="TeXify3 - A LaTeX-style hugo theme with the gruvbox color scheme for personal blogging">
68-
<meta itemprop="datePublished" content="2025-08-03T00:00:00+00:00">
69-
<meta itemprop="dateModified" content="2026-01-14T21:52:12+08:00">
68+
<meta itemprop="datePublished" content="2026-01-22T14:44:35+08:00">
69+
<meta itemprop="dateModified" content="2026-01-22T14:44:35+08:00">
7070

7171

7272

@@ -167,12 +167,51 @@ <h1>
167167

168168

169169

170+
<div class="post-group">
171+
<h3>January 2026</h3>
172+
<ul>
173+
174+
<li>
175+
<a class="link" href="/posts/spring/bind/">Spring 中的 Bind</a>
176+
<time>22 January 2026</time>
177+
</li>
178+
179+
</ul>
180+
</div>
181+
182+
<div class="post-group">
183+
<h3>November 2025</h3>
184+
<ul>
185+
186+
<li>
187+
<a class="link" href="/posts/spring/%E5%BE%AA%E7%8E%AF%E4%BE%9D%E8%B5%96/">Spring循环依赖解决</a>
188+
<time>27 November 2025</time>
189+
</li>
190+
191+
<li>
192+
<a class="link" href="/posts/spring/bean%E7%94%9F%E5%91%BD%E5%91%A8%E6%9C%9F/">Spring Bean生命周期</a>
193+
<time>25 November 2025</time>
194+
</li>
195+
196+
<li>
197+
<a class="link" href="/posts/spring/ioc%E4%B8%8Edi/">IoC控制反转与DI依赖注入</a>
198+
<time>25 November 2025</time>
199+
</li>
200+
201+
<li>
202+
<a class="link" href="/posts/spring/%E8%87%AA%E5%8A%A8%E8%A3%85%E9%85%8D/">Autowired自动装配</a>
203+
<time>22 November 2025</time>
204+
</li>
205+
206+
</ul>
207+
</div>
208+
170209
<div class="post-group">
171210
<h3>August 2025</h3>
172211
<ul>
173212

174213
<li>
175-
<a class="link" href="/posts/spring-aop-202508030950/">Spring Aop</a>
214+
<a class="link" href="/posts/spring/spring-aop-202508030950/">Spring Aop</a>
176215
<time>3 August 2025</time>
177216
</li>
178217

categories/spring/index.xml

Lines changed: 869 additions & 3 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<meta property="og:site_name" content="pipo&#39;s site">
5353
<meta property="og:title" content="pipo&#39;s site">
5454
<meta property="og:description" content="存档可能会做的一些学习笔记或者其他东西
55-
Introduce Just For Fun CS 本科在读 随缘写 我的运动记录 Recent Notes 从 Future 到 CompletableFuture — 2025-12-29 Java基础IO — 2025-12-27 跨域 — 2025-12-16 Location匹配 — 2025-12-15 Nginx快速入门 — 2025-12-14 Acknowledgement This is a fork of the TeXify2 theme.">
55+
Introduce Just For Fun CS 本科在读 随缘写 我的运动记录 Recent Notes Spring 中的 Bind — 2026-01-22 从 Future 到 CompletableFuture — 2025-12-29 Java基础IO — 2025-12-27 跨域 — 2025-12-16 Location匹配 — 2025-12-15 Acknowledgement This is a fork of the TeXify2 theme.">
5656
<meta property="og:locale" content="en">
5757
<meta property="og:type" content="website">
5858

@@ -67,9 +67,9 @@
6767

6868
<meta itemprop="name" content="pipo&#39;s site">
6969
<meta itemprop="description" content="存档可能会做的一些学习笔记或者其他东西
70-
Introduce Just For Fun CS 本科在读 随缘写 我的运动记录 Recent Notes 从 Future 到 CompletableFuture — 2025-12-29 Java基础IO — 2025-12-27 跨域 — 2025-12-16 Location匹配 — 2025-12-15 Nginx快速入门 — 2025-12-14 Acknowledgement This is a fork of the TeXify2 theme.">
70+
Introduce Just For Fun CS 本科在读 随缘写 我的运动记录 Recent Notes Spring 中的 Bind — 2026-01-22 从 Future 到 CompletableFuture — 2025-12-29 Java基础IO — 2025-12-27 跨域 — 2025-12-16 Location匹配 — 2025-12-15 Acknowledgement This is a fork of the TeXify2 theme.">
7171
<meta itemprop="dateModified" content="2026-01-14T21:52:12+08:00">
72-
<meta itemprop="wordCount" content="91">
72+
<meta itemprop="wordCount" content="86">
7373

7474

7575

@@ -92,7 +92,7 @@
9292
<meta name="twitter:card" content="summary">
9393
<meta name="twitter:title" content="pipo&#39;s site">
9494
<meta name="twitter:description" content="存档可能会做的一些学习笔记或者其他东西
95-
Introduce Just For Fun CS 本科在读 随缘写 我的运动记录 Recent Notes 从 Future 到 CompletableFuture — 2025-12-29 Java基础IO — 2025-12-27 跨域 — 2025-12-16 Location匹配 — 2025-12-15 Nginx快速入门 — 2025-12-14 Acknowledgement This is a fork of the TeXify2 theme.">
95+
Introduce Just For Fun CS 本科在读 随缘写 我的运动记录 Recent Notes Spring 中的 Bind — 2026-01-22 从 Future 到 CompletableFuture — 2025-12-29 Java基础IO — 2025-12-27 跨域 — 2025-12-16 Location匹配 — 2025-12-15 Acknowledgement This is a fork of the TeXify2 theme.">
9696

9797

9898

@@ -169,6 +169,11 @@ <h2 id="recent-notes">Recent Notes</h2>
169169

170170

171171

172+
<li>
173+
<a href="/posts/spring/bind/">Spring 中的 Bind</a>
174+
<span style="color:#888;">— 2026-01-22</span>
175+
</li>
176+
172177
<li>
173178
<a href="/posts/java/concurrency/%E4%BB%8E-future-%E5%88%B0-completablefuture/">从 Future 到 CompletableFuture</a>
174179
<span style="color:#888;">— 2025-12-29</span>
@@ -189,11 +194,6 @@ <h2 id="recent-notes">Recent Notes</h2>
189194
<span style="color:#888;">— 2025-12-15</span>
190195
</li>
191196

192-
<li>
193-
<a href="/posts/nginx/nginx%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8/">Nginx快速入门</a>
194-
<span style="color:#888;">— 2025-12-14</span>
195-
</li>
196-
197197
</ul>
198198

199199

@@ -215,6 +215,10 @@ <h3 class="taxonomy">
215215
</h3>
216216
<ul class="nav-list sidenav">
217217

218+
<li>
219+
<a href="https://asgpipo.github.io/categories/spring/">Spring</a>
220+
</li>
221+
218222
<li>
219223
<a href="https://asgpipo.github.io/categories/concurrency/">Concurrency</a>
220224
</li>
@@ -251,10 +255,6 @@ <h3 class="taxonomy">
251255
<a href="https://asgpipo.github.io/categories/jmm/">JMM</a>
252256
</li>
253257

254-
<li>
255-
<a href="https://asgpipo.github.io/categories/jvm/">JVM</a>
256-
</li>
257-
258258
</ul>
259259

260260

@@ -269,43 +269,43 @@ <h3 class="taxonomy">
269269
<ul class="nav-list sidenav">
270270

271271
<li>
272-
<a href="https://asgpipo.github.io/tags/completablefuture/">CompletableFuture</a>
272+
<a href="https://asgpipo.github.io/tags/bind/">Bind</a>
273273
</li>
274274

275275
<li>
276-
<a href="https://asgpipo.github.io/tags/concurrency/">Concurrency</a>
276+
<a href="https://asgpipo.github.io/tags/spring/">Spring</a>
277277
</li>
278278

279279
<li>
280-
<a href="https://asgpipo.github.io/tags/future/">Future</a>
280+
<a href="https://asgpipo.github.io/tags/%E9%85%8D%E7%BD%AE%E7%AE%A1%E7%90%86/">配置管理</a>
281281
</li>
282282

283283
<li>
284-
<a href="https://asgpipo.github.io/tags/java/">JAVA</a>
284+
<a href="https://asgpipo.github.io/tags/completablefuture/">CompletableFuture</a>
285285
</li>
286286

287287
<li>
288-
<a href="https://asgpipo.github.io/tags/threadpool/">ThreadPool</a>
288+
<a href="https://asgpipo.github.io/tags/concurrency/">Concurrency</a>
289289
</li>
290290

291291
<li>
292-
<a href="https://asgpipo.github.io/tags/%E5%AD%97%E7%AC%A6%E6%B5%81/">字符流</a>
292+
<a href="https://asgpipo.github.io/tags/future/">Future</a>
293293
</li>
294294

295295
<li>
296-
<a href="https://asgpipo.github.io/tags/%E5%AD%97%E8%8A%82%E6%B5%81/">字节流</a>
296+
<a href="https://asgpipo.github.io/tags/java/">JAVA</a>
297297
</li>
298298

299299
<li>
300-
<a href="https://asgpipo.github.io/tags/cors/">CORS</a>
300+
<a href="https://asgpipo.github.io/tags/threadpool/">ThreadPool</a>
301301
</li>
302302

303303
<li>
304-
<a href="https://asgpipo.github.io/tags/http/">HTTP</a>
304+
<a href="https://asgpipo.github.io/tags/%E5%AD%97%E7%AC%A6%E6%B5%81/">字符流</a>
305305
</li>
306306

307307
<li>
308-
<a href="https://asgpipo.github.io/tags/%E8%AF%B7%E6%B1%82%E5%A4%B4/">请求头</a>
308+
<a href="https://asgpipo.github.io/tags/%E5%AD%97%E8%8A%82%E6%B5%81/">字节流</a>
309309
</li>
310310

311311
</ul>

0 commit comments

Comments
 (0)