Skip to content

Commit

Permalink
update the link
Browse files Browse the repository at this point in the history
  • Loading branch information
zzicarus committed May 9, 2024
1 parent 32045d0 commit 246a6b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 3 additions & 2 deletions docs/CS/DB/Chapter_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ B-->D
> ??? example "example"
> ![image-20240417210343263](https://zzh-pic-for-self.oss-cn-hangzhou.aliyuncs.com/img/202404172103326.png)
### **Boyce-**Codd **Normal Form** | BCNF
### Boyce-Codd Normal Form | BCNF

- 任何一条函数依赖要么是平凡的,要么左边是key == 任何一条非平凡的左边都是key

Expand All @@ -112,4 +112,5 @@ B-->D
$(F_1 \cup F_2)^+ <>F^+$

??? example "execise"
![image-20240417220707427](https://zzh-pic-for-self.oss-cn-hangzhou.aliyuncs.com/img/202404172207505.png)
![image-20240417220707427](https://zzh-pic-for-self.oss-cn-hangzhou.aliyuncs.com/img/202404172207505.png)

4 changes: 4 additions & 0 deletions docs/Tools/Git.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ upstream, see 'push.autoSetupRemote' in 'git help config'.
```shell
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890

# 取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
```

??? note "关于代理"
Expand Down
18 changes: 9 additions & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,16 @@ nav:
- CS/index.md

- DB:
- 1. Interface: CS\DB\Chapter_1.md
- 2. Relation: CS\DB\Chapter_2.md
- 345. SQL: CS\DB\Chapter_3_4_5.md
- 6. ER Model: CS\DB\Chapter_6.md
- 7. Relational Database Design: CS\DB\Chapter_7.md
- 12. Physical Storage: CS\DB\Chapter_12.md
- 1. Interface: CS/DB/Chapter_1.md
- 2. Relation: CS/DB/Chapter_2.md
- 345. SQL: CS/DB/Chapter_3_4_5.md
- 6. ER Model: CS/DB/Chapter_6.md
- 7. Relational Database Design: CS/DB/Chapter_7.md
- 12. Physical Storage: CS/DB/Chapter_12.md
- CO:
- 1 Interface: CS\CO\1_Interface.md
- 2 Instruction: CS\CO\2_Instruction.md
- 4 Processor: CS\CO\4_Processor.md
- 1 Interface: CS/CO/1_Interface.md
- 2 Instruction: CS/CO/2_Instruction.md
- 4 Processor: CS/CO/4_Processor.md
- DIP:
- 期末复习: CS/DIP/DIP_Review.md
- 【短学期】大数据可视化: CS/大数据可视化.md
Expand Down

0 comments on commit 246a6b7

Please sign in to comment.