Skip to content

Commit 9dd6f54

Browse files
authored
Merge branch 'Snailclimb:master' into flameking_work-A
2 parents a66506d + 06f726f commit 9dd6f54

18 files changed

+45
-26
lines changed

docs/.vuepress/config.js

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,27 @@ module.exports = config({
2929
repo: "https://github.com/Snailclimb/JavaGuide",
3030
nav: [
3131
{ text: "Java面试指南", icon: "java", link: "/", },
32+
{ text: "Java面试指北", icon: "java", link: "https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7?#%20%E3%80%8A%E3%80%8AJava%E9%9D%A2%E8%AF%95%E8%BF%9B%E9%98%B6%E6%8C%87%E5%8C%97%20%20%E6%89%93%E9%80%A0%E4%B8%AA%E4%BA%BA%E7%9A%84%E6%8A%80%E6%9C%AF%E7%AB%9E%E4%BA%89%E5%8A%9B%E3%80%8B%E3%80%8B", },
3233
{
33-
text: "Java精选", icon: "file",
34+
text: "Java精选", icon: "file", icon: "java",
3435
items: [
3536
{ text: "Java书单精选", icon: "book", link: "https://gitee.com/SnailClimb/awesome-cs" },
3637
{ text: "Java学习路线", icon: "luxianchaxun", link: "https://zhuanlan.zhihu.com/p/379041500" },
37-
{ text: "Java开源项目精选", icon: "luxianchaxun", link: "https://gitee.com/SnailClimb/awesome-java" }
38+
{ text: "Java开源项目精选", icon: "git", link: "https://gitee.com/SnailClimb/awesome-java" }
3839
],
3940
},
4041
{ text: "IDEA指南", icon: "intellijidea", link: "/idea-tutorial/", },
4142
{ text: "开发工具", icon: "Tools", link: "/tools/", },
4243
{
43-
text: "PDF资源", icon: "file",
44+
text: "PDF资源", icon: "pdf",
4445
items: [
4546
{ text: "JavaGuide面试突击版", link: "https://t.1yb.co/Fy1e", },
4647
{ text: "消息队列常见知识点&面试题总结", link: "https://t.1yb.co/Fy0u", },
4748
{ text: "图解计算机基础!", link: "https://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==&mid=100021725&idx=1&sn=2db9664ca25363139a81691043e9fd8f&chksm=4ea19a1679d61300d8990f7e43bfc7f476577a81b712cf0f9c6f6552a8b219bc081efddb5c54#rd" }
4849
],
4950
},
5051
{
51-
text: "关于作者", link: "/about-the-author/"
52+
text: "关于作者", icon: "zuozhe", link: "/about-the-author/"
5253
},
5354
],
5455
sidebar: {
@@ -73,7 +74,7 @@ module.exports = config({
7374
},
7475
{
7576
title: "Docker",
76-
icon: "git",
77+
icon: "docker1",
7778
prefix: "docker/",
7879
collapsable: false,
7980
children: ["docker", "docker从入门到实战"]
@@ -100,7 +101,7 @@ module.exports = config({
100101
children: [
101102
"shortcut-key", "idea-themes", "improve-code", "interface-beautification",
102103
"camel-case", "code-glance", "code-statistic",
103-
"git-commit-template", "gson-format", "dea-features-trainer", "jclasslib",
104+
"git-commit-template", "gson-format", "idea-features-trainer", "jclasslib",
104105
"maven-helper", "rest-devlop", "save-actions", "sequence-diagram", "translation",
105106
"others"
106107
]
@@ -122,7 +123,7 @@ module.exports = config({
122123
{
123124
title: "容器", prefix: "collection/",
124125
children: [
125-
"java集合框架基础知识&面试题总结", "java集合使用注意事项总结",
126+
"java集合框架基础知识&面试题总结", "java集合使用注意事项",
126127
{
127128
title: "源码分析",
128129
children: ["arraylist-source-code", "hashmap-source-code", "concurrent-hash-map-source-code"],
@@ -141,15 +142,15 @@ module.exports = config({
141142
},
142143
{
143144
title: "JVM", prefix: "jvm/",
144-
children: ["内存区域", "jvm垃圾回收", "类文件结构", "类加载过程", "类加载器", "jvm参数指南", "[加餐]大白话带你认识jvm"],
145+
children: ["memory-area", "jvm-garbage-collection", "class-file-structure", "class-loading-process", "classloader", "jvm-parameters-intro", "jvm-intro", "jdk-monitoring-and-troubleshooting-tools"],
145146
},
146147
{
147148
title: "新特性", prefix: "new-features/",
148-
children: ["java8-common-new-features", "java8新特性总结", "java新特性总结"],
149+
children: ["java8-common-new-features", "java8-tutorial-translate", "java新特性总结"],
149150
},
150151
{
151152
title: "小技巧", prefix: "tips/",
152-
children: ["locate-performance-problems/手把手教你定位常见Java性能问题", "jad反编译tricks"],
153+
children: ["locate-performance-problems/手把手教你定位常见Java性能问题", "jad"],
153154
},
154155
],
155156
},
@@ -165,7 +166,7 @@ module.exports = config({
165166
{
166167
title: "操作系统", prefix: "operating-system/", icon: "caozuoxitong",
167168
children: [
168-
"basis", "linux", "shell"
169+
"操作系统常见面试题&知识点总结", "linux-intro", "shell-intro"
169170
],
170171
},
171172
{
@@ -201,7 +202,7 @@ module.exports = config({
201202
},
202203
{
203204
title: "Redis", prefix: "redis/",
204-
children: ["redis-all", "3-commonly-used-cache-read-and-write-strategies"],
205+
children: ["redis知识点&面试题总结", "3-commonly-used-cache-read-and-write-strategies"],
205206
},
206207
],
207208
},

docs/.vuepress/styles/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// import icon
2-
@import '//at.alicdn.com/t/font_2922463_q3a7d03y4sd.css'
2+
@import '//at.alicdn.com/t/font_2922463_74fu8o5xg3.css'
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ tag:
55
- Redis
66
---
77

8-
98
### 简单介绍一下 Redis 呗!
109

1110
简单来说 **Redis 就是一个使用 C 语言开发的数据库**,不过与传统数据库不同的是 **Redis 的数据是存在内存中的** ,也就是它是内存数据库,所以读写速度非常快,因此 Redis 被广泛应用于缓存方向。
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)