-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path2015-summary.html
957 lines (882 loc) · 53.4 KB
/
2015-summary.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
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
<!DOCTYPE html>
<html lang="zh-Hant"
>
<head>
<title>2015年终总结 - 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/2015-summary.html">
<meta name="author" content="mx" />
<meta name="description" content="I. 工作 学业 三月初结束了在X的最后几门考试, X的课从来都不简单, 但我真的很享受, 尤其是那些数学课. (不过刚考完就sb了: 陪伴我两年的杯子丢了...) Polytechnique, 从憧憬变成回忆. X的各种经历, 三天三夜也说不完. 然后九月来到ETH, 课程很有意思, project比较多. 第一个学期说实话有点应付, 所以现在要好好复习备考...orz 实习 在MEC实习了五个月, 这里的工作环境真是宽松. 一宽松我有点担心没有什么进步, 不过后来看这一段时间我的进步还是很大的. 实习期间做的是音乐分类工作, 实践了一些NLP的流程, 试用了不少算法, 以及读了一些paper... 有幸和神童Aranud(X11 major)一起工作, 感叹智商不够, 只能努力来凑. 然后顺利通过了实习的答辩, 算是给X的三年划上了圆满的句号 — 到2017年remise再见了! 面试 这是最后三个月的主旋律, 今年算起来经历了好多面试: AL: 三轮电面, 深感ML方面的知识不够扎实, 不过居然过了, 看来他们真的很缺人... GG: 在充分的准备之后经历了两轮电面五轮现场, 拿下dream offer, 感觉很幸运 ..." />
<meta property="og:site_name" content="mx's blog" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="2015年终总结"/>
<meta property="og:url" content="https://x-wei.github.io/2015-summary.html"/>
<meta property="og:description" content="I. 工作 学业 三月初结束了在X的最后几门考试, X的课从来都不简单, 但我真的很享受, 尤其是那些数学课. (不过刚考完就sb了: 陪伴我两年的杯子丢了...) Polytechnique, 从憧憬变成回忆. X的各种经历, 三天三夜也说不完. 然后九月来到ETH, 课程很有意思, project比较多. 第一个学期说实话有点应付, 所以现在要好好复习备考...orz 实习 在MEC实习了五个月, 这里的工作环境真是宽松. 一宽松我有点担心没有什么进步, 不过后来看这一段时间我的进步还是很大的. 实习期间做的是音乐分类工作, 实践了一些NLP的流程, 试用了不少算法, 以及读了一些paper... 有幸和神童Aranud(X11 major)一起工作, 感叹智商不够, 只能努力来凑. 然后顺利通过了实习的答辩, 算是给X的三年划上了圆满的句号 — 到2017年remise再见了! 面试 这是最后三个月的主旋律, 今年算起来经历了好多面试: AL: 三轮电面, 深感ML方面的知识不够扎实, 不过居然过了, 看来他们真的很缺人... GG: 在充分的准备之后经历了两轮电面五轮现场, 拿下dream offer, 感觉很幸运 ..."/>
<meta property="article:published_time" content="2015-12-31" />
<meta property="article:section" content="misc" />
<meta property="article:author" content="mx" />
<meta property="og:image"
content="https://x-wei.github.io/2015-summary.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">2015年终总结 - 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 class="active">
<a href="https://x-wei.github.io/category/misc.html"><i class="fa fa-folder-o"></i> Misc</a>
</li>
<li >
<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 class="active">
<a href="https://x-wei.github.io/category/misc.html"><i class="fa fa-folder-o"></i> Misc</a>
</li>
<li >
<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/misc.html" title="misc">misc</a></li>
<li class="active">2015年终总结</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>
2015年终总结
<a href="https://x-wei.github.io/2015-summary.html"
rel="bookmark"
class="btn btn-primary btn-lg"
title="到 2015年终总结 的永久链接">
<i class="mdi-action-launch"></i>
</a>
</h1>
</div>
<div class="panel-body">
<div class="post-info">
<span class="published">
<time datetime="2015-12-31T00:00:00+01:00"><i class="fa fa-calendar"></i> Thu, 31 Dec 2015</time>
</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="#i-gong-zuo" title="I. 工作">I. 工作</a><ul><li><a class="toc-href" href="#xue-ye" title="学业">学业</a></li><li><a class="toc-href" href="#shi-xi" title="实习">实习</a></li><li><a class="toc-href" href="#mian-shi" title="面试">面试</a></li></ul></li><li><a class="toc-href" href="#ii-xue-xi_1" title="II. 学习">II. 学习</a><ul><li><a class="toc-href" href="#du-shu" title="读书">读书</a></li><li><a class="toc-href" href="#gong-kai-ke" title="公开课">公开课</a></li><li><a class="toc-href" href="#blog" title="blog">blog</a></li><li><a class="toc-href" href="#xin-ji-neng" title="新技能">新技能</a></li></ul></li><li><a class="toc-href" href="#iii-sheng-huo_1" title="III. 生活">III. 生活</a><ul><li><a class="toc-href" href="#qian-zheng-fang-zi" title="签证&房子">签证&房子</a></li><li><a class="toc-href" href="#yun-dong" title="运动">运动</a></li><li><a class="toc-href" href="#ji-lu" title="记录">记录</a></li></ul></li><li><a class="toc-href" href="#iv-yu-le_1" title="IV. 娱乐">IV. 娱乐</a><ul><li><a class="toc-href" href="#yin-le" title="音乐">音乐</a></li><li><a class="toc-href" href="#ji-lu-pian" title="纪录片">纪录片</a></li><li><a class="toc-href" href="#dong-hua-pian" title="动画片">动画片</a></li><li><a class="toc-href" href="#dian-ying" title="电影">电影</a></li><li><a class="toc-href" href="#lu-you" title="旅游">旅游</a></li></ul></li><li><a class="toc-href" href="#2016_1" title="2016">2016</a></li></ul></div>
</div>
</div>
<h1 id="i-gong-zuo">I. 工作</h1>
<h3 id="xue-ye">学业</h3>
<p>三月初结束了在X的最后几门考试, X的课从来都不简单, 但我真的很享受, 尤其是那些数学课. <br/>
(不过刚考完就sb了: 陪伴我两年的杯子丢了...) </p>
<p>Polytechnique, 从憧憬变成回忆. X的各种经历, 三天三夜也说不完. </p>
<p><img alt="" class="img-responsive" src="../images/2015-summary/lancer%20de%20bicorne_X12.jpg"/> </p>
<p>然后九月来到ETH, 课程很有意思, project比较多. 第一个学期说实话有点应付, 所以现在要好好复习备考...orz </p>
<h3 id="shi-xi">实习</h3>
<p>在MEC实习了五个月, 这里的工作环境真是宽松. 一宽松我有点担心没有什么进步, 不过后来看这一段时间我的进步还是很大的.<br/>
实习期间做的是音乐分类工作, 实践了一些NLP的流程, 试用了不少算法, 以及读了一些paper... </p>
<p>有幸和神童Aranud(X11 major)一起工作, 感叹智商不够, 只能努力来凑. </p>
<p>然后顺利通过了实习的答辩, 算是给X的三年划上了圆满的句号 — 到2017年remise再见了! </p>
<h3 id="mian-shi">面试</h3>
<p>这是最后三个月的主旋律, 今年算起来经历了好多面试: </p>
<ul>
<li>AL: 三轮电面, 深感ML方面的知识不够扎实, 不过居然过了, 看来他们真的很缺人... </li>
<li>GG: 在充分的准备之后经历了两轮电面五轮现场, 拿下dream offer, 感觉很幸运... 非常感谢我的recruter, Marta. </li>
<li>JS: 一场电面加三场现场面试, 被X校友的问题难倒了...orz 他们家面试很有难度, 继续仰望了. </li>
<li>Jump: 一轮电面和三轮现场, 这个比较奇葩, 面试了一个quant的职位. 问题主要是proba和数学, 目测基本没戏, 不过就算体验生活了, 还顺便去伦敦旅游了一圈... </li>
</ul>
<h1 id="ii-xue-xi_1">II. 学习</h1>
<h3 id="du-shu">读书</h3>
<p>实习的时候开始, 每天上下班在tram上就可以看不少书, 后来上下学在公交车上也看, 这样积攒下来还是读了不少: </p>
<ul>
<li><code>黑客与画家</code>: 涉及了黑客文化, 社会制度, 创业, 编程语言等各个方面, 启发不小. </li>
<li><code>把时间当作朋友</code>: 鸡汤再品, 读到一句"<strong>越是有意义的事情越要慢慢做</strong>", 于是耐心撸了四五个月的算法. 觉得有这么一句点醒人的话, 这本书就没白读. </li>
<li><code>啊哈算法</code>: 高中计算机竞赛水平的读物, 但是我读得津津有味... 读完后对于一些经典算法的理解加深了不少, 期待续集... </li>
<li><code>第一行代码</code>(看了一半): 据说是安卓开发最好的入门书, 看了前面几章感觉一些以前不清楚的概念理解深一点了, 可惜实习后期忙着写报告就没有继续看下去... </li>
<li><code>algorithms, 4th ed</code>(看了一半不到): 配合普林斯顿那门MOOC看的, 老爷子讲的太好了, 非常复杂的算法到了由他慢慢道来发现并没有很难. 书中的各种插图太赞, 可以作为各种算法的参考手册. 有必要好好读一遍. </li>
<li><code>我是一只IT小小鸟</code>: 又一本鸡汤, 这本书是09年出版的, 后悔自己没提早几年读到这本书... </li>
<li><code>怪诞心理学</code>: 里面很多实验设计的很有意思, 我们的决策很多都不是理性的, 这本书让我从新审视日常生活中的一些决策. </li>
<li><code>编程珠玑</code>: 神书, 里面的文章和后面的练习题让人脑洞大开, 关于内存占用的一些奇怪的优化现在看来可能不是很重要. 值得二刷. </li>
<li><code>Cracking The Coding Interview, 6th ed</code>: 在收到G现场面试通知的那天得到了这本书, 感觉像游戏玩到一个地方拿到了道具. 这本书的第六版比以前丰富了不少内容, 面试前花两星期匆匆过了一遍 感觉很有帮助. </li>
<li><code>拖延心理学</code>: 感觉这本书不能算是鸡汤, 真的很推荐, 后面关于父母育儿以及xx综合症的章节略无聊可以不看. 关于固定心态和成长心态的内容让我很受启发. 很推荐这本书, <em>毕竟 除了强健身体以外 没有什么事情比优化大脑更重要了</em>. </li>
</ul>
<p><img alt="" class="img-responsive" src="../images/2015-summary/pasted_image.png"/> </p>
<p><img alt="" class="img-responsive" src="../images/2015-summary/pasted_image001.png"/> </p>
<p><img alt="" class="img-responsive" src="../images/2015-summary/pasted_image004.png"/> </p>
<h3 id="gong-kai-ke">公开课</h3>
<p>今年没有像去年一样猛刷公开课... </p>
<ul>
<li><strong>Introduction to Big Data with Apache Spark</strong> </li>
</ul>
<p>edx上一门比较简单的课, 只要跟着看跟着做就可以了, 第一次接触spark, 和实习用的cosmos SCOPE一比感觉好心累... </p>
<ul>
<li><strong>kivy crash course</strong> </li>
</ul>
<p>严格来说不算公开课, 就是实习期间学习kivy的时候在youtube上找到的一系列视频. 每节只有十分钟, 循序渐进, 不错的kivy上手教程. 希望明年有时间再来鼓捣一下它.. </p>
<ul>
<li><strong>Algorithms, part I</strong> </li>
</ul>
<p>目前为止CS方面看到过的最好的一门课. 实习完了以后在家撸的, 边看视频边记笔记, 每周要花七八个小时, 收获实在太大了. <br/>
讲课的老爷子是红黑树的发明人, 在他的讲解下, 像红黑树(包括第二部分的KMP和regexp)等复杂算法变得特别好理解了! 这门课我只看了视频还没有做每周的assignment, 所以有可能以后再刷一遍... </p>
<ul>
<li><strong>Algorithms, part II</strong> </li>
</ul>
<p>上一门课的第二部分, 九月份开始看的, 现在还差一周半的视频没看完. <br/>
这门课实在太赞了, (自以为)刷完内功直接上一个档次. </p>
<h3 id="blog">blog</h3>
<p>今年在写作方面是一个突破, 数了一下, 居然写了42篇! 而且这四十多篇基本没有太水的文章. </p>
<p>我认为知识分为"术"和"道". "术"是一些实用的技能, 只是涉及一个功能怎么实现, 或者一个特定的工具怎么使用而已; "道"则是更基本的知识, 算法知识就是"道", 是永远不会过时的东西. 2015年我的大部分文章都是关于算法的, 这和以前一些文章只是记录实现xx功能需要xx命令/工具相比, 算是很大的进步. </p>
<p>今年新开了一个板块"notes", 看公开课的时候用zim记笔记, 整理了以后发到网上. 相当于是我的一个在线版笔记了, 这些文章记录的比较随意, 可能别人看不太明白, 不过对于我确实很好的参考资料. 以后看MOOC也希望继续这个模式. </p>
<p>另外最后几个月写了一些经典算法的总结, 这个系列还没有写完, 我的希望是能做一个基础算法和数据结构的<a href="http://x-wei.github.io/algo-ds-mindmap.html">地图</a>, 把常见的算法都用自己的语言描述&点评一下. 刘未鹏说过"<strong>书写是最好的思考</strong>", 深以为然. </p>
<p>另外在2015年最后一天, 博客的访问ip数终于超过了8k, 有点小激动. </p>
<h3 id="xin-ji-neng">新技能</h3>
<ul>
<li>LP </li>
</ul>
<p>二月份和我的cousin, Manu, 一起做了INF580(programmation par contraintes)的<a href="http://x-wei.github.io/hashcode2014-solved-by-LP.html">projet</a>. 这个projet感觉是在X三年里最得意的一个. 我们建立了非常漂亮的线性规划(LP)模型, 描述了一个类似欧拉回路的问题. 但是事情并没有一帆风顺, 我们一开始没有考虑integrality的问题, 但是最后一刻峰回路转, 稍微变通一下以后居然变得可解了! 最后的结果完爆当年的ens冠军. </p>
<p>不过, "当你手上有个锤子, 看什么东西都像钉子". 2015年的hashcode预赛, 我们翘掉cérémonie参赛, 还想用LP, 结果计算超时了就... 后来发现只要用贪心算法就可以妥妥的了... anyway, 从此兵器库里多了LP这个重型武器. </p>
<ul>
<li>盲打 </li>
</ul>
<p>以前看到Carlos在练习打字, 后来实习的时候也尝试不看键盘打字. 首先是需要使用标准指法, 我以前打字几乎不用小指和无名指, 所以一开始改到标准指法分分钟想砸键盘... 坚持了两三周以后渐渐适应了就. 这个网站练打字很不错: <a href="http://www.keybr.com/">http://www.keybr.com/</a> 现在非常享受在(外接)键盘上啪啪啪打字, 简直爽... 现在打字最快能到60wpm. </p>
<p>另外, 把键盘capslock映射到ctrl, 简直就是手指的福音啊. </p>
<ul>
<li>android dev </li>
</ul>
<p>实习的时候, 由于每天上班很晚, 有段时间我一大早就去CTU的自习室看一个小时的"第一行代码", 边看边写一下书里的实例. 实习的后期帮一帮医学startup的同学们做了个app, 类似4*4的candy crush. 虽然代码写的很dirty, 但是看到程序运行还是蛮有成就感... </p>
<ul>
<li>kivy </li>
</ul>
<p>kivy是一个python的GUI程序框架, 实习期间玩了一下. 感觉它的设计非常喜欢, 比安卓的要优雅不少. 先用scrapy爬了点一个的文章, 然后做了个简单的<a href="https://github.com/X-Wei/OneReader_kivy">文章阅读的应用</a>, 可惜后来尝试打包为安卓程序一直没成功... anyway... </p>
<ul>
<li>TeXmacs </li>
</ul>
<p>这个神器今年写了两个报告, 实习报告都使用它写的(我觉得要是用tex我就根本写不完报告了要), 基本掌握了它的用法. 用了TeXmacs再看tex系的工具, 有一种信息化时代看石器时代的感脚. <br/>
后来写了篇<a href="http://x-wei.github.io/TeXmacs_intro.html">博客</a>专门介绍TeXmacs的使用, 希望更多人了解这个工具. </p>
<ul>
<li>撸算法 </li>
</ul>
<p>2015年做的最有意义的一件事, 包括两百多道leetcode (一共有76天在做leetcode), algo公开课, CTCI, 编程珠玑等几本书. 成果不错. <br/>
有意义的事情就值得慢慢做, 16年要继续撸算法, 慢慢来不着急. </p>
<h1 id="iii-sheng-huo_1">III. 生活</h1>
<h3 id="qian-zheng-fang-zi">签证&房子</h3>
<p>实习期间4A的结果出来了, 下决定去ETH以后, 就开始准备签证的各种材料. 我以前在这种事情上一直拖延, 但是今年做的很好. 有的事情是不能拖延的, 切记. 后来去伦敦的签证也是, 办得很顺利. </p>
<p>八九月份找房子也是一件大事, 请假专门去苏寸跑了一趟, 而且很幸运遇到了交大学长租给我们性价比超高的房子. </p>
<p>这些事情其实蛮消耗精力, 而且并不能够完全掌控. 但是作为我自己, 只求做最充分的准备了. </p>
<h3 id="yun-dong">运动</h3>
<ul>
<li>plank </li>
</ul>
<p>今年最得意的一件事情, 就是坚持平板支撑两百多天. 2015年1月1日, 我下载了app尝试了一下平板支撑, 撑了3分钟整. 但是坚持每天都抽出来几分钟, 一开始每天都努力比昨天多撑5到10秒, 渐渐的可以听完一首歌了. 到了20天的时候就可以勉强撑10分钟. </p>
<p>后来我每天边看平板上的动画片边支撑, 渐渐可以撑半集时间, 后来是一整集的时间了. 而且我规定要看动画片只能撑着看, 所以即使某天累了也有动力撑一下. 就这样2015年我看完了数码宝贝第一季(54集)以及灌篮高手的一半. </p>
<p><img alt="" class="img-responsive" src="../images/2015-summary/1907733231.jpg"/> </p>
<p>手机里装了一个叫"种子习惯"的app, 2015年我只有这件事情坚持的最久. 虽然是一件每天只要5分钟就可以的事情, 但是坚持每天都做, 总会有点收获吧. <br/>
来句鸡汤: "<strong>慢慢来, 时间和节奏可以战胜一切"</strong>. </p>
<ul>
<li>其他 </li>
</ul>
<p>实习期间在CTU每天下班在屋里基本会做一点运动, 除了plank以外, 还会做做俯卧撑和深蹲. 另外买了健身神器: 弹力绳, 有了它基本上在屋里就可以锻炼所有的部位了. </p>
<p>跑步不是很多, 心情好了会去CTU或者park跑一圈, 基本属于三天打鱼两天晒网的节奏. 在CTU记得有一天早晨刚起来, 从窗户里看到李qf同学已经出门跑步了. 吃完早饭又看到他跑步回来: 大约跑了四十分钟. 李同学提到他一般六点多起来, 出去跑一圈回来洗个澡然后吃个饭去上班. 不禁对李同学肃然起敬, 学习的榜样... </p>
<p>后来到了苏村, 空气环境很好, 但是跑步也不是很勤, 基本一周也就跑个两三次, 而且每次只跑十分钟... 这时的跑步更多是作为一种心乱的时候的调节方式. 跑步时什么也不想, 只关心脚下的路以及呼吸的节奏, 跑完出一身汗, 洗个澡, 感觉又精力满满了... </p>
<h3 id="ji-lu">记录</h3>
<p>每天晚上都会写一个excel文件, 记录一天的得失以及每天的事件, 这件事情今年坚持的特别好, 几乎没有连续好几天不记录的情况. 这样我可以知道过去的一年的每一天我都做了什么. </p>
<p>自以为我做的表格挺不错的, 继续坚持记录, 另外希望有朝一日把它做成个app. </p>
<h1 id="iv-yu-le_1">IV. 娱乐</h1>
<h3 id="yin-le">音乐</h3>
<p>由于实习期间的工作就是和音乐相关, 近水楼台得到了xbox音乐一年的免费, 于是大量的听老鹰... 同事都吐槽我了... <br/>
这一年发现(&再发现)比较喜欢的歌大概有: </p>
<ul>
<li>Bitter Creek (Eagles): 结尾的斑鸠琴简直要上瘾 </li>
<li>King of Hollywood (Eagles): 只是觉得好听 </li>
<li>Ol'55 (Eagles): as always </li>
<li>Train Leaves Here This Morning (Eagles): as always </li>
<li>Center of The Universe (Eagles) </li>
<li>Closer (Travis) </li>
<li>Rocky Mountain Way (Eagles): 这首歌的现场版单曲循环... 歌词是nonsense, 但是Joe Walsh的吉他燃爆了, 以前觉得他用那个talbox就想跳过, 现在只觉得爽... </li>
<li>butterfly (数码宝贝主题曲) </li>
<li>直到世界尽头 </li>
<li>Hotel California (Eagles): as always, 但是今年在youtube上发现一个后来Don Felder的独奏版本, 又要单曲循环了: </li>
</ul>
<p><embed align="middle" allowfullscreen="true" allowscriptaccess="always" class="embed-responsive-item" height="400" quality="high" src="http://player.youku.com/player.php/sid/XNTUwNDc5NTk2/v.swf" type="application/x-shockwave-flash" width="480"></embed></p>
<h3 id="ji-lu-pian">纪录片</h3>
<ul>
<li><strong>History of the Eagles</strong> </li>
</ul>
<p>老鹰乐队官方纪录片, 每次坐三个小时以上的火车就会拿出来看. 刷过三四遍了已经. <br/>
里面有几句话印象很深: </p>
<blockquote>
<ul>
<li>"Shit don't float" </li>
<li>"Perfection is not an accendent" </li>
<li>"Time passes, and things change" </li>
</ul>
</blockquote>
<p><embed align="middle" allowfullscreen="true" allowscriptaccess="always" class="embed-responsive-item" height="400" quality="high" src="http://player.youku.com/player.php/sid/XNTE0NjQwNDEy/v.swf" type="application/x-shockwave-flash" width="480"></embed></p>
<ul>
<li><strong>Cosmos A SpaceTime Odyssey</strong> </li>
</ul>
<p>一开始是飞机上看到的, 感觉很震撼, 后来下载了全集. <br/>
人不过是宇宙中一粒尘埃上的细菌... </p>
<ul>
<li><strong>Tous sur Orbite</strong> </li>
</ul>
<p>法语的天文科普片, 52集对应一年的52周. 动画做的太赞了. <br/>
地球就是我们的宇宙飞船, 每次仰望天空的时候我就想到这句话. </p>
<h3 id="dong-hua-pian">动画片</h3>
<p>这些都是平板支撑的时候看的... </p>
<ul>
<li>数码宝贝(一) </li>
</ul>
<p>感觉这部动画, 无论是故事性, 思想性, 美术, 配乐, 甚至是歌词, 都实在是太完美了... 八个孩子我都非常喜欢(一般我不喜欢主角的光环, 但是八神太一例外). 这部动画, 即使十三年以后再看还是那么好看. </p>
<p>太多的经典的镜头了, 最难忘的就是最后一集的飞帽杀, 帽子飞起来在天上的时候一下子戳了泪点. </p>
<ul>
<li>灌篮高手 </li>
</ul>
<p>正在看, 看了一半. 有些桥段笑死了... </p>
<p>不过, 好像樱木花道作为主角一开场就有高出别人一截的体能, 这一点是我非常不喜欢的. 现在我有一种信念, 就是在任何方面的出类拔萃背后都是有着超过常人的付出. 库里之所以变态准, 难道不是他在不断联系各种高难度动作下的投篮么? </p>
<p>鸡汤一句: 以大多数人的努力程度, 根本用不着拼天赋. </p>
<h3 id="dian-ying">电影</h3>
<p>由于周末比较闲, 看了不少电影, 而且还为了葡萄账户专门注册了个交大校友邮箱... 看的几部印象深刻的电影有: </p>
<ul>
<li>黑客帝国 </li>
<li>亲爱的 </li>
<li>ExMachina </li>
<li>奇妙世纪: 其实是一系列微电影 </li>
<li>滚蛋吧肿瘤君: 满分&收藏 </li>
<li>谍影重重三部曲: 伯恩帅爆了 </li>
<li>头脑特工队: 脑洞NB </li>
<li>心迷宫: 剧情NB </li>
</ul>
<p>印象不深刻的有: </p>
<ul>
<li>前目的地 </li>
<li>捉妖记 </li>
<li>终结者5 </li>
<li>碟中谍5 </li>
<li>煎饼侠 </li>
<li>侏罗纪世纪 </li>
<li>十二公民 </li>
<li>明日世界 </li>
<li>黑猫警长之翡翠之星 </li>
<li>还有各种网剧/综艺: 万万没想到, 报告老板, 暴走大事件, 脑残师兄, 跑男... (周末真是闲的蛋疼...) </li>
</ul>
<h3 id="lu-you">旅游</h3>
<ul>
<li>年初, 玩了荷比卢德四国五日游 </li>
<li>夏天参观了巴黎一个CERN的展览 </li>
<li>跟新欧洲的15欧团去Dieppe海边吹了一天风 </li>
<li>年末在学弟带领下去意大利浪了八天... </li>
</ul>
<p>作为一个比较宅的人旅游了这么多地方已经不容易了... </p>
<h1 id="2016_1">2016</h1>
<p>Cannot expect more from 2015, 对我来说这一年几乎没什么遗憾的. <br/>
新的一年, 希望家人健康平安. <br/>
至于我自己, 希望能在体力, 脑力和意志力上能更进一步. </p>
<p>继续锻炼继续学习, 继续读书继续写作继续记录. </p>
<p>Bonne année ! </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/algoII_week5_1.html" class="btn btn-default btn-lg" style="float:left;clear:both;background-color:#fff;">
<h4><i class="fa fa-arrow-left"></i>
[Algorithms II] Week 5-1 Regular Expressions
</h4>
</a>
</div>
<div class="col-xs-12">
<a href="https://x-wei.github.io/algoII_week5_2.html" class="btn btn-default btn-lg" style="float:right;clear:both;background-color:#fff;">
<h4>
[Algorithms II] Week 5-2 Data Compression<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 = '2015-summary';
var disqus_url = 'https://x-wei.github.io/2015-summary.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="#i-gong-zuo" title="I. 工作">I. 工作</a><ul><li><a class="toc-href" href="#xue-ye" title="学业">学业</a></li><li><a class="toc-href" href="#shi-xi" title="实习">实习</a></li><li><a class="toc-href" href="#mian-shi" title="面试">面试</a></li></ul></li><li><a class="toc-href" href="#ii-xue-xi_1" title="II. 学习">II. 学习</a><ul><li><a class="toc-href" href="#du-shu" title="读书">读书</a></li><li><a class="toc-href" href="#gong-kai-ke" title="公开课">公开课</a></li><li><a class="toc-href" href="#blog" title="blog">blog</a></li><li><a class="toc-href" href="#xin-ji-neng" title="新技能">新技能</a></li></ul></li><li><a class="toc-href" href="#iii-sheng-huo_1" title="III. 生活">III. 生活</a><ul><li><a class="toc-href" href="#qian-zheng-fang-zi" title="签证&房子">签证&房子</a></li><li><a class="toc-href" href="#yun-dong" title="运动">运动</a></li><li><a class="toc-href" href="#ji-lu" title="记录">记录</a></li></ul></li><li><a class="toc-href" href="#iv-yu-le_1" title="IV. 娱乐">IV. 娱乐</a><ul><li><a class="toc-href" href="#yin-le" title="音乐">音乐</a></li><li><a class="toc-href" href="#ji-lu-pian" title="纪录片">纪录片</a></li><li><a class="toc-href" href="#dong-hua-pian" title="动画片">动画片</a></li><li><a class="toc-href" href="#dian-ying" title="电影">电影</a></li><li><a class="toc-href" href="#lu-you" title="旅游">旅游</a></li></ul></li><li><a class="toc-href" href="#2016_1" title="2016">2016</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>