-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
683 lines (584 loc) · 23.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta name="generator" content="Hugo 0.84.2" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>LitMing - LitMing</title><meta name="keywords" content="notebooks,linux,python,go,书摘文录,学习笔记">
<meta property="og:title" content="LitMing">
<meta property="og:site_name" content="LitMing">
<meta property="og:image" content="/img/izip.png">
<meta name="title" content="LitMing - LitMing" />
<meta name="description" content="书摘文录、学习笔记">
<link rel="shortcut icon" href="https://litmingc.github.io/img/izip30.png" />
<link rel="apple-touch-icon" href="" />
<link rel="apple-touch-icon-precomposed" href="" />
<link href="https://cdn.bootcss.com/font-awesome/5.13.0/css/all.css" rel="stylesheet">
<link href="https://litmingc.github.io/css/main.css" rel="stylesheet" type="text/css" />
<link href="https://litmingc.github.io/css/syntax.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" id="hexo.configuration">
var NexT = window.NexT || {};
var CONFIG = {
scheme: 'Pisces',
sidebar: {"position":"left","display":"post"},
fancybox: false,
motion: true
};
</script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-145827411-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<style>
@font-face {
font-family: 'webfont';
font-display: swap;
src: url('//at.alicdn.com/t/webfont_svpe1d3bg1m.eot');
src: url('//at.alicdn.com/t/webfont_svpe1d3bg1m.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/webfont_svpe1d3bg1m.woff2') format('woff2'),
url('//at.alicdn.com/t/webfont_svpe1d3bg1m.woff') format('woff'),
url('//at.alicdn.com/t/webfont_svpe1d3bg1m.ttf') format('truetype'),
url('//at.alicdn.com/t/webfont_svpe1d3bg1m.svg#杨任东竹石体-Bold') format('svg');
}
.webfont{
font-family: "webfont" !important;
font-size: 36px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style></head><body itemscope itemtype="https://schema.org/WebPage" lang="zh-Hans">
<div class="container one-collumn sidebar-position-left page-home ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="https://schema.org/WPHeader">
<div class="header-inner">
<link disabled id="dark-mode-theme" rel="stylesheet" href="https://litmingc.github.io/css/dark.css">
<style>
.darkbutton{
width: 2em;
height: 2em;
}
.div-float{
position:fixed;
top:30px;
right:30px;
}
</style>
<div id="togglebutton" class="div-float">
<svg class="darkbutton" aria-hidden="true"><use id="dark-mode-toggle" xlink:href="#icon-taiyang"></use></svg>
</div>
<script>
var toggle = document.getElementById("dark-mode-toggle");
var darkTheme = document.getElementById("dark-mode-theme");
var button = document.getElementById("togglebutton");
button.addEventListener("click", () => {
if (toggle.getAttribute("xlink:href") === "#icon-taiyang") {
setTheme("dark");
} else if (toggle.getAttribute("xlink:href") === "#icon-yueliang1") {
setTheme("light");
}
});
var savedTheme = localStorage.getItem("dark-mode-storage") || "light";
setTheme(savedTheme);
function setTheme(mode) {
localStorage.setItem("dark-mode-storage", mode);
if (mode === "light") {
darkTheme.disabled = true;
toggle.setAttribute("xlink:href","#icon-taiyang");
} else if (mode === "dark") {
darkTheme.disabled = false;
toggle.setAttribute("xlink:href","#icon-yueliang1");
}
}
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">
<script src="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/meting@2/dist/Meting.min.js"></script>
<meting-js
server="netease"
type="playlist"
id="738642988"
fixed=true
volume=0.3
theme='#7b9cce'>
</meting-js><div class="site-meta custom-logo ">
<div class="custom-logo-site-title">
<a href="https://litmingc.github.io/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">LitMing</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">
<span id="typeitElement">云深不知处,花鸟一相逢</span>
</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-active">
<a href="https://litmingc.github.io/" rel="section">
<i class="menu-item-icon fas fa-fw fa-home"></i> <br />首页
</a>
</li>
<li class="menu-item ">
<a href="https://litmingc.github.io/post/" rel="section">
<i class="menu-item-icon fas fa-fw fa-archive"></i> <br />归档
</a>
</li>
<li class="menu-item ">
<a href="https://litmingc.github.io/categories/" rel="section">
<i class="menu-item-icon fas fa-fw fa-folder"></i> <br />分类
</a>
</li>
<li class="menu-item ">
<a href="https://litmingc.github.io/tags/" rel="section">
<i class="menu-item-icon fas fa-fw fa-tags"></i> <br />标签
</a>
</li>
<li class="menu-item ">
<a href="https://litmingc.github.io/about/" rel="section">
<i class="menu-item-icon fas fa-fw fa-user"></i> <br />关于
</a>
</li>
<li class="menu-item menu-item-search">
<a href="javascript:;" class="popup-trigger"> <i class="menu-item-icon fas fa-search fa-fw"></i> <br /> 搜索</a>
</li>
</ul>
<div class="site-search">
<div class="popup">
<span class="search-icon fas fa-search"></span>
<input type="text" id="local-search-input">
<div id="local-search-result"></div>
<span class="popup-btn-close">close</span>
</div>
</div>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<section id="posts" class="posts-expand"><article class="post post-type-normal " itemscope itemtype="https://schema.org/Article">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="https://litmingc.github.io/post/nodejs/route-js/" itemprop="url">
[Node.js] Node.js技术栈(一)JavaScript基础
</a>
</h1>
<div class="post-meta"><span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">时间:</span>
<time itemprop="dateCreated" datetime="2016-03-22T13:04:35+08:00" content="2021-08-04">
2021-08-04
</time>
</span>
<span class="post-category" >
|
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类:</span>
<span itemprop="about" itemscope itemtype="https://schema.org/Thing">
<a href="https://litmingc.github.io/categories/javascript" itemprop="url" rel="index">
<span itemprop="name">JavaScript</span>
</a>
</span>
<span itemprop="about" itemscope itemtype="https://schema.org/Thing">
<a href="https://litmingc.github.io/categories/node.js" itemprop="url" rel="index">
<span itemprop="name">Node.js</span>
</a>
</span>
</span>
<span>
|
<span class="post-meta-item-icon">
<i class="fa fa-eye"></i>
</span>
<span class="post-meta-item-text">阅读:</span>
<span class="leancloud-visitors-count">6535 字 ~14分钟</span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
内容摘录自: https://www.w3school.com.cn/js/index.asp 基础 一个简单的js实例 js简介 js由浏览器执行js语句 js语句结束需要; 大小写敏感 使用Unicode字符集 导入js代码 <
</div>
<div class="post-more-link text-center">
<a target="_blank" class="btn" href="https://litmingc.github.io/post/nodejs/route-js/" rel="contents">
阅读全文 »
</a>
</div>
<footer class="post-footer"><div class="post-eof"></div></footer>
</article><article class="post post-type-normal " itemscope itemtype="https://schema.org/Article">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="https://litmingc.github.io/post/tips/tipsgit%E4%BD%BF%E7%94%A8%E7%AC%94%E8%AE%B0/" itemprop="url">
[Tips]Git使用笔记
</a>
</h1>
<div class="post-meta"><span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">时间:</span>
<time itemprop="dateCreated" datetime="2016-03-22T13:04:35+08:00" content="2020-03-23">
2020-03-23
</time>
</span>
<span class="post-category" >
|
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类:</span>
<span itemprop="about" itemscope itemtype="https://schema.org/Thing">
<a href="https://litmingc.github.io/categories/git" itemprop="url" rel="index">
<span itemprop="name">Git</span>
</a>
</span>
</span>
<span>
|
<span class="post-meta-item-icon">
<i class="fa fa-eye"></i>
</span>
<span class="post-meta-item-text">阅读:</span>
<span class="leancloud-visitors-count">1245 字 ~3分钟</span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
Git语法 子模块 删除子模块 rm -rf 子模块目录 删除子模块目录及源码 vi .gitmodules 删除项目目录下.gitmodules文件中子模块相关条目 vi .git/config 删除配置项中子模
</div>
<div class="post-more-link text-center">
<a target="_blank" class="btn" href="https://litmingc.github.io/post/tips/tipsgit%E4%BD%BF%E7%94%A8%E7%AC%94%E8%AE%B0/" rel="contents">
阅读全文 »
</a>
</div>
<footer class="post-footer"><div class="post-eof"></div></footer>
</article><article class="post post-type-normal " itemscope itemtype="https://schema.org/Article">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="https://litmingc.github.io/post/cc++/cmake/" itemprop="url">
[C&C++]Cmake
</a>
</h1>
<div class="post-meta"><span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">时间:</span>
<time itemprop="dateCreated" datetime="2016-03-22T13:04:35+08:00" content="2021-06-19">
2021-06-19
</time>
</span>
<span class="post-category" >
|
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类:</span>
<span itemprop="about" itemscope itemtype="https://schema.org/Thing">
<a href="https://litmingc.github.io/categories/cc++" itemprop="url" rel="index">
<span itemprop="name">C&C++</span>
</a>
</span>
</span>
<span>
|
<span class="post-meta-item-icon">
<i class="fa fa-eye"></i>
</span>
<span class="post-meta-item-text">阅读:</span>
<span class="leancloud-visitors-count">7733 字 ~16分钟</span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
本文为阅读官方教程CMake Tutorial的笔记。 Step1:hello world 新建一个project01目录,并添加一个tutorial.cp
</div>
<div class="post-more-link text-center">
<a target="_blank" class="btn" href="https://litmingc.github.io/post/cc++/cmake/" rel="contents">
阅读全文 »
</a>
</div>
<footer class="post-footer"><div class="post-eof"></div></footer>
</article><article class="post post-type-normal " itemscope itemtype="https://schema.org/Article">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="https://litmingc.github.io/post/cc++/base/" itemprop="url">
[C&C++]基础语法小记
</a>
</h1>
<div class="post-meta"><span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">时间:</span>
<time itemprop="dateCreated" datetime="2016-03-22T13:04:35+08:00" content="2020-10-17">
2020-10-17
</time>
</span>
<span class="post-category" >
|
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类:</span>
<span itemprop="about" itemscope itemtype="https://schema.org/Thing">
<a href="https://litmingc.github.io/categories/cc++" itemprop="url" rel="index">
<span itemprop="name">C&C++</span>
</a>
</span>
</span>
<span>
|
<span class="post-meta-item-icon">
<i class="fa fa-eye"></i>
</span>
<span class="post-meta-item-text">阅读:</span>
<span class="leancloud-visitors-count">2329 字 ~5分钟</span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
一些语法 const 可以用非常量引用初始化常量引用,反之不行。 宏 宏中的特殊符号#、@、##: 1 2 3 #define Conn(x,y) x##y #define ToChar(x) #@x #define ToString(x) #x ##表示连接,int n = Conn(
</div>
<div class="post-more-link text-center">
<a target="_blank" class="btn" href="https://litmingc.github.io/post/cc++/base/" rel="contents">
阅读全文 »
</a>
</div>
<footer class="post-footer"><div class="post-eof"></div></footer>
</article><article class="post post-type-normal " itemscope itemtype="https://schema.org/Article">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="https://litmingc.github.io/post/python/%E7%AC%94%E8%AE%B0pyqt5-notebook/" itemprop="url">
[Python]PyQt5笔记
</a>
</h1>
<div class="post-meta"><span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">时间:</span>
<time itemprop="dateCreated" datetime="2016-03-22T13:04:35+08:00" content="2019-08-12">
2019-08-12
</time>
</span>
<span class="post-category" >
|
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类:</span>
<span itemprop="about" itemscope itemtype="https://schema.org/Thing">
<a href="https://litmingc.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0" itemprop="url" rel="index">
<span itemprop="name">学习笔记</span>
</a>
</span>
<span itemprop="about" itemscope itemtype="https://schema.org/Thing">
<a href="https://litmingc.github.io/categories/python" itemprop="url" rel="index">
<span itemprop="name">python</span>
</a>
</span>
</span>
<span>
|
<span class="post-meta-item-icon">
<i class="fa fa-eye"></i>
</span>
<span class="post-meta-item-text">阅读:</span>
<span class="leancloud-visitors-count">1205 字 ~3分钟</span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
环境: python 3.8 PyQt5 5.13.0 QLineEdit 控制输入 正则表达式 1 2 3 4 5 6 Validator = QRegExpValidator(self) # 校验器 # 为校验器配置QRegExp(), 参数r"[0-9]"为正则表达
</div>
<div class="post-more-link text-center">
<a target="_blank" class="btn" href="https://litmingc.github.io/post/python/%E7%AC%94%E8%AE%B0pyqt5-notebook/" rel="contents">
阅读全文 »
</a>
</div>
<footer class="post-footer"><div class="post-eof"></div></footer>
</article></section>
<nav class="pagination"><span class="page-number current">1</span><a class="page-number" href="https://litmingc.github.io/p/2/">2</a><a class="page-number" href="https://litmingc.github.io/p/3/">3</a><a class="page-number" href="https://litmingc.github.io/p/4/">4</a><a class="extend next" rel="next" href="https://litmingc.github.io/p/2/"><i class="fa fa-angle-right"></i></a></nav>
</div>
</div><div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active ">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="https://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="https://litmingc.github.io/img/izip.png"
alt="litmingc" />
<p class="site-author-name" itemprop="name">litmingc</p>
<p class="site-description motion-element" itemprop="description">
写代码?多数靠蒙!</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="https://litmingc.github.io/post/">
<span class="site-state-item-count">18</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="https://litmingc.github.io/categories/">
<span class="site-state-item-count">11</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="https://litmingc.github.io/tags/">
<span class="site-state-item-count">18</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="feed-link motion-element">
<a href="https://litmingc.github.io/index.xml" rel="alternate" type="application/rss+xml" target="_blank">
<i class="fa fa-rss"></i>
RSS 订阅
</a>
</div>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/litmingc" target="_blank" title="GitHub">
<i class="fab fa-fw fa-github"></i>
GitHub
</a>
</span>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner"><div class="copyright" >
<span itemprop="copyrightYear"> ©
2019 - 2021</span>
<span class="with-love"><i class="fa fa-heart"></i></span>
<span class="author" itemprop="copyrightHolder">LitMing</span>
</div>
<div class="powered-by">
Powered by - <a class="theme-link" href="https://gohugo.io" target="_blank" title="hugo" >Hugo v0.84.2</a>
</div>
<div class="theme-info">
Theme by - <a class="theme-link" href="https://github.com/xtfly/hugo-theme-next" target="_blank"> NexT
</a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
<span id="scrollpercent"><span>0</span>%</span>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="https://litmingc.github.io/js/vendor/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="https://litmingc.github.io/js/vendor/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="https://litmingc.github.io/js/vendor/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="https://litmingc.github.io/js/vendor/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="https://litmingc.github.io/js/vendor/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script src="https://litmingc.github.io/js/vendor/ua-parser-js/dist/ua-parser.min.js?v=0.7.9"></script>
<script type="text/javascript" src="https://litmingc.github.io/js/utils.js"></script>
<script type="text/javascript" src="https://litmingc.github.io/js/motion.js"></script>
<script type="text/javascript" src="https://litmingc.github.io/js/affix.js"></script>
<script type="text/javascript" src="https://litmingc.github.io/js/schemes/pisces.js"></script>
<script type="text/javascript" src="https://litmingc.github.io/js/bootstrap.js"></script>
<script type="text/javascript" id="motion.page.archive">
$('.archive-year').velocity('transition.slideLeftIn');
</script><script type="text/javascript" src="https://litmingc.github.io/js/search.js"></script>
<script src="//at.alicdn.com/t/font_1706978_500bk6gzog3.js"></script>
<style>
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
</style>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script><style>
code.mathcode {
font: inherit;
font-size: 110%;
background: inherit;
border: inherit;
color: #515151;
}
</style><script src="https://cdn.bootcss.com/KaTeX/0.11.1/katex.min.js"></script>
<link href="https://cdn.bootcss.com/KaTeX/0.11.1/katex.min.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/KaTeX/0.11.1/contrib/auto-render.js"></script><script>
renderMathInElement(document.body,
{
delimiters: [
{left: "$$", right: "$$", display: true},
{left: "$", right: "$", display: false},
{left: "··", right: "··", display: true},
{left: "·", right: "·", display: false},
{left: "\\(", right: "\\)", display: false},
],
ignoredTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
}
);
var all=document.getElementsByClassName('katex'),i;
for(i = 0; i < all.length; i += 1){
var tmp=all[i].parentNode;
for(;tmp.nodeName=='SPAN';tmp=tmp.parentNode);
if(tmp.nodeName == 'CODE')
tmp.className += ' mathcode';
}
</script><script src="https://litmingc.github.io/js/typeit.min.js"></script>
<script>
new TypeIt("#typeitElement", {
cursor: false,
lifeLike: false,
speed: 100,
startDelay: 1000,
}).go();
</script>
<script src="https://cdn.bootcdn.net/ajax/libs/mermaid/8.8.4/mermaid.min.js"></script>
<script>
Array.from(document.getElementsByClassName('language-mermaid')).forEach(el => {
el.parentElement.outerHTML = `<div class="mermaid">${el.innerText}</div>`
})
</script>
<script type="text/javascript" src="https://litmingc.github.io/js/genTOC.js"></script>
</body>
</html>