-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
454 lines (224 loc) · 12.7 KB
/
Copy pathatom.xml
File metadata and controls
454 lines (224 loc) · 12.7 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
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Ji`s Blog</title>
<subtitle>Ji</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://jiyongg-code.github.io/"/>
<updated>2023-10-12T08:17:54.467Z</updated>
<id>https://jiyongg-code.github.io/</id>
<author>
<name>jiyonggang</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>SpringBootEventAndListener</title>
<link href="https://jiyongg-code.github.io/springbooteventandlistener.html"/>
<id>https://jiyongg-code.github.io/springbooteventandlistener.html</id>
<published>2023-10-12T08:17:54.000Z</published>
<updated>2023-10-12T08:17:54.467Z</updated>
<summary type="html">
</summary>
</entry>
<entry>
<title>Condition</title>
<link href="https://jiyongg-code.github.io/condition.html"/>
<id>https://jiyongg-code.github.io/condition.html</id>
<published>2023-10-09T09:23:26.000Z</published>
<updated>2023-10-10T11:54:57.094Z</updated>
<summary type="html">
<h1 id="java中Condition类的详细介绍"><a href="#java中Condition类的详细介绍" class="headerlink"
</summary>
</entry>
<entry>
<title>springboot的一些类和接口</title>
<link href="https://jiyongg-code.github.io/springboot-api.html"/>
<id>https://jiyongg-code.github.io/springboot-api.html</id>
<published>2023-10-05T10:59:22.000Z</published>
<updated>2023-10-12T13:30:45.066Z</updated>
<summary type="html">
<h1 id="ServerEndpointExporter"><a href="#ServerEndpointExporter" class="headerlink"
</summary>
</entry>
<entry>
<title>redisTemplate</title>
<link href="https://jiyongg-code.github.io/redistemplate.html"/>
<id>https://jiyongg-code.github.io/redistemplate.html</id>
<published>2023-10-05T05:00:10.000Z</published>
<updated>2023-10-05T06:53:54.457Z</updated>
<summary type="html">
<h2 id="一、SpringDataRedis简介"><a href="#一、SpringDataRedis简介" class="headerlink" title="一、SpringDataRedis简介"></a>一、SpringDataRedis简介</h2><h3
</summary>
</entry>
<entry>
<title>CompletableFuture 异步编程</title>
<link href="https://jiyongg-code.github.io/completablefuture.html"/>
<id>https://jiyongg-code.github.io/completablefuture.html</id>
<published>2023-09-27T11:52:11.000Z</published>
<updated>2023-09-29T16:30:45.866Z</updated>
<summary type="html">
<h1 id="创建异步任务"><a href="#创建异步任务" class="headerlink"
</summary>
</entry>
<entry>
<title>WebFlux</title>
<link href="https://jiyongg-code.github.io/webflux.html"/>
<id>https://jiyongg-code.github.io/webflux.html</id>
<published>2023-09-03T03:59:05.000Z</published>
<updated>2023-09-03T16:45:44.168Z</updated>
<summary type="html">
<h1 id="什么是webflux"><a href="#什么是webflux" class="headerlink"
</summary>
</entry>
<entry>
<title>Mybatis</title>
<link href="https://jiyongg-code.github.io/mybatis.html"/>
<id>https://jiyongg-code.github.io/mybatis.html</id>
<published>2023-08-20T10:17:41.000Z</published>
<updated>2023-10-11T16:33:35.198Z</updated>
<summary type="html">
<h1 id="依赖"><a href="#依赖" class="headerlink" title="依赖"></a>依赖</h1><p>Maven</p>
<pre><code>&lt;dependency&gt;
</summary>
</entry>
<entry>
<title>Elasticsearch</title>
<link href="https://jiyongg-code.github.io/elasticsearch.html"/>
<id>https://jiyongg-code.github.io/elasticsearch.html</id>
<published>2023-08-12T13:03:42.000Z</published>
<updated>2023-08-12T15:52:12.645Z</updated>
<summary type="html">
<h1 id="相关概念"><a href="#相关概念" class="headerlink" title="相关概念"></a>相关概念</h1><h2 id="倒排索引"><a href="#倒排索引" class="headerlink"
</summary>
</entry>
<entry>
<title>基于Spring Cloud Gateway的网关鉴权</title>
<link href="https://jiyongg-code.github.io/gateway-authentication.html"/>
<id>https://jiyongg-code.github.io/gateway-authentication.html</id>
<published>2023-08-10T08:05:30.000Z</published>
<updated>2023-08-15T06:06:45.645Z</updated>
<summary type="html">
<p><strong>SpringCloud Gateway是纯WebFlux的,使用传统的spring MVC配置spring
</summary>
</entry>
<entry>
<title>Java常用的设计模型</title>
<link href="https://jiyongg-code.github.io/design-patterns.html"/>
<id>https://jiyongg-code.github.io/design-patterns.html</id>
<published>2023-08-07T11:48:08.000Z</published>
<updated>2023-08-07T15:09:37.850Z</updated>
<summary type="html">
<h1 id="单例模式"><a href="#单例模式" class="headerlink" title="单例模式"></a>单例模式</h1><h2 id="懒汉模式"><a href="#懒汉模式" class="headerlink"
</summary>
</entry>
<entry>
<title>SpringBoot+Filebeat+Kafka+ELK完成海量日志收集</title>
<link href="https://jiyongg-code.github.io/filebeat-kafka-ekl.html"/>
<id>https://jiyongg-code.github.io/filebeat-kafka-ekl.html</id>
<published>2023-08-07T07:13:29.000Z</published>
<updated>2023-08-07T08:08:07.611Z</updated>
<summary type="html">
<p>一般结构都是filebeat采集日志,然后发送到消息队列,redis,kafaka。然后logstash去获取,利用filter功能过滤分析,然后存储到elasticsearch中。</p>
<h1 id="Filebeat"><a href="#Filebeat"
</summary>
</entry>
<entry>
<title>SpringbootAOP面向切面编程</title>
<link href="https://jiyongg-code.github.io/springboot-aop.html"/>
<id>https://jiyongg-code.github.io/springboot-aop.html</id>
<published>2023-08-07T05:21:44.000Z</published>
<updated>2023-10-05T16:40:54.366Z</updated>
<summary type="html">
<p>AOP:面向切面编程,相对于OOP面向对象编程</p>
<p>Spring的AOP是通过JDK的动态代理和CGLIB实现的。</p>
<h3 id="AOP的术语"><a href="#AOP的术语" class="headerlink"
</summary>
</entry>
<entry>
<title>Springboot常用注解</title>
<link href="https://jiyongg-code.github.io/springboot-annotation.html"/>
<id>https://jiyongg-code.github.io/springboot-annotation.html</id>
<published>2023-08-06T11:49:47.000Z</published>
<updated>2023-10-06T10:32:37.538Z</updated>
<summary type="html">
<h1 id="RequestParm"><a href="#RequestParm" class="headerlink"
</summary>
</entry>
<entry>
<title>Kafka消费顺序-消费可靠性-不重复消费</title>
<link href="https://jiyongg-code.github.io/kafka-reliability-sequential.html"/>
<id>https://jiyongg-code.github.io/kafka-reliability-sequential.html</id>
<published>2023-07-23T06:50:39.000Z</published>
<updated>2023-07-23T09:09:01.923Z</updated>
<summary type="html">
<h3 id="Kafka-如何保证消息的消费顺序?"><a href="#Kafka-如何保证消息的消费顺序?" class="headerlink" title="Kafka 如何保证消息的消费顺序?"></a>Kafka 如何保证消息的消费顺序?</h3><p>Kafka
</summary>
</entry>
<entry>
<title>如何保证RabbitMQ消息的顺序性</title>
<link href="https://jiyongg-code.github.io/rabbitmq-message-sequential.html"/>
<id>https://jiyongg-code.github.io/rabbitmq-message-sequential.html</id>
<published>2023-07-23T06:11:39.000Z</published>
<updated>2023-07-23T06:44:37.589Z</updated>
<summary type="html">
<h1 id="如何保证-RabbitMQ-消息的顺序性"><a href="#如何保证-RabbitMQ-消息的顺序性" class="headerlink" title="如何保证 RabbitMQ 消息的顺序性"></a>如何保证 RabbitMQ
</summary>
</entry>
<entry>
<title>基于ELK+Rabbitmq分布式日志收集平台</title>
<link href="https://jiyongg-code.github.io/elk-rabbitmq.html"/>
<id>https://jiyongg-code.github.io/elk-rabbitmq.html</id>
<published>2023-07-17T10:15:56.000Z</published>
<updated>2023-07-17T15:13:11.373Z</updated>
<summary type="html">
日志收集
</summary>
<category term="ELK" scheme="https://jiyongg-code.github.io/categories/ELK/"/>
<category term="ELK" scheme="https://jiyongg-code.github.io/tags/ELK/"/>
</entry>
<entry>
<title>并发编程</title>
<link href="https://jiyongg-code.github.io/javaconcurrent.html"/>
<id>https://jiyongg-code.github.io/javaconcurrent.html</id>
<published>2023-06-21T03:55:19.000Z</published>
<updated>2023-06-21T08:55:51.354Z</updated>
<summary type="html">
<h1 id="并发编程"><a href="#并发编程" class="headerlink" title="并发编程"></a>并发编程</h1><h2 id="进程与线程"><a href="#进程与线程" class="headerlink"
</summary>
<category term="java" scheme="https://jiyongg-code.github.io/tags/java/"/>
</entry>
<entry>
<title>RabbitMQ</title>
<link href="https://jiyongg-code.github.io/rabbitmq.html"/>
<id>https://jiyongg-code.github.io/rabbitmq.html</id>
<published>2023-03-29T10:06:32.000Z</published>
<updated>2023-10-06T10:38:50.430Z</updated>
<summary type="html">
RabbitMQ
</summary>
<category term="Message Queue" scheme="https://jiyongg-code.github.io/categories/Message-Queue/"/>
<category term="RabbitMQ" scheme="https://jiyongg-code.github.io/tags/RabbitMQ/"/>
</entry>
<entry>
<title>ccc</title>
<link href="https://jiyongg-code.github.io/xuecheng.html"/>
<id>https://jiyongg-code.github.io/xuecheng.html</id>
<published>2023-03-27T08:42:14.000Z</published>
<updated>2023-08-16T16:47:06.069Z</updated>
<summary type="html">
学成在线项目
</summary>
<category term="项目" scheme="https://jiyongg-code.github.io/categories/%E9%A1%B9%E7%9B%AE/"/>
<category term="学成在线项目" scheme="https://jiyongg-code.github.io/tags/%E5%AD%A6%E6%88%90%E5%9C%A8%E7%BA%BF%E9%A1%B9%E7%9B%AE/"/>
</entry>
<entry>
<title>SpringSecurity-OAuth2 授权码模式</title>
<link href="https://jiyongg-code.github.io/springsecurity-oauth2.html"/>
<id>https://jiyongg-code.github.io/springsecurity-oauth2.html</id>
<published>2023-03-25T05:09:37.000Z</published>
<updated>2023-09-02T16:59:27.340Z</updated>
<summary type="html">
<p>在使用 <strong>OAuth2.0</strong> 中 <strong>Authorization Server</strong> (授权服务器)是一个回避不了的设施,在大多数情况下我们调用的是一些知名的、可靠的、可信任的第三方平台,比如
</summary>
<category term="OAuth2" scheme="https://jiyongg-code.github.io/tags/OAuth2/"/>
</entry>
</feed>