-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
797 lines (486 loc) · 23.3 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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
<!DOCTYPE html>
<html>
<head><meta name="generator" content="Hexo 3.9.0">
<meta charset="utf-8">
<title>烨然</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<!-- No Baidu Siteapp-->
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="description" content="烨然的个人天地">
<meta property="og:type" content="website">
<meta property="og:title" content="烨然">
<meta property="og:url" content="http://gaoye.xyz/index.html">
<meta property="og:site_name" content="烨然">
<meta property="og:description" content="烨然的个人天地">
<meta property="og:locale" content="zh-CN">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="烨然">
<meta name="twitter:description" content="烨然的个人天地">
<meta name="twitter:creator" content="@/img/001.jpg">
<link rel="icon" href="/img/001.jpg">
<meta name="mobile-web-app-capable" content="yes">
<!-- Add to homescreen for Chrome on Android -->
<link rel="icon" sizes="192x192" href="/img/001.jpg">
<!-- Add to homescreen for Safari on iOS -->
<link rel="apple-touch-icon-precomposed" href="/img/001.jpg">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="/img/001.jpg">
<meta name="msapplication-TileColor" content="#0e90d2">
<link rel="stylesheet" href="/css/style.css">
<!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.min.js"></script><![endif]-->
<script type="text/javascript">
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?10f2720e6f47d1b4a5ebc811df8dc361";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head></html>
<body>
<div id="container">
<div id="wrap">
<header id="header">
<div id="banner"></div>
<div id="header-outer" class="outer">
<div id="header-title" class="inner">
<h1 id="logo-wrap">
<a href="/" id="logo">烨然</a>
</h1>
<h2 id="subtitle-wrap">
<a href="/" id="subtitle">面朝大海 春暖花开</a>
</h2>
</div>
<div id="header-inner" class="inner">
<nav id="main-nav">
<a id="main-nav-toggle" class="nav-icon"></a>
<a class="main-nav-link" href="/">首页</a>
<a class="main-nav-link" href="/archives">归档</a>
<a class="main-nav-link" href="/about">关于</a>
</nav>
<!--
<nav id="sub-nav">
<a id="nav-search-btn" class="nav-icon" title="Search"></a>
</nav>
<div id="search-form-wrap">
<form action="//www.baidu.com/baidu" method="get" accept-charset="utf-8" class="search-form">
<input type="search" name="word" maxlength="20" class="search-form-input" placeholder="Search">
<input type="submit" value="" class="search-form-submit">
<input name=tn type=hidden value="bds">
<input name=cl type=hidden value="3">
<input name=ct type=hidden value="2097152">
<input type="hidden" name="si" value="gaoye.xyz">
</form>
</div>
-->
</div>
</div>
</header>
<div class="outer">
<section id="main">
<article id="post-hello-world" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2020/02/10/hello-world/" class="article-date">
<time datetime="2020-02-10T09:59:29.091Z" itemprop="datePublished">2020-02-10</time>
</a>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2020/02/10/hello-world/">Hello World</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<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>
<p class="article-more-link">
<a href="/2020/02/10/hello-world/#more">阅读全文</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://gaoye.xyz/2020/02/10/hello-world/" data-id="ck6gam9ms0002y8unaiujwa36" class="article-share-link" data-share="baidu" data-title="Hello World">分享到</a>
<a href="http://gaoye.xyz/2020/02/10/hello-world/#ds-thread" class="article-comment-link">评论</a>
</footer>
</div>
</article>
<article id="post-环境配置" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2019/11/13/环境配置/" class="article-date">
<time datetime="2019-11-13T07:08:11.000Z" itemprop="datePublished">2019-11-13</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/环境配置/">环境配置</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/11/13/环境配置/">环境配置</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>记录配置环境时一些默认参数,方便日后查看</p>
<p class="article-more-link">
<a href="/2019/11/13/环境配置/#more">阅读全文</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://gaoye.xyz/2019/11/13/环境配置/" data-id="ck6gam9n80009y8unkalrgas4" class="article-share-link" data-share="baidu" data-title="环境配置">分享到</a>
<a href="http://gaoye.xyz/2019/11/13/环境配置/#ds-thread" class="article-comment-link">评论</a>
</footer>
</div>
</article>
<article id="post-赤壁赋" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2019/10/12/赤壁赋/" class="article-date">
<time datetime="2019-10-12T12:46:41.000Z" itemprop="datePublished">2019-10-12</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/古文/">古文</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/10/12/赤壁赋/">赤壁赋</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p> 壬戌之秋,七月既望,苏子与客泛舟,游于赤壁之下</p>
<p class="article-more-link">
<a href="/2019/10/12/赤壁赋/#more">阅读全文</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://gaoye.xyz/2019/10/12/赤壁赋/" data-id="ck6gam9nj000ey8un6yp5oqa7" class="article-share-link" data-share="baidu" data-title="赤壁赋">分享到</a>
<a href="http://gaoye.xyz/2019/10/12/赤壁赋/#ds-thread" class="article-comment-link">评论</a>
</footer>
</div>
</article>
<article id="post-博客恢复说明" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2019/08/28/博客恢复说明/" class="article-date">
<time datetime="2019-08-28T07:39:16.000Z" itemprop="datePublished">2019-08-28</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/其他/">其他</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/08/28/博客恢复说明/">博客恢复说明</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>当在新的计算机上需要重新搭建一个自己的博客空间时</p>
<p class="article-more-link">
<a href="/2019/08/28/博客恢复说明/#more">阅读全文</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://gaoye.xyz/2019/08/28/博客恢复说明/" data-id="ck6gam9n30006y8unqctwnxvt" class="article-share-link" data-share="baidu" data-title="博客恢复说明">分享到</a>
<a href="http://gaoye.xyz/2019/08/28/博客恢复说明/#ds-thread" class="article-comment-link">评论</a>
</footer>
</div>
</article>
<article id="post-19-06-02" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2019/06/02/19-06-02/" class="article-date">
<time datetime="2019-06-02T11:46:41.000Z" itemprop="datePublished">2019-06-02</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/月记/">月记</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/06/02/19-06-02/">五月</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p> 五月初时跟导师在一次愉快的聊天中,告诉导师自己想留在其名下读研的决定,导师表示很欢迎。那天的天气好像没什么特别,也没什么特别激动或者失落的想法,尽管深知这个协议一旦达成,自己就要在西工大过完硕士研究生生涯。</p>
<p class="article-more-link">
<a href="/2019/06/02/19-06-02/#more">阅读全文</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://gaoye.xyz/2019/06/02/19-06-02/" data-id="ck6gam9mh0000y8unowylf9ry" class="article-share-link" data-share="baidu" data-title="五月">分享到</a>
<a href="http://gaoye.xyz/2019/06/02/19-06-02/#ds-thread" class="article-comment-link">评论</a>
</footer>
</div>
</article>
<article id="post-花花草草" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2019/05/20/花花草草/" class="article-date">
<time datetime="2019-05-20T11:04:43.000Z" itemprop="datePublished">2019-05-20</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/风景/">风景</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/05/20/花花草草/">花花草草</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>花花草草</p>
<p class="article-more-link">
<a href="/2019/05/20/花花草草/#more">阅读全文</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://gaoye.xyz/2019/05/20/花花草草/" data-id="ck6gam9na000ay8un9p5p6ona" class="article-share-link" data-share="baidu" data-title="花花草草">分享到</a>
<a href="http://gaoye.xyz/2019/05/20/花花草草/#ds-thread" class="article-comment-link">评论</a>
</footer>
</div>
</article>
<article id="post-博客搭建总结" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2019/05/18/博客搭建总结/" class="article-date">
<time datetime="2019-05-18T07:39:16.000Z" itemprop="datePublished">2019-05-18</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/其他/">其他</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/05/18/博客搭建总结/">博客搭建总结</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>经过一段时间的折腾,终于对搭建出一个自己满意的博客。</p>
<p class="article-more-link">
<a href="/2019/05/18/博客搭建总结/#more">阅读全文</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://gaoye.xyz/2019/05/18/博客搭建总结/" data-id="ck6gam9n60007y8ung8pl014c" class="article-share-link" data-share="baidu" data-title="博客搭建总结">分享到</a>
<a href="http://gaoye.xyz/2019/05/18/博客搭建总结/#ds-thread" class="article-comment-link">评论</a>
</footer>
</div>
</article>
<article id="post-诫子书" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2019/05/15/诫子书/" class="article-date">
<time datetime="2019-05-15T12:03:06.000Z" itemprop="datePublished">2019-05-15</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/古文/">古文</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/05/15/诫子书/">诫子书</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>《诫子书》</p>
<p class="article-more-link">
<a href="/2019/05/15/诫子书/#more">阅读全文</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://gaoye.xyz/2019/05/15/诫子书/" data-id="ck6gam9ne000dy8unotzlde56" class="article-share-link" data-share="baidu" data-title="诫子书">分享到</a>
<a href="http://gaoye.xyz/2019/05/15/诫子书/#ds-thread" class="article-comment-link">评论</a>
</footer>
</div>
</article>
<article id="post-hexo个人博客搭建" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2019/05/12/hexo个人博客搭建/" class="article-date">
<time datetime="2019-05-12T08:32:03.000Z" itemprop="datePublished">2019-05-12</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/其他/">其他</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2019/05/12/hexo个人博客搭建/">hexo个人博客搭建</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>使用gitee托管平台搭配hexo工具搭建个人博客</p>
<p class="article-more-link">
<a href="/2019/05/12/hexo个人博客搭建/#more">阅读全文</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://gaoye.xyz/2019/05/12/hexo个人博客搭建/" data-id="ck6gam9my0005y8untky3lsdo" class="article-share-link" data-share="baidu" data-title="hexo个人博客搭建">分享到</a>
<a href="http://gaoye.xyz/2019/05/12/hexo个人博客搭建/#ds-thread" class="article-comment-link">评论</a>
</footer>
</div>
</article>
</section>
<aside id="sidebar">
<div class="widget-wrap">
<h3 class="widget-title">分类</h3>
<div class="widget">
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/其他/">其他</a><span class="category-list-count">3</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/古文/">古文</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/月记/">月记</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/环境配置/">环境配置</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/风景/">风景</a><span class="category-list-count">1</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">来关注我</h3>
<div class="widget">
<ul>
<!--
<div style="text-align: center;">
<img src="https://weibo.com/u/5572436107" style="width: 100%; max-width: 100px;">
<img src="https://s2.ax1x.com/2019/05/07/ErhHTP.md.jpg" style="width: 100%; max-width: 180px;">
</div>
-->
<li>
<a href="https://weibo.com/u/5572436107" target="_blank">1. 我的「微博」</a>
</li>
<!-- -->
<li>
<a href="https://www.zhihu.com/people/gao-ye-64-7" target="_blank">2. 我的「知乎」</a>
</li>
<!-- -->
<li>
<a href="https://blog.csdn.net/yuan_chen_" target="_blank">3. 我的「CSDN」</a>
</li>
<!-- -->
<li>
<a href="https://www.cnblogs.com/yeran" target="_blank">4. 我的「博客园」</a>
</li>
<!-- -->
<li>
<a href="https://www.v2ex.com/member/gaoyexyz" target="_blank">5. 我的「V2EX」</a>
</li>
<!-- -->
<li>
<a href="https://github.com/gao-ye" target="_blank">6. 我的「GitHub」</a>
</li>
<!-- -->
<li>
<a href="https://gaoye.xyz" target="_blank">7. 我的「主页」</a>
</li>
</ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">归档</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/02/">2020年 02月</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/11/">2019年 11月</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/10/">2019年 10月</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/08/">2019年 08月</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/06/">2019年 06月</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/05/">2019年 05月</a><span class="archive-list-count">4</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">近期文章</h3>
<div class="widget">
<ul>
<li>
<a href="/2020/02/10/hello-world/">Hello World</a>
</li>
<li>
<a href="/2019/11/13/环境配置/">环境配置</a>
</li>
<li>
<a href="/2019/10/12/赤壁赋/">赤壁赋</a>
</li>
<li>
<a href="/2019/08/28/博客恢复说明/">博客恢复说明</a>
</li>
<li>
<a href="/2019/06/02/19-06-02/">五月</a>
</li>
</ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">友情链接</h3>
<div class="widget">
<ul>
<li>
<a href="https://segmentfault.com/" target="_blank">SegmentFault</a>
</li>
</ul>
</div>
</div>
</aside>
</div>
<footer id="footer">
<script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js">
</script>
<div class="outer">
<div id="footer-info" class="inner">
Copyright © 2012 - 2020 <a href="/" target="_blank">烨然</a>.
<!-- <span id="busuanzi_container_site_pv">
总访问量 <a href="http://service.ibruce.info/" target="_blank"><span id="busuanzi_value_site_pv"></span></a> 次
</span>
<span id="busuanzi_container_site_uv">
<a href="http://service.ibruce.info/" target="_blank"><span id="busuanzi_value_site_uv"></span></a> 人.
</span> -->
<span>
<a href="http://www.miibeian.gov.cn" >皖ICP备19015192号</a>.
</span>
</div>
</div>
</footer>
</div>
<nav id="mobile-nav">
<a href="/" class="mobile-nav-link">首页</a>
<a href="/archives" class="mobile-nav-link">归档</a>
<a href="/about" class="mobile-nav-link">关于</a>
</nav>
<!-- totop start -->
<div id="totop">
<a title="返回顶部"><img src="/img/scrollup.png"/></a>
</div>
<!-- totop end -->
<!-- 多说公共js代码 start -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"shijiajie"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共js代码 end -->
<!-- 百度分享 start -->
<div id="article-share-box" class="article-share-box">
<div id="bdshare" class="bdsharebuttonbox article-share-links">
<a class="article-share-weibo" data-cmd="tsina" title="分享到新浪微博"></a>
<a class="article-share-weixin" data-cmd="weixin" title="分享到微信"></a>
<a class="article-share-qq" data-cmd="sqq" title="分享到QQ"></a>
<a class="article-share-renren" data-cmd="renren" title="分享到人人网"></a>
<a class="article-share-more" data-cmd="more" title="更多"></a>
</div>
</div>
<script>
function SetShareData(cmd, config) {
if (shareDataTitle && shareDataUrl) {
config.bdText = shareDataTitle;
config.bdUrl = shareDataUrl;
}
return config;
}
window._bd_share_config={
"common":{onBeforeClick: SetShareData},
"share":{"bdCustomStyle":"/css/bdshare.css"}
};
with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='//bdimg.share.baidu.com/static/api/js/share.js?cdnversion='+~(-new Date()/36e5)];
</script>
<!-- 百度分享 end -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/js/script.js"></script>
</div>
</body>
</html>