-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
561 lines (238 loc) · 18.2 KB
/
atom.xml
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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>学海无涯</title>
<icon>https://clibin.gitee.io/icon.png</icon>
<link href="https://clibin.gitee.io/atom.xml" rel="self"/>
<link href="https://clibin.gitee.io/"/>
<updated>2025-01-03T15:20:31.095Z</updated>
<id>https://clibin.gitee.io/</id>
<author>
<name>caolibin</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Docker</title>
<link href="https://clibin.gitee.io/2025/01/02/Docker/"/>
<id>https://clibin.gitee.io/2025/01/02/Docker/</id>
<published>2025-01-02T02:37:11.000Z</published>
<updated>2025-01-03T15:20:31.095Z</updated>
<summary type="html"><h1 id="Docker"><a href="#Docker" class="headerlink" title="Docker"></a>Docker</h1><h2 id="1-简介"><a href="#1-简介" class="headerlink"</summary>
<category term="运维" scheme="https://clibin.gitee.io/categories/%E8%BF%90%E7%BB%B4/"/>
<category term="docker" scheme="https://clibin.gitee.io/tags/docker/"/>
</entry>
<entry>
<title>Gateway</title>
<link href="https://clibin.gitee.io/2025/01/01/Gateway/"/>
<id>https://clibin.gitee.io/2025/01/01/Gateway/</id>
<published>2025-01-01T05:37:56.000Z</published>
<updated>2025-01-01T11:45:25.812Z</updated>
<summary type="html"><h1 id="Gateway"><a href="#Gateway" class="headerlink" title="Gateway"></a>Gateway</h1><h2 id="概述"><a href="#概述" class="headerlink"</summary>
<category term="springcloud" scheme="https://clibin.gitee.io/categories/springcloud/"/>
<category term="gateway" scheme="https://clibin.gitee.io/tags/gateway/"/>
</entry>
<entry>
<title>公网访问本地服务</title>
<link href="https://clibin.gitee.io/2024/12/31/%E5%85%AC%E7%BD%91%E8%AE%BF%E9%97%AE%E6%9C%AC%E5%9C%B0%E6%9C%8D%E5%8A%A1/"/>
<id>https://clibin.gitee.io/2024/12/31/%E5%85%AC%E7%BD%91%E8%AE%BF%E9%97%AE%E6%9C%AC%E5%9C%B0%E6%9C%8D%E5%8A%A1/</id>
<published>2024-12-31T15:44:38.000Z</published>
<updated>2025-01-03T10:11:14.620Z</updated>
<summary type="html"><blockquote>
<p>在公网部署前端项目是很方便的,Vercel、Netlify、Cloudflare等等都可以很快地部署一个前端页面(<del>前端部署是这样的,你只要上传文件就可以,而后端部署要考虑的就很多了,没有云服务器</del>)</p>
<p>现在我部署了一</summary>
<category term="IPv6" scheme="https://clibin.gitee.io/categories/IPv6/"/>
<category term="surge" scheme="https://clibin.gitee.io/tags/surge/"/>
</entry>
<entry>
<title>springboot发送邮件</title>
<link href="https://clibin.gitee.io/2024/12/28/springboot%E5%8F%91%E9%80%81%E9%82%AE%E4%BB%B6/"/>
<id>https://clibin.gitee.io/2024/12/28/springboot%E5%8F%91%E9%80%81%E9%82%AE%E4%BB%B6/</id>
<published>2024-12-28T09:16:26.075Z</published>
<updated>2024-12-28T09:16:26.075Z</updated>
<summary type="html"><h1 id="springboot发送邮件"><a href="#springboot发送邮件" class="headerlink" title="springboot发送邮件"></a>springboot发送邮件</h1><h2 id="导入依赖"><a</summary>
<category term="后端" scheme="https://clibin.gitee.io/categories/%E5%90%8E%E7%AB%AF/"/>
<category term="springboot" scheme="https://clibin.gitee.io/tags/springboot/"/>
<category term="邮件" scheme="https://clibin.gitee.io/tags/%E9%82%AE%E4%BB%B6/"/>
</entry>
<entry>
<title>邮箱开启SMTP服务</title>
<link href="https://clibin.gitee.io/2024/12/27/%E5%BC%80%E5%90%AFSMTP%E6%9C%8D%E5%8A%A1/"/>
<id>https://clibin.gitee.io/2024/12/27/%E5%BC%80%E5%90%AFSMTP%E6%9C%8D%E5%8A%A1/</id>
<published>2024-12-27T12:43:00.000Z</published>
<updated>2024-12-27T15:33:52.076Z</updated>
<summary type="html"><h1 id="开启邮件SMTP服务"><a href="#开启邮件SMTP服务" class="headerlink" title="开启邮件SMTP服务"></a>开启邮件SMTP服务</h1><h2 id="1-SMTP服务是什么?"><a</summary>
<category term="tools" scheme="https://clibin.gitee.io/categories/tools/"/>
<category term="SMTP" scheme="https://clibin.gitee.io/tags/SMTP/"/>
<category term="email" scheme="https://clibin.gitee.io/tags/email/"/>
</entry>
<entry>
<title>openfeign远程调用</title>
<link href="https://clibin.gitee.io/2024/12/26/openfeign/"/>
<id>https://clibin.gitee.io/2024/12/26/openfeign/</id>
<published>2024-12-26T01:44:56.000Z</published>
<updated>2024-12-28T09:16:26.071Z</updated>
<summary type="html"><h1 id="openfeign"><a href="#openfeign" class="headerlink" title="openfeign"></a><a</summary>
<category term="后端" scheme="https://clibin.gitee.io/categories/%E5%90%8E%E7%AB%AF/"/>
<category term="springcloud" scheme="https://clibin.gitee.io/tags/springcloud/"/>
<category term="openfeign" scheme="https://clibin.gitee.io/tags/openfeign/"/>
</entry>
<entry>
<title>git版本控制系统</title>
<link href="https://clibin.gitee.io/2024/03/25/git/"/>
<id>https://clibin.gitee.io/2024/03/25/git/</id>
<published>2024-03-25T13:45:03.000Z</published>
<updated>2024-12-28T09:16:26.059Z</updated>
<summary type="html"><h1 id="Git"><a href="#Git" class="headerlink" title="Git"></a><a</summary>
<category term="tools" scheme="https://clibin.gitee.io/categories/tools/"/>
<category term="git" scheme="https://clibin.gitee.io/tags/git/"/>
</entry>
<entry>
<title>windows定时关机</title>
<link href="https://clibin.gitee.io/2024/03/19/windows%E5%AE%9A%E6%97%B6%E5%85%B3%E6%9C%BA/"/>
<id>https://clibin.gitee.io/2024/03/19/windows%E5%AE%9A%E6%97%B6%E5%85%B3%E6%9C%BA/</id>
<published>2024-03-19T14:28:39.000Z</published>
<updated>2024-12-28T09:16:26.078Z</updated>
<summary type="html"><ol>
<li>打开控制面板,搜索<strong>计划</strong>,点击<mark>计划任务</mark></li>
</ol>
<p><img src="https://s2.loli.net/2024/03/19/8olEi2dyD5xTKcG.png"</summary>
<category term="os" scheme="https://clibin.gitee.io/categories/os/"/>
<category term="windows" scheme="https://clibin.gitee.io/tags/windows/"/>
</entry>
<entry>
<title>apifox测试工具</title>
<link href="https://clibin.gitee.io/2024/03/18/apifox%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7/"/>
<id>https://clibin.gitee.io/2024/03/18/apifox%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7/</id>
<published>2024-03-18T14:20:23.000Z</published>
<updated>2025-01-02T02:31:40.517Z</updated>
<summary type="html"><h1 id="Apifox"><a href="#Apifox" class="headerlink" title="Apifox"></a>Apifox</h1><p><a href="https://apifox.com/help/">官方文档</a></p>
<h2</summary>
<category term="测试" scheme="https://clibin.gitee.io/categories/%E6%B5%8B%E8%AF%95/"/>
<category term="apifox" scheme="https://clibin.gitee.io/tags/apifox/"/>
<category term="测试" scheme="https://clibin.gitee.io/tags/%E6%B5%8B%E8%AF%95/"/>
</entry>
<entry>
<title>nacos从入门到入土</title>
<link href="https://clibin.gitee.io/2024/03/16/nacos/"/>
<id>https://clibin.gitee.io/2024/03/16/nacos/</id>
<published>2024-03-16T10:42:42.000Z</published>
<updated>2024-12-31T13:43:08.720Z</updated>
<summary type="html"><h1 id="nacos"><a href="#nacos" class="headerlink" title="nacos"></a>nacos</h1><h2 id="注册中心"><a href="#注册中心" class="headerlink"</summary>
<category term="后端" scheme="https://clibin.gitee.io/categories/%E5%90%8E%E7%AB%AF/"/>
<category term="springcloud" scheme="https://clibin.gitee.io/tags/springcloud/"/>
<category term="nacos" scheme="https://clibin.gitee.io/tags/nacos/"/>
</entry>
<entry>
<title>shields.io标签生成</title>
<link href="https://clibin.gitee.io/2024/03/08/shields.io%E6%A0%87%E7%AD%BE/"/>
<id>https://clibin.gitee.io/2024/03/08/shields.io%E6%A0%87%E7%AD%BE/</id>
<published>2024-03-08T06:17:48.000Z</published>
<updated>2024-12-27T05:59:05.883Z</updated>
<summary type="html"><p><img src="https://s2.loli.net/2024/12/27/jbADFXHUvPEy8dV.png"</summary>
<category term="tools" scheme="https://clibin.gitee.io/categories/tools/"/>
<category term="shields.io" scheme="https://clibin.gitee.io/tags/shields-io/"/>
<category term="标签" scheme="https://clibin.gitee.io/tags/%E6%A0%87%E7%AD%BE/"/>
</entry>
<entry>
<title>markdown从入门到上天</title>
<link href="https://clibin.gitee.io/2024/03/01/markdown%E4%BD%BF%E7%94%A8/"/>
<id>https://clibin.gitee.io/2024/03/01/markdown%E4%BD%BF%E7%94%A8/</id>
<published>2024-03-01T14:13:26.000Z</published>
<updated>2024-12-26T11:10:09.891Z</updated>
<summary type="html"><h1 id="Markdown"><a href="#Markdown" class="headerlink" title="Markdown"></a>Markdown</h1><h2 id="简介"><a href="#简介" class="headerlink"</summary>
<category term="tools" scheme="https://clibin.gitee.io/categories/tools/"/>
<category term="markdown" scheme="https://clibin.gitee.io/tags/markdown/"/>
</entry>
<entry>
<title>pinia-vue存储库</title>
<link href="https://clibin.gitee.io/2024/02/20/pinia-vue%E5%AD%98%E5%82%A8%E5%BA%93/"/>
<id>https://clibin.gitee.io/2024/02/20/pinia-vue%E5%AD%98%E5%82%A8%E5%BA%93/</id>
<published>2024-02-19T17:01:31.000Z</published>
<updated>2024-12-30T10:08:55.988Z</updated>
<summary type="html"><h2 id="Pinia"><a href="#Pinia" class="headerlink" title="Pinia"></a><a</summary>
<category term="前端" scheme="https://clibin.gitee.io/categories/%E5%89%8D%E7%AB%AF/"/>
<category term="vue" scheme="https://clibin.gitee.io/categories/%E5%89%8D%E7%AB%AF/vue/"/>
<category term="pinia" scheme="https://clibin.gitee.io/tags/pinia/"/>
</entry>
<entry>
<title>redis二次校验实现jwt主动“失效”</title>
<link href="https://clibin.gitee.io/2024/02/19/jwt%E4%BB%A4%E7%89%8C%E4%B8%BB%E5%8A%A8%E5%A4%B1%E6%95%88/"/>
<id>https://clibin.gitee.io/2024/02/19/jwt%E4%BB%A4%E7%89%8C%E4%B8%BB%E5%8A%A8%E5%A4%B1%E6%95%88/</id>
<published>2024-02-19T09:34:34.000Z</published>
<updated>2024-12-28T09:16:26.074Z</updated>
<summary type="html"><blockquote>
<p>问题:jwt令牌一旦生成,就不能再更改,有时候想让令牌提前失效该怎么办?</p>
<p>解决方案:使用redis对token进行二次校验,由redis来管理token的过期时间</p>
</blockquote>
<h2</summary>
<category term="后端" scheme="https://clibin.gitee.io/categories/%E5%90%8E%E7%AB%AF/"/>
<category term="redis" scheme="https://clibin.gitee.io/tags/redis/"/>
<category term="jwt" scheme="https://clibin.gitee.io/tags/jwt/"/>
</entry>
<entry>
<title>axios不入门直接起飞</title>
<link href="https://clibin.gitee.io/2024/02/19/Axios/"/>
<id>https://clibin.gitee.io/2024/02/19/Axios/</id>
<published>2024-02-19T07:23:51.000Z</published>
<updated>2024-12-28T09:16:26.049Z</updated>
<summary type="html"><h2 id="Axios"><a href="#Axios" class="headerlink" title="Axios"></a><a</summary>
<category term="前端" scheme="https://clibin.gitee.io/categories/%E5%89%8D%E7%AB%AF/"/>
<category term="vue" scheme="https://clibin.gitee.io/categories/%E5%89%8D%E7%AB%AF/vue/"/>
<category term="axios" scheme="https://clibin.gitee.io/tags/axios/"/>
</entry>
<entry>
<title>everything极速搜索</title>
<link href="https://clibin.gitee.io/2024/02/18/Everything%E6%90%9C%E7%B4%A2/"/>
<id>https://clibin.gitee.io/2024/02/18/Everything%E6%90%9C%E7%B4%A2/</id>
<published>2024-02-18T07:18:12.000Z</published>
<updated>2025-01-03T07:40:27.990Z</updated>
<summary type="html"><h1 id="everything"><a href="#everything" class="headerlink" title="everything"></a>everything</h1><h2 id="1-指定文件后缀"><a href="#1-指定文件后缀"</summary>
<category term="tools" scheme="https://clibin.gitee.io/categories/tools/"/>
<category term="everything" scheme="https://clibin.gitee.io/tags/everything/"/>
<category term="搜索" scheme="https://clibin.gitee.io/tags/%E6%90%9C%E7%B4%A2/"/>
</entry>
<entry>
<title>springboot相关配置</title>
<link href="https://clibin.gitee.io/2024/01/07/SpringBoot%E7%9B%B8%E5%85%B3%E9%85%8D%E7%BD%AE/"/>
<id>https://clibin.gitee.io/2024/01/07/SpringBoot%E7%9B%B8%E5%85%B3%E9%85%8D%E7%BD%AE/</id>
<published>2024-01-07T05:10:42.000Z</published>
<updated>2025-01-03T07:40:49.737Z</updated>
<summary type="html"><h1 id="springboot相关配置"><a href="#springboot相关配置" class="headerlink" title="springboot相关配置"></a>springboot相关配置</h1><h2 id="1-自定义项目LOGO"><a</summary>
<category term="后端" scheme="https://clibin.gitee.io/categories/%E5%90%8E%E7%AB%AF/"/>
<category term="springboot" scheme="https://clibin.gitee.io/tags/springboot/"/>
</entry>
<entry>
<title>计算机网络</title>
<link href="https://clibin.gitee.io/2023/10/26/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/"/>
<id>https://clibin.gitee.io/2023/10/26/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/</id>
<published>2023-10-26T13:04:32.000Z</published>
<updated>2025-01-02T02:31:47.283Z</updated>
<summary type="html"><h1 id="计算机网络"><a href="#计算机网络" class="headerlink" title="计算机网络"></a>计算机网络</h1><h2 id="1-计算机网络概述"><a href="#1-计算机网络概述" class="headerlink"</summary>
<category term="考研" scheme="https://clibin.gitee.io/categories/%E8%80%83%E7%A0%94/"/>
<category term="计算机网络" scheme="https://clibin.gitee.io/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/"/>
</entry>
<entry>
<title>mybatis</title>
<link href="https://clibin.gitee.io/2023/10/14/mybatis/"/>
<id>https://clibin.gitee.io/2023/10/14/mybatis/</id>
<published>2023-10-14T14:42:34.000Z</published>
<updated>2024-12-28T09:16:26.065Z</updated>
<summary type="html"><img src="https://mybatis.org/images/mybatis-logo.png">
<h2 id="简介"><a href="#简介" class="headerlink" title="简介"></a>简介</h2><h3</summary>
<category term="后端" scheme="https://clibin.gitee.io/categories/%E5%90%8E%E7%AB%AF/"/>
<category term="mysql" scheme="https://clibin.gitee.io/tags/mysql/"/>
<category term="mybatis" scheme="https://clibin.gitee.io/tags/mybatis/"/>
<category term="java" scheme="https://clibin.gitee.io/tags/java/"/>
</entry>
<entry>
<title>Redis</title>
<link href="https://clibin.gitee.io/2023/08/31/Redis/"/>
<id>https://clibin.gitee.io/2023/08/31/Redis/</id>
<published>2023-08-31T12:59:08.000Z</published>
<updated>2024-12-28T09:16:26.055Z</updated>
<summary type="html"><h1 id="Redis"><a href="#Redis" class="headerlink" title="Redis"></a><a href="https://redis.io/">Redis</a></h1><h2 id="什么是Nosql"><a</summary>
<category term="数据库" scheme="https://clibin.gitee.io/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
<category term="redis" scheme="https://clibin.gitee.io/tags/redis/"/>
<category term="数据库" scheme="https://clibin.gitee.io/tags/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
<category term="NOSQL" scheme="https://clibin.gitee.io/tags/NOSQL/"/>
</entry>
</feed>