-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
647 lines (245 loc) · 16.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
<!DOCTYPE html>
<html lang="zh" >
<head>
<meta charset="UTF-8"><meta http-equiv="Content-Security-Policy"
content="default-src 'self';font-src 'self' data:;img-src 'self' https://* data:;media-src 'self';style-src 'self';frame-src player.vimeo.com https://www.youtube-nocookie.com;connect-src 'self';script-src 'self' 'self'">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="base" content="https://blog.littleji.com">
<title>littleji's blog</title>
<link rel="stylesheet" href="https://blog.littleji.com/custom_subset.css?h=0b9535a28bc3d5bf2321">
<link rel="stylesheet" href="https://blog.littleji.com/main.css?h=e38cfa6902d00356cd66" />
<meta name="color-scheme" content="light dark" />
<meta name="description" content="" />
<meta property="og:description" content="" />
<meta property="og:title" content="littleji's blog" />
<meta property="og:type" content="article" />
<meta property="og:locale" content="en_GB" />
<meta property="og:url" content="https://blog.littleji.com/" /><meta property="og:site_name" content="littleji's blog">
<noscript><link rel="stylesheet" href="https://blog.littleji.com/no_js.css"/></noscript>
<script type="text/javascript" src="https://blog.littleji.com/js/initializeTheme.min.js"></script>
<script defer src="https://blog.littleji.com/js/themeSwitcher.min.js"></script>
<script defer src="https://blog.littleji.com/js/searchElasticlunr.min.js?h=3626c0ef99daa745b31e"></script>
<script defer src="https://blog.littleji.com/js/lunr/lunrStemmerSupport.min.js"></script>
<script defer src="https://blog.littleji.com/js/lunr/lunr.zh.min.js"></script></head>
<body>
<header>
<nav class="navbar">
<div class="nav-title">
<a class="home-title" href="https://blog.littleji.com">littleji's blog</a>
</div>
<div class="nav-navs">
<ul>
<li>
<a class="nav-links no-hover-padding" href="https://blog.littleji.com/blog/">home
</a>
</li>
<li>
<a class="nav-links no-hover-padding" href="https://blog.littleji.com/archive/">archive
</a>
</li>
<li>
<a class="nav-links no-hover-padding" href="https://blog.littleji.com/tags/">tags
</a>
</li>
<li>
<a class="nav-links no-hover-padding" href="https://blog.littleji.com/projects/">projects
</a>
</li>
<li class="menu-icons-container">
<ul class="menu-icons-group">
<li class="js menu-icon">
<div role="button" tabindex="0" id="search-button" class="search-icon interactive-icon" title="Press $SHORTCUT to open search" aria-label="Press $SHORTCUT to open search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960">
<path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"/>
</svg>
</div>
</li>
<li class="theme-switcher-wrapper js"><div
title="Toggle dark/light mode"
class="theme-switcher"
tabindex="0"
role="button"
aria-label="Toggle dark mode"
aria-pressed="false">
</div><div
title="Reset mode to default"
class="theme-resetter arrow"
tabindex="0"
role="button"
aria-hidden="true"
aria-label="Reset mode to default">
</div>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</header>
<div class="content">
<main class="posts-first">
<div id="posts-list">
<div>
<h1 class="title-container section-title bottom-divider">
Latest posts
</h1>
</div>
<div class="bloglist-container">
<section class="bloglist-meta bottom-divider">
<ul><li class="date">27th April 2019</li>
</ul>
</section>
<section class="bloglist-content bottom-divider">
<div>
<h2 class="bloglist-title">
<a href="https://blog.littleji.com/blog/nlp/">实施NLP流水线之前干点什么(BeforANLPWork)</a>
</h2>
<div class="bloglist-tags">
<a class="tag" href="https://blog.littleji.com/tags/nlp/">NLP</a>
</div>
<div class="description">
</div>
<a class="readmore" href="https://blog.littleji.com/blog/nlp/">Read more <span class="arrow">→</span></a>
</div>
</section>
<section class="bloglist-meta bottom-divider">
<ul><li class="date">15th March 2019</li>
</ul>
</section>
<section class="bloglist-content bottom-divider">
<div>
<h2 class="bloglist-title">
<a href="https://blog.littleji.com/blog/20190318headfirstforgitlab/">Gitlab 入门与工作流(HeadfirstForGitlab)</a>
</h2>
<div class="bloglist-tags">
<a class="tag" href="https://blog.littleji.com/tags/ruan-jian-gong-cheng-softwareengineering/">软件工程(SoftwareEngineering)</a>
</div>
<div class="description">
</div>
<a class="readmore" href="https://blog.littleji.com/blog/20190318headfirstforgitlab/">Read more <span class="arrow">→</span></a>
</div>
</section>
<section class="bloglist-meta bottom-divider">
<ul><li class="date">19th February 2019</li>
</ul>
</section>
<section class="bloglist-content bottom-divider">
<div>
<h2 class="bloglist-title">
<a href="https://blog.littleji.com/blog/20190219handovermemolist/">软件项目交接清单(Software project handover checklist)</a>
</h2>
<div class="bloglist-tags">
<a class="tag" href="https://blog.littleji.com/tags/ruan-jian-gong-cheng-softwareengineering/">软件工程(SoftwareEngineering)</a>
</div>
<div class="description">
</div>
<a class="readmore" href="https://blog.littleji.com/blog/20190219handovermemolist/">Read more <span class="arrow">→</span></a>
</div>
</section>
<section class="bloglist-meta bottom-divider">
<ul><li class="date">25th December 2018</li>
</ul>
</section>
<section class="bloglist-content bottom-divider">
<div>
<h2 class="bloglist-title">
<a href="https://blog.littleji.com/blog/20181225mlreview3/">ML梳理之线性回归(DecisionTree)</a>
</h2>
<div class="bloglist-tags">
<a class="tag" href="https://blog.littleji.com/tags/ji-qi-xue-xi-machinelearning/">机器学习(MachineLearning)</a>
</div>
<div class="description">
</div>
<a class="readmore" href="https://blog.littleji.com/blog/20181225mlreview3/">Read more <span class="arrow">→</span></a>
</div>
</section>
<section class="bloglist-meta ">
<ul><li class="date">22nd December 2018</li>
</ul>
</section>
<section class="bloglist-content ">
<div>
<h2 class="bloglist-title">
<a href="https://blog.littleji.com/blog/20181222mlreview2/">ML梳理之线性回归(LogisticRegression)</a>
</h2>
<div class="bloglist-tags">
<a class="tag" href="https://blog.littleji.com/tags/ji-qi-xue-xi-machinelearning/">机器学习(MachineLearning)</a>
</div>
<div class="description">
</div>
<a class="readmore" href="https://blog.littleji.com/blog/20181222mlreview2/">Read more <span class="arrow">→</span></a>
</div>
</section>
<div class="all-posts">
<a href="https://blog.littleji.com/blog/">All posts <span class="arrow">⟶</span></a>
</div>
</div>
</div>
</main>
</div>
<footer>
<section>
<nav class="socials nav-navs"><ul>
<li>
<a class="nav-links no-hover-padding social" rel=" me" href="https://github.com/littleji/">
<img loading="lazy" alt="github" title="github" src="https://blog.littleji.com/social_icons/github.svg">
</a>
</li>
</ul>
</nav>
<nav class="nav-navs">
<small>
<ul>
<li><a class="nav-links no-hover-padding" href="https://blog.littleji.com/pages/about/">
about
</a>
</li>
<li><a class="nav-links no-hover-padding" href="https://blog.littleji.com/privacy/">
privacy
</a>
</li>
<li><a class="nav-links no-hover-padding" href="https://blog.littleji.com/sitemap.xml">
sitemap
</a>
</li>
</ul>
</small>
</nav>
<div class="credits">
<small>
Powered by
<a rel="" href="https://www.getzola.org">Zola</a>
&
<a rel="" href="https://github.com/welpo/tabi">tabi</a>
</small>
</div>
</section>
<div id="searchModal" class="search-modal js" role="dialog" aria-labelledby="modalTitle">
<h1 id="modalTitle" class="visually-hidden">Search</h1>
<div id="modal-content">
<div id="searchBar">
<div class="search-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960">
<path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"/>
</svg>
</div>
<input id="searchInput" role="combobox" autocomplete="off" spellcheck="false" aria-expanded="false" aria-controls="results-container" placeholder="Search…"/>
<div id="clear-search" class="close-icon interactive-icon" tabindex="0" role="button" title="Clear search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960">
<path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/>
</svg>
</div>
</div>
<div id="results-container">
<div id="results-info"><span id="zero_results"> No results</span>
<span id="one_results"> 1 result</span>
<span id="many_results"> $NUMBER results</span><span id="two_results"> $NUMBER results</span>
<span id="few_results"> $NUMBER results</span>
</div>
<div id="results" role="listbox"></div>
</div>
</div>
</div>
</footer>
</body>
</html>