Skip to content

Commit aeca7cf

Browse files
author
committed
Deployed 90d8f46 with MkDocs version: 1.4.2
1 parent 6ca7d41 commit aeca7cf

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

changelog/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Perma
10041004
<div class="heti-skip">
10051005
<h2 id="2024">2024 年<a class="headerlink" href="#2024" title="Permanent link"></a></h2>
10061006
<ul>
1007+
<li><span style="font-family: var(--md-code-font-family)">07-01 <a href="https://github.com/ZJU-Turing/TuringCourses/commit/90d8f46ca94f4d704ba26aeaf451e177c13f2379">90d8f46</a> </span>docs: 添加<a href="https://zju-turing.github.io/TuringCourses/major_mandatory/database/">数据库系统</a>课程陈璐老师评价 (<a href="https://github.com/ZJU-Turing/TuringCourses/pull/185">#185</a>)</li>
10071008
<li><span style="font-family: var(--md-code-font-family)">06-30 <a href="https://github.com/ZJU-Turing/TuringCourses/commit/5e55a5932d77dd2b667912050b16b5db66dd649d">5e55a59</a> </span>docs: 添加<a href="https://zju-turing.github.io/TuringCourses/others/stochastic_process/">随机过程</a>课程内容 (<a href="https://github.com/ZJU-Turing/TuringCourses/pull/184">#184</a>)</li>
10081009
<li><span style="font-family: var(--md-code-font-family)">06-30 <a href="https://github.com/ZJU-Turing/TuringCourses/commit/6afcd1a5524e3673ca0dd4c37523a1aeec95df3d">6afcd1a</a> </span>docs: 添加<a href="https://zju-turing.github.io/TuringCourses/math_phys/math_analysis2/">数学分析(甲)Ⅱ(H)</a>回忆卷 (<a href="https://github.com/ZJU-Turing/TuringCourses/pull/183">#183</a>)</li>
10091010
<li><span style="font-family: var(--md-code-font-family)">06-24 <a href="https://github.com/ZJU-Turing/TuringCourses/commit/735e4eb5edee9d41479762d8385d61193eefe7f9">735e4eb</a> </span>docs: 将 2023-2024 <a href="https://zju-turing.github.io/TuringCourses/math_phys/linear_algebra2/">线代Ⅱ</a>期末回忆卷添加至索引</li>

major_mandatory/database/index.html

+26-4
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@
10391039
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25Z"></path></svg>
10401040
</a>
10411041
<div class="admonition warning">
1042-
<p class="admonition-title">1708411050</p>
1042+
<p class="admonition-title">1719764709</p>
10431043
</div>
10441044
<h1 id="_1">数据库系统<a class="headerlink" href="#_1" title="Permanent link"><span><span class="heti-spacing"> </span></span></a></h1>
10451045
<div class="badges">
@@ -1071,7 +1071,7 @@ <h2 id="_2">课程学习内容<a class="headerlink" href="#_2" title="Permanent
10711071
<h3 id="_3">先修要求<a class="headerlink" href="#_3" title="Permanent link"><span><span class="heti-spacing"> </span></span></a></h3>
10721072
<p>考虑到大作业,理论上应该先学<span><span class="heti-spacing"> </span>C++ (OOP)</span>,但是大部分同学这两门课应该是同个学期学的,而且觉得写大作业刚好能学习<span><span class="heti-spacing"> </span>C++</span>,大作业的框架语法也不太复杂,所以似乎情况还过得去;此外由于这是个略有规模的<span class="heti-skip"><span class="heti-spacing"> </span>C++<span class="heti-spacing"> </span></span>的工程,它使用<span class="heti-skip"><span class="heti-spacing"> </span>CMake<span class="heti-spacing"> </span></span>管理,<span>GTest<span class="heti-spacing"> </span></span>写测试,写这个项目需要熟悉这些工具的使用。</p>
10731073
<h2 id="_4">任课教师<a class="headerlink" href="#_4" title="Permanent link"><span><span class="heti-spacing"> </span></span></a></h2>
1074-
<div class="tabbed-set tabbed-alternate" data-tabs="1:3"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio"/><input id="__tabbed_1_2" name="__tabbed_1" type="radio"/><input id="__tabbed_1_3" name="__tabbed_1" type="radio"/><div class="tabbed-labels"><label for="__tabbed_1_1">孙建伶</label><label for="__tabbed_1_2">高云君</label><label for="__tabbed_1_3">陈刚</label></div>
1074+
<div class="tabbed-set tabbed-alternate" data-tabs="1:4"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio"/><input id="__tabbed_1_2" name="__tabbed_1" type="radio"/><input id="__tabbed_1_3" name="__tabbed_1" type="radio"/><input id="__tabbed_1_4" name="__tabbed_1" type="radio"/><div class="tabbed-labels"><label for="__tabbed_1_1">孙建伶</label><label for="__tabbed_1_2">高云君</label><label for="__tabbed_1_3">陈刚</label><label for="__tabbed_1_4">陈璐</label></div>
10751075
<div class="tabbed-content">
10761076
<div class="tabbed-block">
10771077
<p>计院难得对本科生课程非常上心的老师。孙老师上课很有激情,会有丰富的肢体语言配合讲解,语速快但是条理清晰,会讲一些之前八股文考试不涉及的内容,例如<span><span class="heti-spacing"> </span>LSM Tree</span>。人很好,体恤学生,思想开明。<span>MiniSQL<span class="heti-spacing"> </span></span>能有如今的框架孙老师功不可没。</p>
@@ -1082,6 +1082,9 @@ <h2 id="_4">任课教师<a class="headerlink" href="#_4" title="Permanent link">
10821082
<div class="tabbed-block">
10831083
<p>讲课语气比较催眠,但是<span class="heti-skip"><span class="heti-spacing"> </span>PPT<span class="heti-spacing"> </span></span>内容讲解还不错,随机小测点到,实验课老师本人不建议来,考前复习课很到位,人好事少给分还行,助教<span class="heti-skip"><span class="heti-spacing"> </span>yjngg<span class="heti-spacing"> </span></span>人很好。</p>
10841084
</div>
1085+
<div class="tabbed-block">
1086+
<p>陈璐老师人很好,讲课思路也很清晰,也会很认真解答同学的问题。老师上课不点名,一学期总共有<span class="heti-skip"><span class="heti-spacing"> </span>5<span class="heti-spacing"> </span></span>次随堂小测,纸质形式,每次题量不大,并且如果没到课参加小测的话可以在实验课时间去补测。助教学姐人也很好,在两次实验的验收环节不会刁难大家,并且作业和报告应该是都给了满分,但是对于上课的知识点她不是很清楚,如果对知识点有疑问的最好去问陈璐老师。给分方面,平时分应该是基本给满了,最后的成绩就取决于期末考试了。总体还是比较推荐陈璐老师的教学班的。</p>
1087+
</div>
10851088
</div>
10861089
</div>
10871090
<h2 id="_5">课程教材<a class="headerlink" href="#_5" title="Permanent link"><span><span class="heti-spacing"> </span></span></a></h2>
@@ -1130,7 +1133,26 @@ <h2 id="_6">分数构成<a class="headerlink" href="#_6" title="Permanent link">
11301133
</li>
11311134
</ul>
11321135
</div>
1133-
<div class="tabbed-block"></div>
1136+
<div class="tabbed-block">
1137+
<ul>
1138+
<li>
1139+
<p>平时作业<span><span class="heti-spacing"> </span>(10%)</span></p>
1140+
<p>老师会在开学初将所有作业的提交通道都开放出来,并且将<span class="heti-skip"><span class="heti-spacing"> </span>DDL<span class="heti-spacing"> </span></span>都设在夏学期的第八周。但尽管如此,还是建议作业尽量跟上老师的进度。</p>
1141+
</li>
1142+
<li>
1143+
<p>Quiz (10%)</p>
1144+
<p>总共有<span class="heti-skip"><span class="heti-spacing"> </span>5<span class="heti-spacing"> </span></span>次小测,小测老师会提前通知,纸质形式,开卷,每次题量不大,有部分题是从历年卷摘出来的。如果没到课参加小测的话可以在实验课时间去补测。老师说过小测是为了了解大家知识点的掌握情况,因此不用太过担心小测的分数。</p>
1145+
</li>
1146+
<li>
1147+
<p>Lab (30%)</p>
1148+
<p>实验要求和其它班一样,这里不再赘述。但需要注意的是,陈璐老师班的前四个小实验的实验文档约等于没有,学在浙大上上传的几个文档是十年前的,因此前四个实验建议根据孙建伶老师班的文档来进行。</p>
1149+
</li>
1150+
<li>
1151+
<p>期末考试<span><span class="heti-spacing"> </span>(50%)</span></p>
1152+
<p>允许带一张手写<span class="heti-skip"><span class="heti-spacing"> </span>A4<span class="heti-spacing"> </span></span>纸。<span>23-24<span class="heti-spacing"> </span></span>春夏学期由于期末考试难度较大,将期末考试的占比调为<span><span class="heti-spacing"> </span>40%</span></p>
1153+
</li>
1154+
</ul>
1155+
</div>
11341156
<div class="tabbed-block"></div>
11351157
<div class="tabbed-block"></div>
11361158
<div class="tabbed-block"></div>
@@ -1173,7 +1195,7 @@ <h2 id="_8">学习建议<a class="headerlink" href="#_8" title="Permanent link">
11731195
}
11741196
</style>
11751197
<div id="footer-wrapper">
1176-
<p><span class="twemoji"><svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"></path></svg></span> 2024-02-20  <span class="twemoji"><svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path></svg></span> Contributors <span class="contributors"><a href="https://github.com/TonyCrane" target="_blank" title="TonyCrane"><img alt="TonyCrane" src="https://avatars.githubusercontent.com/u/44120331"/></a><a href="https://github.com/yhwu-is" target="_blank" title="yhwu-is"><img alt="yhwu-is" src="https://avatars.githubusercontent.com/u/80104150"/></a><a href="https://github.com/ZhouTimeMachine" target="_blank" title="ZhouTimeMachine"><img alt="ZhouTimeMachine" src="https://avatars.githubusercontent.com/u/99057383"/></a><a href="https://github.com/HobbitQia" target="_blank" title="HobbitQia"><img alt="HobbitQia" src="https://avatars.githubusercontent.com/u/89443407"/></a><a href="https://github.com/FrightenedFoxCN" target="_blank" title="FrightenedFoxCN"><img alt="FrightenedFoxCN" src="https://avatars.githubusercontent.com/u/71172070"/></a><a href="https://github.com/chiakicage" target="_blank" title="chiakicage"><img alt="chiakicage" src="https://avatars.githubusercontent.com/u/51401253"/></a><a href="https://github.com/floatshadow" target="_blank" title="floatshadow"><img alt="floatshadow" src="https://avatars.githubusercontent.com/u/50550436"/></a></span></p>
1198+
<p><span class="twemoji"><svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"></path></svg></span> 2024-07-01  <span class="twemoji"><svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path></svg></span> Contributors <span class="contributors"><a href="https://github.com/TonyCrane" target="_blank" title="TonyCrane"><img alt="TonyCrane" src="https://avatars.githubusercontent.com/u/44120331"/></a><a href="https://github.com/yhwu-is" target="_blank" title="yhwu-is"><img alt="yhwu-is" src="https://avatars.githubusercontent.com/u/80104150"/></a><a href="https://github.com/lhxcs" target="_blank" title="lhxcs"><img alt="lhxcs" src="https://avatars.githubusercontent.com/u/133565095"/></a><a href="https://github.com/ZhouTimeMachine" target="_blank" title="ZhouTimeMachine"><img alt="ZhouTimeMachine" src="https://avatars.githubusercontent.com/u/99057383"/></a><a href="https://github.com/HobbitQia" target="_blank" title="HobbitQia"><img alt="HobbitQia" src="https://avatars.githubusercontent.com/u/89443407"/></a><a href="https://github.com/FrightenedFoxCN" target="_blank" title="FrightenedFoxCN"><img alt="FrightenedFoxCN" src="https://avatars.githubusercontent.com/u/71172070"/></a><a href="https://github.com/chiakicage" target="_blank" title="chiakicage"><img alt="chiakicage" src="https://avatars.githubusercontent.com/u/51401253"/></a><a href="https://github.com/floatshadow" target="_blank" title="floatshadow"><img alt="floatshadow" src="https://avatars.githubusercontent.com/u/50550436"/></a></span></p>
11771199
</div>
11781200
<style>
11791201
.md-content .admonition:first-of-type {

search/search_index.json

+1-1
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)