-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
570 lines (346 loc) · 16.9 KB
/
index.html
File metadata and controls
570 lines (346 loc) · 16.9 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>赵兴磊Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#3F51B5">
<meta name="keywords" content="">
<meta property="og:type" content="website">
<meta property="og:title" content="赵兴磊Blog">
<meta property="og:url" content="https://schoderzhao.github.io/index.html">
<meta property="og:site_name" content="赵兴磊Blog">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="Schoder">
<meta name="twitter:card" content="summary">
<link rel="alternate" type="application/atom+xml" title="赵兴磊Blog" href="/atom.xml">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="//unpkg.com/hexo-theme-material-indigo@latest/css/style.css">
<script>window.lazyScripts=[]</script>
<!-- custom head -->
<meta name="generator" content="Hexo 4.2.0"></head>
<body>
<div id="loading" class="active"></div>
<aside id="menu" >
<div class="inner flex-row-vertical">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-off">
<i class="icon icon-lg icon-close"></i>
</a>
<div class="brand-wrap" style="background-image:url(/img/brand.jpg)">
<div class="brand">
<a href="/" class="avatar waves-effect waves-circle waves-light">
<img src="/img/avatar.jpg">
</a>
<hgroup class="introduce">
<h5 class="nickname">Schoder</h5>
<a href="mailto:993959114@qq.com" title="993959114@qq.com" class="mail">993959114@qq.com</a>
</hgroup>
</div>
</div>
<div class="scroll-wrap flex-col">
<ul class="nav">
<li class="waves-block waves-effect active">
<a href="/" >
<i class="icon icon-lg icon-home"></i>
主页
</a>
</li>
<li class="waves-block waves-effect">
<a href="/archives" >
<i class="icon icon-lg icon-archives"></i>
Archives
</a>
</li>
<li class="waves-block waves-effect">
<a href="/tags" >
<i class="icon icon-lg icon-tags"></i>
Tags
</a>
</li>
<li class="waves-block waves-effect">
<a href="/categories" >
<i class="icon icon-lg icon-th-list"></i>
Categories
</a>
</li>
<li class="waves-block waves-effect">
<a href="https://github.com/SchoderZhao" target="_blank" >
<i class="icon icon-lg icon-github"></i>
Github
</a>
</li>
<li class="waves-block waves-effect">
<a href="http://www.weibo.com/Z993959114" target="_blank" >
<i class="icon icon-lg icon-weibo"></i>
Weibo
</a>
</li>
<li class="waves-block waves-effect">
<a href="/custom" >
<i class="icon icon-lg icon-link"></i>
测试
</a>
</li>
</ul>
</div>
</div>
</aside>
<main id="main">
<header class="top-header" id="header">
<div class="flex-row">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light on" id="menu-toggle">
<i class="icon icon-lg icon-navicon"></i>
</a>
<div class="flex-col header-title ellipsis">赵兴磊Blog</div>
<div class="search-wrap" id="search-wrap">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="back">
<i class="icon icon-lg icon-chevron-left"></i>
</a>
<input type="text" id="key" class="search-input" autocomplete="off" placeholder="输入感兴趣的关键字">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="search">
<i class="icon icon-lg icon-search"></i>
</a>
</div>
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menuShare">
<i class="icon icon-lg icon-share-alt"></i>
</a>
</div>
</header>
<header class="content-header index-header">
<div class="container fade-scale">
<h1 class="title">赵兴磊Blog</h1>
<h5 class="subtitle">
</h5>
</div>
</header>
<div class="container body-wrap">
<ul class="post-list">
<li class="post-list-item fade">
<article id="post-RabbitMQ实战教程"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-07-30 15:35:11" datetime="2020-07-30T07:35:11.278Z" itemprop="datePublished">2020-07-30</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/07/30/RibbitMQ%E5%AE%9E%E6%88%98%E6%95%99%E7%A8%8B/">RabbitMQ实战教程</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
RabbitMQ 实战教程1.MQ引言1.1 什么是MQMQ(Message Quene)翻译为 消息队列,通过典型的 生产者和消费者模型,生产者不断向消息队列中生产消息,消费者不断的从队列中获取消息。因为消息的生产和消费都是异步的,而且只关心消息的发送和接收,没有业务逻辑的侵入,轻松的实现系统间解耦。别名为 消息中间件 通过利用高效可靠的消息传递机制进行平台无关的数据交流,并基于数据通信来...
<a href="/2020/07/30/RibbitMQ%E5%AE%9E%E6%88%98%E6%95%99%E7%A8%8B/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-FastDfs详解"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-07-14 11:06:07" datetime="2020-07-14T03:06:07.064Z" itemprop="datePublished">2020-07-14</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/07/14/FastDfs%E8%AF%A6%E8%A7%A3/">FastDfs详解</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
FastDfs介绍分布式文件系统静态资源服务器
图片服务器(在分布式环境中,部署多个同样的系统可以共享。多个不一样的系统也可以共
享资源)。
介绍什么是FastDFS
FastDFS是用c语言编写的一款开源的分布式文件系统。FastDFS为互
联网量身定制,充分考虑了冗余备份、负载均衡、线性扩容等机制,并
注重高可用、高性能等指标,使用FastDFS很容易搭建一套高性能的文
件服务器集群提供...
<a href="/2020/07/14/FastDfs%E8%AF%A6%E8%A7%A3/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-Spring事务传播行为种类"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-06-17 10:33:11" datetime="2020-06-17T02:33:11.398Z" itemprop="datePublished">2020-06-17</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/06/17/Spring%E4%BA%8B%E5%8A%A1%E4%BC%A0%E6%92%AD%E8%A1%8C%E4%B8%BA%E7%A7%8D%E7%B1%BB/">Spring事务传播行为种类</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
title: Spring事务传播行为种类date: 2020-06-17 10:33:11
tags:SprigSpring在TransactionDefinition接口中规定了7种类型的事务传播行为,它们规定了事务方法和事务方法发生嵌套调用时事务如何进行传播:
事务传播行为类型
说明
PROPAGATION_REQUIRED
如果当前没有事务,就新建一个事务,如果已经存在一...
<a href="/2020/06/17/Spring%E4%BA%8B%E5%8A%A1%E4%BC%A0%E6%92%AD%E8%A1%8C%E4%B8%BA%E7%A7%8D%E7%B1%BB/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-git使用"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-06-16 16:55:30" datetime="2020-06-16T08:55:30.409Z" itemprop="datePublished">2020-06-16</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/06/16/git%E4%BD%BF%E7%94%A8/">git使用</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
git 基本操作1、创建一个项目
2、打开项目 在项目目录下右键单击–打开 git bash
3、初始化项目仓库 创建项目仓库
命令 : git init
git config –global user.name <名字> ———>:配置用户名
git config –global user.email <邮箱>———>:配置邮箱
git conf...
<a href="/2020/06/16/git%E4%BD%BF%E7%94%A8/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-Maven中scope标签作用"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-06-16 16:41:12" datetime="2020-06-16T08:41:12.055Z" itemprop="datePublished">2020-06-16</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/06/16/Maven%E4%B8%ADscope%E6%A0%87%E7%AD%BE%E4%BD%9C%E7%94%A8/">Maven中scope标签作用</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
Maven中scope标签作用scope 是用来限制 dependency 的作用范围的,影响 maven 项目在各个生命周期时导入的 package 的状态,主要管理依赖的部署。
scope 的作用范围:(1)compile:默认值,适用于所有阶段(表明该 jar 包在编译、运行以及测试中路径均可见),并且会随着项目一起发布。
(2)test:只在测试时使用,用于编译和运行测试代码,不会...
<a href="/2020/06/16/Maven%E4%B8%ADscope%E6%A0%87%E7%AD%BE%E4%BD%9C%E7%94%A8/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-java"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2020-06-15 16:34:57" datetime="2020-06-15T08:34:57.000Z" itemprop="datePublished">2020-06-15</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2020/06/15/java/">java</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
<a href="/2020/06/15/java/" class="post-more waves-effect waves-button">
阅读全文…
</a>
</div>
</article>
</li>
</ul>
</div>
<footer class="footer">
<div class="top">
<p>
<span id="busuanzi_container_site_uv" style='display:none'>
站点总访客数:<span id="busuanzi_value_site_uv"></span>
</span>
<span id="busuanzi_container_site_pv" style='display:none'>
站点总访问量:<span id="busuanzi_value_site_pv"></span>
</span>
</p>
<p>
<span><a href="/atom.xml" target="_blank" class="rss" title="rss"><i class="icon icon-lg icon-rss"></i></a></span>
<span>博客内容遵循 <a rel="license noopener" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh" target="_blank">知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议</a></span>
</p>
</div>
<div class="bottom">
<p><span>Schoder © 2020</span>
<span>
Power by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/yscoder/hexo-theme-indigo" target="_blank">indigo</a>
</span>
</p>
</div>
</footer>
</main>
<div class="mask" id="mask"></div>
<a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light"><span class="icon icon-lg icon-chevron-up"></span></a>
<div class="global-share" id="globalShare">
<ul class="reset share-icons">
<li>
<a class="weibo share-sns" target="_blank" href="http://service.weibo.com/share/share.php?url=https://schoderzhao.github.io/&title=赵兴磊Blog&pic=https://schoderzhao.github.io/img/avatar.jpg" data-title="微博">
<i class="icon icon-weibo"></i>
</a>
</li>
<li>
<a class="weixin share-sns wxFab" href="javascript:;" data-title="微信">
<i class="icon icon-weixin"></i>
</a>
</li>
<li>
<a class="qq share-sns" target="_blank" href="http://connect.qq.com/widget/shareqq/index.html?url=https://schoderzhao.github.io/&title=赵兴磊Blog&source=" data-title=" QQ">
<i class="icon icon-qq"></i>
</a>
</li>
<li>
<a class="facebook share-sns" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://schoderzhao.github.io/" data-title=" Facebook">
<i class="icon icon-facebook"></i>
</a>
</li>
<li>
<a class="twitter share-sns" target="_blank" href="https://twitter.com/intent/tweet?text=赵兴磊Blog&url=https://schoderzhao.github.io/&via=https://schoderzhao.github.io" data-title=" Twitter">
<i class="icon icon-twitter"></i>
</a>
</li>
<li>
<a class="google share-sns" target="_blank" href="https://plus.google.com/share?url=https://schoderzhao.github.io/" data-title=" Google+">
<i class="icon icon-google-plus"></i>
</a>
</li>
</ul>
</div>
<div class="page-modal wx-share" id="wxShare">
<a class="close" href="javascript:;"><i class="icon icon-close"></i></a>
<p>扫一扫,分享到微信</p>
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK4AAACuCAAAAACKZ2kyAAAByklEQVR42u3aSW6EMBAF0L7/pck2UgvzqzyESM+rFi3gmUXJNXw+8bq+1vf1/K7f/352LFxc3GnuNVx3rDEl32puwMXFPc+9e8340cldySaTp+Hi4r6ZOw49vQ3j4uL+d25Cz7MYXFzcN3OT5CcPT73nLM7VcHFxJ7gzQWfV7y31XVxc3Bb3Kq75bUy9HRcX9wg3DyjjwkdeIqkeX3Bxcf+KWw0u80Mby+7CxcXdzM0HKfLr1U/QrOXg4uJu447bJPkQRnV4a6qAgouLu41bHbqqJjwzjZOHXA0XF3cDNw9M1UZpHhwLyQ8uLu4RbvU148f1QlseOnFxcc9wZ1ojvWA3Uy7BxcU9z+21OnqNk2XJDy4u7gZuXgpJAlavxZKXUHFxcc9ze+GsN4pR/RwPtRxcXNxt3GqKkqc9M63Z2yYrLi7uQe5DYaKVuuSDX1GIxMXF3cy9iispkuYJT15GwcXFPcntpS691ki5/FEMf7i4uGu51SNOnhT1Wi8PXxQXF/cgNw801aRoJvl5aKXg4uK+jJsHu2q6FR1xcHFxX8bttWaroxu328bFxT3IXXtA6RVGk4MULi7uGW41lPTQydFncX0XFxe3w/0BdP6aeQNUy1oAAAAASUVORK5CYII=" alt="微信分享二维码">
</div>
<script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script>
<script>
var BLOG = { ROOT: '/', SHARE: true, REWARD: false };
</script>
<script src="//unpkg.com/hexo-theme-material-indigo@latest/js/main.min.js"></script>
<div class="search-panel" id="search-panel">
<ul class="search-result" id="search-result"></ul>
</div>
<template id="search-tpl">
<li class="item">
<a href="{path}" class="waves-block waves-effect">
<div class="title ellipsis" title="{title}">{title}</div>
<div class="flex-row flex-middle">
<div class="tags ellipsis">
{tags}
</div>
<time class="flex-col time">{date}</time>
</div>
</a>
</li>
</template>
<script src="//unpkg.com/hexo-theme-material-indigo@latest/js/search.min.js" async></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<script>
(function() {
var OriginTitile = document.title, titleTime;
document.addEventListener('visibilitychange', function() {
if (document.hidden) {
document.title = '死鬼去哪里了!';
clearTimeout(titleTime);
} else {
document.title = '(つェ⊂)咦!又好了!';
titleTime = setTimeout(function() {
document.title = OriginTitile;
},2000);
}
});
})();
</script>
</body>
</html>