-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
968 lines (650 loc) · 36.2 KB
/
index.html
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
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
<!DOCTYPE html>
<html lang=zh>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no,email=no,adress=no">
<!-- Color theme for statusbar -->
<meta name="theme-color" content="#000000" />
<!-- 强制页面在当前窗口以独立页面显示,防止别人在框架里调用页面 -->
<meta http-equiv="window-target" content="_top" />
<title>Hexo</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Allen">
<meta property="og:url" content="https://lazyallen.github.io/index.html">
<meta property="og:site_name" content="Allen">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="Allen Chang">
<meta name="twitter:card" content="summary">
<!-- Canonical links -->
<link rel="canonical" href="https://lazyallen.github.io/index.html">
<link rel="alternate" href="/atom.xml" title="Allen" type="application/atom+xml">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/css/style.css">
<meta name="generator" content="Hexo 6.2.0"></head>
<body class="main-center theme-black" itemscope itemtype="http://schema.org/WebPage">
<header class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="slimContent">
<div class="navbar-header">
<div class="profile-block text-center">
<a id="avatar" href="https://github.com/lazyallen" target="_blank">
<img class="img-circle img-rotate" src="/images/avatar.jpg" width="200" height="200">
</a>
<h2 id="name" class="hidden-xs hidden-sm">lazyallen</h2>
<h3 id="title" class="hidden-xs hidden-sm hidden-md">No one</h3>
<small id="location" class="text-muted hidden-xs hidden-sm"><i class="icon icon-map-marker"></i> Shenzhen, China</small>
</div>
<div class="search" id="search-form-wrap">
<form class="search-form sidebar-form">
<div class="input-group">
<input type="text" class="search-form-input form-control" placeholder="搜索" />
<span class="input-group-btn">
<button type="submit" class="search-form-submit btn btn-flat" onclick="return false;"><i class="icon icon-search"></i></button>
</span>
</div>
</form>
<div class="ins-search">
<div class="ins-search-mask"></div>
<div class="ins-search-container">
<div class="ins-input-wrapper">
<input type="text" class="ins-search-input" placeholder="想要查找什么..." x-webkit-speech />
<button type="button" class="close ins-close ins-selectable" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
</div>
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#main-navbar" aria-controls="main-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<nav id="main-navbar" class="collapse navbar-collapse" itemscope itemtype="http://schema.org/SiteNavigationElement" role="navigation">
<ul class="nav navbar-nav main-nav ">
<li class="menu-item menu-item-home">
<a href="/.">
<i class="icon icon-home-fill"></i>
<span class="menu-title">首页</span>
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives">
<i class="icon icon-archives-fill"></i>
<span class="menu-title">归档</span>
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories">
<i class="icon icon-folder"></i>
<span class="menu-title">分类</span>
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags">
<i class="icon icon-tags"></i>
<span class="menu-title">标签</span>
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about">
<i class="icon icon-cup-fill"></i>
<span class="menu-title">关于</span>
</a>
</li>
</ul>
<ul class="social-links">
<li><a href="https://github.com/lazyallen" target="_blank" title="Github" data-toggle=tooltip data-placement=top><i class="icon icon-github"></i></a></li>
<li><a href="/atom.xml" target="_blank" title="Rss" data-toggle=tooltip data-placement=top><i class="icon icon-rss"></i></a></li>
</ul>
</nav>
</div>
</header>
<aside class="sidebar" itemscope itemtype="http://schema.org/WPSideBar">
<div class="slimContent">
<div class="widget">
<h3 class="widget-title">公告</h3>
<div class="widget-body">
<div id="board">
<div class="content">
<p>欢迎交流与分享经验!</p>
</div>
</div>
</div>
</div>
<div class="widget">
<h3 class="widget-title">分类</h3>
<div class="widget-body">
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/Cloud-Native/">Cloud Native</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/Docker/">Docker</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/RPC/">RPC</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/SPI/">SPI</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E4%B8%AD%E9%97%B4%E4%BB%B6/">中间件</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E5%B7%A5%E5%85%B7/">工具</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E6%9D%82%E8%B0%88/">杂谈</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E6%A1%86%E6%9E%B6/">框架</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E6%BA%90%E7%A0%81/">源码</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E8%A7%A3%E6%83%91/">解惑</a><span class="category-list-count">1</span></li></ul>
</div>
</div>
<div class="widget">
<h3 class="widget-title">标签</h3>
<div class="widget-body">
<ul class="tag-list" itemprop="keywords"><li class="tag-list-item"><a class="tag-list-link" href="/tags/Bridge/" rel="tag">Bridge</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/CICD/" rel="tag">CICD</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Dubbo/" rel="tag">Dubbo</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Groovy/" rel="tag">Groovy</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Helm/" rel="tag">Helm</a><span class="tag-list-count">2</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/IOC/" rel="tag">IOC</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Java/" rel="tag">Java</a><span class="tag-list-count">2</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Jenkins/" rel="tag">Jenkins</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/MyBatis/" rel="tag">MyBatis</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Network/" rel="tag">Network</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Spring-Boot/" rel="tag">Spring Boot</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/UnitTest/" rel="tag">UnitTest</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/%E4%BB%BB%E5%8A%A1%E8%B0%83%E5%BA%A6/" rel="tag">任务调度</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/%E5%88%86%E5%B8%83%E5%BC%8F/" rel="tag">分布式</a><span class="tag-list-count">2</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/%E6%BA%90%E7%A0%81/" rel="tag">源码</a><span class="tag-list-count">1</span></li></ul>
</div>
</div>
<div class="widget">
<h3 class="widget-title">标签云</h3>
<div class="widget-body tagcloud">
<a href="/tags/Bridge/" style="font-size: 13px;">Bridge</a> <a href="/tags/CICD/" style="font-size: 13px;">CICD</a> <a href="/tags/Dubbo/" style="font-size: 13px;">Dubbo</a> <a href="/tags/Groovy/" style="font-size: 13px;">Groovy</a> <a href="/tags/Helm/" style="font-size: 14px;">Helm</a> <a href="/tags/IOC/" style="font-size: 13px;">IOC</a> <a href="/tags/Java/" style="font-size: 14px;">Java</a> <a href="/tags/Jenkins/" style="font-size: 13px;">Jenkins</a> <a href="/tags/MyBatis/" style="font-size: 13px;">MyBatis</a> <a href="/tags/Network/" style="font-size: 13px;">Network</a> <a href="/tags/Spring-Boot/" style="font-size: 13px;">Spring Boot</a> <a href="/tags/UnitTest/" style="font-size: 13px;">UnitTest</a> <a href="/tags/%E4%BB%BB%E5%8A%A1%E8%B0%83%E5%BA%A6/" style="font-size: 13px;">任务调度</a> <a href="/tags/%E5%88%86%E5%B8%83%E5%BC%8F/" style="font-size: 14px;">分布式</a> <a href="/tags/%E6%BA%90%E7%A0%81/" style="font-size: 13px;">源码</a>
</div>
</div>
<div class="widget">
<h3 class="widget-title">归档</h3>
<div class="widget-body">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2023/05/">五月 2023</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2023/02/">二月 2023</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/11/">十一月 2020</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/10/">十月 2020</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/07/">七月 2020</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/05/">五月 2020</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/11/">十一月 2019</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/10/">十月 2019</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/09/">九月 2019</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/08/">八月 2019</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/04/">四月 2019</a><span class="archive-list-count">2</span></li></ul>
</div>
</div>
<div class="widget">
<h3 class="widget-title">最新文章</h3>
<div class="widget-body">
<ul class="recent-post-list list-unstyled no-thumbnail">
<li>
<div class="item-inner">
<p class="item-category">
<a class="category-link" href="/categories/Cloud-Native/">Cloud Native</a>
</p>
<p class="item-title">
<a href="/2023/05/05/unicode-normalization/" class="title">记一次unicode编码引发的问题</a>
</p>
<p class="item-date">
<time datetime="2023-05-04T16:00:00.000Z" itemprop="datePublished">2023-05-05</time>
</p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-category">
<a class="category-link" href="/categories/Cloud-Native/">Cloud Native</a>
</p>
<p class="item-title">
<a href="/2023/02/18/helm-practice/" class="title">Helm工程实践:如何维护一个Helm工程</a>
</p>
<p class="item-date">
<time datetime="2023-02-17T16:00:00.000Z" itemprop="datePublished">2023-02-18</time>
</p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-category">
<a class="category-link" href="/categories/RPC/">RPC</a>
</p>
<p class="item-title">
<a href="/2020/11/07/dubbo-event-driven-introduction/" class="title">浅析Dubbo的事件驱动机制</a>
</p>
<p class="item-date">
<time datetime="2020-11-06T16:00:00.000Z" itemprop="datePublished">2020-11-07</time>
</p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-category">
<a class="category-link" href="/categories/SPI/">SPI</a>
</p>
<p class="item-title">
<a href="/2020/10/02/java-spi-think/" class="title">解惑:对于SPI的一些理解</a>
</p>
<p class="item-date">
<time datetime="2020-10-01T16:00:00.000Z" itemprop="datePublished">2020-10-02</time>
</p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-category">
<a class="category-link" href="/categories/%E5%B7%A5%E5%85%B7/">工具</a>
</p>
<p class="item-title">
<a href="/2020/07/02/jenkins-groovy-script-console/" class="title">Groovy Script Console:如何找出Jenkins中所有授信失效的项目</a>
</p>
<p class="item-date">
<time datetime="2020-07-01T16:00:00.000Z" itemprop="datePublished">2020-07-02</time>
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</aside>
<main class="main" role="main">
<div class="content article-list">
<article class="article article-type-post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2023/05/05/unicode-normalization/">记一次unicode编码引发的问题</a>
</h1>
</div>
<p class="article-meta">
<span class="article-date">
<i class="icon icon-calendar-check"></i>
<a href="/2023/05/05/unicode-normalization/" class="article-date">
<time datetime="2023-05-04T16:00:00.000Z" itemprop="datePublished">5月 5</time>
</a>
</span>
<span class="article-category">
<i class="icon icon-folder"></i>
<a class="article-category-link" href="/categories/Cloud-Native/">Cloud Native</a>
</span>
<span class="article-tag">
<i class="icon icon-tags"></i>
<a class="article-tag-link-link" href="/tags/Helm/" rel="tag">Helm</a>
</span>
<span class="post-comment"><i class="icon icon-comment"></i> <a href="/2023/05/05/unicode-normalization/#comments" class="article-comment-link">评论</a></span>
<span class="post-wordcount hidden-xs" itemprop="wordCount">字数统计: 2.8k(字)</span>
<span class="post-readcount hidden-xs" itemprop="timeRequired">阅读时长: 12(分)</span>
</p>
</article>
<article class="article article-type-post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2023/02/18/helm-practice/">Helm工程实践:如何维护一个Helm工程</a>
</h1>
</div>
<p class="article-meta">
<span class="article-date">
<i class="icon icon-calendar-check"></i>
<a href="/2023/02/18/helm-practice/" class="article-date">
<time datetime="2023-02-17T16:00:00.000Z" itemprop="datePublished">2月 18</time>
</a>
</span>
<span class="article-category">
<i class="icon icon-folder"></i>
<a class="article-category-link" href="/categories/Cloud-Native/">Cloud Native</a>
</span>
<span class="article-tag">
<i class="icon icon-tags"></i>
<a class="article-tag-link-link" href="/tags/Helm/" rel="tag">Helm</a>
</span>
<span class="post-comment"><i class="icon icon-comment"></i> <a href="/2023/02/18/helm-practice/#comments" class="article-comment-link">评论</a></span>
<span class="post-wordcount hidden-xs" itemprop="wordCount">字数统计: 1.6k(字)</span>
<span class="post-readcount hidden-xs" itemprop="timeRequired">阅读时长: 7(分)</span>
</p>
</article>
<article class="article article-type-post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2020/11/07/dubbo-event-driven-introduction/">浅析Dubbo的事件驱动机制</a>
</h1>
</div>
<div class="article-entry text-muted" itemprop="description">
<p>本文介绍的是Dubbo 2.7.5中的事件驱动机制,简要分析了其原理,分析了引入事件驱动的原因。</p>
</div>
<p class="article-meta">
<span class="article-date">
<i class="icon icon-calendar-check"></i>
<a href="/2020/11/07/dubbo-event-driven-introduction/" class="article-date">
<time datetime="2020-11-06T16:00:00.000Z" itemprop="datePublished">11月 7</time>
</a>
</span>
<span class="article-category">
<i class="icon icon-folder"></i>
<a class="article-category-link" href="/categories/RPC/">RPC</a>
</span>
<span class="article-tag">
<i class="icon icon-tags"></i>
<a class="article-tag-link-link" href="/tags/Dubbo/" rel="tag">Dubbo</a>
</span>
<span class="post-comment"><i class="icon icon-comment"></i> <a href="/2020/11/07/dubbo-event-driven-introduction/#comments" class="article-comment-link">评论</a></span>
<span class="post-wordcount hidden-xs" itemprop="wordCount">字数统计: 3.8k(字)</span>
<span class="post-readcount hidden-xs" itemprop="timeRequired">阅读时长: 19(分)</span>
</p>
</article>
<article class="article article-type-post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2020/10/02/java-spi-think/">解惑:对于SPI的一些理解</a>
</h1>
</div>
<div class="article-entry text-muted" itemprop="description">
<p>很早就了解过<code>SPI</code>的概念,刚开始知道是看JDBC驱动实现的时候发现有用到,后面陆陆续续发现在<code>Dubbo</code>中也有<code>Dubbo SPI</code>的概念,希望可以把自己的理解和困惑记录下来。</p>
</div>
<p class="article-meta">
<span class="article-date">
<i class="icon icon-calendar-check"></i>
<a href="/2020/10/02/java-spi-think/" class="article-date">
<time datetime="2020-10-01T16:00:00.000Z" itemprop="datePublished">10月 2</time>
</a>
</span>
<span class="article-category">
<i class="icon icon-folder"></i>
<a class="article-category-link" href="/categories/SPI/">SPI</a>
</span>
<span class="article-tag">
<i class="icon icon-tags"></i>
<a class="article-tag-link-link" href="/tags/Java/" rel="tag">Java</a>
</span>
<span class="post-comment"><i class="icon icon-comment"></i> <a href="/2020/10/02/java-spi-think/#comments" class="article-comment-link">评论</a></span>
<span class="post-wordcount hidden-xs" itemprop="wordCount">字数统计: 2.3k(字)</span>
<span class="post-readcount hidden-xs" itemprop="timeRequired">阅读时长: 9(分)</span>
</p>
</article>
<article class="article article-type-post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2020/07/02/jenkins-groovy-script-console/">Groovy Script Console:如何找出Jenkins中所有授信失效的项目</a>
</h1>
</div>
<div class="article-entry text-muted" itemprop="description">
<p>本文来源于在一次Jenkins培训当中,有用户提问:我怎么知道自己的授信失效了。于是通过Jenkins提供的Groovy Script Console能力,编写脚本找出Jenkins中所有授信失效的项目。</p>
</div>
<p class="article-meta">
<span class="article-date">
<i class="icon icon-calendar-check"></i>
<a href="/2020/07/02/jenkins-groovy-script-console/" class="article-date">
<time datetime="2020-07-01T16:00:00.000Z" itemprop="datePublished">7月 2</time>
</a>
</span>
<span class="article-category">
<i class="icon icon-folder"></i>
<a class="article-category-link" href="/categories/%E5%B7%A5%E5%85%B7/">工具</a>
</span>
<span class="article-tag">
<i class="icon icon-tags"></i>
<a class="article-tag-link-link" href="/tags/CICD/" rel="tag">CICD</a>, <a class="article-tag-link-link" href="/tags/Groovy/" rel="tag">Groovy</a>, <a class="article-tag-link-link" href="/tags/Jenkins/" rel="tag">Jenkins</a>
</span>
<span class="post-comment"><i class="icon icon-comment"></i> <a href="/2020/07/02/jenkins-groovy-script-console/#comments" class="article-comment-link">评论</a></span>
<span class="post-wordcount hidden-xs" itemprop="wordCount">字数统计: 2.7k(字)</span>
<span class="post-readcount hidden-xs" itemprop="timeRequired">阅读时长: 11(分)</span>
</p>
</article>
<article class="article article-type-post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2020/05/12/read-code-mybatis-configuration/">深入浅出MyBatis 源码:配置文件解析</a>
</h1>
</div>
<div class="article-entry text-muted" itemprop="description">
<p>本文将会介绍<code>MyBatis</code>配置文件解析部分的代码解读,从创建一个<code>SqlSessionFactory</code>作为入口,引入MyBatis配置文件的说明。简要说明配置文件中常用标签的用法和说明,根据每个标签,详细介绍<code>MyBatis</code>是如何解析这些标签的。</p>
</div>
<p class="article-meta">
<span class="article-date">
<i class="icon icon-calendar-check"></i>
<a href="/2020/05/12/read-code-mybatis-configuration/" class="article-date">
<time datetime="2020-05-11T16:00:00.000Z" itemprop="datePublished">5月 12</time>
</a>
</span>
<span class="article-category">
<i class="icon icon-folder"></i>
<a class="article-category-link" href="/categories/%E6%A1%86%E6%9E%B6/">框架</a>
</span>
<span class="article-tag">
<i class="icon icon-tags"></i>
<a class="article-tag-link-link" href="/tags/MyBatis/" rel="tag">MyBatis</a>, <a class="article-tag-link-link" href="/tags/%E6%BA%90%E7%A0%81/" rel="tag">源码</a>
</span>
<span class="post-comment"><i class="icon icon-comment"></i> <a href="/2020/05/12/read-code-mybatis-configuration/#comments" class="article-comment-link">评论</a></span>
<span class="post-wordcount hidden-xs" itemprop="wordCount">字数统计: 5.6k(字)</span>
<span class="post-readcount hidden-xs" itemprop="timeRequired">阅读时长: 25(分)</span>
</p>
</article>
<article class="article article-type-post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/11/21/spring-boot-properties-binder/">当执行“Java -jar springbootapp.jar --server.port=8081” 命令后会发生什么</a>
</h1>
</div>
<div class="article-entry text-muted" itemprop="description">
<p>本篇文章的起因是同事问我下面的<code>Jar</code>的启动命令中,- 和 –的参数有什么区别。下意识觉得区别是 在 <code>xxx.jar</code> 之前的参数叫做 <code>VM 参数</code> ,传入<code>JVM</code>中,而后面的参数 <code>Program 参数</code>,是传入<code>jar</code>中的,对应的就是<code>main(String[] args)</code>中的args数组,但是说到有什么别的明显区别我倒是说不上来。</p>
</div>
<p class="article-meta">
<span class="article-date">
<i class="icon icon-calendar-check"></i>
<a href="/2019/11/21/spring-boot-properties-binder/" class="article-date">
<time datetime="2019-11-20T16:00:00.000Z" itemprop="datePublished">11月 21</time>
</a>
</span>
<span class="article-category">
<i class="icon icon-folder"></i>
<a class="article-category-link" href="/categories/%E6%BA%90%E7%A0%81/">源码</a>
</span>
<span class="article-tag">
<i class="icon icon-tags"></i>
<a class="article-tag-link-link" href="/tags/Spring-Boot/" rel="tag">Spring Boot</a>
</span>
<span class="post-comment"><i class="icon icon-comment"></i> <a href="/2019/11/21/spring-boot-properties-binder/#comments" class="article-comment-link">评论</a></span>
<span class="post-wordcount hidden-xs" itemprop="wordCount">字数统计: 3.3k(字)</span>
<span class="post-readcount hidden-xs" itemprop="timeRequired">阅读时长: 15(分)</span>
</p>
</article>
<article class="article article-type-post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/10/11/state-in-code-design-and-service-design/">从String类的不可变谈到分布式一致性</a>
</h1>
</div>
<div class="article-entry text-muted" itemprop="description">
<p>本篇文章记录的是,在程序设计和服务层面,我对于「状态」的理解,状态就像「资本主义」,口里说的不想要,现实中又摆脱不掉。</p>
</div>
<p class="article-meta">
<span class="article-date">
<i class="icon icon-calendar-check"></i>
<a href="/2019/10/11/state-in-code-design-and-service-design/" class="article-date">
<time datetime="2019-10-10T16:00:00.000Z" itemprop="datePublished">10月 11</time>
</a>
</span>
<span class="article-category">
<i class="icon icon-folder"></i>
<a class="article-category-link" href="/categories/%E6%9D%82%E8%B0%88/">杂谈</a>
</span>
<span class="article-tag">
<i class="icon icon-tags"></i>
<a class="article-tag-link-link" href="/tags/%E5%88%86%E5%B8%83%E5%BC%8F/" rel="tag">分布式</a>
</span>
<span class="post-comment"><i class="icon icon-comment"></i> <a href="/2019/10/11/state-in-code-design-and-service-design/#comments" class="article-comment-link">评论</a></span>
<span class="post-wordcount hidden-xs" itemprop="wordCount">字数统计: 3.1k(字)</span>
<span class="post-readcount hidden-xs" itemprop="timeRequired">阅读时长: 11(分)</span>
</p>
</article>
<article class="article article-type-post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/09/24/xxl-job-survey/">XXL-JOB 分布式任务调度平台调研使用分析</a>
</h1>
</div>
<div class="article-entry text-muted" itemprop="description">
<p>对于XXL-JOB 的使用和功能介绍在其<a target="_blank" rel="noopener" href="https://www.xuxueli.com/xxl-job">文档</a>中非常清晰,且非常容易上手,本篇文章是把官方文档众多内容简单梳理后而成,目的在于<strong>尽可能</strong>简单清晰用通俗化的语言把XXL-JOB 工具介绍给一个小白用户。</p>
</div>
<p class="article-meta">
<span class="article-date">
<i class="icon icon-calendar-check"></i>
<a href="/2019/09/24/xxl-job-survey/" class="article-date">
<time datetime="2019-09-23T16:00:00.000Z" itemprop="datePublished">9月 24</time>
</a>
</span>
<span class="article-category">
<i class="icon icon-folder"></i>
<a class="article-category-link" href="/categories/%E4%B8%AD%E9%97%B4%E4%BB%B6/">中间件</a>
</span>
<span class="article-tag">
<i class="icon icon-tags"></i>
<a class="article-tag-link-link" href="/tags/%E4%BB%BB%E5%8A%A1%E8%B0%83%E5%BA%A6/" rel="tag">任务调度</a>, <a class="article-tag-link-link" href="/tags/%E5%88%86%E5%B8%83%E5%BC%8F/" rel="tag">分布式</a>
</span>
<span class="post-comment"><i class="icon icon-comment"></i> <a href="/2019/09/24/xxl-job-survey/#comments" class="article-comment-link">评论</a></span>
<span class="post-wordcount hidden-xs" itemprop="wordCount">字数统计: 4.7k(字)</span>
<span class="post-readcount hidden-xs" itemprop="timeRequired">阅读时长: 18(分)</span>
</p>
</article>
<article class="article article-type-post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/08/11/unit-test-littile-share/">单元测试:从Junit到Powermock</a>
</h1>
</div>
<div class="article-entry text-muted" itemprop="description">
<p>本文介绍的是Java语言的单元测试框架,分别介绍Junit、Mockito、Powermock三种工具的特点,并附上了用于演示的Demo案例。</p>
</div>
<p class="article-meta">
<span class="article-date">
<i class="icon icon-calendar-check"></i>
<a href="/2019/08/11/unit-test-littile-share/" class="article-date">
<time datetime="2019-08-10T16:00:00.000Z" itemprop="datePublished">8月 11</time>
</a>
</span>
<span class="article-category">
<i class="icon icon-folder"></i>
<a class="article-category-link" href="/categories/%E5%B7%A5%E5%85%B7/">工具</a>
</span>
<span class="article-tag">
<i class="icon icon-tags"></i>
<a class="article-tag-link-link" href="/tags/Java/" rel="tag">Java</a>, <a class="article-tag-link-link" href="/tags/UnitTest/" rel="tag">UnitTest</a>
</span>
<span class="post-comment"><i class="icon icon-comment"></i> <a href="/2019/08/11/unit-test-littile-share/#comments" class="article-comment-link">评论</a></span>
<span class="post-wordcount hidden-xs" itemprop="wordCount">字数统计: 3.5k(字)</span>
<span class="post-readcount hidden-xs" itemprop="timeRequired">阅读时长: 16(分)</span>
</p>
</article>
</div>
<nav class="bar bar-footer clearfix" data-stick-bottom>
<div class="bar-inner">
<ul class="pager pull-left">
<li class="prev disabled">
<a href="javascript:;">
<i class="icon icon-angle-left"></i>
上一页
</a>
</li>
<li class="next">
<a href="/page/2/">
下一页
<i class="icon icon-angle-right"></i>
</a>
</li>
</ul>
<div class="total-article bar-right">Page 1 of 2</div>
</div>
</nav>
</main>
<footer class="footer" itemscope itemtype="http://schema.org/WPFooter">
<ul class="social-links">
<li><a href="https://github.com/lazyallen" target="_blank" title="Github" data-toggle=tooltip data-placement=top><i class="icon icon-github"></i></a></li>
<li><a href="/atom.xml" target="_blank" title="Rss" data-toggle=tooltip data-placement=top><i class="icon icon-rss"></i></a></li>
</ul>
<div class="copyright">
<div class="publishby">
Theme by <a href="https://github.com/cofess" target="_blank"> cofess </a>base on <a href="https://github.com/cofess/hexo-theme-pure" target="_blank">pure</a>.
</div>
</div>
</footer>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')
</script>
<script src="/js/plugin.min.js"></script>
<script src="/js/application.js"></script>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: '文章',
PAGES: '页面',
CATEGORIES: '分类',
TAGS: '标签',
UNTITLED: '(未命名)',
},
ROOT_URL: '/',
CONTENT_URL: '/content.json',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script src="/js/insight.js"></script>
<!-- custom analytics part create by xiamo -->
<script defer src="https://cdn1.lncld.net/static/js/av-min-1.2.1.js"></script>
<script defer>
AV.init({
appId: 'dFjUZtZHQkj381ud5aooTo7U-gzGzoHsz',
appKey: '6s4k8JcIPxZ6u9Dwmw4CrLch'
});
function showTime(Counter) {
var query = new AV.Query(Counter);
var visitors= $('.leancloud_visitors');
query.greaterThanOrEqualTo("time", 0);
query.find({
success: function(results) {
if (results.length == 0) {
return;
}
var data = results;
visitors.each(function(){
var url = $(this).attr('id').trim();
for (var i = 0; i < data.length; i++) {
var object = data[i];
var content = object.get('time');
var _url = object.get('url')
if(url == _url){
$(this).text(content);
}
}
})
},
error: function(object, error) {
console.log("Error: " + error.code + " " + error.message);
}
});
}
function addCount(Counter) {
var Counter = AV.Object.extend("Counter");
url = $(".leancloud_visitors").attr('id').trim();
title = $(".leancloud_visitors").attr('data-flag-title').trim();
var query = new AV.Query(Counter);
query.equalTo("url", url);
query.find({
success: function(results) {
if (results.length > 0) {
var counter = results[0];
counter.fetchWhenSave(true);
counter.increment("time");
counter.save(null, {
success: function(counter) {
var content = counter.get('time');
$(document.getElementById(url)).text(content);
},
error: function(counter, error) {
console.log('Failed to save Visitor num, with error message: ' + error.message);
}
});
} else {
var newcounter = new Counter();
newcounter.set("title", title);
newcounter.set("url", url);
newcounter.set("time", 1);
newcounter.save(null, {
success: function(newcounter) {
console.log("newcounter.get('time')="+newcounter.get('time'));
var content = newcounter.get('time');
$(document.getElementById(url)).text(content);
},
error: function(newcounter, error) {
console.log('Failed to create');
}
});
}
},
error: function(error) {
console.log('Error:' + error.code + " " + error.message);
}
});
}
$(function() {
var Counter = AV.Object.extend("Counter");
if ($('.leancloud_visitors').length == 1) {
addCount(Counter);
} else {
showTime(Counter);
}
});
</script>
</body>
</html>