Skip to content

Commit fa68f61

Browse files
committed
[docs refractor&add]规范文件名&添加泛型知识点
1 parent 58cf4d4 commit fa68f61

File tree

8 files changed

+18
-5
lines changed

8 files changed

+18
-5
lines changed

docs/.vuepress/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ module.exports = config({
171171
{
172172
title: "重要知识点",
173173
children: [
174-
"why-there-only-value-passing-in-java", "反射机制详解", "代理模式详解", "io模型详解",
175-
"bigdecimal"
174+
"why-there-only-value-passing-in-java", "reflection", "proxy", "io",
175+
"bigdecimal", "generics"
176176
],
177177
},],
178178
},

docs/distributed-system/distributed-transaction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
这部分内容为我的星球专属,已经整理到了[《Java面试进阶指北 打造个人的技术竞争力》](https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7?# )中。
44

5-
欢迎加入我的星球,[一个纯 Java 面试交流圈子 !Ready!](https://sourl.cn/v9dbdC) (点击链接了解星球详细信息,还有专属优惠款可以领取)。
5+
欢迎加入我的星球,[一个纯 Java 面试交流圈子 !Ready!](https://sourl.cn/v9dbdC) (点击链接了解星球详细信息,文末还有专属优惠券可以领取)。
66

77
![](https://img-blog.csdnimg.cn/57cedfa4d3d1425a8e4c6a6807d8f732.png)

docs/java/basis/generics.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: 泛型连环炮
3+
category: Java
4+
tag:
5+
- Java基础
6+
---
7+
8+
这部分内容为我的星球专属,已经整理到了[《Java面试进阶指北 打造个人的技术竞争力》](https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7?# )中。
9+
10+
欢迎加入我的星球,[一个纯 Java 面试交流圈子 !Ready!](https://sourl.cn/v9dbdC) (点击链接了解星球详细信息,文末还有专属优惠券可以领取)。
11+
12+
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/image-20220124104739230.png)
13+
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/system-design/framework/netty.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
这部分内容为我的星球专属,已经整理到了[《Java面试进阶指北 打造个人的技术竞争力》](https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7?# )中。
44

5-
欢迎加入我的星球,[一个纯 Java 面试交流圈子 !Ready!](https://sourl.cn/v9dbdC) (点击链接了解星球详细信息,还有专属优惠款可以领取)。
5+
欢迎加入我的星球,[一个纯 Java 面试交流圈子 !Ready!](https://sourl.cn/v9dbdC) (点击链接了解星球详细信息,文末还有专属优惠券可以领取)。
66

77
![](https://img-blog.csdnimg.cn/edc9fdecdfa644e98784a379f46c7a8b.png)

docs/tools/git/github-tips.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Github 前段时间推出的 Codespaces 可以提供类似 VS Code 的在线 IDE
117117

118118
不过,目前 Github 已经自动为 Markdown 文件生成了目录,只是需要通过点击的方式才能显示出来。
119119

120-
![image-20211227093215005](/Users/guide/Library/Application Support/typora-user-images/image-20211227093215005.png)
120+
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/cosy/image-20211227093215005.png)
121121

122122
## 善用 Github Explore
123123

0 commit comments

Comments
 (0)