-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathTheSoundofSilence.html
926 lines (851 loc) · 53.5 KB
/
TheSoundofSilence.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
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
<!DOCTYPE html>
<html lang="zh-Hant"
>
<head>
<title>寂静之声The Sound of Silence[Simon&Garfunkel] - mx's blog</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#6b5594">
<meta name="msapplication-navbutton-color" content="#6b5594">
<meta name="apple-mobile-web-app-status-bar-style" content="#6b5594">
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="https://x-wei.github.io/TheSoundofSilence.html">
<meta name="author" content="mx" />
<meta name="keywords" content="Simon&Garfunkel" />
<meta name="description" content="所有事都完成, 开始写歌评. intro引子 本来我是计划从老鹰的一首歌开始写的, 昨天甚至计划好了第一首就写Hotel California. BUT SOMEHOW, 决定第一首写它, 寂静之声(SoS). 如果把硬盘里的歌全部删了, 只能留十首歌的话, 我是肯定会留下这一首. 歌名: The Sound of Silence 专辑: The Graduate 歌手: Simon&Garfunkel 年代: 1967 不必多说, 这首歌应该知名度很高的吧, 西蒙与加芬科的成名作. Simon&Garfunkel组合凭借电影<<毕业生>>的两首配乐被许多人所熟知(另一首是Scarborough Fair). 以下摘自百度百科: 《寂静之声》旋律飘缓低迷,歌词充满了一种幻觉般的意境。细细听来,仿佛在诉说着年轻无助的一种宣泄。眼前似乎看到一个懵懂无知的女孩,独自一人行走在铺着鹅卵石的狭窄、清冷的小巷里,喧嚣的人群在她身后渐渐远去,前面是没有尽头的黑夜……歌曲如果说是属于民谣的话似乎太深邃,如果说随着强劲的乐曲而震荡的节奏是摇滚的话,却太细腻 ..." />
<meta property="og:site_name" content="mx's blog" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="寂静之声The Sound of Silence[Simon&Garfunkel]"/>
<meta property="og:url" content="https://x-wei.github.io/TheSoundofSilence.html"/>
<meta property="og:description" content="所有事都完成, 开始写歌评. intro引子 本来我是计划从老鹰的一首歌开始写的, 昨天甚至计划好了第一首就写Hotel California. BUT SOMEHOW, 决定第一首写它, 寂静之声(SoS). 如果把硬盘里的歌全部删了, 只能留十首歌的话, 我是肯定会留下这一首. 歌名: The Sound of Silence 专辑: The Graduate 歌手: Simon&Garfunkel 年代: 1967 不必多说, 这首歌应该知名度很高的吧, 西蒙与加芬科的成名作. Simon&Garfunkel组合凭借电影<<毕业生>>的两首配乐被许多人所熟知(另一首是Scarborough Fair). 以下摘自百度百科: 《寂静之声》旋律飘缓低迷,歌词充满了一种幻觉般的意境。细细听来,仿佛在诉说着年轻无助的一种宣泄。眼前似乎看到一个懵懂无知的女孩,独自一人行走在铺着鹅卵石的狭窄、清冷的小巷里,喧嚣的人群在她身后渐渐远去,前面是没有尽头的黑夜……歌曲如果说是属于民谣的话似乎太深邃,如果说随着强劲的乐曲而震荡的节奏是摇滚的话,却太细腻 ..."/>
<meta property="article:published_time" content="2012-06-05" />
<meta property="article:section" content="music" />
<meta property="article:tag" content="Simon&Garfunkel" />
<meta property="article:author" content="mx" />
<meta property="og:image"
content="https://x-wei.github.io/TheSoundofSilence.png"/>
<!-- Bootstrap -->
<link href="https://x-wei.github.io/theme/css/bootstrap.min.css" rel="stylesheet">
<link href="https://x-wei.github.io/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="https://x-wei.github.io/theme/css/pygments/manni.css" rel="stylesheet">
<link href="https://x-wei.github.io/theme/tipuesearch/tipuesearch.css" rel="stylesheet">
<link rel="stylesheet" href="https://x-wei.github.io/theme/css/style.css" type="text/css"/>
<link href="https://x-wei.github.io/feeds/atom.xml" type="application/atom+xml" rel="alternate"
title="mx's blog ATOM Feed"/>
<link href="https://x-wei.github.io/theme/css/material.min.css" rel="stylesheet">
<link href="https://x-wei.github.io/theme/css/ripples.css" rel="stylesheet">
</head>
<body>
<div style="display:none" id="title">寂静之声The Sound of Silence[Simon&Garfunkel] - mx's blog</div>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">切换导航</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="https://x-wei.github.io/" class="navbar-brand">
mx's blog </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="dropdown hidden-md hidden-lg hidden-xl">
<a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0)">
<i class="fa fa-user"></i><span class="caret"></span>
</a>
<ul class="dropdown-menu">
</ul>
</li>
<ul class="nav navbar-nav hidden-xs hidden-sm">
</ul>
</ul>
<ul class="nav navbar-nav hidden-md hidden-lg hidden-xl">
<li class="dropdown hidden-md hidden-lg hidden-xl">
<a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0)">
<i class="fa fa-folder-o"></i><span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li >
<a href="https://x-wei.github.io/category/misc.html"><i class="fa fa-folder-o"></i> Misc</a>
</li>
<li class="active">
<a href="https://x-wei.github.io/category/music.html"><i class="fa fa-folder-o"></i> Music</a>
</li>
<li >
<a href="https://x-wei.github.io/category/notes.html"><i class="fa fa-folder-o"></i> Notes</a>
</li>
<li >
<a href="https://x-wei.github.io/category/soft.html"><i class="fa fa-folder-o"></i> Soft</a>
</li>
<li >
<a href="https://x-wei.github.io/category/tech.html"><i class="fa fa-folder-o"></i> Tech</a>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav hidden-xs hidden-sm">
<li >
<a href="https://x-wei.github.io/category/misc.html"><i class="fa fa-folder-o"></i> Misc</a>
</li>
<li class="active">
<a href="https://x-wei.github.io/category/music.html"><i class="fa fa-folder-o"></i> Music</a>
</li>
<li >
<a href="https://x-wei.github.io/category/notes.html"><i class="fa fa-folder-o"></i> Notes</a>
</li>
<li >
<a href="https://x-wei.github.io/category/soft.html"><i class="fa fa-folder-o"></i> Soft</a>
</li>
<li >
<a href="https://x-wei.github.io/category/tech.html"><i class="fa fa-folder-o"></i> Tech</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right hidden-sm hidden-md hidden-lg hidden-xl">
<li class="dropdown hidden-md hidden-lg hidden-xl">
<a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0)">
<i class="fa fa-search"></i><span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><span>
<form class="navbar-search" action="/search.html">
<input type="text" class="search-query form-control col-lg-16" placeholder="Search" name="q" id="tipue_search_input" required>
</form></span>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-right navbar-form hidden-xs">
<li><span>
<form class="navbar-search" action="/search.html">
<input type="text" class="search-query form-control col-lg-16" placeholder="查找" name="q" id="tipue_search_input" required>
</form></span>
</li>
</ul>
<ul class="nav navbar-nav navbar-right hidden-xs">
<li><a href="https://x-wei.github.io/archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archive</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container" style="min-height: 100%;height: auto !important;height: 100%;">
<div class="row" style="padding-bottom:80px;padding-top:80px;">
<div class="col-xl-21 col-lg-20 col-md-18">
<div id="loading-block">
<ol class="breadcrumb">
<li><a href="https://x-wei.github.io/" title="mx's blog"><i class="fa fa-home fa-lg"></i></a></li>
<li><a href="https://x-wei.github.io/category/music.html" title="music">music</a></li>
<li class="active">寂静之声The Sound of Silence[Simon&Garfunkel]</li>
</ol>
<section id="content" class="article-content">
<article>
<header class="page-header jumbotron jumbotron-primary panel-primary" id="article-header">
<div class="panel-heading">
<h1>
寂静之声The Sound of Silence[Simon&Garfunkel]
<a href="https://x-wei.github.io/TheSoundofSilence.html"
rel="bookmark"
class="btn btn-primary btn-lg"
title="到 寂静之声The Sound of Silence[Simon&Garfunkel] 的永久链接">
<i class="mdi-action-launch"></i>
</a>
</h1>
</div>
<div class="panel-body">
<div class="post-info">
<span class="published">
<time datetime="2012-06-05T00:00:00+02:00"><i class="fa fa-calendar"></i> Tue, 05 Jun 2012</time>
</span>
<span class="btn-group">
<a href="https://x-wei.github.io/tag/simongarfunkel.html" class="btn btn-primary btn-xs"><i class="fa fa-tag"></i> Simon&Garfunkel</a>
</span>
</div><!-- /.post-info --> </div>
</header>
<div class="entry-content jumbotron" id="article-content">
<div class="panel panel-default">
<div class="panel-heading">
目录
</div>
<div class="panel-boy">
<div id="toc"><ul><li><a class="toc-href" href="#introyin-zi" title="intro引子">intro引子</a></li><li><a class="toc-href" href="#lyricsge-ci" title="lyrics歌词">lyrics歌词</a></li><li><a class="toc-href" href="#remarkjian-ping" title="remark简评">remark简评</a></li><li><a class="toc-href" href="#versionsban-ben" title="versions版本">versions版本</a></li></ul></div>
</div>
</div>
<p>所有事都完成, 开始写歌评.</p>
<h2 id="introyin-zi">intro引子</h2>
<p>本来我是计划从老鹰的一首歌开始写的, 昨天甚至计划好了第一首就写Hotel California. </p>
<p>BUT SOMEHOW, 决定第一首写它, 寂静之声(SoS).</p>
<p><img alt="" class="img-responsive" src="../images/./TheSoundofSilence/SnG.jpg"/></p>
<p>如果把硬盘里的歌全部删了, 只能留十首歌的话, 我是肯定会留下这一首.</p>
<blockquote>
<ul>
<li>歌名: The Sound of Silence</li>
<li>专辑: The Graduate</li>
<li>歌手: Simon&Garfunkel</li>
<li>年代: 1967</li>
</ul>
</blockquote>
<p>不必多说, 这首歌应该知名度很高的吧, 西蒙与加芬科的成名作. Simon&Garfunkel组合凭借电影<<毕业生>>的两首配乐被许多人所熟知(另一首是Scarborough Fair). </p>
<p><img alt="" class="img-responsive" src="../images/./TheSoundofSilence/Graduate.jpg"/></p>
<p>以下摘自百度百科:</p>
<blockquote>
<p>《寂静之声》旋律飘缓低迷,歌词充满了一种幻觉般的意境。细细听来,仿佛在诉说着年轻无助的一种宣泄。眼前似乎看到一个懵懂无知的女孩,独自一人行走在铺着鹅卵石的狭窄、清冷的小巷里,喧嚣的人群在她身后渐渐远去,前面是没有尽头的黑夜……歌曲如果说是属于民谣的话似乎太深邃,如果说随着强劲的乐曲而震荡的节奏是摇滚的话,却太细腻,音乐上它造就了类的中和体,这应该是它成功的最大原因。</p>
</blockquote>
<h2 id="lyricsge-ci">lyrics歌词</h2>
<div class="highlight"><pre><span class="code-line"><span></span><span class="n">Hello</span> <span class="n">darkness</span><span class="p">,</span> <span class="n">my</span> <span class="k">old</span> <span class="n">friend</span><span class="p">,</span></span>
<span class="code-line"><span class="n">I</span><span class="err">’</span><span class="n">ve</span> <span class="n">come</span> <span class="k">to</span> <span class="n">talk</span> <span class="k">with</span> <span class="n">you</span> <span class="n">again</span><span class="p">,</span></span>
<span class="code-line"><span class="n">Because</span> <span class="n">a</span> <span class="n">vision</span> <span class="n">softly</span> <span class="n">creeping</span><span class="p">,</span></span>
<span class="code-line"><span class="k">Left</span> <span class="n">its</span> <span class="n">seeds</span> <span class="n">while</span> <span class="n">I</span> <span class="n">was</span> <span class="n">sleeping</span><span class="p">,</span></span>
<span class="code-line"><span class="k">And</span> <span class="n">the</span> <span class="n">vision</span> <span class="n">that</span> <span class="n">was</span> <span class="n">planted</span> <span class="k">in</span> <span class="n">my</span> <span class="n">brain</span></span>
<span class="code-line"><span class="n">Still</span> <span class="n">remains</span></span>
<span class="code-line"><span class="n">Within</span> <span class="n">the</span> <span class="n">sound</span> <span class="k">of</span> <span class="n">silence</span><span class="p">.</span></span>
<span class="code-line"></span>
<span class="code-line"><span class="k">In</span> <span class="n">restless</span> <span class="n">dreams</span> <span class="n">I</span> <span class="n">walked</span> <span class="n">alone</span></span>
<span class="code-line"><span class="n">Narrow</span> <span class="n">streets</span> <span class="k">of</span> <span class="n">cobblestone</span><span class="p">,</span></span>
<span class="code-line"><span class="n">Neath</span> <span class="n">the</span> <span class="n">halo</span> <span class="k">of</span> <span class="n">a</span> <span class="n">street</span> <span class="n">lamp</span><span class="p">,</span></span>
<span class="code-line"><span class="n">I</span> <span class="n">turned</span> <span class="n">my</span> <span class="n">collar</span> <span class="k">to</span> <span class="n">the</span> <span class="n">cold</span> <span class="k">and</span> <span class="n">damp</span></span>
<span class="code-line"><span class="k">When</span> <span class="n">my</span> <span class="n">eyes</span> <span class="n">were</span> <span class="n">stabbed</span> <span class="k">by</span> <span class="n">the</span> <span class="n">flash</span> <span class="k">of</span> <span class="n">a</span> <span class="n">neon</span> <span class="n">light</span></span>
<span class="code-line"><span class="n">That</span> <span class="n">split</span> <span class="n">the</span> <span class="n">night</span></span>
<span class="code-line"><span class="k">And</span> <span class="n">touched</span> <span class="n">the</span> <span class="n">sound</span> <span class="k">of</span> <span class="n">silence</span><span class="p">.</span></span>
<span class="code-line"></span>
<span class="code-line"><span class="k">And</span> <span class="k">in</span> <span class="n">the</span> <span class="n">naked</span> <span class="n">light</span> <span class="n">I</span> <span class="n">saw</span></span>
<span class="code-line"><span class="n">Ten</span> <span class="n">thousand</span> <span class="n">people</span><span class="p">,</span> <span class="n">maybe</span> <span class="k">more</span><span class="p">.</span></span>
<span class="code-line"><span class="n">People</span> <span class="n">talking</span> <span class="k">without</span> <span class="n">speaking</span><span class="p">,</span></span>
<span class="code-line"><span class="n">People</span> <span class="n">hearing</span> <span class="k">without</span> <span class="n">listening</span><span class="p">,</span></span>
<span class="code-line"><span class="n">People</span> <span class="n">writing</span> <span class="n">songs</span> <span class="n">that</span> <span class="n">voices</span> <span class="n">never</span> <span class="k">share</span></span>
<span class="code-line"><span class="k">And</span> <span class="k">no</span> <span class="n">one</span> <span class="n">deared</span></span>
<span class="code-line"><span class="n">Disturb</span> <span class="n">the</span> <span class="n">sound</span> <span class="k">of</span> <span class="n">silence</span><span class="p">.</span></span>
<span class="code-line"></span>
<span class="code-line"><span class="err">“</span><span class="n">Fools</span><span class="err">”</span> <span class="n">said</span> <span class="n">I</span><span class="p">,</span><span class="err">”</span><span class="n">You</span> <span class="k">do</span> <span class="k">not</span> <span class="n">know</span></span>
<span class="code-line"><span class="n">Silence</span> <span class="k">like</span> <span class="n">a</span> <span class="n">cancer</span> <span class="n">grows</span><span class="p">.</span></span>
<span class="code-line"><span class="n">Hear</span> <span class="n">my</span> <span class="n">words</span> <span class="n">that</span> <span class="n">I</span> <span class="n">might</span> <span class="n">teach</span> <span class="n">you</span><span class="p">,</span></span>
<span class="code-line"><span class="n">Take</span> <span class="n">my</span> <span class="n">arms</span> <span class="n">that</span> <span class="n">I</span> <span class="n">might</span> <span class="n">reach</span> <span class="n">you</span><span class="p">.</span><span class="err">”</span></span>
<span class="code-line"><span class="n">But</span> <span class="n">my</span> <span class="n">words</span> <span class="k">like</span> <span class="n">silent</span> <span class="n">raindrops</span> <span class="n">fell</span><span class="p">,</span></span>
<span class="code-line"><span class="k">And</span> <span class="n">echoed</span></span>
<span class="code-line"><span class="k">In</span> <span class="n">the</span> <span class="n">wells</span> <span class="k">of</span> <span class="n">silence</span></span>
<span class="code-line"></span>
<span class="code-line"><span class="k">And</span> <span class="n">the</span> <span class="n">people</span> <span class="n">bowed</span> <span class="k">and</span> <span class="n">prayed</span> </span>
<span class="code-line"><span class="k">To</span> <span class="n">the</span> <span class="n">neon</span> <span class="n">god</span> <span class="n">they</span> <span class="n">made</span><span class="p">.</span></span>
<span class="code-line"><span class="k">And</span> <span class="n">the</span> <span class="n">sign</span> <span class="n">flashed</span> <span class="k">out</span> <span class="n">its</span> <span class="n">warning</span><span class="p">,</span></span>
<span class="code-line"><span class="k">In</span> <span class="n">the</span> <span class="n">words</span> <span class="n">that</span> <span class="n">it</span> <span class="n">was</span> <span class="n">forming</span><span class="p">.</span></span>
<span class="code-line"><span class="k">And</span> <span class="n">the</span> <span class="n">signs</span> <span class="n">said</span><span class="p">,</span> <span class="n">The</span> <span class="n">words</span> <span class="k">of</span> <span class="n">the</span> <span class="n">prophets</span></span>
<span class="code-line"><span class="k">are</span> <span class="n">written</span> <span class="k">on</span> <span class="n">the</span> <span class="n">subway</span> <span class="n">walls</span></span>
<span class="code-line"><span class="k">And</span> <span class="n">tenement</span> <span class="n">halls</span><span class="p">.</span></span>
<span class="code-line"><span class="k">And</span> <span class="n">whisper</span><span class="err">’</span><span class="n">d</span> <span class="k">in</span> <span class="n">the</span> <span class="n">sounds</span> <span class="k">of</span> <span class="n">silence</span><span class="p">.</span></span>
<span class="code-line"></span>
<span class="code-line"><span class="err">黑暗,老朋友,我来了</span></span>
<span class="code-line"><span class="err">又想同你谈谈</span></span>
<span class="code-line"><span class="err">突然有一种幻觉悄悄来临</span></span>
<span class="code-line"><span class="err">趁着我入睡时播下了种子</span></span>
<span class="code-line"><span class="err">那些个在我脑海中不停滋生的幻觉啊</span></span>
<span class="code-line"><span class="err">还仍然滞留在寂寞之声中</span></span>
<span class="code-line"></span>
<span class="code-line"><span class="err">在永无休止的梦里</span></span>
<span class="code-line"><span class="err">我孤独地行走在</span></span>
<span class="code-line"><span class="err">狭窄的布满圆石的路上</span></span>
<span class="code-line"><span class="err">行走在路灯的光晕下</span></span>
<span class="code-line"><span class="err">感到有点寒冷潮湿</span></span>
<span class="code-line"><span class="err">于是我翻竖起衣领</span></span>
<span class="code-line"><span class="err">那盏刺痛我双眼的霓红灯</span></span>
<span class="code-line"><span class="err">划破了夜晚</span></span>
<span class="code-line"><span class="err">触到了寂寞的音符</span></span>
<span class="code-line"></span>
<span class="code-line"><span class="err">在那无遮蔽的灯光下</span></span>
<span class="code-line"><span class="err">我看见成千上万的人</span></span>
<span class="code-line"><span class="err">也许更多</span></span>
<span class="code-line"><span class="err">人们无声地诉说着</span></span>
<span class="code-line"><span class="err">人们无语地倾听着</span></span>
<span class="code-line"><span class="err">他们写出一首首歌曲</span></span>
<span class="code-line"><span class="err">却没有一个人去唱</span></span>
<span class="code-line"><span class="err">没有人敢</span></span>
<span class="code-line"><span class="err">惊扰寂寞沉睡时的轻梦</span></span>
<span class="code-line"></span>
<span class="code-line"><span class="err">我说:你们这群傻子啊</span></span>
<span class="code-line"><span class="err">难道不知道寂寞的癌细胞正在扩散吗</span></span>
<span class="code-line"><span class="err">好好记住我教你们的话</span></span>
<span class="code-line"><span class="err">握紧我伸给你们的手臂</span></span>
<span class="code-line"><span class="err">可惜我的话只如同雨滴无声地落下</span></span>
<span class="code-line"><span class="err">回荡在寂静的深井里</span></span>
<span class="code-line"></span>
<span class="code-line"><span class="err">看人们朝着象征神圣的氖灯低头祈祷</span></span>
<span class="code-line"><span class="err">而霓红灯广告牌却在讽刺地一闪一闪</span></span>
<span class="code-line"><span class="err">发出这样的警告:</span></span>
<span class="code-line"><span class="err">“先哲的预言就在地道下的墙上</span></span>
<span class="code-line"><span class="err">就写在贫民们的住房里”</span></span>
<span class="code-line"><span class="err">还依旧在一片祷告的寂静中喃喃地低语</span></span>
</pre></div>
<h2 id="remarkjian-ping">remark简评</h2>
<p>这首歌的主题好像是"人与人之间交流的障碍", 但是我听出来的却是年轻人关于未来的迷茫. 在电影<<毕业生>>的开头, 随着清脆的吉他前奏, 达斯汀霍夫曼一脸迷离的坐在回家的飞机上, 下飞机拿行李向我们走来...... 不过我是先听的歌后看的电影, 也许是歌太好听了, 电影没我预期的好看...</p>
<p>歌一开头, "我"去找darkness谈话, 这首歌的内容就是"我"向黑暗讲述"我"的一个"vision", 一个诡异的幻觉或一种感觉:</p>
<blockquote>
<p>In restless dreams I walked alone<br/>
Narrow streets of cobblestone,<br/>
Neath the halo of a street lamp,<br/>
I turned my collar to the cold and damp </p>
</blockquote>
<p>这也是我比较喜欢的几句歌词, 几句话就描述了一个让人难忘的典型的restless dream, 一种压抑无助的的气氛. 狭小的鹅卵石街道, 路旁昏暗的路灯, 一个人不安的独行, 禁不住竖起领子, 试图抵御让人难受的cold and damp...</p>
<p>就在这时, 出现了一束刺眼的neon light, 划过长空. 这是"我"看到了人, 成千上万的人, 像一种仪式一样, 他们在做什么?</p>
<blockquote>
<p>People talking without speaking,<br/>
People hearing without listening,<br/>
People writing songs that voices never share<br/>
And no one deared<br/>
Disturb the sound of silence. </p>
</blockquote>
<p>"talking without speaking", "hearing without listening", 我觉得翻译成"说而不言, 听而不闻"比较好, 人们是怎么了? 这是一种什么状态? "我"有一种"众人皆醉我独醒"的感觉. 但当我要试图劝阻人们的时候, 却发现:</p>
<blockquote>
<p>But my words like silent raindrops fell,<br/>
And echoed<br/>
In the wells of silence </p>
</blockquote>
<p>结果就是"我"的声音回荡在寂静的深井中...</p>
<p>接下来更是诡异的一幕: 人们像被催眠一般, 对neon god顶礼膜拜, 此时牌子上却闪现出了一行warning:</p>
<blockquote>
<p>The words of the prophets<br/>
are written on the subway walls<br/>
And tenement halls.<br/>
And whisper’d in the sounds of silence. </p>
</blockquote>
<p>然后歌曲就以这样一句让人迷惑的句子戛然而止.</p>
<p>整个歌曲就是一个人的喃喃自语, 向darkness慢慢道来他的诡异见闻. 不过我觉得这种诡异和eagles歌曲里的诡异是两种完全不同的感觉, 这里的"诡异", 没有恐怖的气息, 有的只是<strong>迷茫和无助</strong>......</p>
<p>所以, 突然觉得这首歌是不是很合现在毕业的气氛呢? 人生的又一段重头戏就这样结束了, 下一段的路是什么样子, 会发生什么事会遇到什么人? 都是未知的, 已经年纪不小的我们, 还没有找到人生的目标和事业的轨迹...... </p>
<p><strong>于是, 有时在独行的时候, 想着一些事情, 没来由地, Sound of Silence就会从耳边响起......</strong></p>
<p>所以这首歌一直在我心目里占据一个特殊的位置.</p>
<h2 id="versionsban-ben">versions版本</h2>
<p>关于SoS, 版本实在太多了, 包括各种翻唱以及他们早年的表演, 我就只写几个让我印象深刻的吧...</p>
<ul>
<li>电影原声配音</li>
</ul>
<p>这个是把整个电影剪辑一下, 配上的电影原声. 剪辑的很好, 但是我不觉得西蒙与加芬科这一版唱的很好...</p>
<p><embed align="middle" allowfullscreen="true" allowscriptaccess="always" class="embed-responsive-item" height="400" quality="high" src="http://player.youku.com/player.php/sid/XMTY0MTg3MDg0/v.swf" type="application/x-shockwave-flash" width="480"></embed></p>
<ul>
<li>"那个"版本的寂静之声</li>
</ul>
<p>这个版本我没有查到到底是谁唱的(原文件里没有这个信息?), 当时妈从单位上一个人那里拷来一些英语歌, 这首就在里面. 也许是先入为主吧, 总是觉得这首才最好听, 把那种迷茫的诡异的感觉演绎得淋漓尽致. <code>And the people bowed and prayed, to the neon god they made.</code>简直就是一种宗教的仪式...</p>
<p>(优酷上这个视频的配乐刚好就是"那个"版本, 就拿来了)</p>
<p><embed align="middle" allowfullscreen="true" allowscriptaccess="always" class="embed-responsive-item" height="400" quality="high" src="http://player.youku.com/player.php/sid/XMjc0NDgxOTM2/v.swf" type="application/x-shockwave-flash" width="480"></embed></p>
<ul>
<li>Yao Shi Ting版</li>
</ul>
<p>一个中国人的翻唱版, 总觉得这个版本和其他的翻唱版有点区别, 姚斯婷的声音很空灵, 别有一番滋味.</p>
<p><embed align="middle" allowfullscreen="true" allowscriptaccess="always" class="embed-responsive-item" height="400" quality="high" src="http://player.youku.com/player.php/sid/XODE1MTM4NTI=/v.swf" type="application/x-shockwave-flash" width="480"></embed></p>
<ul>
<li>concert in central park</li>
</ul>
<p><img alt="" class="img-responsive" src="../images/./TheSoundofSilence/CiCP.jpg"/></p>
<p><img alt="" class="img-responsive" src="../images/./TheSoundofSilence/CiCP2.gif"/></p>
<blockquote>
<p>1981年9月19日,在美国纽约中央公园上演了一场摇滚史上着名的音乐会,那就是Simon & Garfunkel举行的免费音乐会,这也是两人各自单飞11年后的首度合作,约50万歌迷前来捧场,场面蔚为壮观,虽然当时两人都已年过40,但是和声依旧美妙。 </p>
</blockquote>
<p>当年非常激动下载到了这个演唱会, 找了很久才找到...... 可以说这个演唱会的Sound of Silence以及Scarborough Fair是最最经典的版本. 那时的Simon&Garfunkel都四十几岁, 和声依旧美妙无比, 后来(2002?)格莱美颁奖时, 他们不仅苍老, 嗓子也已经变得沙哑...</p>
<p>SoS是演唱会快结束是才唱到的, 西蒙的吉他响起, 全场顿时一阵骚动, 但又很快安静下来. 只有西蒙的吉他伴奏, 寂静之声就这样慢慢蔓延开来...... 有几个镜头给了台下观众, 有的低头并把手插在口袋里默默的听, 有的情侣相互依偎着跟着哼唱. 大家都像被催眠了一样, 沉浸在这寂静之声中...</p>
<p>有一个细节, 其实在他们唱的时候, 观众是在拍手打节拍的, 而其实我看了很多次也没有注意到. 然后, 高三时某天晚上放学回家的路上, 脑海里回放这首歌的时候, 突然, 那些掌声变的异常清晰, 仿佛那些掌声也是伴奏的一部分... 觉得观众的掌声和喊声实在是和西蒙的吉他配合得天衣无缝, 恰到好处, 堪称完美(另一首我觉得现场观众的喊声与歌声配合完美的歌, 大概是94年老鹰的木吉他加州旅馆)......</p>
<p>这也许就是为什么这一个版本的SoS让我百看不厌的原因吧. </p>
<p><embed align="middle" allowfullscreen="true" allowscriptaccess="always" class="embed-responsive-item" height="400" quality="high" src="http://player.youku.com/player.php/sid/XMjQ0NjU5MTE2/v.swf" type="application/x-shockwave-flash" width="480"></embed></p>
<hr/>
<p>第一篇... 终于写完了, 写得好累啊, 以后可能不能每首都写那么多了, 我觉得有可说的就说, 不想说的就不写那么多, 不能让写这些东西变成一种负担...</p>
</div>
<div class="entry-content jumbotron" id="source-content" style="display: none">
<!-- <pre><code id="source-code">
</code></pre> -->
<div id="source-code"></div>
</div>
<!-- /.entry-content -->
<div class="row" id="prevnext">
<div class="col-xs-12">
<a href="https://x-wei.github.io/beamer_template.html" class="btn btn-default btn-lg" style="float:left;clear:both;background-color:#fff;">
<h4><i class="fa fa-arrow-left"></i>
交大beamer模板
</h4>
</a>
</div>
<div class="col-xs-12">
<a href="https://x-wei.github.io/用pandoc自由转换markdown与html格式.html" class="btn btn-default btn-lg" style="float:right;clear:both;background-color:#fff;">
<h4>
用pandoc自由转换markdown与html格式<i class="fa fa-arrow-right"></i>
</h4>
</a>
</div>
</div>
<section class="comments" id="comments">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-primary">
<div class="panel-heading" role="tab" id="disqus-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#disqus-comments" aria-expanded="true" aria-controls="disqus-comments">
<i class="fa fa-comments-o"></i> Disqus 留言
</a>
</h4>
</div>
<div id="disqus-comments" class="panel-collapse collapse.show" role="tabpanel" aria-labelledby="disqus-heading">
<div class="panel-body">
<div class="tab-pane fade active in" id="disqus-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'xweisblog'; // required: replace example with your forum shortname
var disqus_identifier = 'TheSoundofSilence';
var disqus_url = 'https://x-wei.github.io/TheSoundofSilence.html';
var disqus_config = function () {
this.language = "zh";
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
</div>
</div>
</div>
</section> </article>
</section>
</div>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<a data-dismiss="modal" href="javascript:void(0);">
<img id="mimg" src="" style="width:100%;height:auto">
</a>
</div>
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div>
<div class="col-xl-3 col-lg-4 col-md-6" id="sidebar">
<aside>
<section>
<div class="sidebar-container">
<div class="sidebar-item ">
<div class="panel panel-default">
<div class="panel-heading">
<h4>
<i class="fa fa-user fa-lg"></i>
<a href="https://x-wei.github.io/about.html">
关于 mx
</a>
</h4>
</div>
<div class="panel-body" id="aboutme">
<a href="https://x-wei.github.io/about.html"><img width="100%" src="https://x-wei.github.io/../images/mx.jpg"/></a>
<h3 style="text-align:center">
<a href="https://github.com/x-wei" target="_blank">
<i class="fa fa-github" style="text-align:center"></i></a>
<a href="https://weibo.com/u/1817154611" target="_blank">
<i class="fa fa-weibo" style="text-align:center"></i></a>
<a href="mailto:[email protected]" target="_blank">
<i class="mdi-communication-email" style="text-align:center"></i></a>
</h3>
<h4 class="widget-title">推荐文章</h4>
<div class="textwidget">
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/TeXmacs_intro.html">学术文章写作利器: TeXmacs介绍</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/hashcode2014-solved-by-LP.html">运筹的力量: 用线性规划解决Google 2014 HashCode问题</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E5%85%A5%E9%97%A8%E7%AE%80%E4%BB%8B.html">正则表达式入门简介</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/%E6%88%91%E7%9A%84ubuntu10.04%E9%85%8D%E7%BD%AE%E6%80%BB%E7%BB%93.html">我的ubuntu10.04配置总结</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/PT-summery.html">2011巴黎高科(ParisTech)申请总结</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/GT-summery.html">用尽量少的时间考一个够用的分数--一点Tofel/GRE备考经验</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/pelican_github_blog.html">用pelican在github上创建自己的博客!</a><br></li>
</div>
<br><a href="https://www.polytechnique.edu/" target="_blank">
<img src="https://x-wei.github.io/images/x-logo.png" alt="X" width="180" border="0" />
</a><br/>
<br><a href="https://www.sjtu.edu.cn/">
<img src="https://x-wei.github.io/images/ssss.jpg" width="180" border="0" alt="上海西南某高校">
</a><br/>
<br>
<h4 class="widget-title">Visitors</h4>
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/1.js?i=59olkba9w7e&s=220&m=3&v=true&r=false&b=000000&n=false&c=ff0000" async="async"></script>
<!-- hitwebcounter Code START -->
<a href="https://www.hitwebcounter.com/how-to/how-to-what-is-free-blog-counter.php" target="_blank">
<img src="https://hitwebcounter.com/counter/counter.php?page=5954927&style=0036&nbdigits=5&type=ip&initCount=0" title="web counter" Alt="web counter" border="0" ></a>
<br/>
</div>
</div>
</div>
<div class="sidebar-item ">
<div class="panel panel-default">
<div class="panel-heading">
<h4>
<a href="https://x-wei.github.io/tags.html"><i class="fa fa-tags fa-lg"></i><span class="icon-label">标签云</span></a>
</h4>
</div>
<div class="panel-body">
<ul class="list-group list-inline tagcloud" id="tags">
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/pelican.html">
pelican <sup> 6</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/google.html">
google <sup> 6</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/torch.html">
torch <sup> 6</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/tex.html">
tex <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/ba-li-gao-ke.html">
巴黎高科 <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/markdown.html">
markdown <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/linux.html">
linux <sup> 3</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/inf422.html">
inf422 <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/toefl.html">
Toefl <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/regex.html">
regex <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/git.html">
git <sup> 5</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/weka.html">
weka <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://x-wei.github.io/tag/scala.html">
scala <sup> 12</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/opencv.html">
opencv <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/scrapy.html">
scrapy <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/gre.html">
GRE <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/lp.html">
LP <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/android.html">
android <sup> 9</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/pandas.html">
pandas <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/codejam.html">
codejam <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/fr.html">
fr <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/shell.html">
shell <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://x-wei.github.io/tag/python.html">
python <sup> 13</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/simongarfunkel.html">
Simon&Garfunkel <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/french.html">
french <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/wai-guan.html">
外观 <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/zhong-wen-luan-ma.html">
中文乱码 <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/host.html">
host <sup> 3</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/ssh.html">
ssh <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/ubuntu.html">
ubuntu <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/java.html">
java <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/spark.html">
spark <sup> 6</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/tips.html">
tips <sup> 3</sup>
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://x-wei.github.io/tag/deep-learning.html">
deep learning <sup> 28</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/c.html">
C++ <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://x-wei.github.io/tag/algorithm.html">
algorithm <sup> 35</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/texmacs.html">
TeXmacs <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/ml.html">
ml <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/eclipse.html">
eclipse <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/ocaml.html">
OCaml <sup> 8</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/r.html">
R <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/chu-guo.html">
出国 <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/kuai-jie-jian.html">
快捷键 <sup> 3</sup>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="sidebar-item hidden-xs">
<div class="panel panel-default">
<div class="panel-heading">
<h4>
<i class="fa fa-github fa-lg"></i><span class="icon-label">GitHub仓库</span>
</h4>
</div>
<div class="panel-body">
<div id="gh_repos">
<p class="list-group-item">Status updating...</p>
</div>
<a href="https://github.com/x-wei">@x-wei</a> on GitHub
</div>
</div>
</div>
</div>
</section>
<div class="panel panel-default hidden-xs hidden-sm" id="affix-toc">
<div class="panel-heading"><h4>
目录</h4>
</div>
<div class="panel-boy">
<div id="toc"><ul><li><a class="toc-href" href="#introyin-zi" title="intro引子">intro引子</a></li><li><a class="toc-href" href="#lyricsge-ci" title="lyrics歌词">lyrics歌词</a></li><li><a class="toc-href" href="#remarkjian-ping" title="remark简评">remark简评</a></li><li><a class="toc-href" href="#versionsban-ben" title="versions版本">versions版本</a></li></ul></div>
</div>
</div>
</aside>
</div>
</div>
</div>
<footer id="fcfooter">
<hr/>
<div class="container">
links :
<a href="https://farseerfc.github.com/">farseerfc</a>
<a href="https://hyhx2008.github.com/">H.Y.</a>
<a href="https://reginald1787.github.io/">reginald1787</a>
<a href="https://log.dofine.me/">dofine</a>
<div class="row">
<div class="col-md-14">
<p><small>
© 2020 mx
· 通过
<a href="https://docs.getpelican.com/" target="_blank">Pelican</a> 生成 <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="//i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a>
<!-- Content -->
<!-- licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution 4.0 International License</a>, except where indicated otherwise. -->
</small></p>
</div>
</div>
</div>
<a href="#" class="btn btn-primary btn-fab btn-raised mdi-editor-vertical-align-top withripple" style="position:fixed;bottom:30px;right:30px;z-index:1000"></a>
</footer>
<script src="https://x-wei.github.io/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://x-wei.github.io/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="https://x-wei.github.io/theme/js/respond.min.js"></script>
<!-- GitHub JS -->
<script type="text/javascript">
$(document).ready(function () {
if (!window.jXHR) {
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = 'https://x-wei.github.io/theme/js/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'x-wei',
count: 5,
skip_forks: false,
target: '#gh_repos'
});
});
</script>
<script src="https://x-wei.github.io/theme/js/github.js" type="text/javascript"></script>
<!-- End GitHub JS Code -->
<!-- Disqus -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'xweisblog'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!-- End Disqus Code -->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30756331-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Google Analytics Code -->
<script src="https://x-wei.github.io/theme/js/ripples.min.js"></script>
<script src="https://x-wei.github.io/theme/js/material.min.js"></script>
<script src="https://x-wei.github.io/theme/js/jquery.bootstrap-autohidingnavbar.min.js"></script>
<script>
$(document).ready(function() {
$.material.init();
$("div.navbar").autoHidingNavbar();
$(".img-responsive").css("cursor","pointer").on('click',function(){
var sr=$(this).attr('src');
$('#mimg').attr('src',sr);
$('#myModal').modal('show');
});
$('#affix-toc').affix({
offset: {
top: function(){
if($('#affix-toc').hasClass("affix"))
return $('#sidebar').height();
return $('#sidebar').height() - $('#affix-toc').height();
},
bottom: function (){
return $("#fcfooter").offset().top -
$("#article-content").offset().top -
$("#article-content").height() + 20;
}
}
});
$('#affix-toc').width($('#sidebar').width());
});
$(window).resize(function () {
$('#affix-toc').width($('#sidebar').width());
});
</script>
</body>
</html>