-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
459 lines (307 loc) · 14.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
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<title>\\red0range\RedMagicVer7</title>
<meta name="author" content="red0range">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:site_name" content="\\red0range\RedMagicVer7"/>
<meta property="og:image" content=""/>
<link href="/favicon.png" rel="icon">
<link rel="stylesheet" href="/css/bootstrap.min.css" media="screen" type="text/css">
<link rel="stylesheet" href="/css/font-awesome.css" media="screen" type="text/css">
<link rel="stylesheet" href="/css/style.css" media="screen" type="text/css">
<link rel="stylesheet" href="/css/responsive.css" media="screen" type="text/css">
<link rel="stylesheet" href="/css/highlight.css" media="screen" type="text/css">
<link rel="stylesheet" href="/css/google-fonts.css" media="screen" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script src="/js/jquery-2.0.3.min.js"></script>
<!-- analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70812759-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?cb5448498d7169c668b07c2b255d62c1";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<nav id="main-nav" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<button type="button" class="navbar-header navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">\\red0range\RedMagicVer7</a>
<div class="collapse navbar-collapse nav-menu">
<ul class="nav navbar-nav">
<li>
<a href="/archives" title="All the articles.">
<i class=""></i>Archives
</a>
</li>
<li>
<a href="/categories" title="All the categories.">
<i class=""></i>Categories
</a>
</li>
<li>
<a href="/tags" title="All the tags.">
<i class=""></i>Tags
</a>
</li>
<li>
<a href="/about" title="About me.">
<i class=""></i>About
</a>
</li>
<li>
<a href="/atom.xml" title="Subscribe me.">
<i class=""></i>RSS
</a>
</li>
</ul>
</div>
</div> <!-- container -->
</nav>
<div class="clearfix"></div>
<div class="container">
<div class="content">
<div class="page-header logo">
<h1>wake up, neo.<span class="blink-fast">∎</span></h1>
</div>
<div class="row page">
<div class="col-md-9">
<div class="slogan">
<i class="fa fa-heart blink-slow"></i>
escape from the Matrix
</div>
<div id="top_search"></div>
<div class="mypage">
<!-- title and entry -->
<!-- display as entry -->
<div class="row">
<div class="col-md-8">
<h3 class="title">
<a href="/2018/10/29/daily job/运维/" >运维</a>
</h3>
</div>
<div class="col-md-4">
<div class="date">post @ 2018-10-29 </div>
</div>
</div>
<div class="entry">
<div class="row">
<a id="more"></a>
<h2 id="运维"><a href="#运维" class="headerlink" title="运维"></a>运维</h2><h2 id="2018年10月26日"><a href="#2018年10月26日" class="headerlink" title="2018年10月26日"></a>2018年10月26日</h2><p>测试3</p>
<p><strong>本文作者</strong>:red0range<br><strong>本文地址</strong>: <a href="https://redmagicver7.github.io/2018/10/29/daily job/运维/">https://redmagicver7.github.io/2018/10/29/daily job/运维/</a> <br><strong>版权声明</strong>:本博客所有文章除特别声明外,均采用 <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/" target="_blank" rel="noopener">CC BY-NC-SA 3.0 CN</a> 许可协议。转载请注明出处!</p>
</div>
<a type="button" href="/2018/10/29/daily job/运维/#more" class="btn btn-default more">Read More</a>
</div>
<!-- display as entry -->
<div class="row">
<div class="col-md-8">
<h3 class="title">
<a href="/2018/10/29/daily job/coding/" >coding</a>
</h3>
</div>
<div class="col-md-4">
<div class="date">post @ 2018-10-29 </div>
</div>
</div>
<div class="entry">
<div class="row">
<a id="more"></a>
<h2 id="coding"><a href="#coding" class="headerlink" title="coding"></a>coding</h2><p>测试1</p>
<h2 id="done"><a href="#done" class="headerlink" title="done"></a>done</h2><p><strong>本文作者</strong>:red0range<br><strong>本文地址</strong>: <a href="https://redmagicver7.github.io/2018/10/29/daily job/coding/">https://redmagicver7.github.io/2018/10/29/daily job/coding/</a> <br><strong>版权声明</strong>:本博客所有文章除特别声明外,均采用 <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/" target="_blank" rel="noopener">CC BY-NC-SA 3.0 CN</a> 许可协议。转载请注明出处!</p>
</div>
<a type="button" href="/2018/10/29/daily job/coding/#more" class="btn btn-default more">Read More</a>
</div>
<!-- display as entry -->
<div class="row">
<div class="col-md-8">
<h3 class="title">
<a href="/2018/10/29/daily job/架构/" >架构</a>
</h3>
</div>
<div class="col-md-4">
<div class="date">post @ 2018-10-29 </div>
</div>
</div>
<div class="entry">
<div class="row">
<a id="more"></a>
<p>##架构</p>
<p>##2018年10月29日<br>测试2</p>
<p><strong>本文作者</strong>:red0range<br><strong>本文地址</strong>: <a href="https://redmagicver7.github.io/2018/10/29/daily job/架构/">https://redmagicver7.github.io/2018/10/29/daily job/架构/</a> <br><strong>版权声明</strong>:本博客所有文章除特别声明外,均采用 <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/" target="_blank" rel="noopener">CC BY-NC-SA 3.0 CN</a> 许可协议。转载请注明出处!</p>
</div>
<a type="button" href="/2018/10/29/daily job/架构/#more" class="btn btn-default more">Read More</a>
</div>
<!-- display as entry -->
<div class="row">
<div class="col-md-8">
<h3 class="title">
<a href="/2018/10/04/testpost/" >testpost</a>
</h3>
</div>
<div class="col-md-4">
<div class="date">post @ 2018-10-04 </div>
</div>
</div>
<div class="entry">
<div class="row">
<a id="more"></a>
<figure class="highlight plain"><figcaption><span>[title] [] [url] [link text]</span></figcaption><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">redmagic</span><br><span class="line"></span><br></pre></td></tr></table></figure>
<p><strong>本文作者</strong>:red0range<br><strong>本文地址</strong>: <a href="https://redmagicver7.github.io/2018/10/04/testpost/">https://redmagicver7.github.io/2018/10/04/testpost/</a> <br><strong>版权声明</strong>:本博客所有文章除特别声明外,均采用 <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/" target="_blank" rel="noopener">CC BY-NC-SA 3.0 CN</a> 许可协议。转载请注明出处!</p>
</div>
<a type="button" href="/2018/10/04/testpost/#more" class="btn btn-default more">Read More</a>
</div>
<!-- display as entry -->
<div class="row">
<div class="col-md-8">
<h3 class="title">
<a href="/2018/10/04/hello-world/" >Hello World</a>
</h3>
</div>
<div class="col-md-4">
<div class="date">post @ 2018-10-04 </div>
</div>
</div>
<div class="entry">
<div class="row">
<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="noopener">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html" target="_blank" rel="noopener">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="noopener">GitHub</a>.</p>
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">"My New Post"</span></span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="noopener">Writing</a></p>
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="noopener">Server</a></p>
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="noopener">Generating</a></p>
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="noopener">Deployment</a></p>
<p><strong>本文作者</strong>:red0range<br><strong>本文地址</strong>: <a href="https://redmagicver7.github.io/2018/10/04/hello-world/">https://redmagicver7.github.io/2018/10/04/hello-world/</a> <br><strong>版权声明</strong>:本博客所有文章除特别声明外,均采用 <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/" target="_blank" rel="noopener">CC BY-NC-SA 3.0 CN</a> 许可协议。转载请注明出处!</p>
</div>
<a type="button" href="/2018/10/04/hello-world/#more" class="btn btn-default more">Read More</a>
</div>
</div>
<!-- pagination -->
<div>
<center>
<div class="pagination">
</div>
</center>
</div>
</div> <!-- col-md-9 -->
<div class="col-md-3">
<div id="sidebar">
<div id="site_search">
<div class="form-group">
<input type="text" id="local-search-input" name="q" results="0" placeholder="Search" class="st-search-input st-default-search-input form-control"/>
</div>
<div id="local-search-result"></div>
</div>
<div class="widget">
<h4>Categories</h4>
<ul class="tag_box inline list-unstyled">
<li><a href="/categories/编程/">编程<span>4</span></a></li>
</ul>
</div>
<div class="widget">
<h4>Tag Cloud</h4>
<ul class="tag_box inline list-unstyled">
<li><a href="/tags/daily-job/">daily job<span>3</span></a></li>
<li><a href="/tags/测试/">测试<span>1</span></a></li>
</ul>
</div>
<div class="widget">
<h4>Recent Posts</h4>
<ul class="entry list-unstyled">
<li>
<a href="/2018/10/29/daily job/运维/" ><i class="fa fa-file-o"></i>运维</a>
</li>
<li>
<a href="/2018/10/29/daily job/coding/" ><i class="fa fa-file-o"></i>coding</a>
</li>
<li>
<a href="/2018/10/29/daily job/架构/" ><i class="fa fa-file-o"></i>架构</a>
</li>
<li>
<a href="/2018/10/04/testpost/" ><i class="fa fa-file-o"></i>testpost</a>
</li>
<li>
<a href="/2018/10/04/hello-world/" ><i class="fa fa-file-o"></i>Hello World</a>
</li>
</ul>
</div>
<div class="widget">
<h4>Links</h4>
<ul class="blogroll list-unstyled">
<li><i class="fa fa-github"></i><a href="https://www.v2ex.com/member/red0range" title="red0range's v2ex repository." target="_blank"]);">V2EX-red0range</a></li>
<li><i class="fa fa-github"></i><a href="https://www.zhihu.com/people/niceejuice/activities" title="red0range's zhihu repository." target="_blank"]);">zhihu-red0range</a></li>
<li><i class="fa fa-github"></i><a href="http://www.github.com/RedMagicVer7" title="My Github account." target="_blank"]);">Github-RedMagicVer7</a></li>
</ul>
</div>
</div> <!-- sidebar -->
</div> <!-- col-md-3 -->
</div> <!-- row-fluid -->
</div>
</div>
<div class="container-narrow">
<footer> <p>
© 2022 red0range
with help from <a href="http://hexo.io/" target="_blank">Hexo</a>,<a href="https://github.com/wzpan/hexo-theme-freemind/">Freemind</a>,<a href="http://getbootstrap.com/" target="_blank">Twitter Bootstrap</a> and <a href="http://getbootstrap.com/" target="_blank">BOOTSTRA.386</a>.
<br> Theme by <a href="https://github.com/wzpan/hexo-theme-freemind/">Freemind.386</a>.
</p>
</footer>
</div> <!-- container-narrow -->
<a id="gotop" href="#">
<span>⬆︎TOP</span>
</a>
<script src="/js/jquery.imagesloaded.min.js"></script>
<script src="/js/gallery.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/main.js"></script>
<script src="/js/search.js"></script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script>
<script type="text/javascript">
var search_path = "search.xml";
if (search_path.length == 0) {
search_path = "search.xml";
}
var path = "/" + search_path;
searchFunc(path, 'local-search-input', 'local-search-result');
</script>
<script src="/scripts/echo.js"></script>
<script>
echo.init({
offset: 100,
throttle: 250,
unload: false,
callback: function (element, op) {
console.log(element, 'has been', op + 'ed')
}
});
// echo.render(); is also available for non-scroll callbacks
</script>
</body>
</html>