Skip to content

Commit 945c024

Browse files
committed
docs(se): 添加文章头
- 添加文章头
1 parent 187bacd commit 945c024

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

src/md/java/se/2022-12-03-oop-advance.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ date: 2022-12-03
77
order: 51
88
---
99

10+
作者:村雨遥
11+
12+
博客:[JavaPark](https://cunyu1943.github.io/JavaPark)
13+
14+
> 吾生也有涯,而知也无涯。
15+
1016
## 前言
1117

1218
学习了面向对象的一些知识点后,在看别人的代码中经常会看到 `static``final` 两个关键字,那你知道它俩都是做什么用的么,使用的时候需要注意啥呢?

src/md/java/se/2022-12-11-abstract.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ date: 2022-12-11
77
order: 52
88
---
99

10+
作者:村雨遥
11+
12+
博客:[JavaPark](https://cunyu1943.github.io/JavaPark)
13+
14+
15+
> 吾生也有涯,而知也无涯。
16+
1017
## 抽象方法
1118

1219
### 定义

0 commit comments

Comments
 (0)