We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5d6eb commit 745d02dCopy full SHA for 745d02d
5 files changed
DB.md
@@ -28,7 +28,7 @@
28
29
- 数据
30
31
- - 想要持久化存储的数据
+ - 想要永久化存储的数据
32
33

34
@@ -3650,7 +3650,6 @@ public class JDBCDemo01 {
3650
close(con,stat,null);
3651
}
3652
3653
- ```
3654
```
3655
3656
@@ -3676,7 +3675,7 @@ public class JDBCDemo01 {
3676
3675
private Integer age;
3677
private Date birthday;
3678
........
3679
-```
+ ```
3680
3681
- 数据准备
3682
0 commit comments