-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
584 lines (276 loc) · 17.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
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>混饭's Notes</title>
<icon>https://hunfan.top/icon.png</icon>
<subtitle>Quick notes</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://hunfan.top/"/>
<updated>2022-04-13T08:41:29.163Z</updated>
<id>https://hunfan.top/</id>
<author>
<name>混饭</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Google,Twitter和Spotify怎样建立文档文化</title>
<link href="https://hunfan.top/posts/ecdd7de8/"/>
<id>https://hunfan.top/posts/ecdd7de8/</id>
<published>2021-11-08T01:20:34.000Z</published>
<updated>2022-04-13T08:41:29.163Z</updated>
<summary type="html">
<p>许多技术问题</p>
<p>[原文链接]<a href="https://blog.doctave.com/2021/09/07/how-google-twitter-and-spotify-build-culture-of-documentation.html"
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="google" scheme="https://hunfan.top/tags/google/"/>
<category term="twitter" scheme="https://hunfan.top/tags/twitter/"/>
<category term="spotify" scheme="https://hunfan.top/tags/spotify/"/>
<category term="docs" scheme="https://hunfan.top/tags/docs/"/>
</entry>
<entry>
<title>Spring声明式事务Transactional原理只看这一篇就够了</title>
<link href="https://hunfan.top/posts/204726e2/"/>
<id>https://hunfan.top/posts/204726e2/</id>
<published>2021-09-28T07:18:34.000Z</published>
<updated>2021-09-29T09:14:07.347Z</updated>
<summary type="html">
<h2 id="问题"><a href="#问题" class="headerlink"
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="spring" scheme="https://hunfan.top/tags/spring/"/>
<category term="transaction" scheme="https://hunfan.top/tags/transaction/"/>
</entry>
<entry>
<title>Nodejs14大版本特性以及版本管理n模块</title>
<link href="https://hunfan.top/posts/6a76cba2/"/>
<id>https://hunfan.top/posts/6a76cba2/</id>
<published>2021-04-26T06:43:09.000Z</published>
<updated>2021-05-17T10:46:43.946Z</updated>
<summary type="html">
<h2 id="情景"><a href="#情景" class="headerlink" title="情景"></a>情景</h2><p>前段时间在Github看到有这么一种写法:</p>
<figure class="highlight
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="nodejs" scheme="https://hunfan.top/tags/nodejs/"/>
</entry>
<entry>
<title>20210402-重庆游记</title>
<link href="https://hunfan.top/posts/10b18d71/"/>
<id>https://hunfan.top/posts/10b18d71/</id>
<published>2021-04-26T06:06:44.000Z</published>
<updated>2021-04-26T06:38:42.868Z</updated>
<summary type="html">
<p><img src= "/img/loading.gif" data-src="/upload/20210402%E9%87%8D%E5%BA%86%E6%B8%B8%E8%AE%B0/20210402_%E9%87%8D%E5%BA%86_11.jpg"
</summary>
<category term="旅游日记" scheme="https://hunfan.top/categories/%E6%97%85%E6%B8%B8%E6%97%A5%E8%AE%B0/"/>
<category term="旅游日记" scheme="https://hunfan.top/tags/%E6%97%85%E6%B8%B8%E6%97%A5%E8%AE%B0/"/>
</entry>
<entry>
<title>字符串编码问题</title>
<link href="https://hunfan.top/posts/364d7e27/"/>
<id>https://hunfan.top/posts/364d7e27/</id>
<published>2021-04-26T05:51:30.000Z</published>
<updated>2021-04-26T06:27:15.830Z</updated>
<summary type="html">
<h2 id="字符串编码问题"><a href="#字符串编码问题" class="headerlink"
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="encode" scheme="https://hunfan.top/tags/encode/"/>
</entry>
<entry>
<title>DBA题目索引设计问题调研</title>
<link href="https://hunfan.top/posts/a4fbff2c/"/>
<id>https://hunfan.top/posts/a4fbff2c/</id>
<published>2021-04-23T09:08:46.000Z</published>
<updated>2021-05-17T09:19:59.756Z</updated>
<summary type="html">
<h2 id="题目"><a href="#题目" class="headerlink" title="题目"></a>题目</h2><p>本题目来源自网络,引用自<a href="https://www.cnblogs.com/gaosf/p/11142108.html"
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="Mysql" scheme="https://hunfan.top/tags/Mysql/"/>
</entry>
<entry>
<title>Mysql优化减少回表操作</title>
<link href="https://hunfan.top/posts/4bdcd099/"/>
<id>https://hunfan.top/posts/4bdcd099/</id>
<published>2021-04-14T02:19:12.000Z</published>
<updated>2021-04-15T01:43:03.650Z</updated>
<summary type="html">
<h2 id="情景"><a href="#情景" class="headerlink" title="情景"></a>情景</h2><p>有一张日增量的Mysql
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="Mysql" scheme="https://hunfan.top/tags/Mysql/"/>
</entry>
<entry>
<title>解决爬取Https页面报unable to find valid certification path to requested target的问题</title>
<link href="https://hunfan.top/posts/98e85ae5/"/>
<id>https://hunfan.top/posts/98e85ae5/</id>
<published>2020-06-28T02:53:51.000Z</published>
<updated>2020-07-08T02:13:03.566Z</updated>
<summary type="html">
最近调试爬虫程序,对ershcimi进行爬取时报错,堆栈信息如下:
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="https" scheme="https://hunfan.top/tags/https/"/>
<category term="证书" scheme="https://hunfan.top/tags/%E8%AF%81%E4%B9%A6/"/>
</entry>
<entry>
<title>Mysql关于blob数据类型使用mysqldump导出乱码问题解决</title>
<link href="https://hunfan.top/posts/c15a9847/"/>
<id>https://hunfan.top/posts/c15a9847/</id>
<published>2020-06-11T01:17:10.000Z</published>
<updated>2020-07-08T02:13:03.210Z</updated>
<summary type="html">
<h2 id="情景"><a href="#情景" class="headerlink" title="情景"></a>情景</h2><p>最近查看服务器上的Mysql自动备份,发现关于blob数据类型使用mysqldump导出有乱码的情况,命令如下:</p>
<figure
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="Mysql" scheme="https://hunfan.top/tags/Mysql/"/>
</entry>
<entry>
<title>npm install gyp ERR! stack Error: EACCES: permission denied</title>
<link href="https://hunfan.top/posts/ca6b9310/"/>
<id>https://hunfan.top/posts/ca6b9310/</id>
<published>2020-05-22T07:41:04.000Z</published>
<updated>2020-07-08T02:13:03.446Z</updated>
<summary type="html">
<h2 id="情景"><a href="#情景" class="headerlink" title="情景"></a>情景</h2><p>之前部署Nuxt.js项目,新添加依赖后在服务器编译报错:</p>
<figure class="highlight
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="nodejs" scheme="https://hunfan.top/tags/nodejs/"/>
<category term="npm" scheme="https://hunfan.top/tags/npm/"/>
</entry>
<entry>
<title>Linux Centos7下安装node</title>
<link href="https://hunfan.top/posts/b75009fc/"/>
<id>https://hunfan.top/posts/b75009fc/</id>
<published>2020-05-22T07:14:53.000Z</published>
<updated>2020-07-08T02:13:03.041Z</updated>
<summary type="html">
<h2 id="下载node-js安装包并解压"><a href="#下载node-js安装包并解压" class="headerlink" title="下载node.js安装包并解压"></a>下载node.js安装包并解压</h2><figure
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="linux" scheme="https://hunfan.top/tags/linux/"/>
<category term="nodejs" scheme="https://hunfan.top/tags/nodejs/"/>
<category term="npm" scheme="https://hunfan.top/tags/npm/"/>
</entry>
<entry>
<title>微信分享“咱们从头到尾说一次 Java 垃圾回收”</title>
<link href="https://hunfan.top/posts/9b4a5eec/"/>
<id>https://hunfan.top/posts/9b4a5eec/</id>
<published>2019-07-26T01:46:39.000Z</published>
<updated>2020-07-08T02:13:03.527Z</updated>
<summary type="html">
<blockquote>
<p>名词解释:<br>GC:垃圾收集器<br>Minor GC:新生代GC,指发生在新生代的垃圾收集动作,所有的Minor GC都会触发全世界的暂停(stop-the-world),停止应用程序的线程,不过这个过程非常短暂。<br>Major
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="jvm" scheme="https://hunfan.top/tags/jvm/"/>
</entry>
<entry>
<title>Docker挂载宿主目录,容器内对其操作提示Permission denied</title>
<link href="https://hunfan.top/posts/8b05b30d/"/>
<id>https://hunfan.top/posts/8b05b30d/</id>
<published>2019-05-14T08:09:14.000Z</published>
<updated>2020-07-08T02:13:03.002Z</updated>
<summary type="html">
<h2 id="情景"><a href="#情景" class="headerlink" title="情景"></a>情景</h2><p>Docker挂载宿主主机目录,docker run后容器启动正常,但是挂载目录中不存在容器内生成的文件,<code>journalctl
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="docker" scheme="https://hunfan.top/tags/docker/"/>
</entry>
<entry>
<title>Java获取ClassLoader的方式</title>
<link href="https://hunfan.top/posts/2038a319/"/>
<id>https://hunfan.top/posts/2038a319/</id>
<published>2019-04-12T08:25:33.000Z</published>
<updated>2020-07-08T02:13:03.031Z</updated>
<summary type="html">
有东西被加密了, 请输入密码查看.
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="Java" scheme="https://hunfan.top/tags/Java/"/>
</entry>
<entry>
<title>MQTT Eclipse paho订阅和发布</title>
<link href="https://hunfan.top/posts/8f34f883/"/>
<id>https://hunfan.top/posts/8f34f883/</id>
<published>2019-03-26T01:14:46.000Z</published>
<updated>2020-07-08T02:13:03.149Z</updated>
<summary type="html">
<h2 id="简介"><a href="#简介" class="headerlink" title="简介"></a>简介</h2><p>MQTT(Message Queuing Telemetry
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="mqtt" scheme="https://hunfan.top/tags/mqtt/"/>
<category term="eclipse paho" scheme="https://hunfan.top/tags/eclipse-paho/"/>
</entry>
<entry>
<title>hexo添加Gitee链接图标</title>
<link href="https://hunfan.top/posts/59ee5686/"/>
<id>https://hunfan.top/posts/59ee5686/</id>
<published>2019-03-25T02:30:54.000Z</published>
<updated>2020-07-09T01:46:30.343Z</updated>
<summary type="html">
<h2 id="主题配置"><a href="#主题配置" class="headerlink" title="主题配置"></a>主题配置</h2><p>修改themes\next\_config.yml,添加如下数据:</p>
<figure
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="hexo" scheme="https://hunfan.top/tags/hexo/"/>
<category term="gitee" scheme="https://hunfan.top/tags/gitee/"/>
</entry>
<entry>
<title>SpringBoot KafkaTemplate应用</title>
<link href="https://hunfan.top/posts/d70bf043/"/>
<id>https://hunfan.top/posts/d70bf043/</id>
<published>2019-01-04T07:32:57.000Z</published>
<updated>2020-07-08T02:13:03.336Z</updated>
<summary type="html">
<h2 id="简介"><a href="#简介" class="headerlink" title="简介"></a>简介</h2><p>Apache
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="Spring Boot" scheme="https://hunfan.top/tags/Spring-Boot/"/>
<category term="kafka" scheme="https://hunfan.top/tags/kafka/"/>
</entry>
<entry>
<title>Spring Boot HttpMessageConvert使用fastjson替换jackson导致Feign调用异常问题解决</title>
<link href="https://hunfan.top/posts/613bac33/"/>
<id>https://hunfan.top/posts/613bac33/</id>
<published>2019-01-04T06:43:49.000Z</published>
<updated>2020-07-08T02:13:03.293Z</updated>
<summary type="html">
<h2 id="情景"><a href="#情景" class="headerlink"
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="Spring Boot" scheme="https://hunfan.top/tags/Spring-Boot/"/>
<category term="fastjson" scheme="https://hunfan.top/tags/fastjson/"/>
<category term="Feign" scheme="https://hunfan.top/tags/Feign/"/>
</entry>
<entry>
<title>分享Idea Maven Helper插件,快捷解决依赖冲突问题</title>
<link href="https://hunfan.top/posts/6f949d69/"/>
<id>https://hunfan.top/posts/6f949d69/</id>
<published>2019-01-04T03:14:45.000Z</published>
<updated>2020-07-08T02:13:03.507Z</updated>
<summary type="html">
<h2 id="情景"><a href="#情景" class="headerlink" title="情景"></a>情景</h2><p>在修改一些旧Maven项目时,我们引入新的依赖,有时候会提示冲突,Maven
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="Idea" scheme="https://hunfan.top/tags/Idea/"/>
<category term="Maven" scheme="https://hunfan.top/tags/Maven/"/>
<category term="Maven Helper" scheme="https://hunfan.top/tags/Maven-Helper/"/>
</entry>
<entry>
<title>Idea配置Terminal为Git终端,解决中文乱码问题</title>
<link href="https://hunfan.top/posts/f1df3c29/"/>
<id>https://hunfan.top/posts/f1df3c29/</id>
<published>2019-01-04T03:12:17.000Z</published>
<updated>2020-07-08T02:13:03.021Z</updated>
<summary type="html">
<p>在Idea中,Ctrl + Alt + S或者选择File -&gt; Settings -&gt; Tools -&gt; Terminal,配置Shell Path为Git安装目录\bin\bash.exe即可。</p>
<p><img src=
</summary>
<category term="uncategorized" scheme="https://hunfan.top/categories/uncategorized/"/>
<category term="idea" scheme="https://hunfan.top/tags/idea/"/>
</entry>
</feed>