File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1717 <img src="https://img.shields.io/github/forks/Snailclimb/JavaGuide" alt="forks" />
1818 <img src="https://img.shields.io/github/issues/Snailclimb/JavaGuide" alt="issues" />
1919 </p>
20+ <p>
21+ <a href="https://github.com/Snailclimb/JavaGuide">Github</a> |
22+ <a href="https://gitee.com/SnailClimb/JavaGuide">Gitee</a>
23+ </p>
2024</div >
2125
2226> 1 . ** 面试专版** :准备面试的小伙伴可以考虑面试专版:[ 《Java 面试进阶指北 》] ( https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7 ) (质量很高,专为面试打造,配合 JavaGuide 食用)。
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { defineNavbarConfig } from "vuepress-theme-hope";
33export const navbarConfig = defineNavbarConfig ( [
44 { text : "面试指南" , icon : "java" , link : "/home.md" } ,
55 { text : "优质专栏" , icon : "recommend" , link : "/zhuanlan/" } ,
6- { text : "开源项目精选 " , icon : "github" , link : "/open-source-project/" } ,
6+ { text : "项目精选 " , icon : "github" , link : "/open-source-project/" } ,
77
88 { text : "关于作者" , icon : "zuozhe" , link : "/about-the-author/" } ,
99 { text : "RSS订阅" , icon : "rss" , link : "https://javaguide.cn/feed.json" } ,
Original file line number Diff line number Diff line change @@ -320,6 +320,11 @@ export const sidebarConfig = defineSidebarConfig({
320320 collapsable : true ,
321321 children : [ "docker-intro" , "docker-in-action" ] ,
322322 } ,
323+ {
324+ text : "IDEA" ,
325+ icon :"intellijidea" ,
326+ link : "https://gitee.com/SnailClimb/awesome-idea-tutorial" ,
327+ } ,
323328 ] ,
324329 } ,
325330 {
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ actions:
2222## 推荐阅读
2323
2424- [ Java学习路线] ( https://zhuanlan.zhihu.com/p/379041500 ) : 一份涵盖 Java 后端开发必备技能的学习路线!全面且清晰!
25- - [ Java开源项目精选] ( https://gitee.com/SnailClimb/awesome-java ) :收集整理了 Gitee/Github 上非常棒的 Java 开源项目集合。Java 开发必备!
26- - [ Java技术文章精选集 ] ( /high-quality-technical-articles/ ) : 精选一些和 Java 相关的优质技术文章,每一篇都值得你阅读 3 遍以上!
25+ - [ Java开源项目精选] ( ./open-source-project/readme.md ) :收集整理了 Gitee/Github 上非常棒的 Java 开源项目集合。Java 开发必备!
26+ - [ Java技术文章精选 ] ( /high-quality-technical-articles/ ) : 精选一些和 Java 相关的优质技术文章,每一篇都值得你阅读 3 遍以上!
2727- [ Java书单精选] ( https://gitee.com/SnailClimb/awesome-cs ) : Java 后端开发值得一读的一些书籍。
2828
2929## PDF
You can’t perform that action at this time.
0 commit comments