-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
347 lines (221 loc) · 14.5 KB
/
index.html
File metadata and controls
347 lines (221 loc) · 14.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html lang="en" style="font-size: 105%">
<head>
<meta name="generator" content="Hugo 0.154.5">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="">
<meta name="description" content="TeXify3 - A LaTeX-style hugo theme with the gruvbox color scheme for personal blogging">
<link rel="apple-touch-icon" sizes="180x180" href="https://asgpipo.github.io//images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://asgpipo.github.io//images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://asgpipo.github.io//images/favicon-16x16.png">
<meta name="keywords" content='hugo latex theme blog texify texify2 texify3 michael neuper'>
<link rel="stylesheet" href='/katex/katex.min.css'>
<script defer defer src='/katex/katex.min.js'></script>
<script defer src='/katex/contrib/auto-render.min.js'></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
renderMathInElement(document.body, {
delimiters: [
{left: '$$', right: '$$', display: true},
{left: '$', right: '$', display: false},
{left: '\\(', right: '\\)', display: false},
{left: '\\[', right: '\\]', display: true}
],
throwOnError : false
});
});
</script>
<meta property="og:url" content="https://asgpipo.github.io/">
<meta property="og:site_name" content="pipo's site">
<meta property="og:title" content="pipo's site">
<meta property="og:description" content="存档可能会做的一些学习笔记或者其他东西
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.">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<link rel="canonical" href="https://asgpipo.github.io/">
<link rel="alternate" type="application/rss+xml" href="https://asgpipo.github.io/index.xml" title="pipo's site" />
<meta itemprop="name" content="pipo's site">
<meta itemprop="description" content="存档可能会做的一些学习笔记或者其他东西
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.">
<meta itemprop="dateModified" content="2026-01-14T21:52:12+08:00">
<meta itemprop="wordCount" content="86">
<link rel="stylesheet" href="/css/common.min.e562d763c6d0825495eb17de8b2c1d9800cf7c08db1c36accedf77a5fccfc4b9.css" integrity="sha256-5WLXY8bQglSV6xfeiywdmADPfAjbHDaszt93pfzPxLk=" crossorigin="anonymous">
<link rel="stylesheet" href="/css/content.min.f51fb43fa8f51b0642996f60541954a19ce736770f5baa9e690f79c9d1fa6421.css" integrity="sha256-9R+0P6j1GwZCmW9gVBlUoZznNncPW6qeaQ95ydH6ZCE=" crossorigin="anonymous">
<title>pipo's site</title>
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="pipo's site">
<meta name="twitter:description" content="存档可能会做的一些学习笔记或者其他东西
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.">
<link rel="stylesheet" href="/css/index.min.1a5a45e0f487fca4e7dc535918e08270aeedac29162a881bb3c2cf9171c418d2.css" integrity="sha256-GlpF4PSH/KTn3FNZGOCCcK7trCkWKogbs8LPkXHEGNI=" crossorigin="anonymous">
</head>
<body>
<div id="wrapper">
<header id="header">
<h1>
<a href="https://asgpipo.github.io/">blog collcetions</a>
<button id="dark-mode-toggle" class="dark-mode-toggle" aria-label="Toggle theme">
<svg width="2rem" height="2rem" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 496">
<path fill="currentColor" d="M8,256C8,393,119,504,256,504S504,393,504,256,393,8,256,8,8,119,8,256ZM256,440V72a184,184,0,0,1,0,368Z" transform="translate(-8 -8)"/>
</svg>
</button>
</h1>
<nav>
<span class="nav-bar-item">
<span class="icon"><svg width="1em" height="1em" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M17,11H16a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm0,4H16a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM11,9h6a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2ZM21,3H7A1,1,0,0,0,6,4V7H3A1,1,0,0,0,2,8V18a3,3,0,0,0,3,3H18a4,4,0,0,0,4-4V4A1,1,0,0,0,21,3ZM6,18a1,1,0,0,1-2,0V9H6Zm14-1a2,2,0,0,1-2,2H7.82A3,3,0,0,0,8,18V5H20Zm-9-4h1a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Zm0,4h1a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Z"/></svg>
</span>
<a class="link" href="/posts/">Blog</a>
</span>
<span class="nav-bar-item">
<span class="icon"><svg width="1em" height="1em" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M2.88,16.88a3,3,0,0,0,0,4.24,3,3,0,0,0,4.24,0,3,3,0,0,0-4.24-4.24Zm2.83,2.83a1,1,0,0,1-1.42-1.42,1,1,0,0,1,1.42,0A1,1,0,0,1,5.71,19.71ZM5,12a1,1,0,0,0,0,2,5,5,0,0,1,5,5,1,1,0,0,0,2,0,7,7,0,0,0-7-7ZM5,8a1,1,0,0,0,0,2,9,9,0,0,1,9,9,1,1,0,0,0,2,0,11.08,11.08,0,0,0-3.22-7.78A11.08,11.08,0,0,0,5,8Zm10.61.39A15.11,15.11,0,0,0,5,4,1,1,0,0,0,5,6,13,13,0,0,1,18,19a1,1,0,0,0,2,0A15.11,15.11,0,0,0,15.61,8.39Z"/></svg>
</span>
<a class="link" href="/index.xml">RSS</a>
</span>
<span class="nav-bar-item">
<span class="icon"><svg width="1em" height="1em" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1">
<path d="M10.07031,20.50291a1.00008,1.00008,0,0,0-1.18115-.9834c-1.30908.24024-2.96191.27637-3.40137-.958a5.70754,5.70754,0,0,0-1.83691-2.415,1.20073,1.20073,0,0,1-.1665-.10938,1,1,0,0,0-.93067-.64551H2.54883a.99965.99965,0,0,0-1,.99512c-.00391.81543.811,1.33789,1.1416,1.51465a4.4408,4.4408,0,0,1,.92383,1.35937c.36426,1.02344,1.42285,2.57617,4.46582,2.376.001.03516.00195.06836.00244.09863l.00439.26758a1,1,0,0,0,2,0l-.00488-.31836C10.07715,21.4951,10.07031,21.22068,10.07031,20.50291Zm10.667-15.126c.03174-.125.063-.26367.09034-.41992a6.27792,6.27792,0,0,0-.40821-3.293,1.002,1.002,0,0,0-.61572-.58007c-.356-.12012-1.67041-.35645-4.18408,1.25a13.86918,13.86918,0,0,0-6.354,0C6.76221.751,5.45459.9658,5.10205,1.07908a.99744.99744,0,0,0-.63135.584,6.3003,6.3003,0,0,0-.40332,3.35644c.02442.12793.05078.2461.07813.35449A6.26928,6.26928,0,0,0,2.89014,9.20311a8.42168,8.42168,0,0,0,.04248.92187c.334,4.60254,3.334,5.98438,5.42431,6.459-.04345.125-.083.25878-.11816.40039a1.00023,1.00023,0,0,0,1.94238.47851,1.6784,1.6784,0,0,1,.46778-.87793.99947.99947,0,0,0-.5459-1.74512c-3.4541-.39453-4.95362-1.80175-5.1792-4.89843a6.61076,6.61076,0,0,1-.03369-.73828,4.25769,4.25769,0,0,1,.91943-2.71289,3.022,3.022,0,0,1,.1958-.23145.99988.99988,0,0,0,.188-1.02441,3.3876,3.3876,0,0,1-.15527-.55567A4.09356,4.09356,0,0,1,6.1167,3.06346a7.54263,7.54263,0,0,1,2.415,1.17968,1.00877,1.00877,0,0,0,.82764.13282,11.77716,11.77716,0,0,1,6.17285.001,1.00549,1.00549,0,0,0,.83056-.13769,7.572,7.572,0,0,1,2.40528-1.19043,4.03977,4.03977,0,0,1,.0874,1.57812,3.205,3.205,0,0,1-.16895.60743.9999.9999,0,0,0,.188,1.02441c.07715.08691.1543.18066.22363.26855A4.12186,4.12186,0,0,1,20,9.20311a7.03888,7.03888,0,0,1-.0376.77734c-.22021,3.05566-1.72558,4.46387-5.1958,4.85937a1,1,0,0,0-.54541,1.7461,1.63079,1.63079,0,0,1,.46631.9082,3.06079,3.06079,0,0,1,.09229.81934v2.334C14.77,21.2949,14.77,21.78025,14.77,22.00291a1,1,0,1,0,2,0c0-.2168,0-.69238.00977-1.33984V18.31346a4.8815,4.8815,0,0,0-.15479-1.31153,4.25638,4.25638,0,0,0-.11621-.416,6.51258,6.51258,0,0,0,5.44531-6.42383A8.69677,8.69677,0,0,0,22,9.20311,6.13062,6.13062,0,0,0,20.7373,5.37693Z"/></svg>
</span>
<a class="link" href="https://github.com/ASGPIPO">GitHub</a>
</span>
</nav>
</header>
<hr class="head-rule"></hr>
<main class="grid-container">
<div id="content" class="index">
<p>存档可能会做的一些学习笔记或者其他东西</p>
<hr>
<h2 id="introduce">Introduce</h2>
<ul>
<li>Just For Fun</li>
<li>CS 本科在读</li>
<li>随缘写</li>
<li><a href="https://asgpipo.github.io/running_page/">我的运动记录</a></li>
</ul>
<hr>
<h2 id="recent-notes">Recent Notes</h2>
<ul>
<li>
<a href="/posts/spring/bind/">Spring 中的 Bind</a>
<span style="color:#888;">— 2026-01-22</span>
</li>
<li>
<a href="/posts/java/concurrency/%E4%BB%8E-future-%E5%88%B0-completablefuture/">从 Future 到 CompletableFuture</a>
<span style="color:#888;">— 2025-12-29</span>
</li>
<li>
<a href="/posts/java/java_base/io/java-%E5%9F%BA%E7%A1%80-io/">Java基础IO</a>
<span style="color:#888;">— 2025-12-27</span>
</li>
<li>
<a href="/posts/nginx/%E8%B7%A8%E5%9F%9F/">跨域</a>
<span style="color:#888;">— 2025-12-16</span>
</li>
<li>
<a href="/posts/nginx/location%E5%8C%B9%E9%85%8D/">Location匹配</a>
<span style="color:#888;">— 2025-12-15</span>
</li>
</ul>
<hr>
<h2 id="acknowledgement">Acknowledgement</h2>
<p>This is a fork of the <a href="https://github.com/weastur/hugo-texify2">TeXify2</a> theme.</p>
</div>
<div class="sidebar">
<h3 class="taxonomy">
<span class="icon">
<svg width="1em" height="1em" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="taxonomy-svg">
<path d="M3.71,16.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21,1,1,0,0,0-.21.33,1,1,0,0,0,.21,1.09,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1,1,0,0,0,3.71,16.29ZM7,8H21a1,1,0,0,0,0-2H7A1,1,0,0,0,7,8ZM3.71,11.29a1,1,0,0,0-1.09-.21,1.15,1.15,0,0,0-.33.21,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76A1,1,0,0,0,3.71,11.29ZM21,11H7a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM3.71,6.29a1,1,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1.15,1.15,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33,1.15,1.15,0,0,0,.33.21,1,1,0,0,0,1.09-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76A1.15,1.15,0,0,0,3.71,6.29ZM21,16H7a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z"/></svg>
</span>
<a href="/categories/">Categories</a>
</h3>
<ul class="nav-list sidenav">
<li>
<a href="https://asgpipo.github.io/categories/spring/">Spring</a>
</li>
<li>
<a href="https://asgpipo.github.io/categories/concurrency/">Concurrency</a>
</li>
<li>
<a href="https://asgpipo.github.io/categories/io/">IO</a>
</li>
<li>
<a href="https://asgpipo.github.io/categories/nginx/">Nginx</a>
</li>
<li>
<a href="https://asgpipo.github.io/categories/w-tinylru/">W-TinyLRU</a>
</li>
<li>
<a href="https://asgpipo.github.io/categories/%E6%8A%98%E8%85%BE/">折腾</a>
</li>
<li>
<a href="https://asgpipo.github.io/categories/collections/">Collections</a>
</li>
<li>
<a href="https://asgpipo.github.io/categories/mysql/">MySQL</a>
</li>
<li>
<a href="https://asgpipo.github.io/categories/redis/">Redis</a>
</li>
<li>
<a href="https://asgpipo.github.io/categories/jmm/">JMM</a>
</li>
</ul>
<p></p>
<h3 class="taxonomy">
<span class="icon">
<svg width="1em" height="1em" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="taxonomy-svg">
<path d="M7.5,6A1.5,1.5,0,1,0,9,7.5,1.5,1.5,0,0,0,7.5,6Zm13.62,4.71L12.71,2.29A1,1,0,0,0,12,2H3A1,1,0,0,0,2,3v9a1,1,0,0,0,.29.71l8.42,8.41a3,3,0,0,0,4.24,0L21.12,15a3,3,0,0,0,0-4.24Zm-1.41,2.82h0l-6.18,6.17a1,1,0,0,1-1.41,0L4,11.59V4h7.59l8.12,8.12a1,1,0,0,1,.29.71A1,1,0,0,1,19.71,13.53Z"/></svg>
</span>
<a href="/tags/">Tags</a>
</h3>
<ul class="nav-list sidenav">
<li>
<a href="https://asgpipo.github.io/tags/bind/">Bind</a>
</li>
<li>
<a href="https://asgpipo.github.io/tags/spring/">Spring</a>
</li>
<li>
<a href="https://asgpipo.github.io/tags/%E9%85%8D%E7%BD%AE%E7%AE%A1%E7%90%86/">配置管理</a>
</li>
<li>
<a href="https://asgpipo.github.io/tags/completablefuture/">CompletableFuture</a>
</li>
<li>
<a href="https://asgpipo.github.io/tags/concurrency/">Concurrency</a>
</li>
<li>
<a href="https://asgpipo.github.io/tags/future/">Future</a>
</li>
<li>
<a href="https://asgpipo.github.io/tags/java/">JAVA</a>
</li>
<li>
<a href="https://asgpipo.github.io/tags/threadpool/">ThreadPool</a>
</li>
<li>
<a href="https://asgpipo.github.io/tags/%E5%AD%97%E7%AC%A6%E6%B5%81/">字符流</a>
</li>
<li>
<a href="https://asgpipo.github.io/tags/%E5%AD%97%E8%8A%82%E6%B5%81/">字节流</a>
</li>
</ul>
</div>
</main>
<footer id="footer">
<div>
<span>Powered by <a class=link href=https://gohugo.io target=_blank rel=noopener>Hugo</a> |
Theme <a class=link href=https://github.com/michaelneuper/hugo-texify3 target=_blank rel=noopener>TeXify3</a>
</span>
</div>
<div>
<span>Copyright © 2026 </span>
</div>
</footer>
</div>
<script src='https://asgpipo.github.io/js/script.js' defer></script>
<link media="screen" rel="stylesheet" href="https://asgpipo.github.io/css/syntax.css" />
<link media="screen" rel="stylesheet" href="https://asgpipo.github.io/css/scale.css" />
</body>
</html>