-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
388 lines (293 loc) · 11.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="KidsGuard Cloud Team">
<meta name="description" content="刻意练习,持续精进 Qihoo 360 KidsGuard Cloud Team official bolg">
<title>360 儿童卫士云团队</title>
<!-- inject:style -->
<link href="/css/style.css" rel="stylesheet" type="text/css">
<!-- endinject -->
<style>
.cube-loading {
top: 0;
position: fixed;
width: 100%;
height: 100%;
background: url('/images/lg/loading.gif') no-repeat center center;
background-color: rgba(0,0,0,.7);
}
.cube-loading.out {
display: none;
}
.cube-loading:before {
display: block;
content: '加载中';
position: relative;
width: 100%;
top: 50%;
right: -50%;
color: #fff;
}
@media(max-width: 768px) {
.cube-loading:before {
font-size: 1.2em;
transform: translate(-24px,20px);
-webkit-transform: translate(-24px,20px);
-o-transform: translate(-24px,20px);
-ms-transform: translate(-24px,20px);
}
}
@media(min-width: 768px) {
.cube-loading:before {
}
}
</style>
</head>
<body>
<div class="cube-body">
<nav id="cube-top-memu" class="cube-menu">
<ul class="cube-menu-collapse">
<li>
<i class="cube-icon cube-icon-home" aria-hidden="true"></i>
<a href="/">首页</a>
</li>
<li>
<i class="cube-icon cube-icon-archive" aria-hidden="true"></i>
<a href="/archives">归档</a>
</li>
<li>
<i class="cube-icon cube-icon-tags" aria-hidden="true"></i>
<a href="/tags">标签</a>
</li>
<li>
<i class="cube-icon cube-icon-handshake" aria-hidden="true"></i>
<a href="/jobs">招聘</a>
</li>
<li>
<i class="cube-icon cube-icon-about" aria-hidden="true"></i>
<a href="/about">关于我们</a>
</li>
</ul>
</nav>
<nav class="cube-side-menu" id="cube-side-menu">
<ul class="cube-menu-list">
<li>
<a class="scroll-to-top">回到顶部</a>
</li>
</ul>
</nav>
<header class="cube-header" id="cube-header">
<img src=" https://p5.ssl.qhimgs0.com/t018d023578c281671e.jpg " alt="头部背景图片">
<div class="cube-type">
<span class="cube-typed-title">360 儿童卫士云团队</span>
<span class="cube-typed-cursor">|</span>
</div>
</header>
<style>
nav.cube-menu:before {
content: '';
visibility: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 44px;
z-index: -1;
background-image: url('https://p5.ssl.qhimgs0.com/t018d023578c281671e.jpg');
background-repeat: no-repeat;
background-position: center -356px;
background-size: cover;
background-color: transparent;
}
header.cube-background.cube-header-background {
visibility: hidden;
background-image: url('https://p5.ssl.qhimgs0.com/t018d023578c281671e.jpg');
background-position: center -400px;
}
</style>
<header class="cube-background cube-header-background">
<div class="cube-type">
<span class="cube-typed-title">360 儿童卫士云团队</span>
<span class="cube-typed-cursor">|</span>
</div>
</header>
<div class="load-header-background"></div>
<script>
(function (window) {
window.headerModule = {}
window.headerModule.image = {
width: '2000',
height: '1080'
}
})(window)
</script>
<div class="cube-content">
<div class="cube-left">
<div class="cube-excerpt" id="cube-excerpt-Charles 简明指南">
<header class="cube-excerpt-header">
<h1><a href="/2018/01/25/Charles 简明指南/">Charles 简明指南</a></h1>
<div class="cube-excerpt-header-msg">
<div class="cube-excerpt-date">
<i class="cube-icon cube-icon-date" aria-hidden="true"></i>
2018-01-25
</div>
<div class="cube-excerpt-tags">
<i class="cube-icon cube-icon-tag" aria-hidden="true"></i>
<a href="/tags/抓包工具/" class="cube-excerpt-tag-link">#抓包工具</a>
</div>
</div>
</header>
<article class="cube-excerpt-entry cube-markdown">
<p><a href="https://link.jianshu.com/?t=http://www.charlesproxy.com/" target="_blank" rel="noopener">Charles</a> 是在 <code>Mac</code>或<code>Windows</code> 下常用的网络封包截取工具,在做 移动开发时,我们为了调试与服务器端的网络通讯协议,常常需要截取网络封包来分析。通过将自己设置成系统的网络访问代理服务器,使得所有的网络访问请求都通过它来完成,从而实现了网络封包的截取和分析。<br>除了在做移动开发中调试端口外,<code>Charles</code> 也可以用于分析第三方应用的通讯协议。配合 <code>Charles</code> 的 <code>SSL</code> 功能,<code>Charles</code> 还可以分析 <code>Https</code> 协议</p>
</article>
<footer class="cube-excerpt-footer">
<a class="cube-excerpt-more" href="/2018/01/25/Charles 简明指南/">阅读全文</a>
</footer>
</div>
<div class="cube-excerpt" id="cube-excerpt-Web 常见问题排查">
<header class="cube-excerpt-header">
<h1><a href="/2018/01/25/Web 常见问题排查/">Web 常见问题排查</a></h1>
<div class="cube-excerpt-header-msg">
<div class="cube-excerpt-date">
<i class="cube-icon cube-icon-date" aria-hidden="true"></i>
2018-01-25
</div>
<div class="cube-excerpt-tags">
<i class="cube-icon cube-icon-tag" aria-hidden="true"></i>
<a href="/tags/nginx/" class="cube-excerpt-tag-link">#nginx</a>
<a href="/tags/php/" class="cube-excerpt-tag-link">#php</a>
</div>
</div>
</header>
<article class="cube-excerpt-entry cube-markdown">
<p>分享一些平时经典查错手段,人生苦短,我们的目标是,电话通知出bug后,秒登vpn,千里之外定位问题,瞬息之间修复上线,今天不加班</p>
</article>
<footer class="cube-excerpt-footer">
<a class="cube-excerpt-more" href="/2018/01/25/Web 常见问题排查/">阅读全文</a>
</footer>
</div>
<ul class="cube-pagination cube-pagination-6">
<li class="cube-pagination-prev disabled">
<span>« 上一页</span>
</li>
<li class="cube-pagination-index disabled">
<span>1</span>
</li>
<li class="cube-pagination-next disabled">
<span>下一页 »</span>
</li>
</ul>
<!--其他组件后续添加-->
</div>
<div class="cube-right">
<div class="cube-search cube-sidebar" id="cube-search">
<div class="search-container">
<input type="text" placeholder="搜索" class="cube-search-input" id="cube-search-input">
<i class="cube-icon cube-icon-search cube-search-submit" aria-hidden="true"></i>
</div>
<!-- TODO 通过给window赋一个全局变量,通过脚本赋值 -->
</div>
<script>
(function (window) {
'use strict';
window.searchModule = {}
window.searchModule.JSONUrl = '/content.json'
window.searchModule.rootUrl = '/'
})(window)
</script>
<div class="cube-search-form">
<div class="cube-search-control">
<input type="text" placeholder="搜索" class="search-input">
<a class="close-button">
<i class="cube-icon cube-close" aria-hidden="true"></i>
</a>
</div>
<div class="cube-search-result"></div>
</div>
<div class="cube-author cube-sidebar" id="cube-author">
<style>
@media(min-width: 768px) {
.cube-author img {
width: 90%;
margin: 0 auto;
height: auto;
padding: 20px 0 10px 0;
display: block;
}
}
</style>
<div class="count" style="padding-top: 26px;">
<a class="count articles"><span>2</span>文章</a>
<a class="count tags"><span>3</span>标签</a>
<a class="count categories"><span>2</span>分类</a>
</div>
</div>
<div class="cube-recent-posts cube-sidebar" id="cube-recent-posts">
<div class="title">
<a>近期文章</a>
</div>
<ul class="list">
<li>
<!-- TODO 如果文章要显示图片,那么在front-matter上添加preview属性(url or path) -->
<div class="normal">
<p class="index first">
<span>1</span>
</p>
<p class="title">
<a href="/2018/01/25/Charles 简明指南/" title="Charles 简明指南">Charles 简明指南</a>
</p>
</div>
</li>
<li>
<div class="normal">
<p class="index">
<span>2</span>
</p>
<p class="title">
<a href="/2018/01/25/Web 常见问题排查/" title="Web 常见问题排查">Web 常见问题排查</a>
</p>
</div>
</li>
</ul>
</div>
<div class="cube-tagcloud cube-sidebar" id="cube-tagcloud">
<div class="title">
<a href="/tags">标签云</a>
</div>
<div class="cube-boxs">
<div class="cube-box-bg ">
<a href="/tags/抓包工具/">#抓包工具</a>
</div>
<div class="cube-box ">
<a href="/tags/nginx/">#nginx</a>
</div>
<div class="cube-box ">
<a href="/tags/php/">#php</a>
</div>
</div>
</div>
<div class="cube-links cube-sidebar" id="cube-links">
<div class="title">
<a>个人链接</a>
</div>
<ul class="list">
<li>
<img src="http://cube-1252774894.cosgz.myqcloud.com/links/GitHub.png">
<a href="https://github.com/360kids" target="_blank">GitHub</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="cube-footer">
<div>Powered by <a href="https://hexo.io/" target="_blank">Hexo</a>. Copyright <i class="fa fa-copyright"></i> 2018 <i style=" color: #f00;" class="fa fa-heart animated infinite pulse"></i> 360儿童卫士云端团队 </div>
</footer>
<!-- inject:script -->
<script src="/js/script.js"></script>
<!-- endinject -->
<div class="cube-loading out"></div>
</body>
</html>