-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
400 lines (345 loc) · 15.1 KB
/
404.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
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?f486d6d8f86740b3452a2f1926de4ee2";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script type='text/javascript'>
var _vds = _vds || [];
window._vds = _vds;
(function(){
_vds.push(['setAccountId', '9444fe7f33717705']);
(function() {
var vds = document.createElement('script');
vds.type='text/javascript';
vds.async = true;
vds.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'assets.growingio.com/vds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(vds, s);
})();
})();
</script>
<!DOCTYPE html>
<html lang="zh-cmn-Hans" prefix="og: http://ogp.me/ns#" class="han-init">
<head>
<meta name="baidu-site-verification" content="hojmIeRrdx" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>页面没有找到 — 阅后即忘 | 牛昌平的个人博客</title>
<link rel="stylesheet" href="/assets/vendor/primer-css/css/primer.css">
<link rel="stylesheet" href="/assets/vendor/primer-markdown/dist/user-content.min.css">
<link rel="stylesheet" href="/assets/vendor/octicons/octicons/octicons.css">
<link rel="stylesheet" href="/assets/css/components/collection.css">
<link rel="stylesheet" href="/assets/css/components/repo-card.css">
<link rel="stylesheet" href="/assets/css/sections/repo-list.css">
<link rel="stylesheet" href="/assets/css/sections/mini-repo-list.css">
<link rel="stylesheet" href="/assets/css/components/boxed-group.css">
<link rel="stylesheet" href="/assets/css/globals/common.css">
<link rel="stylesheet" href="/assets/vendor/share.js/dist/css/share.min.css">
<link rel="stylesheet" href="/assets/css/globals/responsive.css">
<link rel="stylesheet" href="/assets/css/posts/index.css">
<!-- Latest compiled and minified CSS -->
<link rel="canonical" href="https://kago.site/404.html">
<link rel="alternate" type="application/atom+xml" title="阅后即忘 | 牛昌平的个人博客" href="/feed.xml">
<link rel="shortcut icon" href="/favicon.ico">
<meta property="og:title" content="页面没有找到">
<meta name="keywords" content="404">
<meta name="og:keywords" content="404">
<meta name="description" content="你来到了一片荒芜之地">
<meta name="og:description" content="你来到了一片荒芜之地">
<meta property="og:url" content="https://kago.site/404.html">
<meta property="og:site_name" content="阅后即忘 | 牛昌平的个人博客">
<meta property="og:type" content="article">
<meta property="og:locale" content="zh_CN" />
<script src="/assets/vendor/jquery/dist/jquery.min.js"></script>
<script src="/assets/js/jquery-ui.js"></script>
<script type="text/javascript">
function toggleMenu() {
var nav = document.getElementsByClassName("site-header-nav")[0];
if (nav.style.display == "inline-flex") {
nav.style.display = "none";
} else {
nav.style.display = "inline-flex";
}
}
</script>
</head>
<body class="" data-mz="">
<header class="site-header">
<div class="container">
<h1><a href="/" title="阅后即忘 | 牛昌平的个人博客"><span class="octicon octicon-mark-github"></span> 阅后即忘 | 牛昌平的个人博客</a></h1>
<button class="collapsed mobile-visible" type="button" onclick="toggleMenu();">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<nav class="site-header-nav" role="navigation">
<a href="/" class=" site-header-nav-item" target="" title="首页">首页</a>
<a href="/categories/" class=" site-header-nav-item" target="" title="分类">分类</a>
<a href="/wiki/" class=" site-header-nav-item" target="" title="维基">维基</a>
<a href="/links/" class=" site-header-nav-item" target="" title="链接">链接</a>
<a href="/about/" class=" site-header-nav-item" target="" title="关于">关于</a>
</nav>
</div>
</header>
<!-- / header -->
<section class="collection-head small geopattern" data-pattern-id="页面没有找到">
<div class="container">
<div class="collection-title">
<h1 class="collection-header">页面没有找到</h1>
</div>
</div>
</section>
<!-- / .banner -->
<section class="container content">
<div class="columns">
<div class="column two-thirds" >
<article class="article-content markdown-body">
<p>不明力量入侵,你想要访问的页面被摧毁了。</p>
<!----------------------------------------------------------------
mm
/^( )^\ Ascii arts included in this page:
\,(..),/ - R2D2, provided by: http://www.chris.com/
V~~V - Texts, generated from: http://www.network-science.de/ascii/
http:// cnfeat.github.io
------------------------------------------------------------------>
<style>
pre {
background: none;
border: none;
}
</style>
<pre>
---x-----mm--
/^( )^\
\,(..),/ Oops...
V~~V
一定是发生了什么可怕的事情....
</pre>
</article>
<div class="share">
<div class="share-component"></div>
</div>
<div class="comment">
</div>
</div>
<div class="column one-third">
<h3>Search</h3>
<div id="site_search">
<input type="text" id="search_box" placeholder="Search">
<button class="btn btn-default" id="site_search_do"><span class="octicon octicon-search"></span></button>
</div>
<ul id="search_results"></ul>
<link rel="stylesheet" type="text/css" href="/assets/css/modules/sidebar-search.css">
<script src="/assets/js/lunr.min.js"></script>
<script src="/assets/js/search.js"></script>
<h3>My Popular Repositories</h3>
<a href="https://github.com/niuchp/niuchp.github.io" target="_blank" class="card text-center">
<div class="thumbnail">
<div class="card-image geopattern" data-pattern-id="niuchp.github.io">
<div class="card-image-cell">
<h3 class="card-title">
niuchp.github.io
</h3>
</div>
</div>
<div class="caption">
<div class="card-description">
<p class="card-text"></p>
</div>
<div class="card-text">
<span class="meta-info" title="1 stars">
<span class="octicon octicon-star"></span> 1
</span>
<span class="meta-info" title="0 forks">
<span class="octicon octicon-git-branch"></span> 0
</span>
<span class="meta-info" title="Last updated:2018-12-10 09:59:15 UTC">
<span class="octicon octicon-clock"></span>
<time datetime="2018-12-10 09:59:15 UTC">2018-12-10</time>
</span>
</div>
</div>
</div>
</a>
<a href="https://github.com/niuchp/wafer2-quickstart-nodejs" target="_blank" class="card text-center">
<div class="thumbnail">
<div class="card-image geopattern" data-pattern-id="wafer2-quickstart-nodejs">
<div class="card-image-cell">
<h3 class="card-title">
wafer2-quickstart-nodejs
</h3>
</div>
</div>
<div class="caption">
<div class="card-description">
<p class="card-text">Wafer2 Node.js 简化版 Demo</p>
</div>
<div class="card-text">
<span class="meta-info" title="0 stars">
<span class="octicon octicon-star"></span> 0
</span>
<span class="meta-info" title="0 forks">
<span class="octicon octicon-git-branch"></span> 0
</span>
<span class="meta-info" title="Last updated:2018-09-20 07:06:31 UTC">
<span class="octicon octicon-clock"></span>
<time datetime="2018-09-20 07:06:31 UTC">2018-09-20</time>
</span>
</div>
</div>
</div>
</a>
<a href="https://github.com/niuchp/mritd.github.io" target="_blank" class="card text-center">
<div class="thumbnail">
<div class="card-image geopattern" data-pattern-id="mritd.github.io">
<div class="card-image-cell">
<h3 class="card-title">
mritd.github.io
</h3>
</div>
</div>
<div class="caption">
<div class="card-description">
<p class="card-text">十字路口,繁华街头......</p>
</div>
<div class="card-text">
<span class="meta-info" title="0 stars">
<span class="octicon octicon-star"></span> 0
</span>
<span class="meta-info" title="0 forks">
<span class="octicon octicon-git-branch"></span> 0
</span>
<span class="meta-info" title="Last updated:2017-12-11 01:55:27 UTC">
<span class="octicon octicon-clock"></span>
<time datetime="2017-12-11 01:55:27 UTC">2017-12-11</time>
</span>
</div>
</div>
</div>
</a>
<a href="https://github.com/niuchp/kubernetes-ingress" target="_blank" class="card text-center">
<div class="thumbnail">
<div class="card-image geopattern" data-pattern-id="kubernetes-ingress">
<div class="card-image-cell">
<h3 class="card-title">
kubernetes-ingress
</h3>
</div>
</div>
<div class="caption">
<div class="card-description">
<p class="card-text">NGINX and NGINX Plus Ingress Controllers for Kubernetes</p>
</div>
<div class="card-text">
<span class="meta-info" title="0 stars">
<span class="octicon octicon-star"></span> 0
</span>
<span class="meta-info" title="0 forks">
<span class="octicon octicon-git-branch"></span> 0
</span>
<span class="meta-info" title="Last updated:2017-10-19 09:34:50 UTC">
<span class="octicon octicon-clock"></span>
<time datetime="2017-10-19 09:34:50 UTC">2017-10-19</time>
</span>
</div>
</div>
</div>
</a>
<a href="https://github.com/niuchp/kubeasz" target="_blank" class="card text-center">
<div class="thumbnail">
<div class="card-image geopattern" data-pattern-id="kubeasz">
<div class="card-image-cell">
<h3 class="card-title">
kubeasz
</h3>
</div>
</div>
<div class="caption">
<div class="card-description">
<p class="card-text">使用Ansible脚本二进制方式安装K8S集群,介绍组件交互原理,方便直接,不受国内网络环境影响</p>
</div>
<div class="card-text">
<span class="meta-info" title="0 stars">
<span class="octicon octicon-star"></span> 0
</span>
<span class="meta-info" title="0 forks">
<span class="octicon octicon-git-branch"></span> 0
</span>
<span class="meta-info" title="Last updated:2017-12-28 01:37:17 UTC">
<span class="octicon octicon-clock"></span>
<time datetime="2017-12-28 01:37:17 UTC">2017-12-28</time>
</span>
</div>
</div>
</div>
</a>
</div>
</div>
</section>
<!-- /section.content -->
<footer class="container">
<div class="site-footer" role="contentinfo">
<div class="copyright left mobile-block">
© 2015
<span title="Barry New">Barry New</span>
<a href="javascript:window.scrollTo(0,0)" class="right mobile-visible">TOP</a>
</div>
<ul class="site-footer-links right mobile-hidden">
<li>
<a href="javascript:window.scrollTo(0,0)" >TOP</a>
</li>
</ul>
<a href="http://github.com/niuchp/niuchp.github.io" target="_blank" aria-label="view source code">
<span class="mega-octicon octicon-mark-github" title="GitHub"></span>
</a>
<ul class="site-footer-links mobile-hidden">
<li>
<a href="/" title="首页" target="">首页</a>
</li>
<li>
<a href="/categories/" title="分类" target="">分类</a>
</li>
<li>
<a href="/wiki/" title="维基" target="">维基</a>
</li>
<li>
<a href="/links/" title="链接" target="">链接</a>
</li>
<li>
<a href="/about/" title="关于" target="">关于</a>
</li>
<li><a href="/feed.xml"><span class="octicon octicon-rss" style="color:orange;"></span></a></li>
</ul>
</div>
</footer>
<!-- / footer -->
<script src="/assets/vendor/share.js/dist/js/share.min.js"></script>
<script src="/assets/js/geopattern.js"></script>
<script src="/assets/js/prism.js"></script>
<link rel="stylesheet" href="/assets/css/globals/prism.css">
<script>
jQuery(document).ready(function($) {
// geopattern
$('.geopattern').each(function(){
$(this).geopattern($(this).data('pattern-id'));
});
// hljs.initHighlightingOnLoad();
});
</script>
<div style="display:none">
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-80669434-1', 'auto');
ga('send', 'pageview');
</script>
</div>
</body>
</html>