-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
823 lines (527 loc) · 32.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
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
<!doctype html>
<html>
<head>
<!--Setting-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no,email=no">
<!--Simple SEO-->
<meta name="description" content=There are only some articles here and will not be updated If you want to see more articles and updated content, please visit alvincr.com/>
<meta name="robots" content=all />
<meta name="google" content=all />
<meta name="googlebot" content=all />
<meta name="verify" content=all />
<!--Title-->
<title>Alvin Casper Personal Blog</title>
<link rel="alternate" href="/atom.xml" title="Alvin Casper Personal Blog" type="application/atom+xml">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/css/pages/article-exp.css">
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/thirdParty/highlight/github.css">
<!--script-->
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<meta name="generator" content="Hexo 5.3.0"></head>
<body id="normal">
<!--[if lte IE 8]>
<style>
html{ font-size: 1em }
</style>
<![endif]-->
<!--[if lte IE 9]>
<style>
header{ top: 71px; position: absolute!important;}
#container{padding-top: 151px!important;}
</style>
<div style="position:fixed;z-index:9999;left:0;top:0;width:100%;height:70px;background-color:#e0e0e0;color:#396CA5;border-bottom:1px solid #cecece;text-align:center;line-height:70px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis">The browser version you are using is too low. For your better reading experience, please update the browser version or use other modern browsers, such as Chrome, Firefox, Safari, etc.</div>
<![endif]-->
<div id="wrap">
<header >
<div id="site-meta">
<a href="/" id="logo">
<h1 class="title">Alvin Casper Personal Blog</h1>
</a>
<h2 class="subtitle">This is the copy of alvincr.com</h2>
</div>
<ul id="nav">
<li><a href="/"><i class="fa fa-home"></i>Home</a></li>
<li><a href="/atom.xml"><i class="fa fa-rss"></i>RSS</a></li>
<li id="search"><a href="javascript:void(0)"><i class="fa fa-search"></i>Search</a></li>
</ul>
</header>
<div id="container">
<ul id="sidebar">
<li class="widget notification">
<i class="fa fa-bell-o"></i>
<div>
<p><a href="https://alvincr.com/"
title="alvincr.com" target="_blank">Visit My Blog</a></p>
</div>
</li>
<li class="widget widget-normal category">
<h3 class="fa fa-th widget-title">Categories</h3>
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/Web-building/"><i class="fa" aria-hidden="true">Web building</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link current" href="/categories/git-github-net/"><i class="fa" aria-hidden="true">git github net</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/github/"><i class="fa" aria-hidden="true">github</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/google/"><i class="fa" aria-hidden="true">google</i></a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/hexo/"><i class="fa" aria-hidden="true">hexo</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/linux/"><i class="fa" aria-hidden="true">linux</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/solution-clean/"><i class="fa" aria-hidden="true">solution clean</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/theme/"><i class="fa" aria-hidden="true">theme</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/vmware-android/"><i class="fa" aria-hidden="true">vmware android</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/web/"><i class="fa" aria-hidden="true">web</i></a><span class="category-list-count">5</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/web-building/"><i class="fa" aria-hidden="true">web building</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/win/"><i class="fa" aria-hidden="true">win</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/win-clean/"><i class="fa" aria-hidden="true">win clean</i></a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/wordpress-building/"><i class="fa" aria-hidden="true">wordpress building</i></a><span class="category-list-count">1</span></li></ul>
</li>
<li class="widget widget-normal archive">
<h3 class="fa fa-archive widget-title">Archives</h3>
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2021/01/"><i class="fa" aria-hidden="true">January 2021</i></a><span class="archive-list-count">8</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/07/"><i class="fa" aria-hidden="true">July 2020</i></a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/06/"><i class="fa" aria-hidden="true">June 2020</i></a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/05/"><i class="fa" aria-hidden="true">May 2020</i></a><span class="archive-list-count">5</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/04/"><i class="fa" aria-hidden="true">April 2020</i></a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/01/"><i class="fa" aria-hidden="true">January 2020</i></a><span class="archive-list-count">8</span></li></ul>
</li>
<li class="widget widget-normal popular-posts" id="popular-posts">
<h3 class="fa fa-thermometer-3 widget-title">Popular Posts</h3>
<ul id="popular-content">
<li class="load-first"><i class="fa fa-spinner fa-pulse"></i></li>
</ul>
</li>
<li class="widget widget-normal tags">
<h3 class="fa fa-tags widget-title">Tag Cloud</h3>
<div class="tagcloud-content">
<a href="/tags/clean/" style="font-size: 0.16rem; color: #477bb1">clean</a> <a href="/tags/space/" style="font-size: 0.14rem; color: #69c">space</a> <a href="/tags/solution/" style="font-size: 0.16rem; color: #477bb1">solution</a> <a href="/tags/git/" style="font-size: 0.14rem; color: #69c">git</a> <a href="/tags/github/" style="font-size: 0.18rem; color: #295e97">github</a> <a href="/tags/contact/" style="font-size: 0.14rem; color: #69c">contact</a> <a href="/tags/web/" style="font-size: 0.2rem; color: #0a407c">web</a> <a href="/tags/hexo/" style="font-size: 0.14rem; color: #69c">hexo</a> <a href="/tags/linux/" style="font-size: 0.18rem; color: #295e97">linux</a> <a href="/tags/delete/" style="font-size: 0.14rem; color: #69c">delete</a> <a href="/tags/Github/" style="font-size: 0.14rem; color: #69c">Github</a> <a href="/tags/register/" style="font-size: 0.16rem; color: #477bb1">register</a> <a href="/tags/Pages/" style="font-size: 0.14rem; color: #69c">Pages</a> <a href="/tags/vmware/" style="font-size: 0.14rem; color: #69c">vmware</a> <a href="/tags/android/" style="font-size: 0.14rem; color: #69c">android</a> <a href="/tags/system/" style="font-size: 0.14rem; color: #69c">system</a> <a href="/tags/wordpress/" style="font-size: 0.16rem; color: #477bb1">wordpress</a> <a href="/tags/login/" style="font-size: 0.14rem; color: #69c">login</a> <a href="/tags/win/" style="font-size: 0.16rem; color: #477bb1">win</a> <a href="/tags/net/" style="font-size: 0.14rem; color: #69c">net</a> <a href="/tags/building/" style="font-size: 0.16rem; color: #477bb1">building</a> <a href="/tags/cookies/" style="font-size: 0.14rem; color: #69c">cookies</a> <a href="/tags/goolge/" style="font-size: 0.14rem; color: #69c">goolge</a> <a href="/tags/research/" style="font-size: 0.14rem; color: #69c">research</a> <a href="/tags/php/" style="font-size: 0.14rem; color: #69c">php</a> <a href="/tags/theme/" style="font-size: 0.14rem; color: #69c">theme</a> <a href="/tags/upload/" style="font-size: 0.14rem; color: #69c">upload</a> <a href="/tags/ads/" style="font-size: 0.14rem; color: #69c">ads</a> <a href="/tags/google/" style="font-size: 0.14rem; color: #69c">google</a>
</div>
</li>
<li class="widget widget-normal friends-link">
<h3 class="fa fa-globe widget-title">Friends</h3><br/>
<a href="https://alvincr.com/friends-chain/" class="fa" target="_blank">Add friends' links</a>
</li>
</ul>
<ul id="main">
<li class="article-excerpt-wrap " _href = "/2021/01/16/Git%20and%20GitHub/">
<div class="article-img img-ajax" data-src= /2021/01/16/Git%20and%20GitHub/c9596b0c91491b6c40cd76d44ab2ea3b.png>
<div class="loading-img"><i class="fa fa-pulse fa-spinner"></i></div>
</div>
<div class="article-excerpt">
<h2 style="margin-bottom: 0.35rem;"></h2>
<p class="article-content">
Personal blog: alvincr.com, if updated: https://alvincr.com/2021/01/git-and-github/ One: backgroundI wrote an article about building GitHub_Pages two days ago, and I used Git. I can’t help but wonder what the relationship between GitHub and Git is, and why is Github named after it?
Two: Git1 Basic knowledgeFirst, let’s first understand what Git is.
Git is a version control tool for Linux ke...
</p>
<div class="article-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>git github net</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
git
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta ">2021/01/16</span>
</span>
<span class="fa-wrap">
<i class="fa fa-thermometer-three-quarters"></i>
<span class="hits hits-meta " data-leadcloud-title=""
data-leadcloud-url="/2021/01/16/Git%20and%20GitHub/"><i class="fa fa-spinner fa-spin"></i></span>
</span>
<a href="/2021/01/16/Git%20and%20GitHub/" class="read-article">Read</a>
</div>
</div>
</li>
<li class="article-excerpt-wrap " _href = "/2021/01/14/Multiple%20ways%20to%20clean%20up%20redundant%20thumbnails%20on%20your%20site/">
<div class="article-img img-ajax" data-src= /2021/01/14/Multiple%20ways%20to%20clean%20up%20redundant%20thumbnails%20on%20your%20site/word-image-31.png>
<div class="loading-img"><i class="fa fa-pulse fa-spinner"></i></div>
</div>
<div class="article-excerpt">
<a class="article-title-link" href="/2021/01/14/Multiple%20ways%20to%20clean%20up%20redundant%20thumbnails%20on%20your%20site/">
<h2 class="article-title">The whole process of registering and using GitHub Pages</h2>
</a>
<p class="article-content">
view my personal blog original article for more:https://alvincr.com/2021/01/clear-thumbnail/
0 ready0 reasonAs I tested and used Smush, a super large number of thumbnails were generated in the directory of the alvincr.com website, which caused the size of the picture to change from 160M to 600M. However, after using it for a few days, I found that Smush saved a total of 15M bandwidth (14%) , Al...
</p>
<div class="article-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>Web building</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
Github
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta ">2021/01/14</span>
</span>
<span class="fa-wrap">
<i class="fa fa-thermometer-three-quarters"></i>
<span class="hits hits-meta " data-leadcloud-title="The whole process of registering and using GitHub Pages"
data-leadcloud-url="/2021/01/14/Multiple%20ways%20to%20clean%20up%20redundant%20thumbnails%20on%20your%20site/"><i class="fa fa-spinner fa-spin"></i></span>
</span>
<a href="/2021/01/14/Multiple%20ways%20to%20clean%20up%20redundant%20thumbnails%20on%20your%20site/" class="read-article">Read</a>
</div>
</div>
</li>
<li class="article-excerpt-wrap " _href = "/2021/01/12/github-pages/">
<div class="article-img img-ajax" data-src= /2021/01/12/github-pages/unnamed-file-1.png>
<div class="loading-img"><i class="fa fa-pulse fa-spinner"></i></div>
</div>
<div class="article-excerpt">
<a class="article-title-link" href="/2021/01/12/github-pages/">
<h2 class="article-title">The whole process of registering and using GitHub Pages</h2>
</a>
<p class="article-content">
view my personal blog original article for more:https://alvincr.com/2021/01/github-pages/
1 background knowledgeIf there is something unclear about the steps in my article, you can refer to the official website below. All content has detailed answers to the norms.
Official website address : https://github.com/
Tutorial address : https://docs.github.com/en/ free-pro-team@latest /github/working-w...
</p>
<div class="article-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>github</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
github
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta ">2021/01/12</span>
</span>
<span class="fa-wrap">
<i class="fa fa-thermometer-three-quarters"></i>
<span class="hits hits-meta " data-leadcloud-title="The whole process of registering and using GitHub Pages"
data-leadcloud-url="/2021/01/12/github-pages/"><i class="fa fa-spinner fa-spin"></i></span>
</span>
<a href="/2021/01/12/github-pages/" class="read-article">Read</a>
</div>
</div>
</li>
<li class="article-excerpt-wrap " _href = "/2021/01/09/upload%20error/">
<div class="article-img img-ajax" data-src= /2021/01/09/upload%20error/word-image-23.png>
<div class="loading-img"><i class="fa fa-pulse fa-spinner"></i></div>
</div>
<div class="article-excerpt">
<a class="article-title-link" href="/2021/01/09/upload%20error/">
<h2 class="article-title">When the file is uploaded, a solution appears as "This file type is not supported for security reasons"</h2>
</a>
<p class="article-content">
view my personal blog original article for more:https://alvincr.com/2021/01/%e6%96%87%e4%bb%b6%e4%b8%8a%e4%bc%a0%e6%98%af%e5%87%ba%e7%8e%b0%e6%97%b6%e5%87%ba%e7%8e%b0%e7%94%b1%e4%ba%8e%e5%ae%89%e5%85%a8%e5%8e%9f%e5%9b%a0%ef%bc%8c%e8%bf%99%e4%b8%aa%e6%96%87%e4%bb%b6/
0 backgroundWhen I was analyzing and sorting out the code, I uploaded a file but the phenomenon of “Sorry, this file type is not s...
</p>
<div class="article-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>web</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
web
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta ">2021/01/09</span>
</span>
<span class="fa-wrap">
<i class="fa fa-thermometer-three-quarters"></i>
<span class="hits hits-meta " data-leadcloud-title="When the file is uploaded, a solution appears as "This file type is not supported for security reasons""
data-leadcloud-url="/2021/01/09/upload%20error/"><i class="fa fa-spinner fa-spin"></i></span>
</span>
<a href="/2021/01/09/upload%20error/" class="read-article">Read</a>
</div>
</div>
</li>
<li class="article-excerpt-wrap " _href = "/2021/01/08/cc%20attack/">
<div class="article-img img-ajax" data-src= /gif;base64,R0lGODlhAQABAPABAP/wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==>
<div class="loading-img"><i class="fa fa-pulse fa-spinner"></i></div>
</div>
<div class="article-excerpt">
<a class="article-title-link" href="/2021/01/08/cc%20attack/">
<h2 class="article-title">cc attack and countermeasures against attack</h2>
</a>
<p class="article-content">
view my personal blog original article for more:https://alvincr.com/2021/01/cc%e6%94%bb%e5%87%bb%e5%8f%8a%e9%81%ad%e9%81%87%e6%94%bb%e5%87%bb%e7%9a%84%e5%af%b9%e7%ad%96/
1 Basic knowledge1 What is cc attackCC attack (Challenge Collapsar Attack, CC) is an attack against web servers or applications, using standard GET/POST requests to obtain information, such as requesting URI (Universal Resource...
</p>
<div class="article-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>web</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
web
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta ">2021/01/08</span>
</span>
<span class="fa-wrap">
<i class="fa fa-thermometer-three-quarters"></i>
<span class="hits hits-meta " data-leadcloud-title="cc attack and countermeasures against attack"
data-leadcloud-url="/2021/01/08/cc%20attack/"><i class="fa fa-spinner fa-spin"></i></span>
</span>
<a href="/2021/01/08/cc%20attack/" class="read-article">Read</a>
</div>
</div>
</li>
<li class="article-excerpt-wrap " _href = "/2021/01/08/generate%20Sitemap/">
<div class="article-img img-ajax" data-src= https://alvincr.com/wp-content/uploads/2021/01/Pasted-into-%E5%BF%AB%E9%80%9F%E7%94%9F%E6%88%90Sitemap%EF%BC%8C%E5%B9%B6%E5%B0%86%E5%85%B6%E6%8F%90%E4%BE%9B%E7%BB%99%E8%B0%B7%E6%AD%8C%E7%99%BE%E5%BA%A6%E4%BB%A5%E5%8A%A0%E5%BF%AB%E6%94%B6%E5%BD%95-1.png>
<div class="loading-img"><i class="fa fa-pulse fa-spinner"></i></div>
</div>
<div class="article-excerpt">
<a class="article-title-link" href="/2021/01/08/generate%20Sitemap/">
<h2 class="article-title">Quickly generate Sitemap and provide it to Google Baidu to speed up inclusion</h2>
</a>
<p class="article-content">
view my personal blog original article for more:https://alvincr.com/2021/01/sitemap/
0 Basic knowledge1 The difference between different formats of sitemaps
The xml format and txt format are for search engines , while the html format is for users .
Site schema format
Difference description
html format
1. The html format is convenient for users to quickly find the pages inside the website....
</p>
<div class="article-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>web</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
web
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta ">2021/01/08</span>
</span>
<span class="fa-wrap">
<i class="fa fa-thermometer-three-quarters"></i>
<span class="hits hits-meta " data-leadcloud-title="Quickly generate Sitemap and provide it to Google Baidu to speed up inclusion"
data-leadcloud-url="/2021/01/08/generate%20Sitemap/"><i class="fa fa-spinner fa-spin"></i></span>
</span>
<a href="/2021/01/08/generate%20Sitemap/" class="read-article">Read</a>
</div>
</div>
</li>
<li class="article-excerpt-wrap " _href = "/2021/01/05/Hexo+github/">
<div class="article-img img-ajax" data-src= /img/default-1.jpg>
<div class="loading-img"><i class="fa fa-pulse fa-spinner"></i></div>
</div>
<div class="article-excerpt">
<a class="article-title-link" href="/2021/01/05/Hexo+github/">
<h2 class="article-title">Hexo+github quickly builds the whole process of html5 static webpage</h2>
</a>
<p class="article-content">
view my personal blog original article for more:https://alvincr.com/2021/01/hexo-with-github_pages/
</p>
<div class="article-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>hexo</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
github
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta ">2021/01/05</span>
</span>
<span class="fa-wrap">
<i class="fa fa-thermometer-three-quarters"></i>
<span class="hits hits-meta " data-leadcloud-title="Hexo+github quickly builds the whole process of html5 static webpage"
data-leadcloud-url="/2021/01/05/Hexo+github/"><i class="fa fa-spinner fa-spin"></i></span>
</span>
<a href="/2021/01/05/Hexo+github/" class="read-article">Read</a>
</div>
</div>
</li>
<li class="article-excerpt-wrap " _href = "/2021/01/03/cookies%20/">
<div class="article-img img-ajax" data-src= https://alvincr.com/wp-content/uploads/2021/01/%E4%BD%95%E4%B8%BAcookie%E5%8F%8A%E5%A6%82%E4%BD%95%E5%88%A9%E7%94%A8%E7%9A%84%E7%9B%B8%E5%85%B3%E7%9F%A5%E8%AF%8620210113.png>
<div class="loading-img"><i class="fa fa-pulse fa-spinner"></i></div>
</div>
<div class="article-excerpt">
<a class="article-title-link" href="/2021/01/03/cookies%20/">
<h2 class="article-title">Knowledge about what cookies are and how to use them</h2>
</a>
<p class="article-content">
view my personal blog original article for more:
https://alvincr.com/2021/01/%e4%bd%95%e4%b8%bacookie%e5%8f%8a%e5%a6%82%e4%bd%95%e5%88%a9%e7%94%a8%e7%9a%84%e7%9b%b8%e5%85%b3%e7%9f%a5%e8%af%86/
1 Basic knowledgeI am not very interested in the history of cookie development, so I have taken a sentence: In June 1994, programmer Lou Montulli proposed to use cookies for calculations in network comm...
</p>
<div class="article-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>web</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
web
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta ">2021/01/03</span>
</span>
<span class="fa-wrap">
<i class="fa fa-thermometer-three-quarters"></i>
<span class="hits hits-meta " data-leadcloud-title="Knowledge about what cookies are and how to use them"
data-leadcloud-url="/2021/01/03/cookies%20/"><i class="fa fa-spinner fa-spin"></i></span>
</span>
<a href="/2021/01/03/cookies%20/" class="read-article">Read</a>
</div>
</div>
</li>
<li class="article-excerpt-wrap " _href = "/2020/07/28/google%20engine/">
<div class="article-img img-ajax" data-src= /2020/07/28/google%20engine/image-20210116133210994.png>
<div class="loading-img"><i class="fa fa-pulse fa-spinner"></i></div>
</div>
<div class="article-excerpt">
<a class="article-title-link" href="/2020/07/28/google%20engine/">
<h2 class="article-title">Search engine skills finishing (Google) (reproduced)</h2>
</a>
<p class="article-content">
1. General search technologyDefault fuzzy search, automatic phrase splitWhen you directly enter a search term in the search box, Google will perform fuzzy search by default, and can automatically split long phrases or sentences into small words for search;
Exact phrase searchAdd half-width quotation marks ([“”]) to keywords to achieve precise search;
WildcardGoogle’s wildcard is the asterisk “...
</p>
<div class="article-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>google</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
goolge
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta ">2020/07/28</span>
</span>
<span class="fa-wrap">
<i class="fa fa-thermometer-three-quarters"></i>
<span class="hits hits-meta " data-leadcloud-title="Search engine skills finishing (Google) (reproduced)"
data-leadcloud-url="/2020/07/28/google%20engine/"><i class="fa fa-spinner fa-spin"></i></span>
</span>
<a href="/2020/07/28/google%20engine/" class="read-article">Read</a>
</div>
</div>
</li>
<li class="article-excerpt-wrap " _href = "/2020/06/27/Linux%20prevention%20of%20accidental%20deletion%20operations/">
<div class="article-img img-ajax" data-src= /2020/06/27/Linux%20prevention%20of%20accidental%20deletion%20operations/aHR0cDovL2FsdmluY3IuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2LzMzNGQ2ZmFmNmZiODlkZDEwOTFmMGRkMDQ3M2ViM2NmLnBuZw.png>
<div class="loading-img"><i class="fa fa-pulse fa-spinner"></i></div>
</div>
<div class="article-excerpt">
<a class="article-title-link" href="/2020/06/27/Linux%20prevention%20of%20accidental%20deletion%20operations/">
<h2 class="article-title">Linux prevention of accidental deletion operations (use safe-rm; use mv command to delete files, accidental deletion recovery method)</h2>
</a>
<p class="article-content">
The update will be included in the original text: http://alvincr.com/2020/06/linux%e9%98%b2%e8%af%af%e5%88%a0%e6%93%8d%e4%bd%9c %ef%bc%88%e4%bd%bf%e7%94%a8safe-rm%ef%bc%9b%e4%bd%bf%e7%94%a8mv%e5%91%bd%e4%bb%a4 %e5%88%a0%e9%99%a4%e6%96%87%e4%bb%b6%ef%bc%89%ef%bc%88%e6%9b%b4/
1. Why does text-based Linux have no recycle bin?In my opinion:
1.Linux is a command line operating system. Unlike th...
</p>
<div class="article-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>linux</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
linux
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta ">2020/06/27</span>
</span>
<span class="fa-wrap">
<i class="fa fa-thermometer-three-quarters"></i>
<span class="hits hits-meta " data-leadcloud-title="Linux prevention of accidental deletion operations (use safe-rm; use mv command to delete files, accidental deletion recovery method)"
data-leadcloud-url="/2020/06/27/Linux%20prevention%20of%20accidental%20deletion%20operations/"><i class="fa fa-spinner fa-spin"></i></span>
</span>
<a href="/2020/06/27/Linux%20prevention%20of%20accidental%20deletion%20operations/" class="read-article">Read</a>
</div>
</div>
</li>
</ul>
<div id="page-pagination">
<div id="page-nav">
<span class="extend disable prev" rel="prev">« Prev</span><span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><a class="extend next" rel="next" href="/page/2/">Next »</a>
</div>
</div>
</div>
<footer id="footer">
<div class="social">
<a href="https://www.example1.com" class="fa fa-free-code-camp" target="_blank" title="freecodecamp"></a>
<a href="https://www.example2.com" class="fa fa-github" target="_blank" title="Follow me~"></a>
</div>
<div>
<a href="/" class="copyright-links">AlvinCR</a>©2015 - 2021.All Rights
Reserved.
</div>
<p>Powered by <a href="https://hexo.io" class="copyright-links" target="_blank">Hexo</a> | Theme by <a
href="https://github.com/GeekaholicLin" class="copyright-links" target="_blank">GeekaholicLin</a>
</p>
<p>
<span id="busuanzi_container_site_uv" class="fa fa-bar-chart">
Welcome to the <span id="busuanzi_value_site_uv"><i class="fa fa-spinner fa-spin"></i></span> friend~
</span>
</p>
</footer>
</div>
<ul id="tools">
<li class="totop-btn fa fa-angle-up"></li>
<li class="exchange-btn fa fa-exchange"></li>
</ul>
<p id="process"></p>
<div id="search-overlay">
<div class="search-area-wrap">
<div id="search-area">
<div class="input-wrap focus">
<i class="fa fa-search" aria-hidden="true"></i>
<input id="search-input" autofocus autocomplete="off" type="text"
placeholder="search this website..."/>
</div>
<ul id="search-result">
<li class="load-first"><i class="fa fa-spinner fa-pulse"></i></li>
</ul>
</div>
</div>
</div>
<script src="/js/search.js"></script>
<script type="text/javascript">
//theme config datas
var copyrightObj = {};
copyrightObj.enable = 'true';
copyrightObj.triggerCopyLength = '200';
copyrightObj.appendText = ' For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source © alvincr.com';
var leancloudObj = {};
leancloudObj.enable = 'true';
leancloudObj.className = 'BlogCounter';
leancloudObj.limits = '10';
</script>
<script type="text/javascript">
var search = {};
var search_path = "search.xml";
if (!search_path) {
search_path = "search.xml";
}
search.path = "/" + search_path;
search.func = _ajax.init();
</script>
<script src="/js/app.js"></script>
</body>
</html>