-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
395 lines (312 loc) · 15.3 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
<!DOCTYPE HTML>
<html class="no-js" lang="zh-CN">
<!--
// _ooOoo_
// o8888888o
// 88" . "88
// (| -_- |)
// O\ = /O
// ____/`---'\____
// . ' \\| |// `.
// / \\||| : |||// \
// / _||||| -:- |||||- \
// | | \\\ - /// | |
// | \_| ''\---/'' | |
// \ .-\__ `-` ___/-. /
// ___`. .' /--.--\ `. . __
// ."" '< `.___\_<|>_/___.' >'"".
// | | : `- \`.;`\ _ /`;.`/ - ` : | |
// \ \ `-. \_ __\ /__ _/ .-` / /
// ======`-.____`-.___\_____/___.-`____.-'======
// `=---='
// 拦截插件累计拦截逗比攻击"1381438"次!
// .............................................
// 佛祖保佑 永无BUG
// 佛曰:
// 写字楼里写字间,写字间里程序员;
// 程序人员写程序,又拿程序换酒钱。
// 酒醒只在网上坐,酒醉还来网下眠;
// 酒醉酒醒日复日,网上网下年复年。
// 但愿老死电脑间,不愿鞠躬老板前;
// 奔驰宝马贵者趣,公交自行程序员。
// 别人笑我忒疯癫,我笑自己命太贱;
// 不见满街漂亮妹,哪个归得程序员?
-->
<head>
<!--[if lte IE 9]>
<meta http-equiv="refresh" content="0;url=https://blog.imyxiao.com/warn.html">
<![endif]-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
<meta http-equiv="mobile-agent" content="format=html5; url=https://blog.imyxiao.com">
<meta name="author" content="肖哥">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/SimpleStyle.min.css">
<link rel="shortcut icon" href="/favicon.jpg">
<title>叫我肖哥就好了 - Don't Worry Be Happy~</title>
<meta name="keywords" content="程序猿">
<meta name="description " content="叫我肖哥就好了">
</head>
<body>
<div id="nav">
<nav class="nav-menu">
<a class="site-name current" href="/" title="肖">肖</a>
<a class="site-index current" href="/"><i class="fa fa-home"></i><span>首页</span></a>
<a href="/archives" title="归档"><i class="fa fa-archives"></i><span>归档</span></a>
<a href="/tags" title="标签"><i class="fa fa-tags"></i><span>标签</span></a>
<!-- custom single page of menus -->
</nav>
</div>
<div class="nav-user">
<a class="btn-search" href="#"><i class="fa fa-search"></i></a>
<a class="btn-read-mode" href="#"><i class="fa fa-sun-o"></i></a>
<!--<a class="btn-sns-qr" href="javascript:"><i class="fa fa-telegram"></i></a>-->
</div>
<div id="wrapper" class="clearfix">
<div id="body">
<div class="main" id="main">
<div id="cover">
<div class="cover-img"></div>
<div class="cover-info">
<img class="avatar" width="72" src="/yxiao.jpg" alt="avatar"/>
<h1 class="cover-siteName">肖哥</h1>
<h3 class="cover-siteTitle">Don't Worry Be Happy~</h3>
<p class="cover-siteDesc"></p>
<div class="cover-sns">
<div class="btn btn-instagram">
<a href="https://www.instagram.com/xiaoge0523/" target="_blank" title="instagram" ref="friend">
<i class="fa fa-instagram"></i>
</a>
</div>
<div class="btn btn-github">
<a href="https://github.com/imyxiao" target="_blank" title="github" ref="friend">
<i class="fa fa-github"></i>
</a>
</div>
<div class="btn btn-twitter">
<a href="https://twitter.com/imyxiao" target="_blank" title="twitter" ref="friend">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
</div>
</div>
<div class="page-title">
<ul>
<li class="active">
<a href="/" data-name="最近文章">最近</a>
</li>
<li class="">
<a href="/categories/java" data-name="java">java</a>
</li>
<li class="page-search">
<form id="search" class="search-form">
<label for="s" class="sr-only">请输入关键字</label>
<input class="search-field" type="text" name="s" class="text" placeholder="请输入关键字" />
<button type="submit" class="search-form-submit" title="搜索"><i class="fa fa-search"></i></button>
</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="请输入关键词..."/>
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
<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>
</li>
</ul>
</div>
<div class="main-inner">
<!-- 首页默认取最最新文章集 -->
<article class="post">
<!-- 有配图默认渲染第一张 -->
<div class="post-cover">
<a href="/certificate/use-certbot-create-letsencrypt-free-certificate.html" target="_self" title="使用Certbot给你的网站添加HTTPS,部署Let's Encrypt通配符证书"
style="background-image:url(/certificate/use-certbot-create-letsencrypt-free-certificate/encrypt.png)"></a>
</div>
<div class="post-header">
<div class="post-meta">
<a href="https://blog.imyxiao.com" target="_self">
<strong>肖哥</strong>
</a>
<em>·</em>2018-03-16
</div>
<a class="post-title" href="/certificate/use-certbot-create-letsencrypt-free-certificate.html" target="_self" title="使用Certbot给你的网站添加HTTPS,部署Let's Encrypt通配符证书">使用Certbot给你的网站添加HTTPS,部署Let's Encrypt通配符证书</a>
<div class="post-meta">
<a href="/tags" target="_self"><i class="fa fa-tags"></i></a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/certificate/" target="_self">certificate</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/certbot/" target="_self">certbot</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/letsencrypt/" target="_self">letsencrypt</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/https/" target="_self">https</a>
</div>
</div>
<div class="post-desc">
以往要在网站上启用HTTPS,是需要向一些证书颁发机构(CA)购买证书的,而如今很多证书机构都提供了免费证书,比如StartSSL、Let's Encrypt、Symantec等等,在国内的话,可以用过阿里云、腾讯云等去申请Symantec DV SSL证书。
</div>
</article>
<article class="post">
<div class="post-header">
<div class="post-meta">
<a href="https://blog.imyxiao.com" target="_self">
<strong>肖哥</strong>
</a>
<em>·</em>2018-02-08
</div>
<a class="post-title" href="/java/keystore-convert-pem.html" target="_self" title="转换Java keytools的keystore证书到OPENSSL的PEM格式文件">转换Java keytools的keystore证书到OPENSSL的PEM格式文件</a>
<div class="post-meta">
<a href="/tags" target="_self"><i class="fa fa-tags"></i></a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/certificate/" target="_self">certificate</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/https/" target="_self">https</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/keystore/" target="_self">keystore</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/pem/" target="_self">pem</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/nginx/" target="_self">nginx</a>
</div>
</div>
<div class="post-desc">
使用https直接连接后端的tomcat,证书是通过JDK自带的keytool生成的,现决定迁移到nginx做ssl,但是keytool生成的证书都是二进制data,nginx使用的是OPENSSL标准的PEM+key文件,即ascii文本格式的密钥,所以需要作证书转换
</div>
</article>
<article class="post">
<div class="post-header">
<div class="post-meta">
<a href="https://blog.imyxiao.com" target="_self">
<strong>肖哥</strong>
</a>
<em>·</em>2017-09-27
</div>
<a class="post-title" href="/docker/sonarqube.html" target="_self" title="SonarQube的安装与使用">SonarQube的安装与使用</a>
<div class="post-meta">
<a href="/tags" target="_self"><i class="fa fa-tags"></i></a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/sonarqube/" target="_self">sonarqube</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/sonar/" target="_self">sonar</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/docker/" target="_self">docker</a>
</div>
</div>
<div class="post-desc">
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,帮助我们从源码中找出潜在的bug,未使用的代码,复杂的表达式,未覆盖的代码,糟糕的代码,重复的代码等等,通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测
</div>
</article>
<article class="post">
<div class="post-header">
<div class="post-meta">
<a href="https://blog.imyxiao.com" target="_self">
<strong>肖哥</strong>
</a>
<em>·</em>2017-08-22
</div>
<a class="post-title" href="/linux/auto-mount-disk.html" target="_self" title="自动挂载硬盘">自动挂载硬盘</a>
<div class="post-meta">
<a href="/tags" target="_self"><i class="fa fa-tags"></i></a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/mount/" target="_self">mount</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/disk/" target="_self">disk</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/deepin/" target="_self">deepin</a>
</div>
</div>
<div class="post-desc">
我的系统(deepin)装在了固态硬盘上,并且只分配了20G空间.并不是很够用,所以很多数据、程序放在了之前的机械硬盘上,但是硬盘不是自己挂载的,需要开机后点一下才会挂载,挺麻烦。所以需要开机自动挂载硬盘。
</div>
</article>
<article class="post">
<div class="post-header">
<div class="post-meta">
<a href="https://blog.imyxiao.com" target="_self">
<strong>肖哥</strong>
</a>
<em>·</em>2016-12-16
</div>
<a class="post-title" href="/java/Spring-Boot-Static-Content.html" target="_self" title="Spring Boot静态资源处理">Spring Boot静态资源处理</a>
<div class="post-meta">
<a href="/tags" target="_self"><i class="fa fa-tags"></i></a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/static/" target="_self">static</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/webjars/" target="_self">webjars</a>
<em>·</em>
<a href="https://blog.imyxiao.com/tags/springboot/" target="_self">springboot</a>
</div>
</div>
<div class="post-desc">
Spring Boot 静态资源处理,默认配置路径为 `classpath` 下的`/static` (或 `/public` 或 `/resources` 或 `/META-INF/resources`),即将`/**`映射到这几个路径下。Spring Boot 启动的时候,我们会看到如下日志
</div>
</article>
</div>
<!-- 分页开始 -->
<div id="btn-pager">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><a class="extend next" rel="next" href="/page/2/">下一页</a>
</div>
</div><!-- end #main-->
</div><!-- end #body -->
<footer class="footer">
<div class="footer-inner">
<p>
<a href="/about" title="关于本站">关于本站</a> <em>·</em>
<!-- 自定义链接 -->
<!--<a href="/help" title="help" >急救中心</a>  <em>·</em>  -->
<a href="/links" title="友情链接">友情链接</a> <em>·</em>
<!--<a href="/app" title="App下载">App下载</a>-->
</p>
<p>
本站点采用<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>,已建立<a href="/about" id="siteBuildingTime"></a>天<br/>
©2017 基于<a href="http://hexo.io" target="_blank">Hexo</a>搭建
,主题 <a href="https://github.com/tangkunyin/hexo-theme-jsimple" target="_blank">JSimple</a>
</p>
<!-- Tencent Analytics -->
<script type="text/javascript" src="//tajs.qq.com/stats?sId=65550989" charset="UTF-8"></script>
</div>
</footer>
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
<script src="/js/InsightSearch.js"></script>
<script src="/js/SimpleCore.js"></script>
</div>
<div class="fixed-btn">
<a class="btn-gotop" href="javascript:"> <i class="fa fa-angle-up"></i></a>
</div>
<script>
$(function () {
SimpleCore.init({
buildingTime: '07/11/2016',
current: $('.post-tags').length > 0 ? 'post' : 'archive',
snsQRCode: '/images/sns-qrcode.png',
donateImg: '/images/donate-qr.png',
});
});
</script>
</body>
</html>