-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
867 lines (621 loc) · 29.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="x5-fullscreen" content="true">
<meta name="full-screen" content="yes">
<meta name="theme-color" content="#317EFB" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport">
<meta name="description" content="搬砖小码农">
<meta property="og:type" content="website">
<meta property="og:title" content="鸡腿面加卤蛋的小站">
<meta property="og:url" content="https://chaflee.github.io/charlesleeblog/">
<meta property="og:site_name" content="鸡腿面加卤蛋的小站">
<meta property="og:description" content="搬砖小码农">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="Charles Lee">
<meta name="twitter:card" content="summary">
<title >鸡腿面加卤蛋的小站</title>
<!-- Favicon -->
<link href='/charlesleeblog/img/avatar.jpg?v=2.0.2' rel='icon' type='image/png' sizes='16x16' ></link>
<link href='/charlesleeblog/img/avatar.jpg?v=2.0.2' rel='icon' type='image/png' sizes='32x32' ></link>
<!-- Plugin -->
<link rel="stylesheet" href="/charlesleeblog/css/plugins/bootstrap.row.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/locomotive-scroll.min.css">
<link rel="stylesheet" href="https://unpkg.com/@fancyapps/[email protected]/dist/fancybox.css">
<!-- Icon -->
<link rel="stylesheet" href="/charlesleeblog/css/plugins/font-awesome.min.css">
<!-- Variable -->
<script>window.ASYNC_CONFIG = {"hostname":"chaflee.github.io","author":"Charles Lee","root":"/charlesleeblog/","typed_text":["a java developer","a little coder"],"theme_version":"2.0.2","theme":{"switch":true,"default":"style-light"},"favicon":{"logo":"/img/avatar.jpg","icon16":"/img/avatar.jpg","icon32":"/img/avatar.jpg","appleTouchIcon":null,"webmanifest":null,"visibilitychange":true,"hidden":"/failure.ico","showText":"(/≧▽≦/)咦!又好了!","hideText":"(●—●)喔哟,崩溃啦!"},"i18n":{"placeholder":"Searching...","empty":"We didn't find any results for the search: ${query}.","hits":"${hits} results found","hits_time":"${hits} results found in ${time} ms","author":"Post author: ","copyright_link":"Post link: ","copyright_license_title":"Copyright Notice: ","copyright_license_content":"All articles in this blog are licensed under undefined unless otherwise stated.","copy_success":"Copied","copy_failure":"Copy failed","open_read_mode":"Enter reading mode","exit_read_mode":"Exit reading mode","notice_outdate_message":"It has been undefined days since the last update, the content of the article may be outdated.","just":"Just","min":"minutes ago","hour":"hours ago","day":"days ago","month":"months ago"},"swup":false,"plugin":{"flickr_justified_gallery":"https://unpkg.com/flickr-justified-gallery@latest/dist/fjGallery.min.js"},"icons":{"sun":"far fa-sun","moon":"far fa-moon","play":"fas fa-play","email":"far fa-envelope","next":"fas fa-arrow-right","calendar":"far fa-calendar-alt","clock":"far fa-clock","user":"far fa-user","back_top":"fas fa-arrow-up","close":"fas fa-times","search":"fas fa-search","reward":"fas fa-hand-holding-usd","user_tag":"fas fa-user-alt","toc_tag":"fas fa-th-list","read":"fas fa-book-reader","arrows":"fas fa-arrows-alt-h","double_arrows":"fas fa-angle-double-down","copy":"fas fa-copy"},"icontype":"font","highlight":{"plugin":"highlighjs","theme":true,"copy":true,"lang":true,"title":"default","height_limit":false},"search":{"enable":true,"type":"local","domain":null,"path":"search.xml"}};</script>
<script id="async-page-config">window.PAGE_CONFIG = {"isPost":false,"isHome":true,"postUpdate":"2023-03-22 11:50:05"};</script>
<!-- Theme mode css -->
<link data-swup-theme rel="stylesheet" href="/charlesleeblog/css/index.css?v=2.0.2" id="trm-switch-style">
<script>
let defaultMode = ASYNC_CONFIG.theme.default !=='auto' ? ASYNC_CONFIG.theme.default : (window.matchMedia("(prefers-color-scheme: light)").matches ? 'style-light' : 'style-dark')
let catchMode = localStorage.getItem('theme-mode') || defaultMode;
let type = catchMode === 'style-dark' ? 'add' : 'remove';
document.documentElement.classList[type]('dark')
</script>
<!-- CDN -->
<!-- Site Analytics -->
<script src="https://eqcn.ajz.miesnfu.com/wp-content/plugins/wp-3d-pony/live2dw/lib/L2Dwidget.min.js"></script>
<!--小帅哥: https://unpkg.com/[email protected]/assets/chitose.model.json-->
<!--萌娘:https://unpkg.com/[email protected]/assets/shizuku.model.json-->
<!--小可爱(女):https://unpkg.com/[email protected]/assets/koharu.model.json-->
<!--小可爱(男):https://unpkg.com/[email protected]/assets/haruto.model.json-->
<!--初音:https://unpkg.com/[email protected]/assets/miku.model.json-->
<!-- 上边的不同链接显示的是不同的小人,这个可以根据需要来选择 下边的初始化部分,可以修改宽高来修改小人的大小,或者是鼠标移动到小人上的透明度,也可以修改小人在页面出现的位置。 -->
<script>
/*https://unpkg.com/[email protected]/assets/shizuku.model.json*/
var info = navigator.userAgent;
var isPhone = /mobile/i.test(info);
if (!isPhone){
L2Dwidget.init({ "model": { jsonPath:
"https://unpkg.com/[email protected]/assets/haruto.model.json",
"scale": 1 }, "display": { "position": "right", "width": 110, "height": 150,
"hOffset": 0, "vOffset": -20 }, "mobile": { "show": true, "scale": 0.5 },
"react": { "opacityDefault": 0.8, "opacityOnHover": 0.1 } });
}
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?a80306a5d219ceb0d1b5d9f7ec8130a7";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<meta name="generator" content="Hexo 5.4.2"></head>
<body>
<!-- app wrapper -->
<div class="trm-app-frame">
<!-- page preloader -->
<div class="trm-preloader">
<div class="trm-holder">
<div class="preloader">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<!-- page preloader end -->
<!-- change mode preloader -->
<div class="trm-mode-swich-animation-frame">
<div class="trm-mode-swich-animation">
<i class="i-sun"><i class="iconfont far fa-sun"></i></i>
<div class="trm-horizon"></div>
<i class="i-moon"><i class="iconfont far fa-moon"></i></i>
</div>
</div>
<!-- change mode preloader end -->
<!-- scroll container -->
<div id="trm-dynamic-content" class="trm-swup-animation">
<div id="trm-scroll-container" class="trm-scroll-container" data-scroll-container style="opacity: 0">
<div data-scroll-section id="content" class="trm-scroll-section">
<div class="locomotive-scroll__sticky-target" style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none;"></div>
<!-- top bar -->
<header class="trm-top-bar" data-scroll data-scroll-sticky data-scroll-target=".locomotive-scroll__sticky-target" data-scroll-offset="-10">
<div class="container">
<div class="trm-left-side">
<!-- logo -->
<a href="/charlesleeblog/" class="trm-logo-frame trm-anima-link">
<img alt="logo" src="/charlesleeblog/img/avatar.jpg">
<div class="trm-logo-text">
Charles<span>Lee</span>
</div>
</a>
<!-- logo end -->
</div>
<div class="trm-right-side">
<!-- menu -->
<div class="trm-menu">
<nav>
<ul>
<li class="menu-item-has-children ">
<a href="/charlesleeblog/" target="">
Home
</a>
</li>
<li class="menu-item-has-children ">
<a href="/charlesleeblog/archives/" target="">
Archives
</a>
</li>
<li class="menu-item-has-children ">
<a href="/charlesleeblog/categories/" target="">
categorie
</a>
</li>
<li class="menu-item-has-children ">
<a href="/charlesleeblog/link/" target="">
links
</a>
</li>
<li class="menu-item-has-children ">
<a href="/charlesleeblog/about/" target="">
About
</a>
</li>
</ul>
</nav>
</div>
<!-- menu end -->
<!-- mode switcher place -->
<div class="trm-mode-switcher-place">
<div class="trm-mode-switcher">
<i class="iconfont far fa-sun"></i>
<input class="tgl tgl-light" id="trm-swich" type="checkbox">
<label class="trm-swich" for="trm-swich"></label>
<i class="iconfont far fa-moon"></i>
</div>
</div>
<!-- mode switcher place end -->
<div id="trm-search-btn" class="trm-search-btn">
<i class="iconfont fas fa-search"></i>
</div>
</div>
<div class="trm-menu-btn">
<span></span>
</div>
</div>
</header>
<!-- top bar end -->
<!-- body -->
<div class="trm-content-start">
<!-- banner -->
<div class="trm-banner" data-scroll data-scroll-direction="vertical">
<!-- banner cover -->
<img style="object-position:top;object-fit:cover;" alt="banner" class="trm-banner-cover" data-scroll data-scroll-direction="vertical" data-scroll-speed="-3" src="/charlesleeblog/img/banner2.jpg">
<!-- banner cover end -->
<!-- banner content -->
<div class="trm-banner-content trm-overlay">
<div class="container" data-scroll data-scroll-direction="vertical" data-scroll-speed="0">
<div class="row">
<div class="col-lg-4"></div>
<div class="col-lg-8">
<!-- banner title -->
<div class="trm-banner-text ">
<div class="trm-label trm-mb-20">
Hi my new friend!
</div>
<h1 class="trm-mb-30 trm-hsmb-font">
林深时见鹿,<br>溪午不闻钟。
</h1>
<ul class="trm-breadcrumbs trm-label">
<li>
<a href="/charlesleeblog/" class="trm-anima-link">Home</a>
</li>
<li>
<span>
index.html
</span
></li>
</ul>
</div>
<!-- banner title end -->
<!-- scroll hint -->
<a href="#about-triger" data-scroll-to="#about-triger" data-scroll-offset="-130" class="trm-scroll-hint-frame">
<div class="trm-scroll-hint"></div>
<span class="trm-label">Scroll down</span>
</a>
<!-- scroll hint end -->
</div>
</div>
</div>
</div>
<!-- banner content end -->
</div>
<!-- banner end -->
<div class="container">
<div class="row">
<div id="page-sidebar" class="col-lg-4 hidden-sm">
<!-- main card -->
<div class="trm-main-card-frame trm-sidebar">
<div class="trm-main-card" data-scroll data-scroll-repeat data-scroll-sticky data-scroll-target=".locomotive-scroll__sticky-target" data-scroll-offset="60">
<!-- card header -->
<div class="trm-mc-header">
<div class="trm-avatar-frame trm-mb-20">
<img alt="Avatar" class="trm-avatar" src="/charlesleeblog/img/avatar.jpg">
</div>
<h5 class="trm-name trm-mb-15">
鸡腿面加卤蛋
</h5>
<div class="trm-label">
I`m
<span class="trm-typed-text">
<!-- Words for theme.user.typedText -->
</span>
</div>
</div>
<!-- card header end -->
<!-- sidebar social -->
<!-- sidebar social end -->
<!-- info -->
<div class="trm-divider trm-mb-40 trm-mt-40"></div>
<ul class="trm-table trm-mb-20">
<li>
<div class="trm-label">
Residence:
</div>
<div class="trm-label trm-label-light">
Earth
</div>
</li>
<li>
<div class="trm-label">
City:
</div>
<div class="trm-label trm-label-light">
LanZhou
</div>
</li>
<li>
<div class="trm-label">
Birthday:
</div>
<div class="trm-label trm-label-light">
12.27
</div>
</li>
</ul>
<!-- info end -->
<div class="trm-divider trm-mb-40 trm-mt-40"></div>
<!-- action button -->
<div class="text-center">
<a href="mailto:[email protected]" class="trm-btn">
Contact Me
<i class="iconfont far fa-envelope"></i>
</a>
</div>
<!-- action button end -->
</div>
</div>
<!-- main card end -->
</div>
<div id="page-content" class="col-lg-8">
<div class="trm-content" id="trm-content">
<div data-scroll data-scroll-repeat data-scroll-offset="500" id="about-triger"></div>
<!-- categories -->
<div class="row hidden-sm">
<div class="col-lg-6">
<!-- categories card -->
<div class="trm-blog-categories trm-scroll-animation" data-scroll data-scroll-offset="40">
<h6>
Exception记录
<span class="trm-number">
3
</span>
</h6>
<div class="trm-divider trm-mb-20 trm-mt-20"></div>
<a href="/charlesleeblog/categories/Exception%E8%AE%B0%E5%BD%95/." class="trm-label">
Read More
<i class="iconfont fas fa-arrow-right arrow-right"></i>
</a>
</div>
<!-- categories card end -->
</div>
<div class="col-lg-6">
<!-- categories card -->
<div class="trm-blog-categories trm-scroll-animation" data-scroll data-scroll-offset="40">
<h6>
技术随笔
<span class="trm-number">
3
</span>
</h6>
<div class="trm-divider trm-mb-20 trm-mt-20"></div>
<a href="/charlesleeblog/categories/%E6%8A%80%E6%9C%AF%E9%9A%8F%E7%AC%94/." class="trm-label">
Read More
<i class="iconfont fas fa-arrow-right arrow-right"></i>
</a>
</div>
<!-- categories card end -->
</div>
</div>
<!-- categories end -->
<!-- newest publications -->
<div class="row">
<div class="col-lg-12">
<!-- title -->
<h5 class="trm-title-with-divider">
Newest Publications
<span data-number="01"></span>
</h5>
</div>
<div class="col-lg-6">
<div class="trm-blog-card trm-scroll-animation" data-scroll data-scroll-offset="40">
<a href="/charlesleeblog/2023/03/22/PythonxOracle/" class="trm-cover-frame trm-anima-link">
<img alt="cover" class="no-fancybox" src="/charlesleeblog/img/source_cover/222.jpg">
</a>
<div class="trm-card-descr">
<div class="trm-label trm-category trm-mb-20">
<a href=" /charlesleeblog/categories/Exception%E8%AE%B0%E5%BD%95/">
Exception记录
</a>
</div>
<h5>
<a href="/charlesleeblog/2023/03/22/PythonxOracle/" class="trm-anima-link">
Python使用cx_Oracle插入oracle数据库ORA-01036: illegal variable name/number
</a>
</h5>
<div class="trm-divider trm-mb-20 trm-mt-20"></div>
<ul class="trm-card-data trm-label">
<li>23/03/22</li>
<li>11:30</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="trm-blog-card trm-scroll-animation" data-scroll data-scroll-offset="40">
<a href="/charlesleeblog/2023/03/01/Shell%20%E6%95%B0%E7%BB%84%E6%B7%BB%E5%8A%A0%E5%85%83%E7%B4%A0/" class="trm-cover-frame trm-anima-link">
<img alt="cover" class="no-fancybox" src="/charlesleeblog/img/source_cover/linux_shell.jpg">
</a>
<div class="trm-card-descr">
<div class="trm-label trm-category trm-mb-20">
<a href=" /charlesleeblog/categories/%E6%8A%80%E6%9C%AF%E9%9A%8F%E7%AC%94/">
技术随笔
</a>
</div>
<h5>
<a href="/charlesleeblog/2023/03/01/Shell%20%E6%95%B0%E7%BB%84%E6%B7%BB%E5%8A%A0%E5%85%83%E7%B4%A0/" class="trm-anima-link">
Shell数组添加元素
</a>
</h5>
<div class="trm-divider trm-mb-20 trm-mt-20"></div>
<ul class="trm-card-data trm-label">
<li>23/03/01</li>
<li>17:24</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="trm-blog-card trm-scroll-animation" data-scroll data-scroll-offset="40">
<a href="/charlesleeblog/2023/02/28/%E8%8B%A5%E4%BE%9DExcelUtil%E5%A2%9E%E5%8A%A0%E9%94%81%E5%AE%9A%E5%88%97%E6%A0%87%E8%AF%86/" class="trm-cover-frame trm-anima-link">
<img alt="cover" class="no-fancybox" src="/charlesleeblog/img/source_cover/%E8%8B%A5%E4%BE%9DExcelUtil%E5%A2%9E%E5%8A%A0%E9%94%81%E5%AE%9A%E5%88%97%E6%A0%87%E8%AF%86.png">
</a>
<div class="trm-card-descr">
<div class="trm-label trm-category trm-mb-20">
<a href=" /charlesleeblog/categories/%E6%8A%80%E6%9C%AF%E9%9A%8F%E7%AC%94/">
技术随笔
</a>
</div>
<h5>
<a href="/charlesleeblog/2023/02/28/%E8%8B%A5%E4%BE%9DExcelUtil%E5%A2%9E%E5%8A%A0%E9%94%81%E5%AE%9A%E5%88%97%E6%A0%87%E8%AF%86/" class="trm-anima-link">
若依ExcelUtil(poi)增加锁定列标识
</a>
</h5>
<div class="trm-divider trm-mb-20 trm-mt-20"></div>
<ul class="trm-card-data trm-label">
<li>23/02/28</li>
<li>13:36</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="trm-blog-card trm-scroll-animation" data-scroll data-scroll-offset="40">
<a href="/charlesleeblog/2023/02/27/CSS%E7%8E%BB%E7%92%83%E5%8D%A1%E7%89%87%E6%82%AC%E5%81%9C/" class="trm-cover-frame trm-anima-link">
<img alt="cover" class="no-fancybox" src="/charlesleeblog/img/source_cover/CSS%E7%8E%BB%E7%92%83%E5%8D%A1%E7%89%87%E6%82%AC%E5%81%9C.jpg">
</a>
<div class="trm-card-descr">
<div class="trm-label trm-category trm-mb-20">
<a href=" /charlesleeblog/categories/CSS/">
CSS
</a>
</div>
<h5>
<a href="/charlesleeblog/2023/02/27/CSS%E7%8E%BB%E7%92%83%E5%8D%A1%E7%89%87%E6%82%AC%E5%81%9C/" class="trm-anima-link">
CSS玻璃卡片悬停
</a>
</h5>
<div class="trm-divider trm-mb-20 trm-mt-20"></div>
<ul class="trm-card-data trm-label">
<li>23/02/27</li>
<li>21:56</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="trm-blog-card trm-scroll-animation" data-scroll data-scroll-offset="40">
<a href="/charlesleeblog/2023/02/21/Flutter%20image_picker%20ios%E6%A8%A1%E6%8B%9F%E5%99%A8%E9%97%AA%E9%80%80%E9%97%AE%E9%A2%98/" class="trm-cover-frame trm-anima-link">
<img alt="cover" class="no-fancybox" src="/charlesleeblog/img/source_cover/flutter.jpg">
</a>
<div class="trm-card-descr">
<div class="trm-label trm-category trm-mb-20">
<a href=" /charlesleeblog/categories/Exception%E8%AE%B0%E5%BD%95/">
Exception记录
</a>
</div>
<h5>
<a href="/charlesleeblog/2023/02/21/Flutter%20image_picker%20ios%E6%A8%A1%E6%8B%9F%E5%99%A8%E9%97%AA%E9%80%80%E9%97%AE%E9%A2%98/" class="trm-anima-link">
Flutter image_picker ios模拟器闪退问题
</a>
</h5>
<div class="trm-divider trm-mb-20 trm-mt-20"></div>
<ul class="trm-card-data trm-label">
<li>23/02/21</li>
<li>16:11</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="trm-blog-card trm-scroll-animation" data-scroll data-scroll-offset="40">
<a href="/charlesleeblog/2023/02/20/Flutter%20Error%20Cannot%20run%20with%20sound%20null%20safety,%20because%20the%20following%20dependencies%20don%E2%80%98t%20support/" class="trm-cover-frame trm-anima-link">
<img alt="cover" class="no-fancybox" src="/charlesleeblog/img/source_cover/flutter.jpg">
</a>
<div class="trm-card-descr">
<div class="trm-label trm-category trm-mb-20">
<a href=" /charlesleeblog/categories/Exception%E8%AE%B0%E5%BD%95/">
Exception记录
</a>
</div>
<h5>
<a href="/charlesleeblog/2023/02/20/Flutter%20Error%20Cannot%20run%20with%20sound%20null%20safety,%20because%20the%20following%20dependencies%20don%E2%80%98t%20support/" class="trm-anima-link">
Flutter Error Cannot run with sound null safety, because the following dependencies don‘t support
</a>
</h5>
<div class="trm-divider trm-mb-20 trm-mt-20"></div>
<ul class="trm-card-data trm-label">
<li>23/02/20</li>
<li>16:45</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="trm-blog-card trm-scroll-animation" data-scroll data-scroll-offset="40">
<a href="/charlesleeblog/2022/12/30/Hexo%E9%83%A8%E7%BD%B2Github%E7%A9%BA%E7%99%BD%E9%A1%B5%E9%97%AE%E9%A2%98/" class="trm-cover-frame trm-anima-link">
<img alt="cover" class="no-fancybox" src="/charlesleeblog/img/source_cover/Hexo%E9%83%A8%E7%BD%B2Github%E7%A9%BA%E7%99%BD%E9%A1%B5%E9%97%AE%E9%A2%98.jpg">
</a>
<div class="trm-card-descr">
<div class="trm-label trm-category trm-mb-20">
<a href=" /charlesleeblog/categories/%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2/">
安装部署
</a>
</div>
<h5>
<a href="/charlesleeblog/2022/12/30/Hexo%E9%83%A8%E7%BD%B2Github%E7%A9%BA%E7%99%BD%E9%A1%B5%E9%97%AE%E9%A2%98/" class="trm-anima-link">
Hexo部署Github空白页问题
</a>
</h5>
<div class="trm-divider trm-mb-20 trm-mt-20"></div>
<ul class="trm-card-data trm-label">
<li>22/12/30</li>
<li>19:35</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="trm-blog-card trm-scroll-animation" data-scroll data-scroll-offset="40">
<a href="/charlesleeblog/2022/08/20/Vim%E9%85%8D%E7%BD%AE/" class="trm-cover-frame trm-anima-link">
<img alt="cover" class="no-fancybox" src="/charlesleeblog/img/source_cover/Vim%E9%85%8D%E7%BD%AE.png">
</a>
<div class="trm-card-descr">
<div class="trm-label trm-category trm-mb-20">
<a href=" /charlesleeblog/categories/%E6%8A%80%E6%9C%AF%E9%9A%8F%E7%AC%94/">
技术随笔
</a>
</div>
<h5>
<a href="/charlesleeblog/2022/08/20/Vim%E9%85%8D%E7%BD%AE/" class="trm-anima-link">
Vim配置
</a>
</h5>
<div class="trm-divider trm-mb-20 trm-mt-20"></div>
<ul class="trm-card-data trm-label">
<li>22/08/20</li>
<li>20:12</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="trm-blog-card trm-scroll-animation" data-scroll data-scroll-offset="40">
<a href="/charlesleeblog/2022/08/08/Hexo%20Centos7%E9%83%A8%E7%BD%B2/" class="trm-cover-frame trm-anima-link">
<img alt="cover" class="no-fancybox" src="/charlesleeblog/img/source_cover/1.jpg">
</a>
<div class="trm-card-descr">
<div class="trm-label trm-category trm-mb-20">
<a href=" /charlesleeblog/categories/%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2/">
安装部署
</a>
</div>
<h5>
<a href="/charlesleeblog/2022/08/08/Hexo%20Centos7%E9%83%A8%E7%BD%B2/" class="trm-anima-link">
Hexo Centos7部署
</a>
</h5>
<div class="trm-divider trm-mb-20 trm-mt-20"></div>
<ul class="trm-card-data trm-label">
<li>22/08/08</li>
<li>10:35</li>
</ul>
</div>
</div>
</div>
</div>
<!-- newest publications end -->
<div class="trm-pagination">
<span class="page-number current">1</span>
</div>
<div class="trm-divider footer-divider"></div>
<!-- footer -->
<footer class="trm-scroll-animation" data-scroll data-scroll-offset="50">
<div class="trm-footer-item">
<a rel="noopener" href="https://beian.miit.gov.cn/" target="_blank"></a>
</div>
<div class="trm-footer-item">
<span>© 2022- 2023</span>
<span class="footer-separator"data-separator=" · "></span>
<span class="trm-accent-color">鸡腿面加卤蛋</span>
</div>
<div class="trm-footer-item">
<span>
Powered by <a href="https://hexo.io" target="_blank" rel="noopener">Hexo</a> v5.4.2
</span>
<span class="footer-separator" data-separator=" | "></span>
<span>
Theme -
<a rel="noopener" href='https://github.com/MaLuns/hexo-theme-async' target='_blank'>Async</a>
v2.0.2
</span>
</div>
</footer>
<!-- footer end -->
</div>
</div>
</div>
</div>
</div>
<!-- body end -->
<div class="trm-fixed-container" data-scroll data-scroll-sticky data-scroll-target=".locomotive-scroll__sticky-target" data-scroll-offset="-10">
<div id="trm-back-top" class="trm-fixed-btn" data-title="Back To Top">
<i class="iconfont fas fa-arrow-up"></i>
</div>
</div>
</div>
</div>
</div>
<!-- scroll container end -->
</div>
<!-- app wrapper end -->
<div class="trm-search-popup">
<div class="trm-search-header">
<span class="trm-search-popup-btn-close">
<i class="iconfont fas fa-times"></i>
</span>
</div>
<div class="form trm-search-form">
<input class="trm-search-input" type="text" placeholder="Searching...">
</div>
<div class="trm-search-result-container">
</div>
</div>
<!-- Plugin -->
<script src="https://unpkg.com/[email protected]/dist/locomotive-scroll.min.js"></script>
<script src="https://unpkg.com/@fancyapps/[email protected]/dist/fancybox.umd.js"></script>
<script src="/charlesleeblog/js/plugins/typing.js?v=2.0.2"></script>
<script src="https://unpkg.com/[email protected]/dist/search.js"></script>
<script src="/charlesleeblog/js/plugins/local_search.js?v=2.0.2"></script>
<!-- 数学公式 -->
<!-- 评论插件 -->
<!-- CDN -->
<!-- Service Worker -->
<!-- baidu push -->
<script id="async-script" src="/charlesleeblog/js/main.js?v=2.0.2"></script>
</body>
</html>