-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
333 lines (218 loc) · 12.8 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
<!DOCTYPE html>
<html >
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>debug96 | IT愣头青</title>
<meta name="renderer" content="webkit">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="求知若渴、虚心若愚">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="debug96 | IT愣头青">
<meta name="twitter:description" content="求知若渴、虚心若愚">
<meta property="og:type" content="article">
<meta property="og:title" content="debug96 | IT愣头青">
<meta property="og:description" content="求知若渴、虚心若愚">
<meta name="author" content="debug96">
<link rel="stylesheet" href="/css/vno.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="icon" href="/images/logo.jpg">
<meta name="generator" content="hexo"/>
<link rel="alternate" type="application/rss+xml" title="debug96" href="/atom.xml">
<link rel="canonical" href="http://yoursite.com"/>
</head>
<body class="home-template no-js">
<script src="//cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
<script src="/js/main.js"></script>
<span class="mobile btn-mobile-menu">
<i class="fa fa-list btn-mobile-menu__icon"></i>
<i class="fa fa-angle-up btn-mobile-close__icon hidden"></i>
</span>
<header class="panel-cover panel-cover--collapsed" style="background-image: url(/images/home1.jpg)">
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<a href="/" title="前往 debug96 的主页"><img src="/images/logo.jpg" width="80" alt="debug96 logo" class="panel-cover__logo logo" /></a>
<h1 class="panel-cover__title panel-title"><a href="/" title="link to homepage for debug96">debug96</a></h1>
<span class="panel-cover__subtitle panel-subtitle">IT愣头青</span>
<hr class="panel-cover__divider" />
<p class="panel-cover__description"><font style="font-size:18px">求知若渴、虚心若愚 <font></p>
<hr class="panel-cover__divider panel-cover__divider--secondary" />
<div class="navigation-wrapper">
<div>
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item"><a href="/#blog" title="Visit the blog" class="blog-button">全部博客</a></li>
<li class="navigation__item"><a href="/categories/environment">环境搭建</a></li>
<li class="navigation__item"><a href="/categories/JavaStu">java学习</a></li>
<li class="navigation__item"><a href="/categorie/Linux">linux学习</a></li>
<li class="navigation__item"><a href="/categories/ideal">日常矫情</a></li>
</ul>
</nav>
</div>
<div>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
<!-- Weibo-->
<!-- Github -->
<li class="navigation__item">
<a href="https://github.com/debug96" title="GitHub" target="_blank">
<i class='social fa fa-github'></i>
<span class="label">Github</span>
</a>
</li>
<!-- Stack Overflow -->
<!-- Google Plus -->
<!-- Facebook -->
<!-- Twitter -->
<li class="navigation__item">
<a href="/atom.xml" title="RSS" target="_blank">
<i class='social fa fa-rss'></i>
<span class="label">RSS</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="panel-cover--overlay cover-disabled"></div>
</div>
</header>
<div class="content-wrapper">
<div class="content-wrapper__inner">
<div class="main-post-list">
<ol class="post-list">
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/29/Nginx/" title="link to post.title">Nginx和Tomcat集群搭建</a></h2>
<p class="excerpt">
什么是Nginx?为什么使用Nginx 互联网飞速发展的今天,大用户量高并发已经成为互联网的主体.怎样能让一个网站能够承载几万个或几十万个用户的持续访问呢?这是一些中小网站急需解决的问题。用单机tomcat搭建的网站,在比较理想的状态下能够承受的并发访问量在150到200左右。按照并发访问量占总用户数量的5%到10%这样计算
…
</p>
<div class="post-list__meta"><time datetime="2018-04-29T15:04:04.000Z" class="post-list__meta--date date">2018-04-29</time> • <span class="post-list__meta--tags tags">于
<a class="tag-link" href="/tags/撘环境/">撘环境</a>
</span><a class="btn-border-small" href="/2018/04/29/Nginx/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/11/five/" title="link to post.title">five</a></h2>
<p class="excerpt">
To love oneself is the beginning of a lifelong romance 爱自己是终身浪漫的开始.
每个人都有世界观和价值观,每个人肯定都有, 只是有些人的世界观和价值观过于平庸, 和众人毫无异议,所以根本察觉不出来他身上还有这些玩意.
…
</p>
<div class="post-list__meta"><time datetime="2018-04-11T14:10:27.000Z" class="post-list__meta--date date">2018-04-11</time> • <span class="post-list__meta--tags tags">于
<a class="tag-link" href="/tags/ONEApp/">ONEApp</a>
</span><a class="btn-border-small" href="/2018/04/11/five/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/08/four/" title="link to post.title">four</a></h2>
<p class="excerpt">
你凝视着深渊,却忘了深渊也在凝视你. 看了这么多烧脑的电影,都比不上这部电影烧心.
如果你是一个不想开口说话的人,生活向你发出挑战,你会如何宣扬自己的立场、夺回属于自己的权利与公平?
…
</p>
<div class="post-list__meta"><time datetime="2018-04-08T14:48:45.000Z" class="post-list__meta--date date">2018-04-08</time> • <span class="post-list__meta--tags tags">于
<a class="tag-link" href="/tags/ONEApp/">ONEApp</a>
</span><a class="btn-border-small" href="/2018/04/08/four/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/07/three/" title="link to post.title">three</a></h2>
<p class="excerpt">
人类的努力应该没有边界的,我们千差万别,不管生活看上去有多糟糕,总有你能做的事情,并且能够成功.有生命的地方,就有希望.
…
</p>
<div class="post-list__meta"><time datetime="2018-04-07T15:01:59.000Z" class="post-list__meta--date date">2018-04-07</time> • <span class="post-list__meta--tags tags">于
<a class="tag-link" href="/tags/ONEApp/">ONEApp</a>
</span><a class="btn-border-small" href="/2018/04/07/three/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/05/two/" title="link to post.title">two</a></h2>
<p class="excerpt">
独自在这深巷,霓虹喧嚣,却与我没有任何联系. 世界似乎与你隔绝开了,有些东西,还得你自己去体会… 音乐有时候也如酒,麻醉或者共鸣,解哀或者独殇. 最好能了解一下,孤独是最不会背叛人的朋友之一.
…
</p>
<div class="post-list__meta"><time datetime="2018-04-05T11:35:53.000Z" class="post-list__meta--date date">2018-04-05</time> • <span class="post-list__meta--tags tags">于
<a class="tag-link" href="/tags/ONEApp/">ONEApp</a>
</span><a class="btn-border-small" href="/2018/04/05/two/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/05/hello/" title="link to post.title">环境搭建分类Hello</a></h2>
<p class="excerpt">
…
</p>
<div class="post-list__meta"><time datetime="2018-04-05T03:10:24.000Z" class="post-list__meta--date date">2018-04-05</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2018/04/05/hello/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/04/one/" title="link to post.title">one</a></h2>
<p class="excerpt">
也许是天生懦弱的关系,我对所有的喜悦都参杂着不详的预感. –三岛由纪夫
…
</p>
<div class="post-list__meta"><time datetime="2018-04-04T14:44:38.000Z" class="post-list__meta--date date">2018-04-04</time> • <span class="post-list__meta--tags tags">于
<a class="tag-link" href="/tags/ONEApp/">ONEApp</a>
</span><a class="btn-border-small" href="/2018/04/04/one/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2018/04/04/LMTJ/" title="link to post.title">Linux+Mysql+Tomcat 环境搭建</a></h2>
<p class="excerpt">
Centos 篇 本博文使用Centos(Community Enterprise Operating System,中文意思是:社区企业操作系统)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。由于出自同样的源代码,因此有些要求高度稳定性的服务器以CentOS替代商业版的Red Hat Enterpri
…
</p>
<div class="post-list__meta"><time datetime="2018-04-04T13:04:01.000Z" class="post-list__meta--date date">2018-04-04</time> • <span class="post-list__meta--tags tags">于
<a class="tag-link" href="/tags/撘环境/">撘环境</a>
</span><a class="btn-border-small" href="/2018/04/04/LMTJ/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
</ol>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({"HTML-CSS": { preferredFont: "TeX", availableFonts: ["STIX","TeX"], linebreaks: { automatic:true }, EqnChunk: (MathJax.Hub.Browser.isMobile ? 10 : 50) },
tex2jax: { inlineMath: [ ["$", "$"], ["\\(","\\)"] ], processEscapes: true, ignoreClass: "tex2jax_ignore|dno",skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']},
TeX: { noUndefined: { attributes: { mathcolor: "red", mathbackground: "#FFEEEE", mathsize: "90%" } }, Macros: { href: "{}" } },
messageStyle: "none"
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</div>
<footer class="footer">
<span class="footer__copyright">
© 2018 debug96 - 本站点采用 <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>
</span>
<span class="footer__copyright">
- 基于 <a href="http://hexo.io">Hexo</a> 搭建,使用 <a href="https://github.com/monniya/hexo-theme-new-vno ">new-vno</a> 主题,由<a href="https://monniya.com ">@Monniya</a> 修改自 <a href="https://github.com/lenbo-ma/hexo-theme-vno" target="_blank">Vno</a>, 原创出自<a href="http://github.com/onevcat/vno" target="_blank">onevcat</a>
</span>
</footer>
</div>
</div>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?f221e5e2c93dca87d7f1682905e876f4";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</body>
</html>