-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
399 lines (234 loc) · 13.9 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found · Service Mesh|服务网格中文社区</title>
<meta name="author" content="Jimmy Song(宋净超)" />
<meta name="keywords" content="service mesh, 服务网格">
<meta name="generator" content="Hugo 0.55.5" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="/css/animate.css" rel="stylesheet">
<link href="/css/style.violet.css" rel="stylesheet" id="theme-stylesheet">
<link href="/css/custom.css" rel="stylesheet">
<link rel="stylesheet" href="/css/search.css" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png" />
<link href="/css/owl.carousel.css" rel="stylesheet">
<link href="/css/owl.theme.css" rel="stylesheet">
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="ServiceMesher">
<link rel="stylesheet" href="/css/prism.css" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/404.html/" />
<meta property="og:image" content="/img/servicemesher-avatar-banner.jpg" />
<meta property="og:image:alt" content="ServiceMesher Logo" />
<meta name="description" content="Service Mesh|服务网格中文社区">
<meta property="og:description" content="Service Mesh|服务网格中文社区">
<meta name="twitter:description" content="Service Mesh|服务网格中文社区">
<meta property="og:description" content="Service Mesh|服务网格中文社区" />
<meta name="referrer" content="never">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?154337f0d95f0b110f98c1d5d7038895";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="all">
<header>
<div class="navbar-affixed-top" data-spy="affix" data-offset-top="200">
<div class="navbar navbar-default yamm" role="navigation" id="navbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand home" href="/">
<img src="/img/servicemesher-logo.jpg" alt="404 Page not found logo" class="hidden-xs hidden-sm">
<img src="/img/logosmall.jpg" alt="404 Page not found logo" class="visible-xs visible-sm">
<span class="sr-only">404 Page not found - 跳到主页</span>
</a>
<div class="navbar-buttons">
<button type="button" class="navbar-toggle btn-template-main" data-toggle="collapse" data-target="#navigation">
<span class="sr-only">切换导航</span>
<i class="fa fa-align-justify"></i>
</button>
</div>
</div>
<div class="navbar-collapse collapse" id="navigation">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="/">主页</a>
</li>
<li class="dropdown">
<a href="/blog/">博客</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">文档 <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/awesome-servicemesh/">Service Mesh列表</a></li>
<li><a href="/envoy/">Envoy官方文档中文版</a></li>
<li><a href="https://preliminary.istio.io/zh/">Istio中文官网</a></li>
<li><a href="/categories/practice/">实践汇总</a></li>
<li><a href="/istio-handbook/">Istio Handbook</a></li>
<li><a href="/getting-started-with-knative/">Knative入门</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">社区 <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/tags/meetup">Meetup</a></li>
<li><a href="/authors/">作者投稿</a></li>
<li><a href="/translators/">译者投稿</a></li>
<li><a href="https://github.com/servicemesher/istio-knowledge-map">Istio知识图谱</a></li>
<li><a href="/contributing-specification/">贡献指南</a></li>
<li><a href="/activity/">活动</a></li>
</ul>
</li>
<li class="dropdown">
<a href="/contact/">联系我们</a>
</li>
<li>
<a href="#modalSearch" data-toggle="modal" data-target="#modalSearch" style="outline: none;">
<span class="hidden-sm hidden-md hidden-lg">搜索</span> <span id="searchGlyph" class="glyphicon glyphicon-search"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="modalSearch" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">博客搜索</h4>
</div>
<div class="modal-body">
<div class="aa-input-container" id="aa-input-container">
<input type="search" id="aa-search-input" class="aa-input-search" placeholder="输入文章标题或摘要" name="search" autocomplete="off" autofocus="autofocus"/>
<svg class="aa-input-icon" viewBox="654 -372 1664 1664">
<path d="M1806,332c0-123.3-43.8-228.8-131.5-316.5C1586.8-72.2,1481.3-116,1358-116s-228.8,43.8-316.5,131.5 C953.8,103.2,910,208.7,910,332s43.8,228.8,131.5,316.5C1129.2,736.2,1234.7,780,1358,780s228.8-43.8,316.5-131.5 C1762.2,560.8,1806,455.3,1806,332z M2318,1164c0,34.7-12.7,64.7-38,90s-55.3,38-90,38c-36,0-66-12.7-90-38l-343-342 c-119.3,82.7-252.3,124-399,124c-95.3,0-186.5-18.5-273.5-55.5s-162-87-225-150s-113-138-150-225S654,427.3,654,332 s18.5-186.5,55.5-273.5s87-162,150-225s138-113,225-150S1262.7-372,1358-372s186.5,18.5,273.5,55.5s162,87,225,150s113,138,150,225 S2062,236.7,2062,332c0,146.7-41.3,279.7-124,399l343,343C2305.7,1098.7,2318,1128.7,2318,1164z" />
</svg>
</div>
<script src="/js/algoliasearch.min.js"></script>
<script src="/js/autocomplete.min.js"></script>
<script>
var client = algoliasearch("X4YB3WOBNV", "d2134c5a8d250e6d3246594240c45201");
var index = client.initIndex("servicemesher");
autocomplete('#aa-search-input',
{ hint: false}, {
source: autocomplete.sources.hits(index, {hitsPerPage: 5}),
displayKey: 'name',
templates: {
suggestion: function(suggestion) {
baseURL="https:\/\/www.servicemesher.com\/"
baseURL=baseURL.substring(0,baseURL.length-1)
return '<span>' + '<a href="' + baseURL + suggestion.url+ '">' +
suggestion._highlightResult.title.value + '</a></span>'+
'<span>'+suggestion._highlightResult.summary.value+'</span>';
}
}
});
</script>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
</div>
</div>
</div>
</div>
</header>
<div id="content">
<div class="container">
<div class="col-sm-6 col-sm-offset-3" id="error-page">
<div class="box">
<p class="text-center">
<a href="https://www.servicemesher.com/">
<img src="/img/404.jpg" alt="404 Page not found 404 not found">
</a>
</p>
<h3>We are sorry - this page is not here anymore</h3>
<h4 class="text-muted">Error 404 - Page not found</h4>
<p class="buttons"><a href="/" class="btn btn-template-main"><i class="fa fa-home"></i> Go to Homepage</a>
</p>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="col-md-4 col-sm-6">
<h4>关于我们</h4>
<p><p>传播Service Mesh技术、构建开源文化、推动Service Mesh在企业中落地</p><img src=/img/servicemesher-wechat-tiny.jpg></p>
<hr class="hidden-md hidden-lg hidden-sm">
</div>
<div class="col-md-4 col-sm-6">
<h4>最新博客</h4>
<div class="blog-entries">
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="/blog/service-mesh-istio-limits-and-benefits-part-1/">
<img src="/img/blog/banners/Rundale-Palace-service-mesh.png" class="img-responsive" alt="服务网格的三个技术优势及其运维局限-第1部分">
</a>
</div>
<div class="name same-height-always">
<h5><a href="/blog/service-mesh-istio-limits-and-benefits-part-1/">服务网格的三个技术优势及其运维局限-第1部分</a></h5>
</div>
</div>
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="/blog/istio-analysis-5/">
<img src="/img/blog/banners/006tKfTcly1g1o2g4k3ofj31420u0hdw.jpg" class="img-responsive" alt="Istio 庖丁解牛五:多集群网格实现分析">
</a>
</div>
<div class="name same-height-always">
<h5><a href="/blog/istio-analysis-5/">Istio 庖丁解牛五:多集群网格实现分析</a></h5>
</div>
</div>
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="/blog/using-opentracing-with-istio-part-2/">
<img src="/img/blog/banners/using-opentracing-with-istio-part-2.jpg" class="img-responsive" alt="洞若观火:使用OpenTracing增强Istio的调用链跟踪-篇二">
</a>
</div>
<div class="name same-height-always">
<h5><a href="/blog/using-opentracing-with-istio-part-2/">洞若观火:使用OpenTracing增强Istio的调用链跟踪-篇二</a></h5>
</div>
</div>
</div>
<hr class="hidden-md hidden-lg">
</div>
<div class="col-md-4 col-sm-6">
<h4>联系</h4>
<p>加我微信(请备注姓名-公司),加入微信交流群,参与社区活动</p><p><img src="/img/jimmysong-wechat-tiny.jpg"></p>
<a href="/contact" class="btn btn-small btn-template-main">跳到联系页面</a>
<hr class="hidden-md hidden-lg hidden-sm">
</div>
</div>
</footer>
<div id="copyright">
<div class="container">
<div class="col-md-12">
<p class="pull-left">Copyright ©️ 2018, ServiceMesher all rights reserved.</p>
<p class="pull-left"> <a href="http://icp.chinaz.com/info?q=servicemesher.com"> 京ICP备15032932号-5</a></p>
<p class="pull-right">
模板来自 <a href="http://bootstrapious.com/free-templates">Bootstrapious</a>.
移植到 Hugo 来自 <a href="https://github.com/devcows/hugo-universal-theme">DevCows</a>
</p>
</div>
</div>
</div>
</div>
</body>
</html>