-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
910 lines (504 loc) · 114 KB
/
atom.xml
File metadata and controls
910 lines (504 loc) · 114 KB
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Elu's Blog</title>
<subtitle>You are the apple of my eye.</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://elu-thingol.github.io/"/>
<updated>2020-04-13T13:49:59.830Z</updated>
<id>https://elu-thingol.github.io/</id>
<author>
<name>Elu Thingol</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>第二十一周</title>
<link href="https://elu-thingol.github.io/post/1846674669/"/>
<id>https://elu-thingol.github.io/post/1846674669/</id>
<published>2020-04-13T13:20:15.000Z</published>
<updated>2020-04-13T13:49:59.830Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="ae7f57f6d9d37c1452e772323ea2eaf16d30af5a7262cd7c4a4fa27f060df40e">92997a5bae14d47db108538e155e4536e328c7ec53df377e3acff77ae1d294e2a9b161f220e90ac0b7282eaf9e8c9937fa204aa967c6e7c15c21d0884ed17b1db514d3d794332ac5197f95a4c136692bc5cba95ea2315393f5cf3da7d4a9ac299a77f826b37a4757916558ce7dd22911cc6393c28af18951a30d3563a51cdafd107537d14b04df7304f103b08148a54a59a3084a931d82b00adde245a9d69e4abe2162953b5385c6ffcb0cb1bf4a535aa88e611920f97a57e7d352b647d9b00d670425d386870985fcee44f828c74c86f5996ddd3bf089778a5628166ff2848bc3e02aa7398444ebe73add1d263a9fb47ab1130059417b27b9e55d717a23be67353cc07808ce0959cd31d68f7ac6fbe506f2ec2393cbbf9a170d81ef578130d321011d37fb2cf42545a34883afaf4cdd89d7709258f1c334edb291336bf072337795ae8d47ae78192a0d28b2d93bdada3df99a46f30b9dc530ba8ab40e20e8472f315dab1144a744f38f33f66b06316ab757d04c463a2d2ff6e2fe3ebc09071f4e380312a81f5c4cd7649b531dfa42cb4fd184b306c9ed426fffd32b2204d7153fbc02d811b5b0977288d282b142eb1ac90db6e9a7d9d9b99f22ee6ea6202f3af0c7700b1f14deea367ced5d7c7485f7791693ba95a1dfe000abd0effe4150c5c050c0c571f1f33d8948e6492de70659e4a9d53680c37d6fd9f9261e31fb64c47b70c717ed43ae878653b7fb2e0a107bd58b580ffd84bad5d9dc0a2ed15911a7b76733b95cc007617a3e126e7e7de0360d8ada6eea31d44755c05a5140ee8235aaff234bb93c22de026b306fbe3dfb7eb2a79304e0f70c94ceb73279e011db4a4aa2972ec5b1326b3d768ffa6bdc06cb9b955f6d6fa83cb8251e027993bad6712076a81c52f06a519f5a5ccc81b4c4a03e3b2b0c3f543855116f58e821f0d1af233b1d65d617a8b640b66e48db668b1bb9e9ec940fac7efef3e9ce888f12002aeaa3303ee354b45d98b1e33a82173a8d6fca5d0208f7cb2aa7479695011cdf1896b8311aa2343c128ff3da0f9ecdbdb2a92147e184852f507fa36cec57a331d8a4e455b17d5eda10da3563f2e95afc39d934b5055dd944b85bcdc641e2de4434b2c40a7df965366276cae67547efeb7666314f73aadfd46e9a54a44c0a23f773605a3b16769c9e1158c4fefef82ae2a432945dab29e7d49fcc0d22614dcce1b3fdf88f368e55b2c8fcc3088868a404fb72f74f54a9f37dab591224ac8512dad74a8c6350c7f68fd1f2969fe174ed1d615581de97f3ce7b7c48c4c68762d0ed59cf09583f519328ecf6c1e2baaa47dec140840e5fa2a33f9179e7b18e49c28ddcf2ab0989e61b44327a40d40f34633552924328986e8a0b9dafecf511f69ac7d47cd19c9b5a02b3b89f5ebd9d1c726b5a082cd45c029a6bcc2c2cb165b897fec03d91df23987c5eff64cb928faa6bde50de65976fedb36a3c0f9cb9ccf7d5ec268959e6ae58d032b47b989390dfe41c67afb1a52ab1dc5e98dc91338e126dcd7a00fccaada8d00036fc720bac9cdfa77b25db7186f48f4ae763fd1b2b995fdc7238ba078b482978b7368bf304230e16dada81e89524dae03ac5d99bff0d2b1f87a6da46ea2d9d17b5dd6dff080e47892dd26b404a82eb20e4395937dbb7faa760a021fd34be6027d5098f8b11b4cdd17035bd392f0c125a291d79e129ba201f60813ea94850e26add9bb04f363be314926a8dd39f4b89a967cde1ac2854fa3c8f3752f5e7145da552e6c894a31d2df2a87662be40032b2591293456bbfd0140881048587b42f876c665e32fc9076f3302414a80729ce9e0567700e017df987481f3dd151dd973f5e8270fe11290505405fa3fa97d9c72130895adf1c1d4a58fc575772c10b7aa131df24a718098929a046bfdc427c038ea5e58299628d64ad330344fa7855ad7227946686d9163502786712a884acc525c44bbdd55ee43439e0326bf2ce32f4b96541b0d64352441c916a43662d5c2ae9fdba69bc19eec48cf38b25dd569c5640c9dfa6397fa21d6fc778fa6640ab10a9ad32407794f44aad89502bd42d948391b60459a10d662acdfba427d8d334eb160ae74d2389610fca364464083cdfbdf3de882d054e09a6254cc44b9e0f94d065bc63b3f73752d90e11c652e9088711fb3e85f91385387fe6918eb67344d16d1d5cc1bc44357d3502c8b619e5b2c7bbdf0759909bdda82b4752ce55985331bcefa5bf7ab3855e1d5d626b03c917147330b28790f3021d0227240</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第二十周</title>
<link href="https://elu-thingol.github.io/post/635820368/"/>
<id>https://elu-thingol.github.io/post/635820368/</id>
<published>2020-04-07T05:45:37.000Z</published>
<updated>2020-04-07T07:29:17.025Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="cf1296334d8c427ddac9bbae80a3a91736fdb632266fd4f936664baf3d6add31">92997a5bae14d47db108538e155e4536af488c06900cf136dba3c24b3d857c136aa553834fb919f9fd28b3c0295777e17cc67e92d9badd15f7ee3dd8b55722c68130bc51f9f1c156233fec3ae1d6278c42f77fa9c4d367c403cd9c0fbca16b9b3863b10b37ef378a4ded1b06c6e3b30f9438885a88bbb67349b6ee02e4aae7ba11acadac2e42b830b227303169bb6176ae9cf267ed82feb0fd4d81a62b477a765e6c4c56e7c8cac8bae51405a52321b8b0e010cc4763d95107d0687acd0e988ee9faab71735aa65136339b5cad4d88ec1a1bdb4fde844b612d6c7d1ea08face1a1d11bb54938b4ebf23b6ba1455d5ecef2eae5d5151d085f3d861b81a4748a1d8ea883af7b2b916554e9812ff2bba4675d474bcf3978d30e032880ca1ff03ba69db316ad8f2b9dafc8007b29695a1036abe2a9fb38e52f7e07c0d75072ba3ed0385db7717d9d0be7d96b05b906e8e5593b2c32ace98ff7b470e2c09d45ae388e144563e94cb3a48cc8c2bd0cee8f663390254db5e95de8a7ebcdcecdf983c74ce642d8b03cf4f1c5712c889745a6e340c5aeff7ce205698ebba9106d0eda8c13ca3a797b43d7416ad2e2cd69d092e1e47f699c56fb7b77466eb458fc0755a242e704b3d9330e5ebf62f4bd249e46c78b608fbf6fdef37c0b86bc6f8262246db15ff44dff5266bf710f4f7006a2cdb4c333fd27d6ddd5f5914fd2c91342b5b54aaa94917311cc81dc09451c8f1de0dc388d2e8f2b4c7dbfcf62c05a72a110dbf4c887dde684234d08d666695f9919c66b20faa73e1a15675960f0a57b9291dbd85d435ee3a0c339cb4e1ba7f81a0b12b26276e6f7b764bb2ce2c804e2c743504ae7fdd726ac6e7932c3c7a28bbf7c9925b3816774fbd4840cbc48c562973ebcde79c977239adc3d8165a9921691536ec7a08ff570756b58c55030eb73662d931418cbfbe3afdfd90513abf33c8a1d1fb35c9ed7a05a1e8a2dbec605d8a7dee2f06c105685e105738d01d98854f7799540d55d4f603b5d0e63e49afac2790583c7395669fc76f29859decf9a78f5d515c8f88d0bdd5d435a70f7eb75ebe37eb4fe8bb48c4ff21b86fefd57a2fba8a9c158a46b7f3bbcb47693984e54a9e669c05b24c9246413962529d471c0d95258bb42756e191e4bcea870a4b3f9f68e7cc46fe2c15e8aded8269fa5b1bd7131fa208f95858a16b8949aecbbd9d9d10d44ef24372dedf232d308450cd7fabc6c4e6fa66081d73f11339fc1509ce48cf9be913c088ad5b9c25400a8d89c1925b3808f9a787dfe4f13997bd056f9632eb8faed2363ec415c7efc94d2b476e5fe259f23ed0e06b5547f09f88637e10c32a576eb9d349a06daab90078d1e98b2b68e10d7ae7b344ef84c24a8edce16fef4edcfe337a31db1e96ddf0e9629865e9119099a9af648077e7b5a9bceac924c585c33553ec2259d2710c9dfc9a77fe542ba60340b0b63806b1594508fe82f96d038778476283d8ce13835de8591eb29eecc5a0d26556d4817bd9408fe1fc574afcc1eb7d5fdaf7cf6760d185710252ff1ee82f576ae144af95c83b74f65ec293ccb5570c1f467d8641f72adbd0b720929865314ed6eb87d8d465af3f5c52bc229eee9249438d0b637f7b8dd51b1e05ed566f7d2c3f7e57bd794ad04b52f52d8c3b4a4fe011e9513a5e0685b9d3594543a1c746c605b57838a0ea3c387b224c7f0775ed6c7c614903b8cba31a38a13c471515de921d9696a4d55a07921b80e817ce018c1577818aa4ca3da38416eac82523d8b1f0a2cbb97e7df7cc22d4f698d402d78784b0edddf0f54a5b197f42d58bc6c02bc308aec4520938a7724ae3b1ca4eb24c9bcb8f3530169695330deb85c171395bb00c1ab81fb6ce981544f1fdbc89800b8cecfd73123122e3fe644513d24a3e2048500d56e74db670efda08fe2cebba5f2bf2a8789c354ce7b5c088964cb92e86b913f4d69af3e0ec58500c7d277c7ec99879fba46965b97ecf8d030b1f338f41a2ff0d18c8fdef632b484acc818077abb49a4006fa0bf8610b0031920b6b8273f6c2fd394799a501be83730ab278f386038c91dab76dcc8a569bd50a32fd18aadbe709bd682b921a22558fcacf62a3d448dc268ff7a6de81c82ec7e15f7e939a1936a29eec7d29c35440cffe642ae293642899ecbcb85ee5b71d62f208885d127df73c30d5e74f247e54ddf3f246520372c23d4c4e2aaac5a4a69f6d4e3f4fa98cc2be9fbc0bbd12352e03d81ed64736b8ed922ad35dacdbc268764929ae92f1d29e02c11dee5e2b10a4fe95868fd667964782763977a84b4ed181371477634bf0564ce2616ede60e7d580f6a066225d85542035c6e04a6bebeda6321fa45836e714cbe60e468777adb8f14f302a4068ddd970fb4bf63fce640e1feca58cb9d8cfd51b08c5cf56850d0ec109d384e1c62a691ec3c99d787744bd9a224b9eefff4e00802d7fcd316e6f230329c3de9b8689f05d17475c62e1e270e26760583f11fc4819d1f5e48c1ca761edf70a75e437628091b7f07ffc3cec1325496f4d5af8a1f</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第八季第八期</title>
<link href="https://elu-thingol.github.io/post/3501276543/"/>
<id>https://elu-thingol.github.io/post/3501276543/</id>
<published>2020-04-07T05:45:10.000Z</published>
<updated>2020-04-07T07:25:19.214Z</updated>
<content type="html"><![CDATA[<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr><h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><ol><li>A B C D</li><li>A B C</li><li>B C D</li></ol><h2 id="课后习题"><a href="#课后习题" class="headerlink" title="课后习题"></a>课后习题</h2><ol><li>A B C</li><li>A D</li><li>A C D</li><li>合理增加 ==<strong>公共</strong>== 消费,启动 ==<strong>实体商店</strong>== 消费,保持 ==<strong>线上新型</strong>== 消费热度不减。</li><li>A B C D</li><li>B</li><li>A B</li><li>D</li></ol>]]></content>
<summary type="html">
<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr>
<h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><
</summary>
</entry>
<entry>
<title>第八季第七期</title>
<link href="https://elu-thingol.github.io/post/668603708/"/>
<id>https://elu-thingol.github.io/post/668603708/</id>
<published>2020-03-30T07:20:01.000Z</published>
<updated>2020-03-30T07:52:24.977Z</updated>
<content type="html"><![CDATA[<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr><h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><ol><li>A B C D</li><li>D</li><li><img data-src="image-20200330153204035.png" alt="第一部分第三题"></li></ol><h2 id="课后习题"><a href="#课后习题" class="headerlink" title="课后习题"></a>课后习题</h2><ol><li>D</li><li>B</li><li>A</li><li>C</li><li>B</li><li>D</li><li>A C</li><li>A B C D</li></ol>]]></content>
<summary type="html">
<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr>
<h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><
</summary>
<category term="题目" scheme="https://elu-thingol.github.io/categories/%E9%A2%98%E7%9B%AE/"/>
<category term="防疫" scheme="https://elu-thingol.github.io/tags/%E9%98%B2%E7%96%AB/"/>
<category term="答案" scheme="https://elu-thingol.github.io/tags/%E7%AD%94%E6%A1%88/"/>
<category term="青年大学习" scheme="https://elu-thingol.github.io/tags/%E9%9D%92%E5%B9%B4%E5%A4%A7%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>第十九周</title>
<link href="https://elu-thingol.github.io/post/1500762995/"/>
<id>https://elu-thingol.github.io/post/1500762995/</id>
<published>2020-03-29T02:35:32.000Z</published>
<updated>2020-03-29T03:03:27.965Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="5b85c14d9c9856790854c85138584cde41c8859e869b26808f4b71fc986dbfca">92997a5bae14d47db108538e155e453670dd5ae7b5cb2d45979e39fb2c257be7d6e3b6b5cd9d1f33ef5d29e9f5934e94f2ab3640d67c48ebef19165ab3ee79700df8f40c95d442a7ac01f7771f6304eeba937e33b1ed710bd7f5c1ff23244eba727296b512450387a69817b186eb7fbc8ae3d996f63c6f7734ab489933720243aeadd2e2fdad6c1003d734fff690c394fd31891b1d04f3981b1b948cf87fc188a85d587822de638bea5d835aebe1bfe71a959fd71cdf49542ef839dacba14b424af96b4ef856990ed926de8c6ccbb468d98037f3b4bfdc034f6f6a6ca3d17815a4a384e5066543aacf0273aae02e02bb864d0b460ef9ae2eeb90f48a51a0e510f8b0fa38df40516efd16576f097526c3165e50ddf659fabc480c9954399949e8c5ef54bcd669451a9ca0b7276d72452065ac902909636a38df5f9118261e4b369b847a0792f3b8b7c6dabfe68e6f38489fcfcf1d033748e45c67af273134b2dfe5163ab6fc45f2506a1ff53190a77999cea60096f550f759ebf0666b288c9a105f14ffc1e51228f552507648c6443de1f980b4fa8e1cbdc67e71ea012a7dc4dfb2c94af514406d8659209d70b159bad6d415213d2e9b1a04acb8142ca50cfd0a1e217e6cc41cd294af24a1edb08bd8e8ef798eb987013b879568d54c97d3e8ed09be6e2737fe12fdaaac7ebaf2ede3aeeaa7278759110ffa1455b5cc45145aed26f779f7d62633f2ccfcf248472d90f54a8a78e4fef84f8e92564a4181cda3865b94eb158464ea725bd1f62e81d55e8d1803d5b7eee803f4241a661175aaf64de091f4dc40248ca9c08dad686d353feecfc6106ce78f6b963348611d0a7da90771625eb86f35b5aaa1379af094728547de72f14b30e6e5e775adec1a08f73ac1eca38614899eff8579d58ae3831551969b5a9d7b547fac4db99ece3a2bf758523d1cef37b65739a11e7e6a83deb6463eacfd6f27ad3210d7f8d75baafbba1df9b68b4f0f9dfec700106dbdbfab7505752d262968d2e7d128496f091172d15c3f5b05095a9dd929f0eec3bc70dfc37f40912745a8a14d8122152a2ae9c4f8431973ccafba76cbfcf3920c25984047798dcaad97516126c71231369ba67881dcbbdb8495234dea4d4490a431d67cbb874bf885997394e4ec64c8e99b4ebbc33f30735b829f5cb98619962f0dfa8b9bb1f04d9603f3f8b40b8a5be335587ab76ac10e7dd0db964ea51a501665663d8b27ed811f256b1b930d6633d75e486c48704ec66fd723d03e120260f12393ea6ef3c865f4e043fc9fc344b03ee82902b48b9a36ed2f3cff521c69afb341874a6723dc7060b1f0815b284ca14b0da96209d52a2ab2b085688e906cf6c3184659b100dfa41de921f078744177430f0ce50bcfe5506dd608e6119903b097d32591bc743556e0d83992dc5a9d185a09da55bd19c8da75f13c623acdd7a89a5a9a57a43b18a31891d9f6a528cfb6dcb9adcfea2fcc33210b0a72b00bfe4b5083cb2a854697b8707b507ef02cfbc7ce0b37d9863644ff979b9a9b8569f70268cb2f83e10acebfbf608e089b8077d1ebb675c4af4c90a14028df6dcdfdf85c7eff83fb2e7d7447467d8d01f2d258ec8120d774ae7105671d13c42ccd0404dd604a4ea62b76740c14f7308429de2ce0aeb07b5a9f895ab61fca701975ad4ce4744cf1c9c634ce4e53e8fef64bf0013dc544ce10962992f36dcdfea415ef143b1415353716a0471f567f375c6d586c8574985d9422d1d0167ecb9653ed1f9a6642de602b10f99a</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第十八周</title>
<link href="https://elu-thingol.github.io/post/599716396/"/>
<id>https://elu-thingol.github.io/post/599716396/</id>
<published>2020-03-23T05:02:11.000Z</published>
<updated>2020-03-29T02:35:34.518Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="f91d7028fce0d3eef053b4f65d1bbca71574e9e995cce25f1e263d2c092230ff">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe1e7c5c95e61f18c750c563a717215c600675bb25b101725691fcf0aa4421bc75a39ca99635ff870caf993cf7f8324a7ccf766eaca864e9a102428fe16ccf6d10aaeb9226e9ae57529dd6f372a67ed0a4450b1c00996e7779cdf367c45c26e4672d337452600c08093ef0f672d484b213828b440860e7f264c8d02deed79098b1c8e605bbeacd5363e8ea0aa62d452f63829ed354eea16fe8bb8a4988ff8671b3b2401064f0124b44ad35a8a395d1eb97452d85e8c6cc3d85c51df30c9fef9772ebafb112732858bca48abb95aa4ca9b8bab2b9afb4b169c3eb2abec53190d444f73d25535bebdadd1f3b8a6adc03b3efab0ad369bba04d3119fa7c32530971b2128f1a0fec2cab86ee1a1e0ba9583de211c823950120a7567a2c651b3523c9feac27f20abc5a7c60b826e519fb4641a807efcd714836e8c3c41c199b701511e8407672c2264fb35af75501ed8db68b5c08efdb7d4c6f2ed86730a6594b785e3d9901752d76ac17f2e42e161f9b8e88a9eac5a184c5e162436d8770182e818b2e9e415eb35121a423e490d70f5d209126d0375133916244fb381a769fad1930c6baae365c1a651346c7bb5ab407f14c397c2b911339a900becf6c905eb5b53f12004dc65095b544137b01b1a5f0e14c06524e7892b6402c3940f221353189884f0653d36346e6cf46de83350ffbc76d92d6d38d00051d5e7e91c89d3102bf099afed3e59c2b52dcb8652782bbba81e6b983e3e93b101b095726c8f53dc582dba22f40b8cca6ad1271e456eb5b14df832b03a515b90ff83dffa24d397ecfe3969687c10a82b83628d84c952bad839e9b0555a830bdf692aec7d0755a0294e8387fdf8fe044585a55dbca147ef6b660783e3d92493db71a24fc11d06d7bf3617f8ed83f5604ea61d7e0d32ce651477e71a05dfe4e02eaa8657341b1b5dc841bbe7dc197e56e84f3f3e822577d75230e5613e5d61c4f988ec533ec507a03d78db28662655b58e70e3a5fd9389ae458d8a9bdcf576ec10e2aec764ac968267e3d60deb7fe98e0cb7d3542649096fc01781b5d964dd64c3a825a5de56e9a916f006ba73ab5feab3514d08f24e03c7c61dbe3782865c3b896260dc1912d55a3fd3db11a5887d14baaee139fe223f78b8cf19e71985880a53fa4b2eb3556c87dd6fad28bc000f0c8832fcca5cc5e074ecb0b2efbaced9f408d061c958ffce3558d78b4ab952d61fb5d1450a6f2201741372d29f49b40e8df5d6191aceb9edd843ec8d8ab4bbd85478f20f2d8041e5850d3f366e3a9cb1729a9fe45ffce6deaebd48f9528a4ee52cbd19f199c8ef0c52e818aa8b292c70f5cde0af00ecceebfbfe0746c29ec9aca7e96266c9dc3ad5cdfd4cf04067ef5458d1c4ae92ac5fd9c916b124259b1fb835e0c42db632d2414faf1bde5536667fe7ffb117ecc7b4ab77c487c49f65ecff442feabc97d39737153ab7219cb7fa458bf8daec5eefb86162a452b58e920f175bfd27cf1217b3764db7bbcae10456a025c14c869192117b6fa66347845f401316dd5991b0036444394c59e96cdde3753553625d34c8e750fd00bfe93b47be455d07519e30174a1bea13c146c834c4713221e0d3963f46571d9e92a54acb42740579a85bb4d87f5ec00491c7416</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第八季第六期</title>
<link href="https://elu-thingol.github.io/post/4124730019/"/>
<id>https://elu-thingol.github.io/post/4124730019/</id>
<published>2020-03-25T06:46:27.000Z</published>
<updated>2020-03-25T06:49:26.696Z</updated>
<content type="html"><![CDATA[<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr><h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><ol><li>D</li><li>A B C D</li><li>B C D</li></ol><h2 id="课后习题"><a href="#课后习题" class="headerlink" title="课后习题"></a>课后习题</h2><ol><li>A B D</li><li>D</li><li>A D</li><li>C</li><li>D</li><li>A D</li><li>B</li><li>A B</li></ol>]]></content>
<summary type="html">
<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr>
<h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><
</summary>
<category term="题目" scheme="https://elu-thingol.github.io/categories/%E9%A2%98%E7%9B%AE/"/>
<category term="防疫" scheme="https://elu-thingol.github.io/tags/%E9%98%B2%E7%96%AB/"/>
<category term="答案" scheme="https://elu-thingol.github.io/tags/%E7%AD%94%E6%A1%88/"/>
<category term="青年大学习" scheme="https://elu-thingol.github.io/tags/%E9%9D%92%E5%B9%B4%E5%A4%A7%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>第八季第五期</title>
<link href="https://elu-thingol.github.io/post/2429823354/"/>
<id>https://elu-thingol.github.io/post/2429823354/</id>
<published>2020-03-16T07:30:27.000Z</published>
<updated>2020-03-16T08:21:00.734Z</updated>
<content type="html"><![CDATA[<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr><h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><ol><li>A B C D</li><li>D</li><li>B</li></ol><h2 id="课后习题"><a href="#课后习题" class="headerlink" title="课后习题"></a>课后习题</h2><ol><li>A B D</li><li>B</li><li>C</li><li>A C</li><li>D</li><li>D</li><li>B</li><li>A D</li></ol>]]></content>
<summary type="html">
<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr>
<h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><
</summary>
<category term="题目" scheme="https://elu-thingol.github.io/categories/%E9%A2%98%E7%9B%AE/"/>
<category term="防疫" scheme="https://elu-thingol.github.io/tags/%E9%98%B2%E7%96%AB/"/>
<category term="答案" scheme="https://elu-thingol.github.io/tags/%E7%AD%94%E6%A1%88/"/>
<category term="青年大学习" scheme="https://elu-thingol.github.io/tags/%E9%9D%92%E5%B9%B4%E5%A4%A7%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>第十七周</title>
<link href="https://elu-thingol.github.io/post/3570784879/"/>
<id>https://elu-thingol.github.io/post/3570784879/</id>
<published>2020-03-16T07:31:02.000Z</published>
<updated>2020-03-16T08:21:00.731Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="224381fa1130c044a65b309b3daa4510ebc85b3ac31790f3a2dff5d155f7d489">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffeee0f825fc8be0841ef52c2f77dc67fb76b49ab0495a09f803cf51a71ffd66dbfb1da468f0f3c8e3089b6f2b562b3dbe0ebfbd0e461fa098486be360f8ee29377a62a3f88451d4cb1df784c8d6174c3d430d41acffb2567e2a18b470f41a1be839589537df21dac5a9ab83c3a5f8842f454ceb3b73c7bd86f9886b9dc320872df3e4e319942a9116d2096ecc49b2aaac87e3521146d2eeee7e0c56ffa10b596aa47fb32ff4b2375a4c07901d0ab49eba36028ab49d2882e695aac9085b4742b44922adca745507497a01cedfa305b6702eb08e24d7cf50733f13db330eed994fa5240a694315993c109fe4dfb6fdf4694940026908cb2a92c1b2afe43c86703ae88e645fdd3e5efa036bdef7bebe008b3fd67ad698a168c99a717cfdd565a9d50d421bee281ecc571bcd1d56e229fb13d364f204640887a2a346b779af2d38491c7df195c033023560c863fea030ca99e782687c905a45ac90bc54545c12768051b7e3ecbcfcbbee7b1b4e0ad4b3aed356656c643bd397ed2f5686cfeaf777d6cbb1c527d6f3b5ec3777affa7bf6565e2304d838da0101fb7506691968cc1e7477a1ec3ca0707176d786a6b5d00e8d753223458af8dd8bc3efcd5b4a0146b9251c609b0c0e824b6615d2d93961938192e6d1f51520f19fb090b10f86164cf35b833d0f3d45c2e1f6415f038e677aec055451506a0a9d7af85882a3a6bcf02233ff34edbd2e4965eb0c6c5e011faeb3a14541e03e086eb8ee036b989c8cc1f67a2d49760bf00db0c8b70bcd7525d7e50ba003dfb56780e8264d2b5f9d66886c54bfa1aea28ab9b73f0dac4b9d1addd21da169b39d4fd3d09e352bcff10c09523bbb0e284be1977ccc41cbad471fa9fdb93e37eeee856295fc57ae0f4cd4d503abda28def30f406df11ab3eecf71e9c1ac4648e6ffecfdfddbd170982ed50496d83c5995d7f6a8822c2e4f9e369919beccf67cdcab3d6592c62c29eff4505358e8812bd48b26c9b4367dacbde6fae3d86f7060fbba0f6fd61a5a35eeb8963a6fae94d8a2719da6e4be1e07b4e36e839977bd781a82600908128b11934186265eda32f0a7a06fd050b4dbdf2ce484a0e3464d85c5289f7e01e253d0160581aeefcd7eb637f141ac3c809cb296a97db9099a4fcebcc9ee01e814d8575e48f59b831b0f0b32ff6956e1dd57bbf96fee0ea944cb5954d5b627cbf4754291ef9dfc7e611df6e3deba958c1e859423fc98979951ba72bb5a0da9ac9cfe0bd6f4322841ddaa563c7073dcd50a5be0609f949ce01ee15f8d37b65464d2bbb66b6ace74df91933d5932dec41ff089b0690cb21884026877de5ccd148987fa7c9cd11007d1a2f4ff9709f30decbe4474c560730c0b19e5045946191319af68f7d9f48efe883ff0bc194908afad25b8d5ac02e8717f70ac29cd5e3d3ee1a5d7fe1c21d62065960585f42095c5cca486bd0ab3cb01f782a438ea0144d7192cf4366e797de1bdee2fdfd9a4715edc8792aaaa1571232765237eefd85ff6fee2f3f482949b0bb282bd751194eecc389796d8bca32fd8855ec</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第八季第四期</title>
<link href="https://elu-thingol.github.io/post/4283100221/"/>
<id>https://elu-thingol.github.io/post/4283100221/</id>
<published>2020-03-09T12:01:28.000Z</published>
<updated>2020-03-09T12:13:40.368Z</updated>
<content type="html"><![CDATA[<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr><h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><ol><li>A B C D E</li><li>B C D</li><li>A B C D</li></ol><h2 id="课后习题"><a href="#课后习题" class="headerlink" title="课后习题"></a>课后习题</h2><ol><li>A B</li><li>B D</li><li>A B C D E</li><li>A C</li><li>A B</li><li>A D</li><li>A B C</li><li>A B D</li></ol>]]></content>
<summary type="html">
<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr>
<h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><
</summary>
<category term="题目" scheme="https://elu-thingol.github.io/categories/%E9%A2%98%E7%9B%AE/"/>
<category term="防疫" scheme="https://elu-thingol.github.io/tags/%E9%98%B2%E7%96%AB/"/>
<category term="答案" scheme="https://elu-thingol.github.io/tags/%E7%AD%94%E6%A1%88/"/>
<category term="青年大学习" scheme="https://elu-thingol.github.io/tags/%E9%9D%92%E5%B9%B4%E5%A4%A7%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>第八季第二期</title>
<link href="https://elu-thingol.github.io/post/1659864361/"/>
<id>https://elu-thingol.github.io/post/1659864361/</id>
<published>2020-02-25T03:08:15.000Z</published>
<updated>2020-03-09T12:11:52.481Z</updated>
<content type="html"><![CDATA[<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr><h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><ol><li>联防联控 群防群治</li><li>A B C D</li><li>A B C D</li></ol><h2 id="课后习题"><a href="#课后习题" class="headerlink" title="课后习题"></a>课后习题</h2><ol><li>B</li><li>A C D</li><li>A</li><li>A B C D</li><li>A</li><li>B</li><li>A</li><li>A D</li></ol>]]></content>
<summary type="html">
<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr>
<h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><
</summary>
<category term="题目" scheme="https://elu-thingol.github.io/categories/%E9%A2%98%E7%9B%AE/"/>
<category term="防疫" scheme="https://elu-thingol.github.io/tags/%E9%98%B2%E7%96%AB/"/>
<category term="答案" scheme="https://elu-thingol.github.io/tags/%E7%AD%94%E6%A1%88/"/>
<category term="青年大学习" scheme="https://elu-thingol.github.io/tags/%E9%9D%92%E5%B9%B4%E5%A4%A7%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>第八季第三期</title>
<link href="https://elu-thingol.github.io/post/804333179/"/>
<id>https://elu-thingol.github.io/post/804333179/</id>
<published>2020-03-02T07:23:50.000Z</published>
<updated>2020-03-09T12:11:50.351Z</updated>
<content type="html"><![CDATA[<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr><h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><ol><li>A B C</li></ol><h2 id="课后习题"><a href="#课后习题" class="headerlink" title="课后习题"></a>课后习题</h2>]]></content>
<summary type="html">
<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr>
<h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><
</summary>
<category term="题目" scheme="https://elu-thingol.github.io/categories/%E9%A2%98%E7%9B%AE/"/>
<category term="防疫" scheme="https://elu-thingol.github.io/tags/%E9%98%B2%E7%96%AB/"/>
<category term="答案" scheme="https://elu-thingol.github.io/tags/%E7%AD%94%E6%A1%88/"/>
<category term="青年大学习" scheme="https://elu-thingol.github.io/tags/%E9%9D%92%E5%B9%B4%E5%A4%A7%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>第八季第一期</title>
<link href="https://elu-thingol.github.io/post/1392077297/"/>
<id>https://elu-thingol.github.io/post/1392077297/</id>
<published>2020-02-19T08:38:15.000Z</published>
<updated>2020-03-09T12:09:27.495Z</updated>
<content type="html"><![CDATA[<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr><h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><ol><li>A B C D</li><li>D</li><li>A B C</li></ol><h2 id="课后习题"><a href="#课后习题" class="headerlink" title="课后习题"></a>课后习题</h2><ol><li>乙类</li><li>A D</li><li>C</li><li>D</li><li>B</li><li>A</li><li>A B C</li><li>c</li><li>B</li><li>A </li></ol><a id="more"></a><h1 id="测试"><a href="#测试" class="headerlink" title="测试"></a>测试</h1><hr><h2 id="TODO"><a href="#TODO" class="headerlink" title="TODO"></a>TODO</h2><ul><li><input disabled="" type="checkbox"> 未勾选</li><li><input checked="" disabled="" type="checkbox"> 已勾选</li></ul><h2 id="Pictures"><a href="#Pictures" class="headerlink" title="Pictures"></a>Pictures</h2><p><img data-src="mmexport1501859186435.jpg" alt="测试图片"></p><h2 id="有序列表嵌套"><a href="#有序列表嵌套" class="headerlink" title="有序列表嵌套"></a>有序列表嵌套</h2><ol><li>前湖后湖水<ol><li>前胡<ol><li>通胡</li></ol></li></ol></li><li>初夏半夏凉<ol><li>半夏</li></ol></li><li>夜阑乡梦破<ol><li>兰香<ol><li>通兰</li></ol></li></ol></li><li>一雁度衡阳<ol><li>杜衡<ol><li>通杜</li></ol></li></ol></li></ol>]]></content>
<summary type="html">
<h1 id="答案"><a href="#答案" class="headerlink" title="答案"></a>答案</h1><hr>
<h2 id="视频"><a href="#视频" class="headerlink" title="视频"></a>视频</h2><ol>
<li>A B C D</li>
<li>D</li>
<li>A B C</li>
</ol>
<h2 id="课后习题"><a href="#课后习题" class="headerlink" title="课后习题"></a>课后习题</h2><ol>
<li>乙类</li>
<li>A D</li>
<li>C</li>
<li>D</li>
<li>B</li>
<li>A</li>
<li>A B C</li>
<li>c</li>
<li>B</li>
<li>A </li>
</ol>
</summary>
<category term="题目" scheme="https://elu-thingol.github.io/categories/%E9%A2%98%E7%9B%AE/"/>
<category term="防疫" scheme="https://elu-thingol.github.io/tags/%E9%98%B2%E7%96%AB/"/>
<category term="答案" scheme="https://elu-thingol.github.io/tags/%E7%AD%94%E6%A1%88/"/>
<category term="青年大学习" scheme="https://elu-thingol.github.io/tags/%E9%9D%92%E5%B9%B4%E5%A4%A7%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>第十六周</title>
<link href="https://elu-thingol.github.io/post/114666992/"/>
<id>https://elu-thingol.github.io/post/114666992/</id>
<published>2020-03-08T13:24:04.000Z</published>
<updated>2020-03-08T13:39:12.627Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="9eeb631a09dc6db296fda368192bd53a6716926c3b1055c1230787a83472b5aa">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe27a7b2e07b1ec15bd3bb74e445cac5bd8161658cde498494f7b5dbaf83349a2b89ce1b1a607f5a41c116bcb369428ead652eb002d8751a0880583c0905d9225ed72fc322425beef57e779e57f9fe66725a7096fee2d6cb3c61cfc46547d94fb2e31399c7f2065793533597f989e1b1c131e683d5107a5f29c9e4291f4457b614945cf0f4b48b90fdd31c9406d42f031633275b1951a5b1c4f375826722cb33735ade01ed1a0524c902f8b5dc0fd11abb24b54498964e96a1af727de3859277dc68526e0ce4113c4348da6be3aa613dd37f246dfef89b67cc23dbcf04a904b7fd6584d01da2b841af8c3fb8c9f7130d67d509d548e797774c7b259c62c2268eb496da27244b0b8f0c439332431ba19cc44db92656315d3cdd9a17fd73c12d2c1ea923bd9dc15140e77cff815b9564607b4af3320cea173adb606fdc1f7ac8c0db9f7f309ef6b374d2c860523ec50d8103635ae3d55ccd9e97581a989b60f4f517945f38b1860aea8eb065b9b143044e1a70a072d8d6061c8c578319416e4e09402a6d98efb4a87637a9d16b2655111c69ed0361ce10a8f0057c81be3f69177bfe46b916f221f6f2a74c0abad69a2c427aa5126b049f586242b82bd83c422cc2d7fd03291c56b0d91673e1c6dbebcd10d4d734f04d76120aaaa5e73ac6a416c70b5176debee41698a4791717733db17aab2b0819381ed7aecd4130c4eecda7cd29cc40ade105af642e2429a0315202111ffb31dc716914f3fab68ea83a815cd2effa75fa304c0ef5025ef5e40931243ab04589cfbf2eb6e7b02fa3ec575e84104c32a1e3af4c44b77baaf4bb4704335d0407dfae8bd3259c94097c9e090eb8b2063237dbcf79e943f61a14f85780ce95e1eb7e52832ca8d39577bc6fea553dde89b585324cf97613c2de41080f8e9c39a797bc7fc1a05a2e95d25be31cb2014b7fb9b6af75e265a045fbb1280367634913207da6304635d9a129b879c045251e5661b27cbb243c056d14ee99c4b037767141b08f9db199e3a57a4ae0bbb000936b2f13cad880215e15c992e259a31b19f34202897e0069390d5e2afaf07133cb8ff033d139e3930a5044dfb5d1e6cd71356d7031322dcbf32d763aa72ce8e0ddb1bf9a8c86b898cd88068cba7d48b199d2832d930a61967e792e95dc40ac28a2ade82028cbbdd005cca0ab1b3d1c9ab7a02aee32852f75e6105f2f151df044bb841f0a274862bf4473ca7f9fbd2e631d34b834e3c4552d74c3bbc69a085651936a7906869b035f4ecbb885a6abae857adda342d33d92d40a684c88d2ba99f0a933f8ad4a75fcfbe44400cd091a1beee2a0b8279d5b000367f8b923d6f5efb1862cb93465b169ad40550d6d25d12d3fa29081522532c03afd76449b9ece65ced2560acfca77d36b70fda686faa18e82bd4db368c638fef18b629af16577505b185523da05bab7419d40620a86dd3263b938d20e890e5d7e3cfc7263cd98da0fccd24024a35c96599a23c7c88fde2c212b948b1b783580966d8c465a116c89450a77c1931bb776563aecc7a915780bda9d7014759aac5db0804d616c29d177b6cfa7f22339008457133bbb3e0e520e4122274c9b19f68dc774e6efebc933848f3e776a57558df5f6a661df8f8399a026fb7401f185523c295098a146bad18815bafbd6c55351804a4e2c34bd996c18881972fe44ded6bfb27da95548af6597a031dae5f1b16e8df56ab44c28d5ac691f03d8db38540c7a82997f29990b497e5dd45e37696c5b45497be275bb556ee07579a58e086e3c9090506c08d68fd3e56fab743fec3b5da08d630a77449648b8d96d231b3cd7b8a2536d911769d4b4d5cc35d22b2c47450b0b0b0cc497b076e73e20f611f0dbc632ed4ce16858ac27a25c124e7867908c4345632d95a6429cd7cd3652f93316e3573cb59d9ffff05188369982c25c477f175b058162d571d467a7efb5ec10e141ba7efecbe2d554cb6b25cdcbea5a9ee4de2dd1ecb3c55fa2dbfafa0e857c791fa4e98896a466533e2b02ae5b024ac32b54c9d8121c1aa5445318087862f714feee35b592ac17fb549c472f528eb280360f2dd78dfce161fcfabe6f337119917d39fe894a5ed9001b9e7b741309c667633242c34b7d0879d03cfcdc9ac9b0b504db507d6a73ef55108286991769c85de601cc78733e6fd86f75e3f59b1a4d4ca2d2a7b27c0e0e56bfdcfa44f36ddb706d2b97b16aeeb222a4556926b48049c6b9020338f1c5a4dfb2eaafe4a6075d3d792f516834c7c99a5f6598a8413dd2216d1501a871e36a8aee52a0b27b204b21e54ecb6708a0cc8346f8b8c84f11d6f1e928572c1882e349ce2f9ae822cfe1a469f54ca0e559ed3e3940b62ee953f3b604194585b155c6fa0729dc62bc3b1cb8bfbe69173fc0318de3befe17dddda016ecc6f2fecc47db88d15827bc201d55c28112ac0f384bb4dbbabcb8736615ac5be879ff2d8862232fe78f15ef14c9d04b2b395667298548e3e5f2af6e79b7a442f19bc00d717b1216707edb3fed21c0656fce9538cc414a8b31d778e0c350f36cca61b1179eca3fbf3a8ac753932db0311ac58d55109aa675d8ebed6d9562aff33587fa28de3c51b2ac3ff82151b7936bbe3fe4163902a867dfa3816c041438b3c1795ce8241348fcf52826924f8f3dfe5ce33b839b4295e1fdd455e09da2f45279b8c4a7f22b7834c9aa01970a7176bcec6fe6427883e8477d95ea595992acd059843aaa6acf0e36f51c5c58a4f24ac35b56e1ac3a555a61182de62578d214289f5898311d13431effbb1d1d78348588284f5b4f9ebe45c8f2f66dfa4c4b1d52ea4fe2ff8250b89f0e04003df3a6bd26f10ed954c3e983e4d0577a58887e2802efdae076d62d39afd9b4a082b25b9b66358fe9e70c27f1de96a88226db3a53a3941e486d650c522145b907d99565fde186e2be460800d504b5abc49f1c20f6481b4ed5f608c7cf9c3388c0aced84a6d36b36246dbfcaefa6e5d887f1ca18399f4f1ade4f34a81385375b23ff4dda545b5e041a38a2010d5b4ef5a93c5fa257606a2313e9fe2c08e8d8d156095d2d87871d201892a74970b3da1256bd205ef2d8e9ed08bcd3610fc196ce837c36c7dcb95d40ec6f20167dc8eb9dc37fdaf4a0f89dee2a23ce80557e8fa5dc459e3e428ec2ec79fefe9583b92857567089823ccf600c573099ddb04217c78a8b79233652fc5b3e3b6fd070b9163e5c640839eec65cdc5603862329acd01d0394a9487928cd8da83f2ecfd985090de7316bb8555b37682f6e2f237177f5ecb8f1bd41c32b51c8735af2d5ad6c4fe1fb0384583bc4644c5482b40c394de38e449819</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第一周</title>
<link href="https://elu-thingol.github.io/post/2599591397/"/>
<id>https://elu-thingol.github.io/post/2599591397/</id>
<published>2019-11-22T16:00:00.000Z</published>
<updated>2020-03-08T13:39:12.624Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="2d49f72e06615684d95068934ba906314d8eb94b7ab128f037ef00aa7a210bf2">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffefe142ae58049652cd0853ebcd167ab423b461fe4e93bdfa06dba1209cef55d0f5678ae6265ecefdd432a92f76bfea00d851c99a7323ad3a2948d50723c6fe0aef150506b95bf862747482cda594a1d150a79b0cd3fa91d5bfc7dcc1ce80518e4430ba75e6cdee59b2eaa6cf44a629deebc1193900c5b49d73163313b225e5e8e01be66c2fb5647d2994da3259dc41e754a189cbfc9431822847ebed843442f08ccf31055ab30b619702f74d2cc17da2e8ec4ba113dd2eee21c9965f6b29c90e1c1a7c8fcd3a91af51dd59e6825eacb983b0d08cedceb5be53f970250ee79cf4c3a11f92c2d6a2f3d55d124a863b9f9a52d3949a20f9263777ea410474253e738c058e602e1e373538c378f0c5149df5fce18088b3065dcb0a733a2259c9abe75e54ff643bbfbe8d332efa4afc7e196244edcc7ccae465c5c7188d7a9b280089db3c0a223dec13d144c9604ae1f4fba95c3b6ce204c76d040ba3a04d09ac7a1f3535df839b8671cba2b5550b5853c68e9f4fdeefacb1867512c0c2b5a2432e4e60065b2537ebfb8e4ebde5e8cd773a4bc8e4cf971d8789640d09d2d99525009708377e7a7d436f83da2cd0b7a553621fc6bd55c8e84eb3cb38483f8c30541adbbaa5ecd06c307bec5426365f6e29bca9ceaa5e60f329b2b21fabffddc40d4a9a45afe584091c7c61a5f8e170ebfbf53dfde13666abeb32cb57e0af0d23ad48d83849949cd1ba0a44cbcb38df0e4aabc7e6745d0c694cb00e6d1d4609226403182dabf559edb61a940e1ffbb82e32cb7b843601a5ac8d2b06f801ee594eb40003687ed528049eb1ab1e64a0a7566c27c3fab28daebe820b9dba9f97ee8583bf33ce76788ab24a1fa809b98daa781fcd290de436964b2517dae4b788d094a2067aeac061d266e6bce0acaf4d2223b75d9b2274b5cff1b9677b7f7e80cd6c99a3ce7ff890eb759acb6f6b1dae1ec767290d2a52748a7884a189fdafd4f77bf8856a9c0ca9e6e7ca7286da3bc65b068d5962f960e1468540b274f9f79c25ca9cdb9efe2b0c87c0531ef5f4366afe4860c07a359a2da0491f593d4393e83c6d2a1a482bc9c61a4c9ff56dc85e342b821e31d70f23ed5472bcb909f570a6034fcda934d827f224df493290b45af723f5404b83b9e603183f75f54414709ddfda95bd111f988e1e6b14d3a3d40f86761661daabbc23ba793c564fef4651483f10e2e54d7121b031fa49ea1c9c83d6b1a69cf8fee070b8aa81921aa660c7a8b9345dd1c185f3b52bcc0a5c041e9e862ae6cd2b9137b4e66baf72b7900fd8a1a6a8e541fcda308c23e93d2940f37d1ea03c80a124ef778ff6846b15c61e0572be11e33f23ae6152a937cc12de11b13cc364294e5619c3dc4a5801387f4de1f1ade9f872ed47d7f75c5f9b6b42d07f3587d8fc9c401da122a77598746d3b9ef8297fd1e7750</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第二周</title>
<link href="https://elu-thingol.github.io/post/2867097917/"/>
<id>https://elu-thingol.github.io/post/2867097917/</id>
<published>2019-11-27T16:00:00.000Z</published>
<updated>2020-03-08T13:30:19.606Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="787dec8dd38ceb7d0934c671743ecb3df8b5e6a3601f5a5c65ccd023a45d8a62">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe0822a60ef4e9f9291bc1a53f7a379e70d6e09469a669ff672d03a27800367690c04740c04c6185d977653aac01e137239c81aa1920f1cb2c6d4382e138a59efd72adf980368b8a7c4f6b57f1d3834d019af59fba359d6bab1a251f1ff1e3cc003109737989b1973266979f7b7d2dd3eb02f272d55e20f7f537256eb9d2be4300cc3a69d739246cdf9524eb744c672d6ef326eb444de9d2cf557ed185b46e011a00ed4b3d1d360e230cf8735a947d052996fba74270e1c1f3c3f503a0daa2daae92703dae8ae0f3236f99902b3a6cf477ff20a5b5dbe5ad496a8c942303d224eddc792be7f1f7708c64d533e4ee0a2aecbad0441d61872a1e546a75b7a505987fbf55a75e3bb5d082cf40fbfa6d209cde164947ab1883c486f833ff4d9226fb6e4fbeaa72278fa036708ba71bb8b2b5865ceba43c9a620114f7b376ae1a8d0f140096ec5b93162b658a31b32c2e4453c483c6c068ab8993920ebe30739aeedbdf2ae2149378875ac895f6c2ecf37eb6eb033adf682bdb45b549046439e25ff66288f8d51a6ac7346af37dc2e5157d08a899a5f2a6cc56e90466e760920e7f1cab5057ba453ea83a1bb24abfb095fee6e76aacfa5c67803f67d78d14cc87949c1fe5be04a1401396315d6befcec9e29d4adcff0f97154d79647980b8358232b682b42220e4da02daafb87bba1076ead19e3c15cf652b0a732f903f9619838088b6be9c903a4959b4b273485d13882881398fae057b12b02f320da4ec71c9add4beaecb5b760275108a77fd1bfa7e843bb4b8b0c762561789779a77a1868f7d2398faffb9f87c2fb2c1658191fe6f4831eb9c30d0c6c0a1da81c651745cd5e69894bb0ae4a5f56284d0d229bcc67964cf8d5506868acdf8ade039b014f82e775da9168d74f149e12b6d027d1d0ed6a2763a360dd274723a1640754db65d835876307db91285b7329e22cb8628cb0fb8339b8f871d35546a9158696a4bf0944487b2c35822e5e7cffb79dd853444982306041d9dbfc772f906dcffca66e00d87cf70925af85f1d46986785b586657f8bb72b854c2000e44f3aec91db483072d9bcdb4a3e104abc3bd4cf10daeccc3da0618c2db567f2d4e78faa37636522aedd3f3fc1419d8ed436b045ba46ae0d4fa124231d402fdcf9b8ccf00c90128b12dccd2db881ec85484473c0a62ba6dbb3a9d9d790500fcf6c5a969d6a63e6c52a85ef875b5b73a8f6b4062b0990f40c11b09f4743b791ba1b1f6bb342ccfd6beed42057617d14c486c875527ff2868909a3aa3840119cf7e0987e2ce8c8c85c060f49ee611c738385814ab242685e4ca612af7cf141c692b6bf031757a98c0b44364b3fa7ee89fd3b5d5e7873796db5625347bb585ec5e6eed52814bb0a1da230f9edb00eee67cb196d98fcbafc715b223e1d7ad7823fc9072765742a7808d725046de68f1a64e6210fc281ab781e09cb6e026c0a22280736331ef2a3339d13e2e223e6</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第三周</title>
<link href="https://elu-thingol.github.io/post/3891974767/"/>
<id>https://elu-thingol.github.io/post/3891974767/</id>
<published>2019-12-06T16:00:00.000Z</published>
<updated>2020-03-08T13:29:57.325Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="f7ba8ec438e32625530ad6e2b95d0c5df66d405dd35d06e04b8b5c49b5968c1d">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffeda1dd42c33480778e49ef337cb88a9651e9cce4b0bb2a1417b535cc90316f3eeec0183e7e32d9fd47fe4bda1a72551d760dbaa6cc6cbb2ebe6a8729788182c8b239d8dbfbf9b57696da59d1a108a740494eb652547a18d8199e603bbb659c3e1d925d8e243a434a9c834ff6fe946a44058291b03d09a9c7aaedcbf1e8cc6a502a1c3848a5e6c089d78392c5f0168c0fcfc3b90d822e828b73f939e1c46a3d3612dcb5646d2a694f7c025c148752307c62bf91717ea7bf552c1bf302bb4fc9640cff25e1179118f88d4cc8a1632edaad2a5c6aa3ebbb19518e2d13e60b01a49fbbe2400ddd9cd3ea556314a93b02884bdd320b1e80a9db31935229737cb30346cab341181b058d9cfa44d554cca93ffb05530713d775c74366229217ac660f215c7c250eec01426c8f7e071979c700e9381a0f91557f37627f772286db61bb9ca7a90f0f730ac872dcd8f39e1f30ed01c6cc329ed1a2e22e9c8d6edf4c625268d0e1cae9d57a0ac7d022cf2a1df0bcb465282b8a4c8d1d8bf2e13429d3838970948f51915e2ccc1e691ec65fd7b4498801b5e20ac041cb277fb1ef3e454d9a19d705fb2da3df28792cfe9e97ebc90afe867df9c3767e2a4d772de2593748debd9ae6f6ffa8143135e0e238a17bf7842959e6f1c294a0c912721e253a29b2c96f56827f2d95b0842c2a43119b3867b3a8ea5ba3c5a9ec88211ef942bc49818d0fea6d42c33f832640f52f58ea3c226ab18a10ca4e0e754c69f36f91c680bb04485eadb4a9ea05d643a9db4a8260f9dc8f5ce3b566e9c0d20727c8376c722e3b37e267b54c951af17b1db7cffe3075fa1f3c91963e5688cf9fe69d67b766fc85090a46b696e74ebac633ca6a82404fb5b6f4a50254ca5dedbc6db1085f058664badca8aec6fff03c15253f4b3b08724ba9d31364233916521b81408e58bc4f08e1b3bcc2ecb7f422d680f25d285e626596837a9767f97a3513eb27f0b55da6fb8f824e8f09bfe8fef853575ef559e0f0a03fbed5ae1a5a52015d22d2471e88fcb806bd5906fc2367af6188579cdb32b1198d61b87ba9f0dc781b6b1b7b3b7f3482de14892d368f637930c330da2ca22fbad37aba570a6ffc60d9355ddd7a84797b5df9a80cfe706443f62de4ab242d8de11c06dadae9cd00574c4185df975bb3368817cc8a2e8f73b13dc60b18169aff62a735d27e9349f6128b1c199db20ebb5fe7ba667350affa5b237df33157e119e56fa0b5a04c8bbdd32961258404381cd9704beb247021d2dd82020fcb0ffc12255da53a3b91a8b0f133b0ade45ffe4aaf126cce2b5c808e1a00c400c996e705e0703cc8abae7b1c52a669b1aa22ddb624163cafd49bec08a5612b29f83a3e2fad5f6602f46dac5689d5344a9dfb9809a6bbdc69f59a2220b6d29a0a8b56c8330f3</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第四周</title>
<link href="https://elu-thingol.github.io/post/1356319498/"/>
<id>https://elu-thingol.github.io/post/1356319498/</id>
<published>2019-12-14T16:00:00.000Z</published>
<updated>2020-03-08T13:29:54.526Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="b87584f7fc9d5864a842e7a47718e5979e4ad0fc6fb04753a7d9f6748826e41d">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe56682f30c7577ed4c83767c9bc5355e38336abd7d0527418ea520441d128bb3b4f2bb5ee3b1c551e8a5a92a8f5b490cb75ba54a50caa23834b24cd2b0a52ad9654f2c61d86d2b74fdbcc30a2c52d18d8a5d05708d010dd0faf2aaf4936d8a4432653f6d6b35c60e5c09b8e5aa2f7b4fb7ad460e741f9189fd125f90ddfe9d4be264a97368567c43e862460234271583a7f1d5a98964db2c769a36afb03e54b4bfee6c36c2f6e48080c74b3f2fc5cddd1ec40ed5799518adc023794ca7ab8a0ea4adf61dcd79a61ec2bd402e216d6e7c180d78f53d5b7870011df0accd4ea95234b58d622122ef3947535521427aa41dbe20739d8a35bf9f682444c55e369fe3391e0a7d52f2d6b9a47ccd2ab347f59f024c5bf6cf2040fb339ac96ccebfe131a43126ab2616702357de5905fe80246b565656c2cd52ec3bc62f41a0a89402dec6ce02a75a93432c61ff5e81dc6cdcd1780676ce3ae7d8d6ae4737a05cdb7d35aa2b272a58d898570d8e778626344a46bba52960dbff97f9531e40a589d39b2e34449ff05dfed5365ec2cac9aa5e9fe81e81aa81d8a69aa95c8c85b21a51f8bf0bb52c1ce7f65fc25ef1c2c8023a5d879e0711c0a7d2a064a6c945aed31f0d682c5247fc8177b2834ae9faec0f0aa11c3d25001f8645d8537741e0b9206e3539cad811ef2175b2b3f7521ab6802434a1ef9fa6786f46a9343158816f8f8ceb94732cc4a3ed4bcb7d1a5a1e838b8c1e1cf17fdf96950362b1edcd5aaa90bc7ea29ec5a248761a43b606262ea769c2023d492811cb94860f651b6f81d1f2f036343704e8a489f684c477ac710ac35a49c48dbc5ca1cb0f68ee177213939c9540341fdacde1788700078a5533b69e18d0ab3e3be0fafa625d46524681d035f918de4f8379d96dfdf919a12aad9bb3990b900d19ddba131f17212dc5b33699249ab38e6826350bd21b69b90ef79609e85cc6145c7513c5e0f7de32f2b5e529ee522ee93020de1abb074566d578f467b3ba33c3ed86cd9ef0a28ed71c2988e6694746c3e7e3219e1d2cafa58186fa1ecc67b6d33d134e5b8ca590a94e8b92b1594d18009b3fc31d1e92b1c05b96480618862d80ef642ff04957f6b350c0d108894786d59f1fd3079f415d60c5344bb5879effc5f6d7ad5be1ac6977b3d65a195866c5813b781458908fbb85d1938a6c36ef242acbe787cd3bc1f59e369abfe04dd5a315ffd926955f6cfc3d1f7e7c85a9f3887ed56c2d0d540de56a9e3a96e7a4f8a9b765edb6ad226e67bf5708f45d08001ac10d35f43ed171048376dae0edd6aa21d8697bc38772156aec3f9db87e7f266a2cfc57ab7abe235dc1b1fd2b60664a66061f717e93c988c45ba4ef5f1435fad0e662a2812eaba155c789870a585796f31de8b4dfeda3e0e9931ab4b6449079093c034468e8ebcca9416925e43b5ec7907c168f4134bc9898e4a38ff4698d6aad770ebf74a951e2137ca5962404f0f23a97d2bad14b030f283b37e3b65ce61c1468891208b329ea266c2d3e375ec1f95050c41ef03d9ef10dc243639000572d18a0edec583e3d4ce1da3843be5a01aae1564743196a1f50231b00ff72a7a4745a754486bd8a7afa19d343d943a9d72aa1d6edd063932a5a87c3031eaaaa0dc31fe5da79bae37842315f83c1168ec467ce9373aa55d3c06537b9fd16bb0d165b860</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第五周</title>
<link href="https://elu-thingol.github.io/post/1061752397/"/>
<id>https://elu-thingol.github.io/post/1061752397/</id>
<published>2019-12-16T16:00:00.000Z</published>
<updated>2020-03-08T13:29:05.628Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="0d8aa6849552fa32c5d716f155a2107b3b216e209ae69244f12ea27678b8c87b">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe7d7a9f5b1d5f233fa0e9d4463d50837d279db30e4ec7e7a159f61dc97b728f28420d80b933c13220cc20c04fa94049b0947261e25197d2525832ca7d81c073fab01b05d6f4d635179eaec4a39280f1fa9609ac64dcc7ff0f4c96e9b5aa1b8748a45dc1825fa210b95a20a1e2c614a1f9a9f715e274b5c54490023981fdc0a4bad9936dad35574e051993581befc5d5cd1a0fcb4200487bd69072326d2a400d7873fa7c11e0934ace9f0b36d78aa2824ca1d4f500d963ea4e3b47895b81bd84d03ef3d8d2cadb24c3a55b32bc17e2408d37a1656b288284900348304a81d0ebaf5dde309a1738baee342a056e820c7166e4833c7731a585865c46fadf420f3a9450d1c410b97c3c69d517ceac7fd833124b4ec70e30decd547b4b20058e70420e777c333afdacf51af203ae2d2a6e3f79728e8a9c67e9e60460943e11b8296d46d7f8f6b012446b569675e66161c092b5f52d7b15d432d90a31c7747d8e646d7fd60482952b09bfd39e8b15db19f5525660912f70317143bcb8eda91558c668a2dff0d647bb6d58dfdf14640d6cccd202b10f613b807b1c62a4031e13c95ae06edbdc6dacbf43952d6999a91568b3db374fb7b5e998833290305283560e625c976271892ff6ef4cd417c11445dc8911f2ba0e3a51003e0b675366062dd60e769b3a359cff9033fbec7be098d4767c505b9d6abd090c9ae50e0a2aa0d5ad83ab7b153d9fcd70addec4fd9b5545ae22c132a921364ee2a08aa57f7d08cc6dd9d1862149c8706388c4b488d20e1679d04605701fc43632d6db2e96bed6195b86fd0fe35153cacc4f9d18c0c06083c48acd2a0a991578dde8e229cabbbef5f4874be4548d13c5982b37b42f39fb08b11314bad8fac29652aeb82710360cbd4b67a966c9757ed43e3a0d81735201900f4826244f7b1018a2bf3d4239755eee72ff78bb7f5217a311a3b18b22923e9df7a6b101b5100440a761e2b77f577e22737f09a0618e362857a5ce9fc079dd1e99cdd118a9af1c751d12c38af2be0ee23af131c3abcb4b4983a9d2b339a559384bb7f22dab128911ecc0aea0039dca35f7cbedd33e57f6c603fb281c49cc890833ed9aad071f8b26e66cadb76a7a8ce3db5c702a56ec555e66243859f3d5ddb620127944ffdffcb4ace134c02ebbf9380f9960b9771d7c2f7d898a6b731fee617c661a8e5e4ecc8236c6a8589cdc86086ff2936fdbeb90bbdea96d3ced7e59cf0a649f17e32127f38403fd737c6e54561290267130b6548773eed2809ff190cb6754869e43422f122305d7087ef8c831be7f81af6d2b516ee5c1c31ce4bb0e8847704d0b337183d9dbb5d76e06823f4601518af1670651743d3d78707d065db75237640acff15e7c942f1c42806fcbe0c5d48ee4ef3ba0c3a83d4661c38391b55f1d7defc4811b9205735a2a3f6d4237f87ffc8ed9fef971a51cd841bf4a96e23fc6ae28</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第六周</title>
<link href="https://elu-thingol.github.io/post/1514620308/"/>
<id>https://elu-thingol.github.io/post/1514620308/</id>
<published>2019-12-28T16:00:00.000Z</published>
<updated>2020-03-08T13:28:54.005Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="f28520234d5953c74c67bc1bd99e81fd50b58cab618be77fe0ba33001eec2a0e">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffef2ab552536f31790126a04b0bc3756b4d6b892aa187e1f5b438db2a4ed63c7db6abdae0f31d831c25050b8487542b99b9cf92f3e2aada553707ebbce4d7c62fb5c4d7ac25ed7fd5830caa16e7cab3d181e55468450912f51f7dc0a15561904e56f21afcfa9961703f299b1686e86d6438c48156f9ff9644a46fcb0a1307106e9593616683b796a413e0f2a63dc36e25e50933899b3a498b98a4b33b2e236c1043798026765ca0ef79ac7128cb9057754fd7f8d3ee032bdd9d1ec7eb96b03638a2e0e3d0fefbe83393f0c5b71cb6d4927ab9a804276fb81b870aec689db0356d39aa3b6d2b1a0fdcc4d561b63177be1bba6ce3600aed39367c7674c35440274913a34511cf490cee238a54e0ef43e33493533a760014ab8b9c0a648eff0c588b3859653fd219f545a173b4134d88a5672066e1814f37836fdc86e8fcb08deef38d6fa240620e2c64c25a23955a03251cdfb2cf6e02930d23e4a1d8909d1f258bb321c2f9204168d8bbd918aea7fc2b6a06353938219f2b25a2a7103f8ac3f2dd3b7e1c2362fe03332166e245d1a7f0e49755ab1f832e349e2bec220e4d5f17ee9ccd7717e17f95bedf592dee87940481a1ff8c8ef64497b3c78ad67280d3d1092db95138701e5cd99e9cd6349b26994e93bbaec5c8bd9ade757d7da99e1754d9b1e843cdd64164a45198bfa8a80fa4c3346c3a3fd72ee171f6c2b86dec7af369c1b364df14cae50953fe5bf74e0c3a24976e1815e484a28fd2a61dd882430edf41135fcec76d5505fa4c96067e967a79ec1188368ce47c419fc7a136e65a91ad689dbcfe02d9aadf9c4095ec4965c71024ac91b1b553a64ee3066fb1ae883203786dd3bcff7465782f3135cb6690a58ce2e15160ed4fd6a436fada648b444e3a05aab607294d14a06562904fe049feb10576337948e93af7653504c150a8944ccfda937808630bd4a54fdd59b75658e835fc7dfe213bdbcb5762d03e648c55b18bb231b02ed65bcb67fb36a35adb1f68ea1e3fcc8213b1b313171f3d5bde791f3f23f84548413b0af8ec18ece7b4b01d1012079fdca1e3e6c20e7e35927a71c3ba3dcbb6826740c122698073dd9bfc2134bef46d131a70c09478f0c5b38c021df9693fbaf1b5fbe54a7731164d45924b6b8297670b2816030f0578e5712a66d8f4ea45e4edc947698f26c3687e355a3939ab8f28625f521066664d096cfa86d1ad52cb627588ba770e4f135dcd47b06cf02ed8163338733a90c3dbfda373b603487de329b03db6da199ba119ca1bd6b5fff08042c9be1f1ed66ba842d94e620fd1d89194cd5db4d962fda926c9e892565abbdec3894e364a81636543a7e62a8ea5ca04507cadc58aa9c4256c27ff625c64cbdbd1348c5f60f28fe6a87817793f1f8fc5be83304ff6e51bb327dee5a784b49b864259204b305613341320d6a5d8179b2283801770bb46a66dd7cdb4a2f706689cef1e0ae1916ed9b33ce00417fe4be8e46c517a7b036f061b27532e17129b2e7f0ae653bdebf35186169fc871636d308dfe90acd786fbd10e5030ae487d2230a108201758ae94617f6bf1354f83f2a5e91a2500437536b4d06bcff8d45708319f0475435dafe93e7238ec29d25f604c919efc3600429a5028c8bc2f39451ae6988ec23094dd08f5f177dc0bf8054a4bf1fe08c3b70741641ed017b7eca3b3ea04953951c93b7cdfa8325c9b725f18f2dc4c02c436f61e9fab2597b5393651fba5e49aa437e54907b75660ccf753da8587b599f2ed67169f019011cc595140e8de74b5ab630749e881d2d7e84d4ac2fc89c8f65d26a50a006574e770d102c4fef2d6fcea44676e968452561d2ed7481160b09cc93fa3c18755c40ad983ba7793fe6a0e5a0412fcf09599865e6d7bbdfe39649ddd06a3203ca5e8404f7c81764df2c7a4799d57acacc262b326f9f4c7d74450b11b7edac2bb8927aaaf5d99c9db99c0af782cab8d8c268c3835ac46108a4389c45854517023eb435357880aa6bfb7cdd32300482cc000ddee7dd0d3d147f422ddb314ced66c989e8b50bd49d7d70551c14850431325f1fe389ac9cb2583511c71870fef023d54bedf0b2fc70718e0f751d9e8078253d552ecbfd43b7c9cea85bfdf5d615998272aaab28d5d06027c76447e7199f60c7f200fcaa578479f64007434a957417cb7a5fc0a2c66718c402431b6a1895da6141d39f8ae5a348905516bbf58e6418d45c4a21f22158e2adac6aa9fd7caa5a25e0739abbfe6c75b9d97b36720ca3e17ff9b6eee986224abeccfe6823d4e815262eac52d0fcb645ed8d46592b0d60779142e82f36cb6c1e4d07bc876d3ef386d00af5a4817cfec696fc37cf93a4a623d4ee48098264e2b9c2e95cce96a9962ca7a0583d80972855921fc420b73fdc9a82508d2cce496841b5a0ed615844d1ce3862a927fc6db31e950af6bccf1926f36d7a3dbaa62eceb4d7efc7fcea86d03c894848733d72b36f236a38baae547721373857eb7bd7ab399480933f2552a6a206c76eb8994ae303a7dd6e3342bf470357ad1a5d004ab624898406aba9df61a924009951e939bb5ad03fb4413d14c82a777aab1b2f63b3c57c8ac54877dec15d67f0672d42ebaca9bba1d29028db6576d71473cd693d9dd948959b91b8c9586366215432bd988769673f1127dc50d3e3c39c3476e200f4cc7ac10a1e5abcf273547aef015d724107ab06ab838cf28a58d3317480a51e9ae42b6b7b05205467fd13fced648d99fbd74c144dbcc225eea72923f9cb9b96ff6c13182f398be19ae3919381812e0ca6d21fd7dc714f1d2eb48c423393f225473c6f891be134f0141bafb423e7f9d3a4dbc736925d6dfa0a89e08d587308b5da98d45be145d429262a478388d1e765411a3433ab68bf1054b7354331da84f083a1647fdd30fe35a10be5f93a06b88b168d799807c1f9d31c8cfed7ad8d6089ee</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第八周</title>
<link href="https://elu-thingol.github.io/post/2133596744/"/>
<id>https://elu-thingol.github.io/post/2133596744/</id>
<published>2020-01-05T16:00:00.000Z</published>
<updated>2020-03-08T13:28:50.780Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="0c7757fd9a402cfe1adf06a878a76b34d8282eb69f51fd06dfaf066f5b8f1275">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe5bdd80a7414941337c150cb2fc65e42c45015b022c9a8b5098f651249f0fc033875b28bccac03f94b4b8e6ed0f5aa83cd3eda407de0fa3f4ab283fe1b2f96739a0e1bc715005bd3316f288f43b65d91382bfa24fe26824f8ca184ac43532be4cc079a59e3fdf08f5ce3366c426b34f4c3ad0ba3268f02c693c6614dee615e75447ea76eae313fc47aed60d51ffbfc7995ed6e69cd2933aed4cea92bcd0da6955e9ed895f102891f9c6326ccb8d12c569ef19c4e6f2d83a9b9366437194fcb634e9c2bf1de1965e3457df84e1edb22d685481b354ac39aed99acf93866038a80abffb6742d84c204e84aa376d0c2d3c5670aa0b95628778c594a2451bf66bf11ebc7a4c7fe5af55618e52a68e2bf19b59516364631bbea75a5514635c97c9a648b451cacd4a2b34f49b05dd31b904428b26d2c586d0c480fbda41b7bdef81e528acd674b46b8682ed993ec0864011489651abfc8be41a57cf52def251e474f2a887c350183e358605443d9b3e78ceab73be7dbe4e3f767661ea7bc38888f22ef9e856807528d0f770b260efe90220e4c99f80a29c545bd15d5fe82d0e08ed70076c2ca0ca0023a18e4f7576c03e7b973152576a98741bce1fd57702e42e5a415f2c7393095ecf94238df644846d6fa1d7bf8eb7b3869b802a65f8b94d995036b817c00b19bf6ba9d0e4113b0b61ce0fa703e4b39c9c410abfef0780d0cb73905b2f35fb286c25f987f5eb2e13767a8ec8cfe8a1d6f3204a640a54f5c199e410edf403f7aea48321accf3e16db1de4b903bf67a209d21e58140000b2a49f7dbc52f598e227333431eb628eba82c4f0fef752f49eb29bf8ed84c33a61a195858b202d0cec6f743d3ca2e2bd7098a066ca1e043eedf527b73524ef922340ca9c176c4ef1326c55077a4ed87938ac76212bc2ef0af907c332cb3a6a97a3822a56f59001bf9fbcacf48252a1958a23b634fa660b0611f61a30dbf3aedfc1ea263a41d926f921a0d78c52e888b09f0046f0dea32ee32982cd900e8040b967ae1bf5748e07641d647353ea107801078e46c36010f8b92725effe09c1139e6fde209fa2368891c515662fc97bc1575259623eb2e16dbf25a83dcaab29a79c0f99f011c7c9dbb87835b8253895bd3828f923d18a3df756e17c87d455109c52f185b8b553d2de36b99a6dd00486b20b4729e4bad86bc2e4d20936e323f756dc38b206d8694826380281231c873ebd057c86f546df379afbece23d3d12e58cb49e8c234959de03afce7e3bb07e501c5961700cc072244fbfdf3f28cea48058c6839be498c3ae59400eada31d0319affe73f5e4f79985bf02fdbf354e42355d90e67666fc160d477de2a116e220cbff549690a2198a31b1f91fd2cb974ee9b57d534e7c6fe134cb59feb9723cf98e4d802eb1dc2b39c4781a2369232cfdaae2f340671579cfb0</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第七周</title>
<link href="https://elu-thingol.github.io/post/2286367243/"/>
<id>https://elu-thingol.github.io/post/2286367243/</id>
<published>2020-01-04T16:00:00.000Z</published>
<updated>2020-03-08T13:28:16.088Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="07253bcb1cf81b1d36627413b394e8f25194c802932ed622c464b9a0601e0838">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe5eee1350ea16485b2c5d675089882d7627cd554df97371dffd9c99109c81a4a30605c343b27b15c30b513c241f5c95b79fa633c9f1079c96a9be328e42d68cb995a973cc979c950b94c3952b4496f791d28146b802b50f1d43c1e194f2a0713dc2cd763c997e01f946fbd465bab78d44c11811a1e16900e34ee2bf6d53efcb98a4f57fb4a38df8e3afcd1f6a877cb5834a6c13029c9da39ed0b5653eabd0109c4df4431b7f7fdf3e3dd25d8b3b5eb8c731dfb57a5c36bea8f676723eabb3e560d29e4bd923c458eeaca79b0de8177e6acb0bc16faab99ebac65984a9adb6edfc729215b57b84544d192fe3caf33b7b6a8acc6a7de6a5bf498edcb13e2191347a12b18891a08b4cf7502eba938007d4a6d073e225322102d9ec06ae5c450a07d82b45a59221beccdf3aabd2523e0d1b7edc8feb2a02b66c66cf3570be5f2b056173ce6263cf2aabb5b1b0aa8862508d60fd67a1f1cdbe56a42d6475508c66f1458e52cfd53f5c631e88501a5fb97468e6c4d22339f9ad5ead0e34175294eaf81df57f4b87499b4f3d020aaa091295a13837e174f3a8a6fc6125649ee278e2d1ee83d411449985f629da16cb5340ac2be1a3e0bccc08999731ecdd1244b3e51c99a7e3e909d7a712637e44511f40bea039c044efa031219fdaa1e02e82600cfc63ad50e07ecf66eec6efc8e2dc09cda653a8d3abf249ec42cb97185fd9f86ef89de0d441d2ec414d7825dd5f8f54d98dbaa428d7dcdb1100e7665a20ee200a58f0db43a67bc4db5bf031d3ffc376376e83342b38ac06c7ba17c6daaaf07ddf870aa38f33159678635e9581cb2ff2eefe9dbc9a2e285bd7cdf58675a84ba56a9a5e05103cfd406c7ec8ded2c1bb202c65b5b84e3f0fc8525057e7c91afe260f5a1a2c42785146c15fbc5eb017a5bc0eeaba65aeeaaded64b06154c8566211a2729d26efac8cd817aabdb8a74d53a5baaed58cf3c0c7ede99bd874d1f40ca5655736213e4da236b56f6755968311f1add4d0c6fbbf79a14adf189d66015363ac46345d426eef17833b8905db99e1a306d6db4bf7e976c4fb3ae19994b907bb19becc83303c72b8d29024dcd1013b769d24f32b19957ca109775cbefece2c77c432d27e73267381e10cdddb5119366af89b52d37205849a87e305cff08e44084df63e54071f3ae3cb6bcc3e29f203d22be26df94e2360b73bf1c24d0ac8f850bfa3c1b41fa3b08104c6b0a6bcff3ce311ce5ec4f50f8d259f1d7cd2940396dd1dc85564874276db46b318e66a6b1a4ec7cbe55de9267fe30a9922065e61d9a0560219c3ee2893dff637a989cdd4412877e4a29254122879236c9abcf7872598cea4c89a7eefb3e7e22a11a60f1907e569f0059ae814a0b105cabc2c09163cb98d017db51ccfe8fa8541178eea49854f0d43a90f5dce85d24d4abdc73db3f12951a0a43d2095d580fce407fc63c986a99af7aa9bb7c0a022525cf50eed0f7f627b85783cf6b0a3161c80c669c7c438209dc8b76d3c764050e10507f3fc3741d26895ea3f479a731804a76b7e488535c00409a84ee5130c56a0a439db2e2366c3162afdabecf41c903685fd7ce01eb63e7d20726864835dd5df90a0b771d51e90c26816c5f2649d24134493380fefb9812a7b2699bea88f74ffa41e931f8ae7016d40065a44cd9a5e82d9996bca7bd89d94c0fa29075cb3a8db561738d03354d63610b14adc76a21b740b2dd3e543ea01270adc</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第九周</title>
<link href="https://elu-thingol.github.io/post/98646807/"/>
<id>https://elu-thingol.github.io/post/98646807/</id>
<published>2020-01-15T16:00:00.000Z</published>
<updated>2020-03-08T13:27:51.048Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="e6e29d3b2534b33ab9d583f70380e97cc1978c6115e286df37445b968ab77215">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe2e8f37b9416ce2555418428baeebffbcd16e93ecc06ec090c43f0068a8072dac844fb44a89af3cc2d0880bede03e259c17ea5b7615e2f35f7bd80860069a5fc766e3a9195c978265acd02d47d7b868f162ea2d3794b784ae61449874915de5577a9c48790dabed837cc405ef5d129cbbb14551155960628b2024f707804339c2f17d0b3b2f24ee53af8f81253466f8f01f27c12da31b4f46ac47d3fee8b8b199a99c1a4636bfbeb6ca6861f0119d9dbe976bb3cd0e2194046b6e11941c2b72941c408884f8594e9dd6c38f1d902678a45601d5eb52318c7c329be84a4081fa863f63489d04487530e83f8577f5a59c06eb9ad8fe4280a632229ba3f733630ecd5f37343dc34df170b8816707288d2d17aba1b53eb60cd39ec7fcf7b05acd54dfee925bf43c6a1e33cb7bb6489d9876a6f7abb3f2de38928afa516866913027728004d31893413486e6426510bbf1f7a4af2f8e7b84943448fa2307a70efdad91317afbd6b6a96434dfcf8a40163d12a1dbc4cfe00450e2c6da0aa5fee3714ed4398cf27b2c58614bc7fb6801cf3d9bd9ad634e1ed8fdca568e6e82a3920fdba8bf08ed77d96b3b8dcec3e13391ba01c44f0a95bf58f7b1d29f68c4ff6ebda6e92da64d6d3706889eff3727748651530cb29abe1e6e5f3ed08a3d85a1c159c36f7d558a386fb41296f74a081b47b09b509705e018f840e1ddececca92ca886e2cd7edf771a6e5ad90e319051dcdb0fa5fa13ca5d43641eba4bbb27a08fb527ff8e6d1daf1d8872b97054db9c0219c8d037b9b2861f351c08663b69c04b62722a72ff3af38f080f54064b81dbc9de011d8214a089a288ada0c030f853979b262cf7d459b6de685136acd4744041b5216b5eec6f95400baaf1cbef7e95b922a1affe481822f5deda710b58ab63ed0b1f69b14596bf07cdedba6b48acbb0af9daa619815e9e4adb37b74bf2c713d1113db83c3ff8838d8a34326b799340f4b865cee82b8762967a22f2fbd9c8da62dcde15af23c8a3fc88f8b13f8d5afec795081d31de27f0b9cc7769204f65c4a9ed97717e9ee5bdca1ae6fda2caaa8592f05c94e97fb87c1b4c1750186881e2f3cafa06639557ebe227986698bcbb10a92d615e2063a2f59a094c88b7e595a6dff18cbd3319c9dbdac6186d8a4347bc3299382875eb44d0428a98b1c1a6cff4935008f5b61541e06fc3c710962493a1e1fbac7a77b765162918952c18ec03a3ddd31ce20555190b6b330a191c62a2a40213583f1b38ce0fdf4b0a417882f2dc88ea339fd5e1f8a04c6b004aefb9bafe9fe6989fee52a9ec4c588b49cc9ac51f819d39802bae18640578c050d067c99884e703dbdb39ef7f036c42b189a713b81a89bc8adf53c65ddb7d90648513f525c62ab2bb3</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第十周</title>
<link href="https://elu-thingol.github.io/post/2161319635/"/>
<id>https://elu-thingol.github.io/post/2161319635/</id>
<published>2020-01-29T16:00:00.000Z</published>
<updated>2020-03-08T13:27:36.415Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="81e5c2f3590363d360d191274e6d5ce6f3e9bfd9a215a39538351b509c67ca00">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe80edcc045afcd9789cb9aa6a4774efb9796f09ec8444c071c43ed21916d739754e68f4b36ee41f8967a0ac479cb3413cb1b0dd9fb9f016d574c4c3336166cff2ef98630a42dc21cdfbaa78892431f48e6ecdc7b2e6b22401813166e555627138702de5915b9d04945ce0b1f62c8cee50f754263df9bf9e7902f2c2f4bf60327af10257d2187fdab0d878175d9acb8155de39bd4bc9ca647a0ddf07899c5dcc1fb8b9b56c126760ee427a2e65ce101812e33fb0984b75065e076f64f21cb3934b0af79573a4e9d514f98777f63353f86c1c2e3b0f10930a7544c7520b07e61d5fc5d9d480e2f11f433190eebe9e37ea75a179940f6006c0d312e5f5786895f473cd07e3b260701bdea50be17608df3e0e3130936dba5f555e0da1d83e4ddcf96795bf443ae014915d45515b1a0eb5afa50847cda4e8b70d09000154e3083cc19abee896c5f68d86772670310ff3868e05d9f23a3d36cddaac06786b00d9c543f7993fce48b91479a7848735df484eb5f8eb7eb6bd566970469871745430721665cd2e99e5fd133ad41d752b3b7a6c2f6ed6e95d208be11b5515d963b433a6829ee6eec2ddf5f520fd609583aa58231394d368836e307734787677cb2004b07b463c211cef307750e12acb1a1bb734b0ca088a846bc9f8dd47cd1e2f7bd6ebfe419443ca563e074161e3a582b40a11e35098851be7591c4968bf3817285e36d0f77fd1824535d9854fe2639eed118373fbc3ba7c90ee23d3638aaecb28ce9b89a036c238b08fdc6f8ec26a368b5c5056b434fd143d098f15eca26662bab1946258d75934cb1a2314e751f0071209af7313f0bc8f7d0ac80168f2046736443c5b08e37dfba3e4feb2ff4b38c14e0d2b88890e8ce86e1f2f02daf5718cdc5b1e2337cc24d6c428025ae652cb2fc6f9bcc0496722316b74b939b6ee78b6682fad6987506408bab999c22b68b2d1dfc1c899452e32796fcc8f6d65fb737fbd32ec2185df8e84c9aa12f25ee315f19aaf167966f676a178dbe676600e05e54704cd20ba93a007644f4f53f57e0ef1d3caa151a3f3993b97fab6116746d75e489bb9edd5b870289c7114bdbb7f83e0d90f88f2fff52cc1ce4518410a934271c251ede3ff1d4567f135347b92af816f5e3b0f6201ec65f88ae893b90101610bb023118de9a64676a0efcd29943936380c4909b71c2b5d7da0e44f9bb85b8fb37cc4faa5f380edb08ccaca5b5f475f7ca2687099725bde4449650d5ee4230422d0e2db1acc9e1bfb68ab4ecf7d6c5460c00688f4b2e96f8e62391d69576feb982de4e6dc3b98dd2bd64dcf2baab8cbe938a7c8cd7f5d1da04846d968ecfee4094cf8650ec87b94b1a94e3fa70a9af929d006a131402c2adb1f91aa2b863bbcd52f59b37e685fc9e2e30630f73791b9d723b931df42d6e6909adf3cd52e4f461877636a9c86c51894d711fdc520c9e110c6d8009f631b607f247dbf00f230dc6658c0709c9a9d097eb847d08185c5b05d436dcc2c758f3ddcdcb6ef8933e3ccc2da8bb4d6ff1abd2d45e9c860578f40cb6bc82ab98e3659e9493ffa7734f9080155847ad1a1cd7ba92afd63cb2e7278ceb2cc631dab7f4344f9dd5a8e3ba6e25fd50ef5bbf8fa2525b676ee122f0565b131c721724f40c2e87fb6ade7b441ed107c99de5d1d90d601b92bc8d3ea8270379d9206db8ae19e6982ab5d58fa16b0deb681068ef1b0963979afd4e0dd0b774488f0b221a5ec050715b42642fa6f2135d38b3f4e41563c674d8847d09c0803f1433e7d3c3a10982d9a85230f8f825419a066ab39df950f2b883f88f300a00f8fbeb7034281630889906c14111e15bf35c2acb40c19c54f3abe79d78df71acc70f1c0310310ea5c1b13130bc10f3f5ea369b8ad7673825944e1df289658f781a79ca0583e7e484981dd0066f64c027c177aeedfa524eea69b92d45caf7ee2e18b2a6e43b4aca9724f28121fca8b307823da9d6c0681547a31c5b6f1968b3cbd7ff0daf8713af44eb572a51a335238c6b7f04f12f8b2fe8ace4a02c939350b30005f47673c64c5110605e46a71ed809a8e652681ed9b9ec4dd56b2678738c5e5e44a706d3d1564e22a0e1fa52e9d6c65bb96a62c25d330d19b0a689703ef38b76b7ef17be4c818c465bb12711a5523dec3d56a9d88187e1e3d472321cbf5d4acad30ef245e25964761a7dc5b9efd931c862f9d1c0dee8c3d38ed2f96fea55a50b078b653c392c44596975d80bdd70a093f0c04f185ac045fa46245e1a462c0023e76fa70bdd1debaec4b3c43fc36a6c19286b57d034c08035034f3fdf8d2a3a8395115a3c7005da05198201a478457f8ad15c338fc261549de2be010da93e880552fdecb9276607fa09cf315bdb40379a0c86103f9be8944b82a8d220fafda1eca9652856e0f9a1bb47632b5e990969468677cbd212aa663a67d0c41b604062a7a18eaaf96a5c19a3d8242e5b6dcfc9cca2f63eeb82beef401b08a8ca5030a32b32793e583f680817a1c79fdcfc8ef6534b5e9071da8ada676ca63c77c65fa435f904b2b0e6251f8ee5e232890d3f99ffe5baf87aa7026a9a38de9b585aee1c6f8ba78095b7fb8bed69789a83a87b9775e4ed8aa9eba56527937445f920c7ea62187932dd9b033ccf37dacff5a2b3f89108427d3f164a7b98940dca7e10194acf9225a311096f4ca306752b14dbe2cca5840af14db710f69552b2dfee2c1516ead2adeaa94dd0b20ff992fae1c7a11277fb2dc4162ccf5eb07f3d604054776238c9a02b5ce0bf70a70242e819e2b126e2d0e40568ddbce25549ea7aefb4d237a8285182153a47709178da5c2201b90be78deb6b64b0d62e28fdd4965be1d7f1e42d0a7104f4a202893f2c30b3ea92cd436751bd7c4f6bc3a3cdff421af8a32caa55deaebab957c14daa0d4e8451e016c0545b58f871bab6397e2c4d6937bc98067e9360adbe84bf5cfb48d69ff0e4cb4b6693064beb81182d818d6c82233d3c9e5b3a20aca2d9bffe8b46ab45bb7005cb2dd3603b9bac7cb42f56a22ecc458a93e959e85b30571286f7b02aa4f01062e24ff4bab2c848ccbb8a78c71884288f47c0b4b8ff208</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第十一周</title>
<link href="https://elu-thingol.github.io/post/3328210305/"/>
<id>https://elu-thingol.github.io/post/3328210305/</id>
<published>2020-02-01T16:00:00.000Z</published>
<updated>2020-03-08T13:27:14.590Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="a7797be8ed443a1ee0bcd6fc308134f7489dc73e826d3a90ff5cc7d95e8bba15">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe4cf03ae393163756cef0f99df58706839627cbaa22d3369156b3737fb362d96ff4dfd9e7c2f706c9934086405beb6dba0f92412db1548e6cea9d5669c328c1c59cb8d41e6a60df0cc2eda75867881d5f44d3d2853deb121460497559db17d4a08f44609ffb4ff2ce82315832f32994b2321e2d6bfbaf058da7eaf7c12a83ae11d09ddbeba45ff7f6261c38d21580908bb37fa6fa87b7b10d333b6e4d0b30e089db5add762451398dd7d6cf50c92acef5f9e3d39dce571ec41f2785ea6d66545dc58a3eea71292a527b4334644bf5437f7ecdbed8aba0a773da32cf54b4471d6dd8de6f75f6b20cfe0b7fa16e773604e0001e450f173cb115d1ce3d5d0b350b330d0160262743c490389287bf41c7dd9e8f0f765f7b682d2b8b2fbe9b18e6e54d0be18f1ce1d1d189ef5bf7c6f81c23a3154ce3f272f64f6cd6b9025746234fb72f91e5c4b7cfb69d511f3a4111e9e56fe045af7a9920fe296e3ce6ff211bc0a040e27d8b3cc62edae832a7842e848a6a5d719a93ab3e022b468b4c1e8513c94d7d1b94399f37a1ae904e5769240be7e25f5b6b3b497d4a729ce24ecfc915a750fd5cd2f47bda17cbd36f0b9f40cc907e3e6aa7c8117f8f221c1c8102abad4644d2edf306ac6b244d0462631d4f99b5c92223267f29c64bc3540c91b9c8eadb7c0fedd4b24bbbecfb23ffdcfc15bd236d7cfb28d34e2ce47c76785ac2014ae374dce1da4236931f7d587fdb9b8a6fdcf5b935e32b4a8af3ee8db1837b95ae7bbb8ff2116e569b62e5334f1b00084c2e70697072e65a3309f62f6ccd533a2bf2ad02bd9e694e852faf564ae1eaff90c066648e992d41c03ce0a0d6e1713ecaf412c9845e089193356307fa925ceecc3358b8ba81c752bff5173c7301ce064ed6860168ca5f5ca34b81c958938b2414489975c20db88b6bf5c2053ba9445297eac5f15d74a205e0fe1cb73ffe7cd65f333f6ebeda86a5498276a09ab060e746c32f708d6f359b8105b86a7f542454d59ff946288b254a1cc8e020f00bfce3d0b59e232dd1cedbfdeae6b3b142adf60922e867828669a25c7abebf156e346c5b13e9fd5cac031afa926fcb67fed837593605ed3f67c2b6ec799daff40ee76abdf7a914e68f83fb1d68291672a86abb0d7b77da675baf3a9b3618c25054d2772d8a02d926d8e212e3c1f35d4139d785c6aa83dcfc63ad90af46efa758f1edbbcc6f0e63d48d95d231c62ccf8a303426f5c1681a3a9808e4dc57c20c0cccf658ac5b50523f41ac7468e3ab7d19996195fc2c83b76e4f5db2aff40ae0b6e07659884191bc6ea4b6ba0b0c04dcbf154d7a67dfdf5b2201743d5ce4cfe07ebfc6241b51cbeb0c09cd2742f41687a09c68241a15c2f2fdc740805a715cf4c672817d3ee07f8e14dfc53cbed4c373ca1dd6f4977774a6eb95c2fbc073682536a1a61e851dbe06c2efb03ee1d08ede83a65c4603024ce85ac1b0830716c6b60552114c205ae8940221953efa774cc95619f8e9d03b558c601acd28291c08a8db8ae5cf5c98c62d8554347b793185fbef6bbaf699a0f21b75f0cd17a04b4362ea28b4a1ef8713ed75ff8a6e8dfc2e12bf8378d610c62044e3dc5a2e6934d6931ca50fad12fb0245349503476af2d18c137f33d716c731a0595ce247e382315af3a832225e1c6a38adb25b7e0fc748661f1f5fa4793217b99c482579b304fdc5bc1a95601754146a08bbea4519862c1bd7e4d5d2e834cee5266470bbc3dca54af258614681777eff2b403e188d8d50d915edaa5efb524595ccb96a163a21ab10ecf8809261882bf4824916bdd61d80c0dd98013b3cc19955509daf20bb8ecdd323f2d53455f640cc5ee0c75b81483f7ab7240998713d2e7f150635ab7d0db73977c4a47dbcc874afe8e1b5f3daf91fba894a0993c61cdeb440be9e0760919091576c16418e56ab20754cc62e5cb58612364118d1d1d77e13fd5b6edd46e776fb5180e4a7c4619a7311348364c8bb92e7d499d843eca3fa6775458208ed9ecd2899cdf803351da2</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第十二周</title>
<link href="https://elu-thingol.github.io/post/4134967641/"/>
<id>https://elu-thingol.github.io/post/4134967641/</id>
<published>2020-02-08T16:00:00.000Z</published>
<updated>2020-03-08T13:26:52.064Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="5749e394d6d9d6d17418f2b3ed99d4a38887c167c287955b5e2dc02cb64957a0">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffea8e822c7f707667967f955f211ab34b3974f31dae1b1dcbaf36d67927bd2fb557536ea8fdc7e16d06e91b12416e0324d67fa4ea17e2f383f60976954c3be6a570dc4701344e2aa05206d3446bd8c87d8ca4d426204c7267c45932b2b24f4f00253b8b14a9ecac0e1531c271b4ce188454713d3ced08851c20ff15fdabe3c11223d81b5b72e6f9827ced9c06844ace2ba2b6f95add5af837f58ef7264e18db76a14e990112c3f7d87e1cc741d6674c14f47457a1e67eb9ec5ac8a56fb760ca2e84ef3ccd1f38d94247096fcb0ba3e73dceb41bbda6d2ad4d90e89ec340b70d994d85a29e6afe29fef388cc7c94e1a712c5d7ec6558e32d0296691b20efbca8b2ba3fbf7bf0e6e45e16953e8be16fc4fb8b31049b6a31fcd1c3d8c31751994edee950fc0ba0f0a4c2da741b1e7fe58785650e56a8d2a005eeb856ce75d6699009521b67cc9c0c3664e6607304800771ed1a68f6fcccbe4e41701739ca1055efbf6d163c62d4a3da8c84dd9b6132f93df5824e19a43d4805bbcc58460a8416571d590ff6f50390bf6699d53b453af2918623f7900566bc0a3d8369e55ee69810322edecdd87cdd53ec53b6f6920c4e6abf005070fa698d57acee1056d4efca8ae4aa4ac34a589688fbfb4ca35b33a228b56520d7f2b741ae24447fd7058a31c533e956b375e19c11cb82a774cf2625e4d525284ca4b2265eaee8bf145e81546ef87d151f270017015e9ebdda873cb62b43509d2fd5af8a61ba745fa988644d9b2ebbfcaca8d3d908f50897b185ee4c5cc1ad75c91f5b597b0ac0885c059f1dc8cdc3fb196c60b577337bc8c128aa188432431d213a87eeff4011f75b47a54d3e936da62ca4b4a741c1597ef8699cbb2f2c4297e8fc83bb8568a3a24ea7810c206eddab8102e9c583e8cb05d55567bdca39f87c30812c9875803e4aed89e5ebe5ceddae0b80e1c68989c329dfc3bd8a2d2f609fdd386bdf9b4aa594245f735092f87799bfcd470a0b65d499ef3772689e62043974b7b42edd15e3a21952eb522f2ed16502c24e987034ff9e2f8da38cfb0c7feb4da57c18b5ea2cb055141c60a0c4dd1708b3a68322209a49d9431a1c8abf06b60d09541208c3877c006b65574d21dfecb9928126354cd70f0cfb6332edff3c695256765ffdda446498e103549cafe79ef7d9d25edcc7b6736a230f92acc9301ea0ab7717f72c19111d27e943f40cc38f289eeec43af28e056c4c38e1caea4997340f5e61a47d9cb40d5d3c456d529c28b53811eefd363d237d53e20dda74042e24ba1f3fb18b0e23aaaece0fcf619f87976fb05794ad1efaeb258782d58358e876f50a75a198755c688baf73c1102f6d1599ad8a9fb88348b9540e79dc1b90a17461b26c1414e93d4ff85f3d87e191c5c0007b98bc2c877e41b2a2d3854d301b2dd93aeb558a97716e531817c130725331bf464962b02262d1f6359241c3e8bed3d124e1db553181143ba5d71038d882404be29eaa4f8395878e1725aaf0d5b82f71dc07c9464a5672c1e94bb7049d5178948009f92fa48d9d63275664b6b229e9f1b2eb7e454f41d92669b08cbaed99211c4100098edcf98f1ecdcb2dace3822ae81def130e5d3b26379c24e1b7b625b56899ffca777ca7828712b04d2fe63febb788d3d9b05a578660838bd03b772d9befc76a7ba82122ebf93c1e9a84fc000331ddfb64d9d037543941a62b34eb3fec58a72a3a7d4e736e3726dcd638970acf4b7740a2d523e0fc8b21a66c29deb0e005b1dfa4ca8cd33cfe816145e60fd72a5a7d23cce1ca95a0c7319feca123a179061397a95101340cd5dbfbcc8e35436bd60cb18e2ecd340f6e987bc08afdc32d8559352d1141b7ce8eb7a433fc454efc9563b8110f35330412f07fce015862a3c0ca826dd0b2adaa93e6b91b43f5d81bbdce2b1102dafb9da9d3681a4d08b53dc51fe0a732ba3a049967bce0be7f4d31cdce6aaa43fd4a09f3ece71e1d037ecaed64152f5e3cc38e00c6deb3d1b50ad2c0a74d46f4a13d62f58e656f5276f63e9c5a438807abc389f5da5e19ebea4089f81308bddde0a6b2a950353489593e4778595777ead9ab1b3b72a7c00fbdf407823f222c1bdb06ddcfbcecfc93ac6e5b9fc0cd3313a44f2871758727a6006e5776eb414fd2ec0bac8caeba75cdffd984dac37dc3c6c5bd9939214d9e0f5c1ee8f33f735dabdfffc9bb2a42b9efc73deac0e6199850481c6c089933723e4e0e3416a8b180ee0b8cbac91ac3b4a0ac72c5660fbf52a416f0047d3410e6cae36811ee81832e5d17b777faafa334ce858d2ac99877c90970bde8fa0019af15add30dd10c5823d17983f8a4d22b631354652545984ba92fe7d37fc372e704966306d1281cc354d887785465f5c8bc6c4446ddb026bee30dee2cc677ee7e3d8ebee35ca7a3c73070cb0a0286c709e5e62f8c86ae883652c4bbac44ee2783a826d9057b24c4a6aa04772e07d22ddd246111d8ce2d3c97dd218cc865b20af4e072848ba4fa22a2f8801442473a5b3490cc6ecdb11b3fa19ce782bdc311b3e33531c7337a91114f392e139564939f0912a120bf1beecbf09ff4130e85ab5d15a40c3b46ebb126e3be5003949930b3acbd614bdf6c0c72e0d763eeb8e2d3a6f38d850276ed78dbd8a4eceeafa51dd26bd5544f667168e4f0dc0e169ec5c035d04e9e87e538678167e468d8b01850bf33293b4716f456fa21a924cb31d57781feab10d7e07fafdd3805501acb322d68c4afeb040f721f5cdabf44389d73c8c60105da2ca41b710332769b529ba137879fc5c64577a847e449e0eaed6199e5903928950f42b2bbd4b74af36619986bdaae36d7a</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第十三周</title>
<link href="https://elu-thingol.github.io/post/3144169995/"/>
<id>https://elu-thingol.github.io/post/3144169995/</id>
<published>2020-02-15T16:00:00.000Z</published>
<updated>2020-03-08T13:26:35.013Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="3776c66dd3a3854fe5d4afd3dd422712c4f098a6cf491d74a36184781c36239a">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe4e7b5eefb50e147bda652ca9d50da70f4585470c0f452f7739653b7ed5bcb4d9bb329974a8606c0ebdf11cc905791c486c49a02e76282a373f8307177211fdbac068ce9643d6c6e7f5715eac4519aa3053ed1b25341109e11f8cf9787bb2b3afda07617e265bef761ae87c0a517e72699331b591910c0ec683a89e9b181ceaa912abac0da97a54c2c41c544096be18362e11fced11f56ee4262208155241adc910238c77574ccd7a69b4e9618b3b9661725e0175364131a4ebe9c70c7326cc870345f021b5d0e8c0501421fde0e59680e3786e2766e887dbffe9879b6310b95f5a3f1fbab0fb10fe738e1573e202fd9edba2a5bdf34efe51e229d096f13bc4168096261a74035e66e727ca10cad369d072b009fb8cc470923323db1c73a5f545d36d59a0d2346c0defed3c1609f854f781204b96f8ead0dfef309aa778ad241ab0ad5e4accc2e0d3d27c797cfaeb34581094769f07108c1c87b0f65df7673162502b38676559411d1ccecba7e06de6e87ee4723a56108e223e2bc1143a92fd8b8101e47526407c1714626bf482f5c2883dd59d76f45d49dd05bc826e44a2ccd99e6a6bade834ae7bf51c1cf05ba5ea873c23baf21dc19f7801b548e25b8649eda24d711b84d9bd16b5c30281d6e2cf12323b76d961f5d910fa530824666cccbf95cd15b3f05a125a9a470bd6465586d15958debc8a256d0aaa8876b56adceccd77caa46ab664242b17ba3d58e4bc9b665f017c9ad50db1e3604fed9186bc4249751edc1212979298760bfd20cdd97fe71b9c9defc58c3c8f37779fcc891c5371364f464aeef1af91370f7a1ac75374c71f81d2d7f32a6989e6593e5056f6ffa57182e282efdb803d357afded5b0bc09043c95f1321c20776c2c37207b91ceb79ec63cfd7767ce30cb4a0b2db9833d43da45fc0156e7cb2a7d90eb032f12fd31fea3cb6e585ea4f6b073fa34b4c09ee9e0fb67db886cfe3ecc31271f1a42f4d4c5aa1a243992824e4494174534cf7b9025b627e302f4a2120043570bec95630420b52d544197f98ccc97097b07995a9abbece69ec5f2aec1b78c632f4ec96c163176fe8ac8f543ca3b2677f5990b5cd4dbb7c4c8136b319627ed1bc13a984531b83cb72f84eda006a6b148dcab462b60225a1aba634a2eb4e6428036d4dbe8e066a2e741f23774f667cf256d2f038816b4bd5d1e04156c8cb2c901082b609132cfae57d54bfea966408d8016e60121b9e92a5a6921e18ae259ac39f3c71b7d2a4e00b6e9734808ae8a7a34c84b2fd8c31ce8c947407ed06cfcffe37bc965a0f9c5f164c72644914a51a2bc96b790417e0305196ff41136ebcdea3724bd40e3c7e4e989b72f8068e3e723cbb585d0289644ce9c91c74209d63a5f60aaa479aa77892d303a0e93a135b4b711ceb81434afd28acce017598e4a56129b3902d7ea6b18a9f7e8def3f4c9fd8638891f5d495158872e782d3665454d8dc436bb5745cdcc7eab3fa76d0f98003860131855b0f9eeef819f4bfe85572a6b066402fd785efb17c723a151f38d119b1776e62a0faf70d99f34bddcaf87f7310093c8285e7b679ed37d31cee159628d7b0b1af9bc9ae94991bcc8c7e7d7861fda1510537bcad5ce55cf80b816943863764df27e4ecd4104fce68bece94fe4ba54bbf0adac9ed35af54f9ab68804b40ac0679f5531db0cbfcceca3db0364bd1ae15275368dcdf5aa0b1fab41fa670f62c2b4f21b368f74c64034857cc0d91cebd06ecced35ebe288e8b9646c47b03fd1dfa91457817792ef2b51012889e0647e1a22a0c3d0969a68fccd44bfcf2ebeeb5d04f4d004051fadec9abdc22bd36b187760e39ab6f89170eb2b1698da5ee85cb9df9de2f4eebfcd62a623ae52007901e76b52234f4b441c0b8d6679ed3d93d424fba9c31e12ae5bdb705712fc8d889a9cfa785ee784cdfd27be3dd1d82332f66caee272edd4912dd0ea90eebbe7f1bda8d3b1d7dd590646bef9d28fd1255f0c2d460a6cc94e7e951abf00f784f927487890607447db559072043111ded1ad0a4bc7aa42f08b8cbf813d10e9d9dd96f2654974d9270a7631ee596db786264af099a32cc743b9c010efba73b6d481003589e06652aa310541f561763c0cb41f4377a3ac8f5505ca56f78b8fab2458a0eceabcd01ebf0af0311f032c9bbd4063ab0fe6198128b96c5169daae8872a7f921be7a290de295f45157011d0cefd88d2c88e231630b67a0bbbc13cf077832a9785f2ae551c37cef550b3f20d6acf07458770065c3c9fd415f04e324402d3d549943911a9da3128f01d62bd0cb05b68cff1716f51f664cb174c3ed6730cdae9dbf9ce0fcbaaf89d804eaaee35f4410158dd28a33dc49ad47f15d0e993ab78aa5bbd1afbecbd74728493b37dcba92a40ff5a640394546a9be5c3ffd4ce65dde73f71e62615a573f7510a5e4268c68ee01d95fccd593be5493590f1db84d0162865d5b10e5150056812090143346426b4dfb9dfe6cd4af6fa8415cc1d9b286973582948d3bd308b836b47cccbe7f6b739a6cc3e9f1422b7bbd417f57d11c075772ee9291d02c986a8161cecd8a2de127a77f7ea3ddd23352d9d41009b459c744ece0a894da11a14f07853821da12162c17fcd342215689ddc74e2fd7ab95dff7a219034f9ae7e0834c0a97de7724b574b257961af21bd4fd953a6920d5dc0e8984079df9b367239fcbc9eda831543a0074e225233f908c24713eb38abfc9d6c9bc56e0afa31788e2a209c9282c1676143402e6322a067cd0b1ebbd7d0191aa9090c79961eaa1a54f2c42befc1140f83a8a7970e490ec38a461af1656bb78ae0deebcdae93b5277d26fa066bdcef240ccdfebc11eda4989f711c0aeaad9da793cd97414725727ad01869a6c40726ecc27128995b6fd433e4f982aefcb5144220347e99d6db452c0bcc52216c517c182990063bac71f408d94e54efef5b872472459c14def6457801979b0c8c59c6dc88b4b4f82d2503ba4537049e25c4ee7cbf0992e2aaa671823246ec446cec8c90357df313c699f6c62890e5f686ebe69bc9afd481adde808d7986ae7e7a959fd6610c3fbd71f533a78f0e43a9eb68f166924f75c9e061a025c1cff7c7002fab8b2ab2e617ac9062ffa3b390385d0498253d9436e0d245f55f91ae21af108b1c420c7790acd2d52b58b130438ab7578f82be48c2c6d8fd514c24e8dc6b675f922136e4b150cf74f71c77600b6aec35aa44c7e3ee9a2816bebae435dd550171ab3b4add3df02c6a6765dfe97dc4979acbd7bda6034caa5676b607e48d98dc532b8ef3e7ec4b3e16f3faf48f148a905b7dd87c220baae0503ff46041</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第十四周</title>
<link href="https://elu-thingol.github.io/post/205857646/"/>
<id>https://elu-thingol.github.io/post/205857646/</id>
<published>2020-02-23T11:43:10.000Z</published>
<updated>2020-03-08T13:26:17.475Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="de92e1188ceba7f7c06346072f2d11b26e8de73e04ed2664b8b352f5ee9143bf">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffe89ab8345cbdf8a1bf119ba95cea756eb99e8740c81f19eaa79b371171e2ac4f861e1861ab3f88c7e73caf4b395e8a9fdb0ad047bc056d0fd0a4e71256a29bfc05bf285f0d21ab8b6d9688af31c193facf3662b9ebb267cc79fff3858d2111b40f6e78226bc125c9e74d65c9f0d39d3d40b3727d75251b0e64aa63f5d63832ed8e6a1c88184d4075eff83dd5af90f151b4885db02dad94686c24f7cc49769aa52dbb821bcccd54cf1b80339f9bcc1ec68865411ccafb36e5cc8df2f5fe1aadf0938f670e3d88a83bf44a83a3c67efc3694423ef1896814034150e7e1bc2a9bb78fbcae2832cb6bc28ac16c203346d1186cb6fbedb2e8b8e588471a1bfd0f4b9999c35503926952168559e93609e5bb1ebdbf4a5f2581a0533a552a140b6cb815f66ecea82df40532a5e5f2cd9b97e4e3d529a4d6d49673bb9dbbdd84ebf78589f84e679dcf959746c3a590048457baff8355e299dd0d72feac99d17185f86d9c558f6c20d78aedc8919f036953dbc72fd0f94af916ef01a0581b425125ac18b2ab9a752de3ada25e14999cf2b88cf6450dfd2e893ddd74caeb5aad085a5cf81301a96be825aacbb58b41313b32d4a57ac8093d35b55c8bdc50965ba2f9abadbfea9bcebdab306284c47986495744222356074d39721dafcb926162646d44c528c77a1e36c0898a846a09e807536b350322f813663a916059974580c5deccc6373b7565f2f436326132e9c462308c22444ad9a48bfa330a4c981f7d1b3cde06a197e359f49d45563c99a2fbf671967fa17bbdbdbaf2baa590686cdfbe8607db2552a03a9f18c015273e19bbf9304351242d2019ad4a79725acc0ef9343ab4e075893aed6b2c49fcaca0eac1e341444f916bc8155f536a549c8ca9bfd810c9a99ef7313a046e23dcdbb81746d19890e882916eaae0c4f6a024f52a87674e6159ef2c5c915b4f83a5cd8f521b721e69a95010285768cba6ebd1fedc1fe70aa04cc85359e9498d4353105075721d56d207ac2738cf20d0df7f4aee5e9d1de9c36560bb3542ddf6b44aa105cfd3e4425acea7dc7d4806401f1ad7b0aa6e1823b581a09a712589d4a064f2b71a653692c59242ed2d96424f1dea48c73f56a7915baa1d7fa80374ad94998ff31c116f666a8a4201a303d2429c1a2274b51470a485ba7acf2ca266023b0c88556a1ae1b5753a2d48dbb36ef83da3b3e99cfc019678195d9741fb4e3c501aa591f5886198bdc5ca7913bf66e6ab24025eb47622a318b5cfa3dc034cbeaa5f2875fb15a42089dc568d899b30247a61b55badd64f4ecc18df59e1aaca3c9c725215b8fee9d84ea104ec04103c236fa9a403b72270e883cadf0c7229d28aa364a8ae6aa37095186e08de6b66fa793a71d12255d8136701e1d5436e6468821461cb534bc462da50c032ecea74cfafe138f788910ddebb098efbf5cb4dc05ff2d2d94d3974863609508209ef876ae0c4367430eb2f08ff635dee286117f5e16e188cf392c8efc41fa91f85968f88fa37cdf93e873c3c431a73644c8cc1b7b0e1a3a929f8863bcc850b16401229ba631db0a56c470c9dca9b0b23a0135ec44d59153d3e4d37bc94520113c315f107f911e7877be8add4578e8973ce5e576c5dafc8f4eae42452c257f4d3a5e8c5e7a0923eccb6f2d5857402590669ba8aedd55abb18b9e6a62fe03aebb44db5475381d8afb4c5d8cd2ca3d18beb548a55b4ed367dbeafc11950c798d57ea4aaa27dd83bc28ce0781625d7532558c203e54e1026264f9d654857dfb80fb70a10351b6ced0dad09784a1d0ba2dc459c4f0c5e0fac1de233ff94e7506426878f8a1b1cdd271f1fd3179f588673eac76ff6a16536427cb6df57fc929356812afe802a29c480e5b75ba2598d8c7679acd24b04f10956c9ee252035469a440974277234cc92c2e11611b0f42d41fb0d172d7da047b8b36807d12f28b6ffa8c40ac36fcb89c8e551424463e0b67e8c7b8560dcad68951c0797a4c4378029bcbc58c8b3747a4329a62cdd993477175c6af9c0c2598160145b55fc2b53537cba4b439870cd6470f707e0d8f84cf94d154294bd3b2ed88582142fd4c238de54dacd8eac0d6afa0d49516c0049174645e219b2fe5088a34ba09e4360df221711adef47d38da1b5a4d127fb30fe1215d6f7cb5ac7fe0b2000185b0d6d94e4f46245e1930d250c391fd171ab97d40938cebd6d676c20eabfc54fff49891098906ac4131a5ef563a5c1c4adece2567f5e81870cbd8ec3eecbf3fd8f57959ca1d61064d2bf960d5814ad37008f02bd3e4a06de575b81469bedd48166bc8ccb9ef9a59626ef5fdcdd971b58ca144c754a64a2f1fe7704bc55676b445d0d4632509a01acccfb6</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>第十五周</title>
<link href="https://elu-thingol.github.io/post/1675355689/"/>
<id>https://elu-thingol.github.io/post/1675355689/</id>
<published>2020-03-01T11:57:03.000Z</published>
<updated>2020-03-08T13:25:57.669Z</updated>
<content type="html"><![CDATA[<div id="hexo-blog-encrypt" data-wpm="哼, 口令对上了才给看 ( ̄^ ̄)" data-whm="emmmm.... 校验居然出错了!? 看在你想了这么久口令,就给你看看好了"><div class="hbe-input-container"><input type="password" id="hbePass" placeholder="∑(`д′) 天王盖地虎!" /><label>∑(`д′) 天王盖地虎!</label><div class="bottom-line"></div></div><script id="hbeData" type="hbeData" data-hmacdigest="6c05d365e05c979eca74e71b66b60696e04ff7752b9b1072550d1cf08bbde66f">92997a5bae14d47db108538e155e45366dcc899a30091186161db9822626cffed2e554a02c1712ba9fde27434e4b60251f51ebeb2c474d94e33a2c824d8b2d78e05492a2594522a12f6a4d404dcdfce9080e12a6a2aea152e6d20ae54394d38db642bb95d1ed2636ca60b294aaa5cedf6ed0ccee0d72ab130eb815d2f2a26788fb82afe04fb7398bf105fca777e9c30b01332c995a2a8509fe8393b653eaec3654b7b42469b106a204b6fa24f2a339f6e93c9fffd259ab52149a92a29a2f2aec8bdb738a086f6113fe7d89e03ceaf01ca0740f22261266939196c93c1d281af976fa941b101df227d2506ccd77e45c3f302a82d4bef85cd993ef8e34142d330c7401bcc2dd98d4a1e2bfb3627348ce86492243d7fe268d46365d0bbcaf3d4d4a45476a1004560164a8888d226009e4900ed0aa1f0325524c07668b71a8ce46e5a29e4917053f853de8bffe8847c414cb6681d09d694e9e250741e792e8e1208cefd1b1c05420ac206acde079a1930f31db776145756c7714b03ed8e3168a99edf7f6106e7e6358beaf78e998dd4cdcb8e44c4c79a126b4e2ff5b4cdf8cfee6de378b8b321a93770788781eb40c93b021fdba16bd122ca55ffaba94de5627c4005270852d23511a0c9b22c7179cd554a8f8f7a2925c88f43329bbda0001420eca4a30eca07f9ff9f37f3f7961f6f6485f3ae1b762fbf34bc178e691fa5097ade801099635fbb169390ad76f4a404e305410dde435118df7110602347ebfbd1acc84fabd174fa5d33b3599a66f0b33e457e8988380d615c7925b0bd39094959a4325fbec11891787c129f0fc05d37fde05ebbc971733c6d4f6f5d9e6d203be4843e6af7a9a0c386b16ebc240c1de75af9241764bfb6e04af30e09c70f280061dc07bc89ba57116afb84aa45ce6328c575b7b9935ed6deb597609582ebf8383c6143ba35618480c6a7d1cdbbdd429b58be1a61e5d13be23ff9e94cb584b500934e95889bf19addd9629af3534d394e3234411b75fd061bdf216196c787ff9f6ae74994d39d3c7afd4a7d72521ef655e38ce5918fa4568b349ef47c7db4fa08b62a01afef9556251f72760a0c8d7c6df9a12a95611f511a84a7c9eac0d0c133b895b0962e5c45f390669e26d571570c81023230f7682978fee8c4ee1934cf660b22110e51ab4b9918a4890568f19543243eff7d11c53a43c46e5a32d2d7536e9536e65d3f9664c9d30de70a666a353e0a4dd5fe255f62c406f3228a3eb0af2b7b82e3acd49c2bda82de98f0a7b1a1003be932453ddac8efca43695c5a8809a7e615e558b1b6e376cc9ae3263cf80675de5c51d15bab30ffc869d559294f54fc9921ea4f4cb755954c79df2b2759f9289789f04e017a0ac0585a795e3effbc1bacb071d9a4273d5182831712c129213b7d93c9958931ac4438292aade5cbfe6c1176b34630ef9b3efa6959770a2cb833c808dd3daa60b15d712f6d6e26847b1e7f396e1a076316283a7ec7556650942bd3ef7b3e18daa89bbfda5d0a7635b497c9c8c916713d4446e6d993a4f3edc2f5b84a2b1b0539bcba015f34307b53897727c02bbb1897a74f32ebc8c97734dbd9e8bb539a3a76a6188df0a0c7c3b361501213d3c08831608a31f408271fb25133ac0562f48540df81ab4a5dbbef5f6c3b9f8441d31286cd8a50f3354eefcdc7ca24e16a2cdfc2709bd0e4b6ee959cc626c5fc1dd3fa200cfb4aebe4f564cdb8f9bf077866fe6bcdeb11f294d0fc55cba0003836f4f122884c8e565ad7a34930627b8dfe00515db74b4dc994c606ad9f4220ea63b4536e5972143d856e590eebbcd6f2993f19e1258080c26df4a6a0061c45f6e37a2163e4b787b28be609f217682f83f14d6bb3fa62b6ab36465cadc854dae2dba7c38f4635c7f58d2c2e68bd83f2974ada07b630bfda00d208d8baf1de8e3aa0594d78f4c10d4bf758d51cea50bfce7b914f4c0034fd64b330be66c335d131b7ffb3fdae9487a011e6e85db51cfa62e796aeea0bb6b5f1c8e17d1c61a9d653f25b78b6cb2c3b1071cb989a08cf7e3bd3da5f0ddce874058266800a4affd2ba8e6be670dbce594806d06a94c66826f533321c003de4a1d71b6fce0ab9167d80613e0494c2ff1e5724c1eba33e6d849bac6a01c691edead6f957f25ffa8424723dd4aa1287bf09d77a8b0be58e78435efed5885250c763fcd1e262369bf8a735f417f62eaea865a2bc21dec8af23b1271a9fc8d5e8be46200302a37c4906d12dc137ba8cc09dfe84e3519b2d27b8bf7e5c0ebd34d23173f61883ec4ed2704a0cc1fa2247baf417d6920fa19f56a14fa216a96db4bfdf3816c783c6c8aa245961b21e1f9a4b93f8f475e86e197a654cff4991b7dff80618bc2050f713d72037a9dda2f6de24378f565ef140788c060715c6b578cbd6957e8fb9efa6ec7c938b0ef6a4e5f18a86c21f5c87d774dcd343eeeaf99a7cc2d0ec723b96212b19b8790c1bb8ca79b6e37c97ccb787c690803ceb5f9c1c9470c407de7d1becda521a25b8f477c31264ba434118735642523bbd6657ffba3cce75bcc4d263e6ff75937490055d8f776193269bfbe39bc8755da2403b046fb5dc31da463d386dab28181c50e71ce58498f5f2f711ea4f593135115b9e7bf36ec2339ecb062199108295129c7bcfb984f7cb941cfe0d3a1c02fc41f5577e23e9738994f5268925de046f2854762302776ce2c7b55e7fece5a002b189aa33ab9c2e945bca6677b7437993c15765b14cae04cf83f31c0e16c19aadf016de31150b74d0d0ba40e8d47db7d7993e16170deed515f7b17403d12b0d944e5b79d50082a072a57e5b485926a227f9e8b7d7fa902fcad847701072a78dc66dec23678e468667c3d43bb286bf46daa9f44e8a695379eb8a8ad7af8aee01a8dc19f4bac48da3ac1078e4b2a1f7c4d224a993df7e66510c9a59fc8161735c79aabf680d1eebdd868bb94d1f014ad7c7be74671bb0baf8c88a668eb6696d87e60f3ff4bf26d36ca2263fa85984d121f22ee4562efec0d516c3f0d6e28d6f965ffa483cb829e12baa09e9694b245b64cccccb2b68650d936a73623ab3a79e65d22c941f40ebfcebb0dce7ef15df64ff014ed34386c5d3f088928cae0c0ac75659018cb3ae79dd0dab2c108f7f3136f97a2af9a43055a7c46ca0ed78e98c155c0b652982ae807999032e48252201c05ecda7e68e9abc423c5505fd7763f5814bce78dbf5b800737b235b73e2d313493dcb2cfe77be0de071b03ab4cc2f881649622fd286f7bd33f44e72e9eb2e3c73f50afd7b70cca700a888588b4c8658cd8c073024dfe39cf446fb6236e7bf4aa8a73a377ffbedac0fb3449f69b8fc882f7cc3c3de5ffcb567fa788791d5b94b3a76c8fd92adf73dae0cc852f2470b666aed963f2a1467ba0901ac43ab01e3a72ad7d4ba8ff48580594989a799b12495ffc1d4807bd83ee1417308cbd852149562ce1cd6757b9bc90ad267f792da526979d56012aedda749964c69e85c47476f301f0f09580b2be6fd96c0426b3211f9489c4f90b4c3c9a6846a13f0eff26d9e426ed1cea2df307638b7ef0c6f40a88329756b0d76954bb4240bd80d67224e7e383002319d11d2097a6b7d49470d142cf75fb957b0dc031449e94cfe8eae4e885cbe819376a51901bd423df748079493a2d088bb1eb</script></div><script src="/lib/blog-encrypt.js"></script><link href="/css/blog-encrypt.css" rel="stylesheet" type="text/css">]]></content>
<summary type="html">
不让你看 o(´^`)o
</summary>
<category term="随笔" scheme="https://elu-thingol.github.io/categories/%E9%9A%8F%E7%AC%94/"/>
<category term="中文" scheme="https://elu-thingol.github.io/tags/%E4%B8%AD%E6%96%87/"/>
<category term="实习" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0/"/>
<category term="周记" scheme="https://elu-thingol.github.io/tags/%E5%91%A8%E8%AE%B0/"/>
<category term="实习周记" scheme="https://elu-thingol.github.io/tags/%E5%AE%9E%E4%B9%A0%E5%91%A8%E8%AE%B0/"/>
</entry>
<entry>
<title>A Man died...</title>
<link href="https://elu-thingol.github.io/post/1776686998/"/>
<id>https://elu-thingol.github.io/post/1776686998/</id>
<published>2020-02-19T03:49:34.000Z</published>
<updated>2020-03-02T08:24:45.874Z</updated>
<content type="html"><![CDATA[<p><em>When he realized it, he saw God coming closer with a suitcase in his hand.</em></p><p><em>Dialog between God and the dead man:</em></p><p><strong><em>God:</em></strong> Alright, son, it’s time to go</p><p><strong><em>Man:</em></strong> So soon? I had a lot of plans…</p><p><strong><em>God:</em></strong> I am sorry but, it’s time to go</p><p><strong><em>Man:</em></strong> What do you have in that suitcase?</p><p><strong><em>God:</em></strong> Your belongings</p><p><strong><em>Man:</em></strong> My belongings? You mean my things… clothes… money…</p><p><strong><em>God:</em></strong> Those things were never yours, they belong to the Earth</p><p><strong><em>Man:</em></strong> Is it my memories?</p><p><strong><em>God:</em></strong> No. They belong to Time</p><p><strong><em>Man:</em></strong> Is it my talent?</p><p><strong><em>God:</em></strong> No. They belong to circumstance</p><p><strong><em>Man:</em></strong> is it my friends and family?</p><p><strong><em>God:</em></strong> No son. They belong to the Path you travelled</p><p><strong><em>Man:</em></strong> Is it my wife and children?</p><p><strong><em>God:</em></strong> No. they belong to your Heart</p><p><strong><em>Man:</em></strong> Then it must be my body</p><p><strong><em>God:</em></strong> No No… It belongs to Dust</p><p><strong><em>Man:</em></strong> Then surely it must be my Soul!</p><p><strong><em>God:</em></strong> You are sadly mistaken son. Your Soul belongs to me.</p><p><em>Man with tears in his eyes and full of fear took the suitcase from the God’s hand and opened it…</em></p><p><strong>EMPTY!!</strong></p><p><em>With heartbroken and tears down his cheek he asks God…</em></p><p><strong><em>Man:</em></strong> I never owned anything?</p><p><strong><em>God:</em></strong> That’s Right. You never owned anything.</p><p><strong><em>Man:</em></strong> Then? What was mine?</p><p><strong><em>God:</em></strong> your MOMENTS.<br>Every moment you lived was yours.</p><p><em>Life is just a Moment…….</em></p><p><strong>LIVE IT.</strong></p><p><strong>LOVE IT.</strong></p><p><strong>ENJOY IT.</strong></p>]]></content>
<summary type="html">
<p><em>When he realized it, he saw God coming closer with a suitcase in his hand.</em></p>
<p><em>Dialog between God and the dead man:</em><
</summary>
<category term="摘抄" scheme="https://elu-thingol.github.io/categories/%E6%91%98%E6%8A%84/"/>
<category term="英文" scheme="https://elu-thingol.github.io/tags/%E8%8B%B1%E6%96%87/"/>
<category term="诗句" scheme="https://elu-thingol.github.io/tags/%E8%AF%97%E5%8F%A5/"/>
</entry>
</feed>