-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
570 lines (391 loc) · 22.1 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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CODE is POETRY</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Nothing is pure. But solitude.">
<meta property="og:type" content="website">
<meta property="og:title" content="CODE is POETRY">
<meta property="og:url" content="http://yoursite.com/index.html">
<meta property="og:site_name" content="CODE is POETRY">
<meta property="og:description" content="Nothing is pure. But solitude.">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="CODE is POETRY">
<meta name="twitter:description" content="Nothing is pure. But solitude.">
<link rel="alternate" href="/atom.xml" title="CODE is POETRY" type="application/atom+xml">
<link rel="icon" href="/css/images/logo.png">
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Montserrat:700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic" rel="stylesheet" type="text/css">
<link href="//cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<style type="text/css">
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/9749f0/00000000000000000001008f/27/l?subset_id=2&fvd=n5) format("woff2");font-weight:500;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/90cf9f/000000000000000000010091/27/l?subset_id=2&fvd=n7) format("woff2");font-weight:500;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/8a5494/000000000000000000013365/27/l?subset_id=2&fvd=n4) format("woff2");font-weight:lighter;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/d337d8/000000000000000000010095/27/l?subset_id=2&fvd=i4) format("woff2");font-weight:400;font-style:italic;}</style>
<link rel="stylesheet" href="/css/style.css">
<script src="/js/jquery-3.1.1.min.js"></script>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="/css/bootstrap.css" >
<link rel="stylesheet" href="/css/home.css" >
</head>
<body>
<header id="header">
<div id="intrologo" class="intro-logo">
<canvas width="100%" height="100%"></canvas>
<script>
var c = document.getElementsByTagName('canvas')[0],
x = c.getContext('2d'),
w = window.innerWidth,
h = window.innerHeight,
pr = window.devicePixelRatio || 1,
f = 90,
q,
m = Math,
r = 0,
u = m.PI*2,
v = m.cos,
z = m.random
c.width = w*pr
c.height = h*pr
x.scale(pr, pr)
x.globalAlpha = 0.6
function i(){
x.clearRect(0,0,w,h)
q=[{x:0,y:h*.7+f},{x:0,y:h*.7-f}]
while(q[1].x<w+f) d(q[0], q[1])
}
function d(i,j){
x.beginPath()
x.moveTo(i.x, i.y)
x.lineTo(j.x, j.y)
var k = j.x + (z()*2-0.25)*f,
n = y(j.y)
x.lineTo(k, n)
x.closePath()
r-=u/-50
x.fillStyle = '#'+(v(r)*127+128<<16 | v(r+u/3)*127+128<<8 | v(r+u/3*2)*127+128).toString(16)
x.fill()
q[0] = q[1]
q[1] = {x:k,y:n}
}
function y(p){
var t = p + (z()*2-1.1)*f
return (t>h||t<0) ? y(p) : t
}
document.getElementById("intrologo").>
document.getElementById("intrologo").>
i()
</script>
<div id="homelogo" class="homelogo">
<div class="homelogoback" >
<h1><a href="#content" id="logo">CODE is POETRY</a></h1>
<h3>Nothing is pure. But solitude.</h3>
<h5>Wayne</h5>
<!-- <p><a href="https://github.com/iTimeTraveler" target="_blank">Github</a></p> -->
</div>
</div>
</div>
<!-- 自适应主页背景大图 -->
<!-- home_logo_image居中 -->
<script>
var homelogodiv = document.getElementById("homelogo");
if (document.all.homelogo.offsetWidth > document.body.clientWidth) {
homelogodiv.style.width = document.body.clientWidth + "px";
homelogodiv.style.marginLeft = document.body.clientWidth * -0.5 + "px";
} else {
homelogodiv.style.width = homelogodiv.clientWidth + "px";
homelogodiv.style.marginLeft = (homelogodiv.clientWidth) * -0.5 + "px";
}
</script>
<div class="intro-navigate">
<p class="navigater-list">
<a id="beautifont" class="main-nav-link" href="/">Home</a>
<a id="beautifont" class="main-nav-link" href="/archives">Archives</a>
<a id="beautifont" class="main-nav-link" href="/tags">Tags</a>
<a id="beautifont" class="main-nav-link" href="/about">About</a>
</p>
</div>
</header>
<div id="container">
<div id="wrap">
<div id="content" class="outer">
<section id="main" style="float:none;">
<article id="post-高斯模糊" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="article-inner">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/03/29/高斯模糊/">Gaussian Blur</a>
</h1>
</header>
<div class="article-meta">
<a href="/2017/03/29/高斯模糊/" class="article-date">
<time datetime="2017-03-29T02:45:12.000Z" itemprop="datePublished">2017-03-29</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<p><img src="http://om0tbjmwl.bkt.clouddn.com/gakki-1.jpg" alt=""></p>
<h2 id="原理"><a href="#原理" class="headerlink" title="原理"></a>原理</h2><p>对于一张图片, 如果每个像素点都和与它临近的像素点相似, 那么这张图片看起来就比较的模糊.</p>
<p>自然地, 我们可以让每个像素点的值等于其周围像素点值的平均值, 从而达到模糊图片的效果.</p>
<h4 id="如何取平均值"><a href="#如何取平均值" class="headerlink" title="如何取平均值"></a>如何取平均值</h4><p>我们将周围的点定义为: 在水平, 竖直, 主对角线, 副对角线四个方向上, 每个方向关于像素点对称的两侧各取的r个点. r就称为模糊半径.显然r越大, 模糊效果就越明显.<br>上面的图片分别是原图, 模糊半径为1, 模糊半径为3的效果图.</p>
<p>由于像素点与距离其较近的点更为相似, 所以在去平均值的时候, 应该采用加权平均. 对于二维的图像, 我们可以采用二维的正态分布函数: </p>
<h4 id="边界点的处理"><a href="#边界点的处理" class="headerlink" title="边界点的处理"></a>边界点的处理</h4><p>按照上面的方法, 在边界处的点会缺失部分周围的点. 我们可以用其关于边界点对称处的点代替.</p>
<!--
原理对于一张图片, 如果每个像素点都和与它临近的像素点相似, 那么这张图片看起来就比较的模糊.
自然地, 我们可以让每个像素点的值等于其周围像素点值的平均值, 从而达到模糊图片的效果.
如何取平均值我们将周围的点定义为: 在水平, 竖直, 主对角线, 副对角线四个方向上, 每个方向关于像素点对称的两侧各取的r个点. r就称为模糊半径.显然r越大, 模糊效果就越明显.上面的图片分别是原图, ...... -->
<p class="article-more-link">
<a href="/2017/03/29/高斯模糊/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/python/">python</a></li></ul>
</footer>
</div>
</article>
<!-- Table of Contents -->
<article id="post-Hexo博客笔记" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="article-inner">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/02/27/Hexo博客笔记/">Hexo博客笔记</a>
</h1>
</header>
<div class="article-meta">
<a href="/2017/02/27/Hexo博客笔记/" class="article-date">
<time datetime="2017-02-27T09:07:09.000Z" itemprop="datePublished">2017-02-27</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<p><img src="http://om0tbjmwl.bkt.clouddn.com/earphone.jpg" alt=""></p>
<p><strong>记录踩过的坑和一些感悟</strong></p>
<h3 id="大道至简"><a href="#大道至简" class="headerlink" title="大道至简"></a>大道至简</h3><p>在博客配置完成后, 试过不下10个主题.</p>
<p>作为一个肤浅的人, 自然喜欢折腾这些华丽的外在. 配置主题耗费了大量时间. 从logo到背景图, 到文章配图, 不可谓少花时间.</p>
<p>虽说不指望多少人回访问博客, 但至少自己看着也是赏心悦目.</p>
<p>但折腾几天就觉得索然无趣. 自己的初衷本是利用博客督促自己写作, 记录遇到的问题, 总结做过的事情. 就像一本允许外人翻看的日记.</p>
<p>最后, 我放弃了之前所有的主题, 选择了一个颜值和简洁兼备的<a href="https://github.com/iTimeTraveler/hexo-theme-hiker">Hiker</a>主题.</p>
<p><strong>新鲜感总会过去</strong>.</p>
<!--
记录踩过的坑和一些感悟
大道至简在博客配置完成后, 试过不下10个主题.
作为一个肤浅的人, 自然喜欢折腾这些华丽的外在. 配置主题耗费了大量时间. 从logo到背景图, 到文章配图, 不可谓少花时间.
虽说不指望多少人回访问博客, 但至少自己看着也是赏心悦目.
但折腾几天就觉得索然无趣. 自己的初衷本是利用博客督促自己写作, 记录遇到的问题, 总结做过的事情. 就像一本允许外人翻看的日记...... -->
<p class="article-more-link">
<a href="/2017/02/27/Hexo博客笔记/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/notes/">notes</a></li></ul>
</footer>
</div>
</article>
<!-- Table of Contents -->
<article id="post-MarkDown Syntax" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="article-inner">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/02/26/MarkDown Syntax/">MarkDown Syntax</a>
</h1>
</header>
<div class="article-meta">
<a href="/2017/02/26/MarkDown Syntax/" class="article-date">
<time datetime="2017-02-26T13:50:12.000Z" itemprop="datePublished">2017-02-26</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<p><img src="http://om0tbjmwl.bkt.clouddn.com/keyboard.jpg" alt=""></p>
<h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><h3 id="为什么使用markdown"><a href="#为什么使用markdown" class="headerlink" title="为什么使用markdown"></a>为什么使用markdown</h3><ol>
<li>用markdown写成的文件是纯文本文件, 任何Text Editor都能打开.</li>
<li>语法简单, 只要10分钟的学习就可以开始写作.</li>
<li>轻松转换成pdf, html的文件格式</li>
<li>被广泛使用, 这是最客观的原因.</li>
<li>比起用word写作, markdown减少了手在键盘和鼠标间的切换, 让你更专注写作.</li>
</ol>
<h3 id="推荐markdown编辑器-windows"><a href="#推荐markdown编辑器-windows" class="headerlink" title="推荐markdown编辑器(windows)"></a>推荐markdown编辑器(windows)</h3><ul>
<li><p><a href="http://chenguanzhou.github.io/MarkDownEditor/" title="Offical Website">MarkDownEditor</a></p>
</li>
<li><p><a href="http://markdownpad.com">MarkDownPad</a></p>
</li>
</ul>
<p><strong>本文由MarkdownEditor撰写.</strong></p>
<h2 id="段落"><a href="#段落" class="headerlink" title="段落"></a>段落</h2><p>段落的前后应该至少有一个空行(空行的定义是显示上看起来像是空的,便会被视为空行。比方说,若某一行只包含空格和制表符,则该行也会被视为空行).</p>
<p>值得一提的是, 没必要在段首用空格或制表符来缩进. 一方面段落间的空白已足够区分两个段落, 另一方面markdown也不支持.</p>
<!--
前言为什么使用markdown
用markdown写成的文件是纯文本文件, 任何Text Editor都能打开.
语法简单, 只要10分钟的学习就可以开始写作.
轻松转换成pdf, html的文件格式
被广泛使用, 这是最客观的原因.
比起用word写作, markdown减少了手在键盘和鼠标间的切换, 让你更专注写作.
推荐markdown编辑器(windows)
MarkDownEd...... -->
<p class="article-more-link">
<a href="/2017/02/26/MarkDown Syntax/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/markdown/">markdown</a></li></ul>
</footer>
</div>
</article>
<!-- Table of Contents -->
<article id="post-文本文件压缩(Python)" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="article-inner">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/02/20/文本文件压缩(Python)/">文本文件压缩(Python)</a>
</h1>
</header>
<div class="article-meta">
<a href="/2017/02/20/文本文件压缩(Python)/" class="article-date">
<time datetime="2017-02-20T13:50:12.000Z" itemprop="datePublished">2017-02-20</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<p><img src="http://om0tbjmwl.bkt.clouddn.com/python.png" alt=""></p>
<h2 id="压缩原理"><a href="#压缩原理" class="headerlink" title="压缩原理"></a>压缩原理</h2><p>对于文本文件,里面的每一个字符都是8位的ASCII字符.</p>
<p>比如对于’python’, 是这样存储的:</p>
<p>01110000 01111001 01110100 01101000 01101111 01101110</p>
<p>我们可以为每个字符指定一个编码, 满足不同的字符编码不同, 出现频率高的字符分配到的编码短的条件.比如为’python’的6个字符分别分配0, 1, 00, 01, 10, 11的编码. 再将编码信息(0100011011)写入文件, 就达到了压缩的目的.</p>
<h2 id="霍夫曼编码-Huffman-Coding"><a href="#霍夫曼编码-Huffman-Coding" class="headerlink" title="霍夫曼编码(Huffman Coding)"></a>霍夫曼编码(Huffman Coding)</h2><p><a href="https://zh.wikipedia.org/wiki/%E9%9C%8D%E5%A4%AB%E6%9B%BC%E7%BC%96%E7%A0%81">霍夫曼编码-维基百科</a></p>
<p>霍夫曼编码是无损数据压缩和权编码算法. 所谓权编码, 就是根据源符号出现的概率大小分配不同长度的编码。出现概率高的符号分配短码,概率低的符号分配长码.</p>
<p>霍夫曼编码通过构建一颗最优二叉树(一种带权路径长度最短的二叉树)来为符号分配编码.所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度. <strong>权值为符号出现频数</strong>.<br><a href="https://dn-anything-about-doc.qbox.me/document-uid18510labid2439timestamp1482735103035.png/wm"></a></p>
<!--
压缩原理对于文本文件,里面的每一个字符都是8位的ASCII字符.
比如对于’python’, 是这样存储的:
01110000 01111001 01110100 01101000 01101111 01101110
我们可以为每个字符指定一个编码, 满足不同的字符编码不同, 出现频率高的字符分配到的编码短的条件.比如为’python’的6个字符分别分配0, 1, 00, 0...... -->
<p class="article-more-link">
<a href="/2017/02/20/文本文件压缩(Python)/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/algorithm/">algorithm</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/python/">python</a></li></ul>
</footer>
</div>
</article>
<!-- Table of Contents -->
</section>
</div>
<div align="center" style="margin-top: 30px;"><hr class="hr" style="margin:0px; height:3px;"></div>
<footer id="footer">
<div class="container">
<div class="row">
<p> Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> and <a href="https://github.com/iTimeTraveler/hexo-theme-hiker" target="_blank">Hexo-theme-hiker</a> </p>
<p id="copyRightEn">Copyright © 2017 - 2017 CODE is POETRY All Rights Reserved.</p>
<p id="copyRightCn">Wayne hold copyright</p>
</div>
</div>
</footer>
<!-- min height -->
<script>
var wrapdiv = document.getElementById("wrap");
var contentdiv = document.getElementById("content");
var allheader = document.getElementById("allheader");
wrapdiv.style.minHeight = document.body.offsetHeight + "px";
if (allheader != null) {
contentdiv.style.minHeight = document.body.offsetHeight - allheader.offsetHeight - document.getElementById("footer").offsetHeight + "px";
} else {
contentdiv.style.minHeight = document.body.offsetHeight - document.getElementById("footer").offsetHeight + "px";
}
</script>
</div>
<!-- <nav id="mobile-nav">
<a href="/" class="mobile-nav-link">Home</a>
<a href="/archives" class="mobile-nav-link">Archives</a>
<a href="/tags" class="mobile-nav-link">Tags</a>
<a href="/about" class="mobile-nav-link">About</a>
</nav> -->
<div style="display: none;">
<script src="https://s11.cnzz.com/z_stat.php?id=1260716016&web_id=1260716016" language="JavaScript"></script>
</div>
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</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>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script src="/js/script.js"></script>
<script src="/js/bootstrap.js"></script>
<script src="/js/home.js"></script>
</div>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" id="myModalLabel">设置</h2>
</div>
<hr style="margin-top:0px; margin-bottom:0px; width:80%; border-top: 3px solid #000;">
<hr style="margin-top:2px; margin-bottom:0px; width:80%; border-top: 1px solid #000;">
<div class="modal-body">
<div style="margin:6px;">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
正文字号大小
</a>
</div>
<div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
您已调整页面字体大小
</div>
</div>
<div style="margin:6px;">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo">
夜间护眼模式
</a>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
夜间模式已经开启,再次单击按钮即可关闭
</div>
</div>
<div>
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="true" aria-controls="collapseThree"> 关 于 </a>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
CODE is POETRY
</div>
<div class="panel-body">
Copyright © 2017 Wayne All Rights Reserved.
</div>
</div>
</div>
<hr style="margin-top:0px; margin-bottom:0px; width:80%; border-top: 1px solid #000;">
<hr style="margin-top:2px; margin-bottom:0px; width:80%; border-top: 3px solid #000;">
<div class="modal-footer">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
</div>
</div>
</div>
<a id="rocket" href="#top" class=""></a>
<script type="text/javascript" src="/js/totop.js?v=1.0.0" async=""></script>
<div style="display: none;">
<script src="https://s95.cnzz.com/z_stat.php?id=1260716016&web_id=1260716016" language="JavaScript"></script>
</div>
</body>
</html>
You can’t perform that action at this time.