Skip to content

Commit

Permalink
Site updated: 2024-02-29 16:28:11
Browse files Browse the repository at this point in the history
  • Loading branch information
username committed Feb 29, 2024
1 parent db85329 commit e586718
Show file tree
Hide file tree
Showing 34 changed files with 16,998 additions and 1,230 deletions.
2 changes: 1 addition & 1 deletion 2022/12/21/JavaWeb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2171,7 +2171,7 @@ <h3 id="EL表达式"><a href="#EL表达式" class="headerlink" title="EL表达
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/01/10/xv6$chap8/">File system</a>
<a class="prev" rel="prev" href="/2023/01/10/xv6/">xv6</a>


<a class="next" rel="next" href="/2022/11/06/Java%E5%B9%B6%E5%8F%91%E7%BC%96%E7%A8%8B%E5%AE%9E%E6%88%98/">Java并发编程实战</a>
Expand Down
4 changes: 2 additions & 2 deletions 2023/01/10/xv6$chap1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,10 @@ <h4 id="附加题:改善shell"><a href="#附加题:改善shell" class="heade
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/02/25/cs144/">cs144</a>
<a class="prev" rel="prev" href="/2023/01/10/xv6$chap2/">Operating system oganization</a>


<a class="next" rel="next" href="/2023/01/10/xv6$chap2/">Operating system oganization</a>
<a class="next" rel="next" href="/2023/01/10/xv6$chap4/">Traps and system calls</a>

</section>

Expand Down
4 changes: 2 additions & 2 deletions 2023/01/10/xv6$chap2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,10 +565,10 @@ <h5 id="sysinfo-plus"><a href="#sysinfo-plus" class="headerlink" title="sysinfo
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/01/10/xv6$chap1/">Operating system interface</a>
<a class="prev" rel="prev" href="/2023/02/25/cs144/">cs144</a>


<a class="next" rel="next" href="/2023/01/10/xv6$chap3/">Page tables</a>
<a class="next" rel="next" href="/2023/01/10/xv6$chap1/">Operating system interface</a>

</section>

Expand Down
4 changes: 2 additions & 2 deletions 2023/01/10/xv6$chap3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -640,10 +640,10 @@ <h5 id="删掉freewalk的panic(我特有的缺点)"><a href="#删掉freewalk
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/01/10/xv6$chap2/">Operating system oganization</a>
<a class="prev" rel="prev" href="/2023/01/10/xv6$chap4/">Traps and system calls</a>


<a class="next" rel="next" href="/2023/01/10/xv6$chap4/">Traps and system calls</a>
<a class="next" rel="next" href="/2023/01/10/xv6$chap5/">Interrupts and device drivers</a>

</section>

Expand Down
4 changes: 2 additions & 2 deletions 2023/01/10/xv6$chap4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -693,10 +693,10 @@ <h5 id="在kerneltrap内补上对缺页中断的处理"><a href="#在kerneltrap
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/01/10/xv6$chap3/">Page tables</a>
<a class="prev" rel="prev" href="/2023/01/10/xv6$chap1/">Operating system interface</a>


<a class="next" rel="next" href="/2023/01/10/xv6$chap5/">Interrupts and device drivers</a>
<a class="next" rel="next" href="/2023/01/10/xv6$chap3/">Page tables</a>

</section>

Expand Down
2 changes: 1 addition & 1 deletion 2023/01/10/xv6$chap5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ <h3 id="代码"><a href="#代码" class="headerlink" title="代码"></a>代码</
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/01/10/xv6$chap4/">Traps and system calls</a>
<a class="prev" rel="prev" href="/2023/01/10/xv6$chap3/">Page tables</a>


<a class="next" rel="next" href="/2023/01/10/xv6$chap6/">Locking</a>
Expand Down
2 changes: 1 addition & 1 deletion 2023/01/10/xv6$chap7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ <h3 id="Using-threads"><a href="#Using-threads" class="headerlink" title="Using
<a class="prev" rel="prev" href="/2023/01/10/xv6$chap6/">Locking</a>


<a class="next" rel="next" href="/2023/01/10/xv6/">xv6</a>
<a class="next" rel="next" href="/2023/01/10/xv6$chap9/">其他的对实验未涉及的思考</a>

</section>

Expand Down
2 changes: 1 addition & 1 deletion 2023/01/10/xv6$chap8/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ <h4 id="修改uvmcopy和uvmunmap"><a href="#修改uvmcopy和uvmunmap" class="hea
<a class="prev" rel="prev" href="/2023/01/10/xv6$chap9/">其他的对实验未涉及的思考</a>


<a class="next" rel="next" href="/2022/12/21/JavaWeb/">JavaWeb</a>
<a class="next" rel="next" href="/2023/01/10/xv6/">xv6</a>

</section>

Expand Down
2 changes: 1 addition & 1 deletion 2023/01/10/xv6$chap9/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ <h2 id="Lock实验的评测机制"><a href="#Lock实验的评测机制" class="h
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/01/10/xv6/">xv6</a>
<a class="prev" rel="prev" href="/2023/01/10/xv6$chap7/">Scheduling</a>


<a class="next" rel="next" href="/2023/01/10/xv6$chap8/">File system</a>
Expand Down
4 changes: 2 additions & 2 deletions 2023/01/10/xv6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ <h3 id="Operating-system-interface"><a href="#Operating-system-interface" class=
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/01/10/xv6$chap7/">Scheduling</a>
<a class="prev" rel="prev" href="/2023/01/10/xv6$chap8/">File system</a>


<a class="next" rel="next" href="/2023/01/10/xv6$chap9/">其他的对实验未涉及的思考</a>
<a class="next" rel="next" href="/2022/12/21/JavaWeb/">JavaWeb</a>

</section>

Expand Down
2 changes: 1 addition & 1 deletion 2023/02/25/cs144$lab1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ <h3 id="具体实现"><a href="#具体实现" class="headerlink" title="具体
<a class="prev" rel="prev" href="/2023/02/25/cs144$lab2/">Lab2 TCPReceiver</a>


<a class="next" rel="next" href="/2023/02/25/cs144$lab4/">Lab4 TCPConnection</a>
<a class="next" rel="next" href="/2023/02/25/cs144$lab5/">Lab5 NetworkInterface</a>

</section>

Expand Down
2 changes: 1 addition & 1 deletion 2023/02/25/cs144$lab4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ <h3 id="debug函数"><a href="#debug函数" class="headerlink" title="debug函
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/02/25/cs144$lab1/">Lab1 StreamReassembler</a>
<a class="prev" rel="prev" href="/2023/02/25/cs144$lab5/">Lab5 NetworkInterface</a>


<a class="next" rel="next" href="/2023/02/25/cs144$lab6/">Lab6 Router</a>
Expand Down
4 changes: 2 additions & 2 deletions 2023/02/25/cs144$lab5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,10 @@ <h3 id="具体实现"><a href="#具体实现" class="headerlink" title="具体
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/02/25/cs144$lab6/">Lab6 Router</a>
<a class="prev" rel="prev" href="/2023/02/25/cs144$lab1/">Lab1 StreamReassembler</a>


<a class="next" rel="next" href="/2023/02/25/cs144/">cs144</a>
<a class="next" rel="next" href="/2023/02/25/cs144$lab4/">Lab4 TCPConnection</a>

</section>

Expand Down
2 changes: 1 addition & 1 deletion 2023/02/25/cs144$lab6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h3 id="具体实现"><a href="#具体实现" class="headerlink" title="具体
<a class="prev" rel="prev" href="/2023/02/25/cs144$lab4/">Lab4 TCPConnection</a>


<a class="next" rel="next" href="/2023/02/25/cs144$lab5/">Lab5 NetworkInterface</a>
<a class="next" rel="next" href="/2023/02/25/cs144/">cs144</a>

</section>

Expand Down
4 changes: 2 additions & 2 deletions 2023/02/25/cs144/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@ <h3 id="Lab0"><a href="#Lab0" class="headerlink" title="Lab0"></a><a href="/2023
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/02/25/cs144$lab5/">Lab5 NetworkInterface</a>
<a class="prev" rel="prev" href="/2023/02/25/cs144$lab6/">Lab6 Router</a>


<a class="next" rel="next" href="/2023/01/10/xv6$chap1/">Operating system interface</a>
<a class="next" rel="next" href="/2023/01/10/xv6$chap2/">Operating system oganization</a>

</section>

Expand Down
2 changes: 1 addition & 1 deletion 2023/03/13/cmu15445$lab0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ <h4 id="错误集锦-3"><a href="#错误集锦-3" class="headerlink" title="错
<a class="prev" rel="prev" href="/2023/06/17/%E5%AF%B9GRUB%E5%92%8Cinitramfs%E7%9A%84%E5%B0%8F%E6%8E%A2%E7%A9%B6/">对GRUB和initramfs的小探究</a>


<a class="next" rel="next" href="/2023/03/13/cmu15445$lab1/">Project1 Buffer Pool</a>
<a class="next" rel="next" href="/2023/03/13/cmu15445/">CMU15445</a>

</section>

Expand Down
4 changes: 2 additions & 2 deletions 2023/03/13/cmu15445$lab1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,10 @@ <h5 id="一个小地方"><a href="#一个小地方" class="headerlink" title="
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/03/13/cmu15445$lab0/">Project0 C++ Primer</a>
<a class="prev" rel="prev" href="/2023/03/13/cmu15445$lab4/">Project4 Concurrency</a>


<a class="next" rel="next" href="/2023/03/13/cmu15445$lab2/">Project2 B+Tree</a>
<a class="next" rel="next" href="/2023/03/13/cmu15445$lab3/">Project3 Query Execution</a>

</section>

Expand Down
4 changes: 2 additions & 2 deletions 2023/03/13/cmu15445$lab2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,10 @@ <h3 id="火焰图性能分析"><a href="#火焰图性能分析" class="headerlin
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/03/13/cmu15445$lab1/">Project1 Buffer Pool</a>
<a class="prev" rel="prev" href="/2023/03/13/cmu15445/">CMU15445</a>


<a class="next" rel="next" href="/2023/03/13/cmu15445/">CMU15445</a>
<a class="next" rel="next" href="/2023/03/13/cmu15445$lab4/">Project4 Concurrency</a>

</section>

Expand Down
2 changes: 1 addition & 1 deletion 2023/03/13/cmu15445$lab3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ <h5 id="common-expression-elimination"><a href="#common-expression-elimination"
</section>
<section class="post-nav">

<a class="prev" rel="prev" href="/2023/03/13/cmu15445/">CMU15445</a>
<a class="prev" rel="prev" href="/2023/03/13/cmu15445$lab1/">Project1 Buffer Pool</a>


<a class="next" rel="next" href="/2023/03/10/%E5%AF%B9moore%E5%9E%8B%E5%92%8Cmealy%E5%9E%8B%E7%8A%B6%E6%80%81%E6%9C%BA%E7%9A%84%E7%90%86%E8%A7%A3/">状态机</a>
Expand Down
Loading

0 comments on commit e586718

Please sign in to comment.