-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
787 lines (431 loc) · 17.6 KB
/
index.html
File metadata and controls
787 lines (431 loc) · 17.6 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>codeMario | 逆风赶路,不负众望</title>
<meta name="author" content="codeMario">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta property="og:site_name" content="codeMario"/>
<meta property="og:image" content="/favicon.ico"/>
<link href="/favicon.ico" rel="icon">
<link rel="alternate" href="/atom.xml" title="codeMario" type="application/atom+xml">
<link rel="stylesheet" href="/css/style.css" media="screen" type="text/css">
<meta name="generator" content="Hexo 6.0.0"></head>
<body>
<div class="blog">
<div class="content">
<header>
<div class="site-branding">
<h1 class="site-title">
<a href="/">codeMario</a>
</h1>
<p class="site-description">逆风赶路,不负众望</p>
</div>
<nav class="site-navigation">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archives">Archives</a></li>
<li><a href="/categories">Categories</a></li>
<li><a href="/tags">Tags</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<main class="site-main posts-loop">
<article>
<h3 class="article-title"><a href="/2022/06/20/剑指 Offer 24. 反转链表/"><span>剑指 Offer 24.反转链表</span></a></h3>
<div class="article-top-meta">
<span class="posted-on">
<a href="/2022/06/20/剑指 Offer 24. 反转链表/" rel="bookmark">
<time class="entry-date published" datetime="2022-06-20T14:26:01.000Z">
2022-06-20
</time>
</a>
</span>
</div>
<div class="article-content">
<div class="entry">
<blockquote>
<p>定义一个函数,输入一个链表的头节点,反转该链表并输出反转后链表的头节点。</p>
</blockquote>
</div>
</div>
<div class="article-footer">
<div class="article-meta pull-left">
<span class="post-categories">
<i class="icon-categories"></i>
<a href="/categories/LeetCode/">LeetCode</a>
</span>
<span class="post-tags">
<i class="icon-tags"></i>
<a href="/tags/LeetCode/">LeetCode</a><a href="/tags/linked-list/">linked list</a>
</span>
</div>
<div class="article-meta pull-right">
<span>
<i class="icon-comments"></i>
<span>
<a href="/2022/06/20/剑指 Offer 24. 反转链表/#comment">Comments</a>
</span>
</span>
</div>
</div>
</article>
<article>
<h3 class="article-title"><a href="/2022/06/18/剑指 Offer 06. 从尾到头打印链表/"><span>剑指 Offer 06.从尾到头打印链表</span></a></h3>
<div class="article-top-meta">
<span class="posted-on">
<a href="/2022/06/18/剑指 Offer 06. 从尾到头打印链表/" rel="bookmark">
<time class="entry-date published" datetime="2022-06-18T14:15:01.000Z">
2022-06-18
</time>
</a>
</span>
</div>
<div class="article-content">
<div class="entry">
<blockquote>
<p>输入一个链表的头节点,从尾到头反过来返回每个节点的值(用数组返回)。</p>
</blockquote>
</div>
</div>
<div class="article-footer">
<div class="article-meta pull-left">
<span class="post-categories">
<i class="icon-categories"></i>
<a href="/categories/LeetCode/">LeetCode</a>
</span>
<span class="post-tags">
<i class="icon-tags"></i>
<a href="/tags/LeetCode/">LeetCode</a><a href="/tags/stack/">stack</a><a href="/tags/linked-list/">linked list</a>
</span>
</div>
<div class="article-meta pull-right">
<span>
<i class="icon-comments"></i>
<span>
<a href="/2022/06/18/剑指 Offer 06. 从尾到头打印链表/#comment">Comments</a>
</span>
</span>
</div>
</div>
</article>
<article>
<h3 class="article-title"><a href="/2022/06/18/剑指 Offer 30. 包含 min 函数的栈/"><span>剑指 Offer 30.包含 min 函数的栈</span></a></h3>
<div class="article-top-meta">
<span class="posted-on">
<a href="/2022/06/18/剑指 Offer 30. 包含 min 函数的栈/" rel="bookmark">
<time class="entry-date published" datetime="2022-06-18T06:13:01.000Z">
2022-06-18
</time>
</a>
</span>
</div>
<div class="article-content">
<div class="entry">
<blockquote>
<p>定义栈的数据结构,请在该类型中实现一个能够得到栈的最小元素的 min 函数在该栈中,调用 min、push 及 pop 的时间复杂度都是 O(1)。</p>
</blockquote>
</div>
</div>
<div class="article-footer">
<div class="article-meta pull-left">
<span class="post-categories">
<i class="icon-categories"></i>
<a href="/categories/LeetCode/">LeetCode</a>
</span>
<span class="post-tags">
<i class="icon-tags"></i>
<a href="/tags/LeetCode/">LeetCode</a><a href="/tags/stack/">stack</a>
</span>
</div>
<div class="article-meta pull-right">
<span>
<i class="icon-comments"></i>
<span>
<a href="/2022/06/18/剑指 Offer 30. 包含 min 函数的栈/#comment">Comments</a>
</span>
</span>
</div>
</div>
</article>
<article>
<h3 class="article-title"><a href="/2022/06/18/剑指Offer 09.用两个栈实现队列/"><span>剑指 Offer 09. 用两个栈实现队列</span></a></h3>
<div class="article-top-meta">
<span class="posted-on">
<a href="/2022/06/18/剑指Offer 09.用两个栈实现队列/" rel="bookmark">
<time class="entry-date published" datetime="2022-06-18T05:18:01.000Z">
2022-06-18
</time>
</a>
</span>
</div>
<div class="article-content">
<div class="entry">
<blockquote>
<p>用两个栈实现一个队列。队列的声明如下,请实现它的两个函数 appendTail 和 deleteHead ,分别完成在队列尾部插入整数和在队列头部删除整数的功能。(若队列中没有元素,deleteHead 操作返回 -1 )。</p>
</blockquote>
</div>
</div>
<div class="article-footer">
<div class="article-meta pull-left">
<span class="post-categories">
<i class="icon-categories"></i>
<a href="/categories/LeetCode/">LeetCode</a>
</span>
<span class="post-tags">
<i class="icon-tags"></i>
<a href="/tags/LeetCode/">LeetCode</a><a href="/tags/stack/">stack</a>
</span>
</div>
<div class="article-meta pull-right">
<span>
<i class="icon-comments"></i>
<span>
<a href="/2022/06/18/剑指Offer 09.用两个栈实现队列/#comment">Comments</a>
</span>
</span>
</div>
</div>
</article>
<article>
<h3 class="article-title"><a href="/2022/06/15/论gcc编译工具的基本使用/"><span>论gcc编译工具的基本使用</span></a></h3>
<div class="article-top-meta">
<span class="posted-on">
<a href="/2022/06/15/论gcc编译工具的基本使用/" rel="bookmark">
<time class="entry-date published" datetime="2022-06-14T16:00:01.000Z">
2022-06-15
</time>
</a>
</span>
</div>
<div class="article-content">
<div class="entry">
<h1 id="一、什么是GCC编译器"><a href="#一、什么是GCC编译器" class="headerlink" title="一、什么是GCC编译器"></a>一、什么是GCC编译器</h1><p> GCC是由GNU开发的编程语言编译器,GNU编译器套件包括C、C++、Objective-C、Java、Ada 和 Go 语言前端,也包括了这些语言的库(如 libstdc++,libgcj等),它可以完成上述编程语言从源文件向运行在特定CPU硬件上的目标代码的转换,GCC不仅功能非常强大,而且结构也很灵活,具有良好的便携性和跨平台支持。</p>
</div>
</div>
<div class="article-footer">
<div class="article-meta pull-left">
<span class="post-categories">
<i class="icon-categories"></i>
<a href="/categories/C-C/">C/C++</a>
</span>
<span class="post-tags">
<i class="icon-tags"></i>
<a href="/tags/gcc/">gcc</a><a href="/tags/C-C/">C/C++</a>
</span>
</div>
<div class="article-meta pull-right">
<span>
<i class="icon-comments"></i>
<span>
<a href="/2022/06/15/论gcc编译工具的基本使用/#comment">Comments</a>
</span>
</span>
</div>
</div>
</article>
<article>
<h3 class="article-title"><a href="/2022/05/12/pcap文件格式详解/"><span>Pcap文件详解</span></a></h3>
<div class="article-top-meta">
<span class="posted-on">
<a href="/2022/05/12/pcap文件格式详解/" rel="bookmark">
<time class="entry-date published" datetime="2022-05-12T07:49:38.000Z">
2022-05-12
</time>
</a>
</span>
</div>
<div class="article-content">
<div class="entry">
<h1 id="Pcap文件详解"><a href="#Pcap文件详解" class="headerlink" title="Pcap文件详解"></a>Pcap文件详解</h1><h2 id="一、简介"><a href="#一、简介" class="headerlink" title="一、简介"></a>一、简介</h2><p> pcap文件是一种常用的数据报存储格式,里面的数据按照特定的规格存储和解析。</p>
<p> 一般来说使用普通的笔记本打开的pcap文件显示的是乱码,所以我们需要使用支持16进制格式的工具去查看该文件,这里使用<a target="_blank" rel="noopener" href="https://hexed.it/">https://hexed.it/</a> 这个在线网站去查看。</p>
</div>
</div>
<div class="article-footer">
<div class="article-meta pull-left">
<span class="post-categories">
<i class="icon-categories"></i>
<a href="/categories/网络/">网络</a>
</span>
<span class="post-tags">
<i class="icon-tags"></i>
<a href="/tags/Pcap/">Pcap</a>
</span>
</div>
<div class="article-meta pull-right">
<span>
<i class="icon-comments"></i>
<span>
<a href="/2022/05/12/pcap文件格式详解/#comment">Comments</a>
</span>
</span>
</div>
</div>
</article>
<article>
<h3 class="article-title"><a href="/2022/01/31/Linux操作系统密码破解/"><span>Linux操作系统密码破解</span></a></h3>
<div class="article-top-meta">
<span class="posted-on">
<a href="/2022/01/31/Linux操作系统密码破解/" rel="bookmark">
<time class="entry-date published" datetime="2022-01-30T18:11:51.000Z">
2022-01-31
</time>
</a>
</span>
</div>
<div class="article-content">
<div class="entry">
<h1 id="注:该文章中使用到的方法只用于学习交流,切勿用于非法途径!!!"><a href="#注:该文章中使用到的方法只用于学习交流,切勿用于非法途径!!!" class="headerlink" title="注:该文章中使用到的方法只用于学习交流,切勿用于非法途径!!!"></a>注:该文章中使用到的方法只用于学习交流,切勿用于非法途径!!!</h1>
</div>
</div>
<div class="article-footer">
<div class="article-meta pull-left">
<span class="post-categories">
<i class="icon-categories"></i>
<a href="/categories/信息安全/">信息安全</a>
</span>
<span class="post-tags">
<i class="icon-tags"></i>
<a href="/tags/kali/">kali</a>
</span>
</div>
<div class="article-meta pull-right">
<span>
<i class="icon-comments"></i>
<span>
<a href="/2022/01/31/Linux操作系统密码破解/#comment">Comments</a>
</span>
</span>
</div>
</div>
</article>
<article>
<h3 class="article-title"><a href="/2022/01/31/使用kali去破解windows主机密码/"><span>使用kali去破解windows主机密码</span></a></h3>
<div class="article-top-meta">
<span class="posted-on">
<a href="/2022/01/31/使用kali去破解windows主机密码/" rel="bookmark">
<time class="entry-date published" datetime="2022-01-30T18:10:05.000Z">
2022-01-31
</time>
</a>
</span>
</div>
<div class="article-content">
<div class="entry">
<p>通常windows电脑中都设有开机密码,而其系统通常都是默认关闭3389端口的,并且设置了防火墙,以防黑客有机可乘去控制电脑。如果我们需要去破解对方windows的密码,就需要进行以下操作,在这里我们在VMware中使用win7和kali模拟过程。</p>
</div>
</div>
<div class="article-footer">
<div class="article-meta pull-left">
<span class="post-categories">
<i class="icon-categories"></i>
<a href="/categories/信息安全/">信息安全</a>
</span>
<span class="post-tags">
<i class="icon-tags"></i>
<a href="/tags/kali/">kali</a>
</span>
</div>
<div class="article-meta pull-right">
<span>
<i class="icon-comments"></i>
<span>
<a href="/2022/01/31/使用kali去破解windows主机密码/#comment">Comments</a>
</span>
</span>
</div>
</div>
</article>
<article>
<h3 class="article-title"><a href="/2022/01/31/Web前端-JavaScriptDay10-函数/"><span>Web前端_JavaScriptDay10_函数</span></a></h3>
<div class="article-top-meta">
<span class="posted-on">
<a href="/2022/01/31/Web前端-JavaScriptDay10-函数/" rel="bookmark">
<time class="entry-date published" datetime="2022-01-30T18:09:09.000Z">
2022-01-31
</time>
</a>
</span>
</div>
<div class="article-content">
<div class="entry">
<h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><p> 无论是什么程序设计语言,函数都是重要的一部分内容,在实际开发过程中有很多语法的表达和功能的实现都来源于函数。不过与其它语言不同的是,JavaScript是通过函数来实现面向对象的特性并非通过专门的面向对象语法去实现的,因为JavaScript没有属于自己的专门的面向对象语法,所以函数在JavaScript中更是重中之重。</p>
</div>
</div>
<div class="article-footer">
<div class="article-meta pull-left">
<span class="post-categories">
<i class="icon-categories"></i>
<a href="/categories/前端/">前端</a>
</span>
<span class="post-tags">
<i class="icon-tags"></i>
<a href="/tags/JavaScript/">JavaScript</a>
</span>
</div>
<div class="article-meta pull-right">
<span>
<i class="icon-comments"></i>
<span>
<a href="/2022/01/31/Web前端-JavaScriptDay10-函数/#comment">Comments</a>
</span>
</span>
</div>
</div>
</article>
<article>
<h3 class="article-title"><a href="/2022/01/31/Web前端-JavaScript的Day2-基本数据类型、数组、循环及条件表达式/"><span>Web前端_JavaScript的Day2_基本数据类型、数组、循环及条件表达式</span></a></h3>
<div class="article-top-meta">
<span class="posted-on">
<a href="/2022/01/31/Web前端-JavaScript的Day2-基本数据类型、数组、循环及条件表达式/" rel="bookmark">
<time class="entry-date published" datetime="2022-01-30T17:55:17.000Z">
2022-01-31
</time>
</a>
</span>
</div>
<div class="article-content">
<div class="entry">
<h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><p>这部分内容主要介绍了JavaScript中基本数据类型、数组的基础知识、循环的常规应用以及表达式。</p>
</div>
</div>
<div class="article-footer">
<div class="article-meta pull-left">
<span class="post-categories">
<i class="icon-categories"></i>
<a href="/categories/前端/">前端</a>
</span>
<span class="post-tags">
<i class="icon-tags"></i>
<a href="/tags/JavaScript/">JavaScript</a>
</span>
</div>
<div class="article-meta pull-right">
<span>
<i class="icon-comments"></i>
<span>
<a href="/2022/01/31/Web前端-JavaScript的Day2-基本数据类型、数组、循环及条件表达式/#comment">Comments</a>
</span>
</span>
</div>
</div>
</article>
<nav class="pagination">
<a href="/page/2/" class="pagination-next">Next</a>
</nav>
</main>
<footer class="site-footer">
<p class="site-info">
Proudly powered by <a href="https://hexo.io/" target="_blank">Hexo</a> and
Theme by <a href="https://github.com/CodeDaraW/Hacker" target="_blank">Hacker</a>
</br>
© 2022 codeMario
</p>
</footer>
</div>
</div>
</body>
</html>