Skip to content

Commit 46d96d8

Browse files
committed
Sep18
1 parent 088d828 commit 46d96d8

File tree

6 files changed

+67
-11
lines changed

6 files changed

+67
-11
lines changed

docs/database/experiment/code.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 数据库实验(头歌)
2+
3+
## 实验一
4+
5+
6+
## 实验二

docs/database/experiment/main.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 数据库实验(学习)
2+
3+
## 简单语句
4+
5+
## 常用数据类型(KingBase)
6+
7+

docs/database/note/my-main.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# 数据库系统概述
2+
3+
## 数据库、数据库管理系统、数据库系统
4+
5+
数据库管理系统(DBMS) 相当于一个软件 管理数据库
6+
数据库系统包括 数据库、数据库管理系统、用户等等
7+
8+
!!!note "数据库管理系统"
9+
- 目标:简单、高效、安全地共享数据
10+
- 三大模块:查询处理、存储管理、保存管理
11+
12+
## 内模式、模式、外模式
13+
14+
- 内模式作为数据存储的结构
15+
- 模式沟通内外模式
16+
- 外模式是用户的各种需求与操作
17+
18+
## 独立性:物理独立性与逻辑稳定性
19+
20+
- 物理独立性:体现在内模式与模式的映射上,内模式发生改变(数据存储发生改变)
21+
模式不发生改变,外模式也无需发生改变
22+
- 逻辑独立性:体现在外模式与模式的映射上,外模式的各种操作
23+
模式不发生改变,内模式也无需改变
24+
25+
26+
18.7 MB
Binary file not shown.

site/contact/index.html

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2958,17 +2958,34 @@ <h2 id="_4">闲话</h2>
29582958
<div class="card">
29592959
<p style="text-indent: 2em;">若你觉得,当下“上课听一听、课后写作业、期末突击备考”的状态,能对得起十二年的寒窗,大可以继续这样;可 若你不想最后只攥着看似光鲜的绩点,却没半点真本事——不想在保研浪潮里焦虑迷茫,不想在考研与保研间反复挣扎,更不想未来工作时才遗憾“大学学的都用不上”,那便该早点清醒。</p>
29602960
</div>
2961+
29612962
<h2 id="_5">更新日志</h2>
2962-
<div class="language-text highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">1</span>
2963-
<span class="normal">2</span>
2964-
<span class="normal">3</span>
2965-
<span class="normal">4</span>
2966-
<span class="normal">5</span></pre></div></td><td class="code"><div><pre><span></span><code>| 版本 | 时间 | 内容 |
2967-
| ---- | ---- | ---- |
2968-
| 1.0.0 |2025 年 9 月 9 日 | 对 Wiki 整体架构进行了重构,将原来较长的目录归类到各个标签;优化 Github 的自动部署机制。 |
2969-
| 1.0.1 | 2025 年 9 月 10 日 | 对首页 `index.md` 样式进行了彻底改写:使用 HTML 与 CSS 替代原有内容;添加了左侧目录栏,并优化了右侧内容的缩进与卡片样式。 |
2970-
| 1.1.0 | 2025 年 9 月 10 日 | 新增副页(本页)。 |
2971-
</code></pre></div></td></tr></table></div>
2963+
<table>
2964+
<thead>
2965+
<tr>
2966+
<th>版本</th>
2967+
<th>时间</th>
2968+
<th>内容</th>
2969+
</tr>
2970+
</thead>
2971+
<tbody>
2972+
<tr>
2973+
<td>1.0.0</td>
2974+
<td>2025 年 9 月 9 日</td>
2975+
<td>对 Wiki 整体架构进行了重构,将原来较长的目录归类到各个标签;优化 Github 的自动部署机制。</td>
2976+
</tr>
2977+
<tr>
2978+
<td>1.0.1</td>
2979+
<td>2025 年 9 月 10 日</td>
2980+
<td>对首页 <code>index.md</code> 样式进行了彻底改写:使用 HTML 与 CSS 替代原有内容;添加了左侧目录栏,并优化了右侧内容的缩进与卡片样式。</td>
2981+
</tr>
2982+
<tr>
2983+
<td>1.1.0</td>
2984+
<td>2025 年 9 月 10 日</td>
2985+
<td>新增副页(本页)。</td>
2986+
</tr>
2987+
</tbody>
2988+
</table>
29722989

29732990

29742991

site/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)