auto commit

This commit is contained in:
CyC2018 2018-06-12 17:26:19 +08:00
parent ddf3770d66
commit d7d882daa9
2 changed files with 7 additions and 6 deletions

View File

@ -7,7 +7,7 @@
> [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md)
目录根据原书第二版进行编排Java 实现
目录根据原书第二版进行编排。
> [Leetcode 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Leetcode%20题解.md)
@ -31,7 +31,7 @@
> [计算机网络](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机网络.md)
参考谢希仁的计算机网络、计算机网络-自顶向下方法、TCP/IP 详解。
参考谢希仁的计算机网络、计算机网络自顶向下方法、TCP/IP 详解。
> [HTTP](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/HTTP.md)
@ -119,7 +119,7 @@ Leetcode 上数据库题目的解题记录。
> [重构](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/重构.md)
参考重构-改善既有代码的设计。
参考重构改善既有代码的设计。
> [代码可读性](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/代码可读性.md)

View File

@ -444,7 +444,9 @@ SELECT c FROM t WHERE c BETWEEN 10 and 20 FOR UPDATE;
## 范式
范式理论是为了解决以上提到四种异常。高级别范式的依赖于低级别的范式。
范式理论是为了解决以上提到四种异常。
高级别范式的依赖于低级别的范式1NF 是最低级别的范式。
<div align="center"> <img src="../pics//c2d343f7-604c-4856-9a3c-c71d6f67fecc.png" width="300"/> </div><br>
@ -530,7 +532,7 @@ Sname, Sdept 和 Mname 都部分依赖于键码,当一个学生选修了多门
Entity-Relationship有三个组成部分实体、属性、联系。
用来进行数据库系统的概念设计。
用来进行关系型数据库系统的概念设计。
## 实体的三种联系
@ -562,7 +564,6 @@ Entity-Relationship有三个组成部分实体、属性、联系。
<div align="center"> <img src="../pics//7ec9d619-fa60-4a2b-95aa-bf1a62aad408.jpg"/> </div><br>
# 参考资料
- 史嘉权. 数据库系统概论[M]. 清华大学出版社有限公司, 2006.