Skip to content

Commit 745d02d

Browse files
committed
Update Java Notes
1 parent 0e5d6eb commit 745d02d

5 files changed

Lines changed: 3810 additions & 2392 deletions

File tree

DB.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
- 数据
3030

31-
- 想要持久化存储的数据
31+
- 想要永久化存储的数据
3232

3333
![](https://gitee.com/seazean/images/raw/master/DB/数据库、数据表、数据之间的关系.png)
3434

@@ -3650,7 +3650,6 @@ public class JDBCDemo01 {
36503650
close(con,stat,null);
36513651
}
36523652
}
3653-
```
36543653
```
36553654

36563655

@@ -3676,7 +3675,7 @@ public class JDBCDemo01 {
36763675
private Integer age;
36773676
private Date birthday;
36783677
........
3679-
```
3678+
```
36803679

36813680
- 数据准备
36823681

0 commit comments

Comments
 (0)