Skip to content

Commit 839aacf

Browse files
committed
[docs add]Java 魔法类 Unsafe 详解
1 parent 840103c commit 839aacf

File tree

4 files changed

+685
-1
lines changed

4 files changed

+685
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
* [反射机制详解](docs/java/basis/reflection.md)
5858
* [Java 代理模式详解](docs/java/basis/proxy.md)
5959
* [BigDecimal 详解](docs/java/basis/bigdecimal.md)
60+
* [Java 魔法类 Unsafe 详解](docs/java/basis/unsafe.md)
6061

6162
### 集合
6263

docs/.vuepress/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const sidebarConfig = defineSidebarConfig({
5555
"reflection",
5656
"proxy",
5757
"bigdecimal",
58+
"unsafe",
5859
],
5960
},
6061
],

docs/java/basis/generics-and-wildcards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 泛型&序列化详解
2+
title: 泛型&通配符详解
33
category: Java
44
tag:
55
- Java基础

0 commit comments

Comments
 (0)