-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
622 lines (445 loc) · 18.1 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
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<!--Setting-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta http-equiv="Cache-Control" content="no-transform">
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta name="apple-mobile-web-app-capable" content="snow">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no,email=no,adress=no">
<meta name="browsermode" content="application">
<meta name="screen-orientation" content="portrait">
<link rel="dns-prefetch" href="http://yoursite.com">
<!--SEO-->
<meta name="robots" content="all" />
<meta name="google" content="all" />
<meta name="googlebot" content="all" />
<meta name="verify" content="all" />
<!--Title-->
<title>snow</title>
<link rel="alternate" href="/atom.xml" title="snow" type="application/atom+xml">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css?rev=3.3.4">
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/style.css?rev=@@hash">
<div class="hide">
<script type="text/javascript">
var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan class='cnzz_stat_icon_1263868967 hide' %3E%3Cscript%20src%3D%22https%3A%2F%2Fs95.cnzz.com%2Fz_stat.php%3Fweb_id%3D1272564536%22%3E%3C%2Fscript%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s19.cnzz.com/z_stat.php%3Fid%3D1263868967%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));
</script>
</div>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?2eb1f1c7052580a62071bcdc1f0ae108";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<!--[if lte IE 8]>
<style>
html{ font-size: 1em }
</style>
<![endif]-->
<!--[if lte IE 9]>
<div style="ie">你使用的浏览器版本过低,为了你更好的阅读体验,请更新浏览器的版本或者使用其他现代浏览器,比如Chrome、Firefox、Safari等。</div>
<![endif]-->
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<body>
<header class="main-header" style="background-image:url(http://7xpw2b.com1.z0.glb.clouddn.com/hexo-sinppet/img/banner2.jpg)" >
<div class="main-header-box">
<a class="header-avatar" href="/" title='XM'>
<img src="/img/IMG_1647.JPG" alt="logo头像" class="img-responsive center-block">
</a>
<div class="branding">
<!--<h2 class="text-hide">Snippet主题,从未如此简单有趣</h2>-->
<img src="/img/branding.png" alt="Snippet 博客主题" class="img-responsive center-block">
</div>
</div>
</header>
<nav class="main-navigation">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="navbar-header"><span class="nav-toggle-button collapsed" data-toggle="collapse" data-target="#main-menu" id="mnav">
<span class="sr-only"></span>
<i class="fa fa-bars"></i>
</span>
</div>
<div class="collapse navbar-collapse" id="main-menu">
<ul class="menu">
<li role="presentation" class="text-center"><a href="/"><i class="fa "></i>首页</a>
</li>
<li role="presentation" class="text-center"><a href="/categories/前端/"><i class="fa "></i>前端</a>
</li>
<li role="presentation" class="text-center"><a href="/categories/后端/"><i class="fa "></i>后端</a>
</li>
<li role="presentation" class="text-center"><a href="/about"><i class="fa "></i>关于</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<section class="content-wrap">
<div class="container">
<div class="row">
<main class="col-md-8 main-content ">
<div class="carousel">
<img src="/img/headimg.jpeg">
</div>
<article class="post">
<div class="post-content">
<div class="post-head home-post-head">
<h1 class="post-title">
<a href="/2018/04/29/rabbitMQ-install/">安装 RabbitMQ</a>
</h1>
<div class="post-meta"> •
<time class="post-date" datetime="" title="">
2018年04月29日
</time>
</div>
</div>
<p class="brief">
CentOS 安装 RabbitMQ
使用yum命令安装需要安装第三方的源
12yum install epel-release# 安装第三方源
开始安装RabbitMQ
第一步需要安装erlang
erlang 是安装Rabb...
</p>
</div>
<footer class="post-footer clearfix">
<div class="pull-left tag-list">
<div class="post-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<a href="/categories/后端">
后端
</a>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
<a href="/tags/RabbitMQ">
RabbitMQ
</a>
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta">2018/04/29</span>
</span>
</div>
</div>
<div class="post-permalink">
<a href="/2018/04/29/rabbitMQ-install/" class="btn btn-default">阅读全文</a>
</div>
</footer>
</article>
<article class="post">
<div class="post-content">
<div class="post-head home-post-head">
<h1 class="post-title">
<a href="/2018/04/18/Zull/">Spring Cloud zuul 集成Swagger API</a>
</h1>
<div class="post-meta"> •
<time class="post-date" datetime="" title="">
2018年04月18日
</time>
</div>
</div>
<p class="brief">
Spring Cloud zuul 集成Swagger API
引入依赖 pom.xml
1234567891011&lt;dependency&gt; &lt;groupId&gt;io.springfox&lt;/grou...
</p>
</div>
<footer class="post-footer clearfix">
<div class="pull-left tag-list">
<div class="post-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<a href="/categories/后端">
后端
</a>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
<a href="/tags/Spring boot">
Spring boot
</a>
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta">2018/04/18</span>
</span>
</div>
</div>
<div class="post-permalink">
<a href="/2018/04/18/Zull/" class="btn btn-default">阅读全文</a>
</div>
</footer>
</article>
<article class="post">
<div class="post-content">
<div class="post-head home-post-head">
<h1 class="post-title">
<a href="/2018/04/18/swagger/">SpringBoot 单体服务集成Swagger</a>
</h1>
<div class="post-meta"> •
<time class="post-date" datetime="" title="">
2018年04月18日
</time>
</div>
</div>
<p class="brief">
SpringBoot 单体服务集成Swagger
在Spring Boot 出现 使开发部署更加便捷,在开发接口的时候,发现提供给前端人员的接口文档需要同步和代码修改更新导致接口文件的编写是一件很繁琐的事情。
Swagger 的出现,...
</p>
</div>
<footer class="post-footer clearfix">
<div class="pull-left tag-list">
<div class="post-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<a href="/categories/后端">
后端
</a>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
<a href="/tags/Spring boot">
Spring boot
</a>
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta">2018/04/18</span>
</span>
</div>
</div>
<div class="post-permalink">
<a href="/2018/04/18/swagger/" class="btn btn-default">阅读全文</a>
</div>
</footer>
</article>
<article class="post">
<div class="post-media">
<a href="/2018/04/16/post/">
<img class="img-ajax" src="/img/loading.gif" data-src="/postImg/1523954780516.jpg" alt="mac使用iterm2 实现保存密码 连接ssh">
</a>
</div>
<div class="post-content">
<div class="post-head home-post-head">
<h1 class="post-title">
<a href="/2018/04/16/post/">mac使用iterm2 实现保存密码 连接ssh</a>
</h1>
<div class="post-meta"> •
<time class="post-date" datetime="" title="">
2018年04月16日
</time>
</div>
</div>
<p class="brief">
Macbook Pro 实现 ssh登录 保存密码实例Mac 好用的shell 工具 https://www.iterm2.com/
安装sshpass
sshpass下载 http://sourceforge.net/proje...
</p>
</div>
<footer class="post-footer clearfix">
<div class="pull-left tag-list">
<div class="post-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<a href="/categories/MacBook pro 效率工具">
MacBook pro 效率工具
</a>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
<a href="/tags/mac">
mac
</a>
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta">2018/04/16</span>
</span>
</div>
</div>
<div class="post-permalink">
<a href="/2018/04/16/post/" class="btn btn-default">阅读全文</a>
</div>
</footer>
</article>
<article class="post">
<div class="post-content">
<div class="post-head home-post-head">
<h1 class="post-title">
<a href="/2018/04/01/httpSetProxy/">HTTP请求设置代理</a>
</h1>
<div class="post-meta"> •
<time class="post-date" datetime="" title="">
2018年04月01日
</time>
</div>
</div>
<p class="brief">
HTTP请求设置代理
1. HttpURLConnection配置代理123456789101112131415161718URL httpUrl = new URL("www.baidu.com"); // 创建URL实例// 通...
</p>
</div>
<footer class="post-footer clearfix">
<div class="pull-left tag-list">
<div class="post-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<a href="/categories/后端">
后端
</a>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
<a href="/tags/HTTP">
HTTP
</a>
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta">2018/04/01</span>
</span>
</div>
</div>
<div class="post-permalink">
<a href="/2018/04/01/httpSetProxy/" class="btn btn-default">阅读全文</a>
</div>
</footer>
</article>
</main>
<aside class="col-md-4 sidebar">
<div class="widget">
<h3 class="title">搜索</h3>
<div id="search-form">
<div id="result-mask" class="hide"></div>
<div class="search-area">
<input id="search-key" type="search" autocomplete="off" placeholder="搜点什么呢?">
<button type="button" class="search-form-submit" id="search-local">站内搜索</button>
</div>
<div id="result-wrap" class="hide">
<div id="search-result"></div>
</div>
<div class="hide">
<template id="search-tpl">
<div class="item">
<a href="/{path}" title="{title}">
<div class="title">{title}</div>
<div class="content">{content}</div>
</a>
</div>
</template>
</div>
</div>
</div>
<div class="widget notification">
<h3 class="title">网站公告</h3>
<div>
<p>共同创造美好的世界</p>
</div>
</div>
<div class="widget">
<h3 class="title">社交</h3>
<div class="content social">
<a href="https://github.com/Maijh97" rel="external nofollow" title="Github" target="_blank">
<i class="git fa fa-git"></i>
</a>
<a href="mailto:[email protected]" rel="external nofollow" title="邮箱" target="_blank">
<i class="envelope-o fa fa-envelope-o"></i>
</a>
<a href="/" rel="external nofollow" title="联系QQ" target="_blank">
<i class="qq fa fa-qq"></i>
</a>
<a href="/" rel="external nofollow" title="微博" target="_blank">
<i class="weibo fa fa-weibo"></i>
</a>
<a href="/" rel="external nofollow" title="QQ群" target="_blank">
<i class="users fa fa-users"></i>
</a>
<a href="/atom.xml" rel="external nofollow" title="RSS" target="_blank">
<i class="feed fa fa-feed"></i>
</a>
</div>
</div>
<div class="widget">
<h3 class="title">分类</h3>
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/MacBook-pro-效率工具/"><i class="fa" aria-hidden="true">MacBook pro 效率工具</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/后端/"><i class="fa" aria-hidden="true">后端</i></a><span class="category-list-count">4</span></li></ul>
</div>
<div class="widget">
<h3 class="title">归档</h3>
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/04/"><i class="fa" aria-hidden="true">四月 2018</i></a><span class="archive-list-count">5</span></li></ul>
</div>
<div class="widget">
<h3 class="title">标签云</h3>
<div class="content tag-cloud">
<a href="/tags/HTTP/" style="font-size: 10px;">HTTP</a> <a href="/tags/RabbitMQ/" style="font-size: 10px;">RabbitMQ</a> <a href="/tags/Spring-boot/" style="font-size: 20px;">Spring boot</a> <a href="/tags/mac/" style="font-size: 10px;">mac</a>
</div>
</div>
<div class="widget">
<h3 class="title">友链</h3>
<div class="content friends-link">
<a href="http://www.shenliyang.com" class="fa" target="_blank">个人博客</a>
</div>
</div>
</aside>
</div>
</div>
<!--<div class="headband"></div>-->
<a href="https://github.com/Maijh97"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub"></a>
</section>
<footer class="main-footer">
<div class="container">
<div class="row">
</div>
</div>
</footer>
<a id="back-to-top" class="hide">
<i class="fa fa-chevron-up"></i>
</a>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-sm-12">
<span>Copyright © 2017
</span> |
<span>
Powered by <a href="//hexo.io" class="copyright-links" target="_blank" rel="nofollow">Hexo</a>
</span> |
<span>
Theme by <a href="//github.com/shenliyang/hexo-theme-snippet.git" class="copyright-links" target="_blank" rel="nofollow">Snippet</a>
</span> |
<span id="busuanzi_container_site_uv">
本站访客数<span id="busuanzi_value_site_uv"></span>人次
</span>
</div>
</div>
</div>
</div>
<script src="/js/search.js?rev=@@hash"></script>
<script src="/js/app.js?rev=@@hash"></script>
</body>
</html>