diff --git a/README.md b/README.md index 4d775657..56358ba1 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ - [项目介绍](./docs/javaguide/intro.md) - [贡献指南](./docs/javaguide/contribution-guideline.md) - [常见问题](./docs/javaguide/faq.md) -- [项目待办](./docs/javaguide/todo.md) ## Java diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index f5c9a4cb..aa0054b7 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -4,7 +4,7 @@ export default navbar([ { text: "面试指南", icon: "java", link: "/home.md" }, { text: "知识星球", - icon: "code", + icon: "planet", link: "/about-the-author/zhishixingqiu-two-years.md", }, { text: "开源项目", icon: "github", link: "/open-source-project/" }, @@ -23,12 +23,7 @@ export default navbar([ text: "更新历史", icon: "history", link: "/timeline/", - }, - { - text: "旧版入口(不推荐)", - icon: "java", - link: "https://snailclimb.gitee.io/javaguide/#/", - }, + } ], }, ]); diff --git a/docs/.vuepress/sidebar/about-the-author.ts b/docs/.vuepress/sidebar/about-the-author.ts index 84e84d15..4ed42a23 100644 --- a/docs/.vuepress/sidebar/about-the-author.ts +++ b/docs/.vuepress/sidebar/about-the-author.ts @@ -3,7 +3,7 @@ import { arraySidebar } from "vuepress-theme-hope"; export const aboutTheAuthor = arraySidebar([ { text: "个人经历", - icon: "zuozhe", + icon: "experience", collapsible: false, children: [ "internet-addiction-teenager", diff --git a/docs/.vuepress/sidebar/index.ts b/docs/.vuepress/sidebar/index.ts index e3f12bba..f9fb4f7c 100644 --- a/docs/.vuepress/sidebar/index.ts +++ b/docs/.vuepress/sidebar/index.ts @@ -11,7 +11,6 @@ export default sidebar({ "/books/": books, "/about-the-author/": aboutTheAuthor, "/high-quality-technical-articles/": highQualityTechnicalArticles, - "/javaguide/": ["intro", "history", "contribution-guideline", "faq", "todo"], "/zhuanlan/": [ "java-mian-shi-zhi-bei", "handwritten-rpc-framework", @@ -19,6 +18,17 @@ export default sidebar({ ], // 必须放在最后面 "/": [ + { + text: "必看", + icon: "star", + collapsible: true, + prefix: "javaguide/", + children: [ + "intro", + "contribution-guideline", + "faq", + ], + }, { text: "面试准备", icon: "interview", @@ -364,7 +374,7 @@ export default sidebar({ { text: "常用框架", prefix: "system-design/framework/", - icon: "framework", + icon: "component", collapsible: true, children: [ { @@ -393,7 +403,7 @@ export default sidebar({ }, { text: "系统设计", - icon: "xitongsheji", + icon: "design", prefix: "system-design/", collapsible: true, children: [ @@ -443,6 +453,7 @@ export default sidebar({ text: "理论&算法&协议", icon: "suanfaku", prefix: "protocol/", + collapsible: true, children: [ "cap-and-base-theorem", "paxos-algorithm", @@ -450,13 +461,8 @@ export default sidebar({ "gossip-protocl", ], }, - "api-gateway", - "distributed-id", - "distributed-lock", - "distributed-transaction", - "distributed-configuration-center", { - text: "RPC(远程调用)详解", + text: "RPC详解", prefix: "rpc/", icon: "network", collapsible: true, @@ -473,6 +479,11 @@ export default sidebar({ "zookeeper/zookeeper-in-action", ], }, + "api-gateway", + "distributed-id", + "distributed-lock", + "distributed-transaction", + "distributed-configuration-center", ], }, { diff --git a/docs/.vuepress/sidebar/open-source-project.ts b/docs/.vuepress/sidebar/open-source-project.ts index 87b52efb..6d4b71bb 100644 --- a/docs/.vuepress/sidebar/open-source-project.ts +++ b/docs/.vuepress/sidebar/open-source-project.ts @@ -14,7 +14,7 @@ export const openSourceProject = arraySidebar([ { text: "系统设计", link: "system-design", - icon: "xitongsheji", + icon: "design", }, { text: "工具类库", diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 65abf87a..195dd214 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -10,7 +10,7 @@ export default hopeTheme({ logo: "/logo.png", hostname: "https://javaguide.cn/", - iconAssets: "//at.alicdn.com/t/c/font_2922463_9aayheyb3v7.css", + iconAssets: "//at.alicdn.com/t/c/font_2922463_kweia6fbo9.css", author: { name: "Guide", diff --git a/docs/about-the-author/zhishixingqiu-two-years.md b/docs/about-the-author/zhishixingqiu-two-years.md index 0f6500f9..46f0e8b8 100644 --- a/docs/about-the-author/zhishixingqiu-two-years.md +++ b/docs/about-the-author/zhishixingqiu-two-years.md @@ -127,7 +127,7 @@ star: 2 ![知识星球](https://oss.javaguide.cn/xingqiu/image-20220311203414600.png) -**方式二(推荐)** :添加我的个人微信(**guidege666**)领取一个 **30** 元的星球专属优惠券(一定要备注“优惠卷”)。 +**方式二(推荐)** :添加我的个人微信(**javaguide1024**)领取一个 **30** 元的星球专属优惠券(一定要备注“优惠卷”)。 **一定要备注“优惠卷”**,不然通过不了。 diff --git a/docs/cs-basics/network/other-network-questions2.md b/docs/cs-basics/network/other-network-questions2.md index 23dfc62b..aa828d08 100644 --- a/docs/cs-basics/network/other-network-questions2.md +++ b/docs/cs-basics/network/other-network-questions2.md @@ -137,6 +137,8 @@ NAT 不光可以缓解 IPv4 地址资源短缺的问题,还可以隐藏内部 ![NAT 实现 IP地址转换](https://oss.javaguide.cn/github/javaguide/cs-basics/network/network-address-translation.png) +相关阅读:[NAT 协议详解(网络层)](./nat.md)。 + ## ARP ### 什么是 Mac 地址? diff --git a/docs/high-performance/cdn.md b/docs/high-performance/cdn.md index fbb25de1..882be79e 100644 --- a/docs/high-performance/cdn.md +++ b/docs/high-performance/cdn.md @@ -1,7 +1,7 @@ --- title: CDN(内容分发网络)详解 category: 高性能 -icon: "cdn" +icon: cdn head: - - meta - name: keywords diff --git a/docs/high-performance/load-balancing.md b/docs/high-performance/load-balancing.md index 4e2a9374..ffc5a90c 100644 --- a/docs/high-performance/load-balancing.md +++ b/docs/high-performance/load-balancing.md @@ -1,7 +1,7 @@ --- title: 负载均衡详解 category: 高性能 -icon: "fuzaijunheng" +icon: fuzaijunheng head: - - meta - name: keywords diff --git a/docs/high-performance/read-and-write-separation-and-library-subtable.md b/docs/high-performance/read-and-write-separation-and-library-subtable.md index ab2ce183..2e9d1f52 100644 --- a/docs/high-performance/read-and-write-separation-and-library-subtable.md +++ b/docs/high-performance/read-and-write-separation-and-library-subtable.md @@ -1,7 +1,7 @@ --- title: 读写分离和分库分表详解 category: 高性能 -icon: "mysql" +icon: mysql head: - - meta - name: keywords diff --git a/docs/high-performance/sql-optimization.md b/docs/high-performance/sql-optimization.md index ad39c4d2..96fdf0e0 100644 --- a/docs/high-performance/sql-optimization.md +++ b/docs/high-performance/sql-optimization.md @@ -1,7 +1,7 @@ --- -title: 常见 SQL 优化手段总结(付费) +title: 常见SQL优化手段总结(付费) category: 高性能 -icon: "mysql" +icon: SQL head: - - meta - name: keywords diff --git a/docs/home.md b/docs/home.md index cdf03d3c..6381b62a 100644 --- a/docs/home.md +++ b/docs/home.md @@ -6,7 +6,7 @@ title: JavaGuide(Java学习&&面试指南) ::: tip 友情提示 - **面试专版** :准备 Java 面试的小伙伴可以考虑面试专版:**[《Java 面试指北 》](./zhuanlan/java-mian-shi-zhi-bei.md)** (质量很高,专为面试打造,配合 JavaGuide 食用)。 -- **知识星球** :专属面试小册/一对一交流/简历修改/专属求职指南,欢迎加入 **[JavaGuide 知识星球](./about-the-author/zhishixingqiu-two-years.md)**(点击链接即可查看星球的详细介绍,一定一定一定确定自己真的需要再加入,一定一定要看完详细介绍之后再加我)。 +- **知识星球** :专属面试小册/一对一交流/简历修改/专属求职指南,欢迎加入 **[JavaGuide 知识星球](./about-the-author/zhishixingqiu-two-years.md)**(点击链接即可查看星球的详细介绍,一定确定自己真的需要再加入)。 - **转载须知** :以下所有文章如非文首说明为转载皆为 JavaGuide 原创,转载在文首注明出处,如发现恶意抄袭/搬运,会动用法律武器维护自己的权益。让我们一起维护一个良好的技术创作环境! ::: @@ -26,13 +26,6 @@ title: JavaGuide(Java学习&&面试指南) [![Banner](https://oss.javaguide.cn/xingqiu/xingqiu.png)](https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html) -## 项目相关 - -- [项目介绍](./javaguide/intro.md) -- [贡献指南](./javaguide/contribution-guideline.md) -- [常见问题](./javaguide/faq.md) -- [项目代办](./javaguide/todo.md) - ## Java ### 基础 @@ -147,7 +140,7 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8](https://docs.oracle. - [TCP 三次握手和四次挥手(传输层)](./cs-basics/network/tcp-connection-and-disconnection.md) - [TCP 传输可靠性保障(传输层)](./cs-basics/network/tcp-reliability-guarantee.md) - [ARP 协议详解(网络层)](./cs-basics/network/arp.md) -- [NAT 协议详解(网络层)](./docs/cs-basics/network/nat.md) +- [NAT 协议详解(网络层)](./cs-basics/network/nat.md) - [网络攻击常见手段总结(安全)](./cs-basics/network/network-attack-means.md) ### 数据结构 diff --git a/docs/interview-preparation/interview-experience.md b/docs/interview-preparation/interview-experience.md index 1954a69b..999c7608 100644 --- a/docs/interview-preparation/interview-experience.md +++ b/docs/interview-preparation/interview-experience.md @@ -1,6 +1,7 @@ --- title: 优质面经汇总(付费) category: 知识星球 +icon: experience --- 古人云:“**他山之石,可以攻玉**” 。善于学习借鉴别人的面试的成功经验或者失败的教训,可以让自己少走许多弯路。 diff --git a/docs/interview-preparation/key-points-of-interview.md b/docs/interview-preparation/key-points-of-interview.md index 7d9fe50f..226d9c30 100644 --- a/docs/interview-preparation/key-points-of-interview.md +++ b/docs/interview-preparation/key-points-of-interview.md @@ -1,6 +1,7 @@ --- -title: Java面试重点总结 +title: Java面试重点总结(重要) category: 面试准备 +icon: star --- ::: tip 友情提示 diff --git a/docs/interview-preparation/project-experience-guide.md b/docs/interview-preparation/project-experience-guide.md index f7693ced..58606158 100644 --- a/docs/interview-preparation/project-experience-guide.md +++ b/docs/interview-preparation/project-experience-guide.md @@ -1,6 +1,7 @@ --- title: 项目经验指南 category: 面试准备 +icon: project --- ::: tip 友情提示 diff --git a/docs/interview-preparation/resume-guide.md b/docs/interview-preparation/resume-guide.md index d4a9a399..647e9b9f 100644 --- a/docs/interview-preparation/resume-guide.md +++ b/docs/interview-preparation/resume-guide.md @@ -1,6 +1,7 @@ --- -title: 程序员简历编写指南 +title: 程序员简历编写指南(重要) category: 面试准备 +icon: jianli --- ::: tip 友情提示 diff --git a/docs/interview-preparation/self-test-of-common-interview-questions.md b/docs/interview-preparation/self-test-of-common-interview-questions.md index d658ccf4..85b0e236 100644 --- a/docs/interview-preparation/self-test-of-common-interview-questions.md +++ b/docs/interview-preparation/self-test-of-common-interview-questions.md @@ -1,6 +1,7 @@ --- title: 常见面试题自测(付费) category: 知识星球 +icon: security-fill --- 面试之前,强烈建议大家多拿常见的面试题来进行自测,检查一下自己的掌握情况,这是一种非常实用的备战技术面试的小技巧。 diff --git a/docs/interview-preparation/teach-you-how-to-prepare-for-the-interview-hand-in-hand.md b/docs/interview-preparation/teach-you-how-to-prepare-for-the-interview-hand-in-hand.md index af33bac8..3fd06b50 100644 --- a/docs/interview-preparation/teach-you-how-to-prepare-for-the-interview-hand-in-hand.md +++ b/docs/interview-preparation/teach-you-how-to-prepare-for-the-interview-hand-in-hand.md @@ -1,6 +1,7 @@ --- -title: 手把手教你如何准备Java面试 +title: 手把手教你如何准备Java面试(重要) category: 知识星球 +icon: path --- ::: tip 友情提示 diff --git a/docs/javaguide/contribution-guideline.md b/docs/javaguide/contribution-guideline.md index e4e1ab74..233e47f6 100644 --- a/docs/javaguide/contribution-guideline.md +++ b/docs/javaguide/contribution-guideline.md @@ -1,6 +1,7 @@ --- title: 贡献指南 category: 走近项目 +icon: guide --- 欢迎参与 JavaGuide 的维护工作,这是一件非常有意义的事情。详细信息请看:[JavaGuide 贡献指南](https://zhuanlan.zhihu.com/p/464832264) 。 diff --git a/docs/javaguide/faq.md b/docs/javaguide/faq.md index ed437678..cf529ca2 100644 --- a/docs/javaguide/faq.md +++ b/docs/javaguide/faq.md @@ -1,8 +1,13 @@ --- title: 常见问题 category: 走近项目 +icon: help --- +## JavaGuide 是否支持 RSS? + +必须支持!推荐 RSS 订阅本网站获取最新更新。 + ## JavaGuide 有没有 PDF 版本? 由于 JavaGuide 内容在持续完善,所以并没有一个完全与之同步的 PDF 版本提供。如果你想要 PDF 版本的话,可以考虑 **《JavaGuide 面试突击版》** ,这是对 JavaGuide 内容的浓缩总结。 @@ -34,7 +39,7 @@ JavaGuide 这个项目诞生一年左右就有出版社的老师联系我了, - JavaGuide 的很多内容我还不是很满意,也一直在维护中,细心的小伙伴看我的提交记录就明白了。 - 开源版本更容易维护和修改,也能让更多人更方便地参与到项目的建设中,这也是我最初做这个项目的初衷。 - 我觉得出书是一件神圣的事情,自认能力还不够。 -- 个人精力有限,不光有本职工作,还弄了一个[知识星球](http://localhost:8080/about-the-author/zhishixingqiu-two-years.html)赚点外快,还要维护完善 JavaGuide。 +- 个人精力有限,不光有本职工作,还弄了一个[知识星球](https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html)赚点外快,还要维护完善 JavaGuide。 - ...... 这几年一直在默默完善,真心希望 JavaGuide 越来越好,帮助到更多朋友!也欢迎大家参与进来! diff --git a/docs/javaguide/intro.md b/docs/javaguide/intro.md index 0676a632..836349a8 100644 --- a/docs/javaguide/intro.md +++ b/docs/javaguide/intro.md @@ -1,9 +1,10 @@ --- title: 项目介绍 category: 走近项目 +icon: about --- -在大三准备面试的时候,我开源了 JavaGuide 。我把自己准备面试过程中的一些总结都毫不保留地通过 JavaGuide 分享了出来。 +我是 19 年大学毕业的,在大三准备面试的时候,我开源了 JavaGuide 。我把自己准备面试过程中的一些总结都毫不保留地通过 JavaGuide 分享了出来。 开源 JavaGuide 初始想法源于自己的个人那一段比较迷茫的学习经历。主要目的是为了通过这个开源平台来帮助一些在学习 Java 或者面试过程中遇到问题的小伙伴。 @@ -12,7 +13,23 @@ category: 走近项目 相比于其他通过 JavaGuide 学到东西或者说助力获得 offer 的朋友来说 , JavaGuide 对我的意义更加重大。不夸张的说,有时候真的感觉像是自己的孩子一点一点长大一样,我一直用心呵护着它。虽然,我花了很长时间来维护它,但是,我觉得非常值得!非常有意义! -希望大家对面试不要抱有侥幸的心理,打铁还需自身硬! 我希望这个文档是为你学习 Java 指明方向,而不是用来应付面试用的。加油!奥利给! +希望大家对面试不要抱有侥幸的心理,打铁还需自身硬! 我希望这个文档是为你学习 Java 指明方向,而不仅仅是用来应付面试用的。 + +另外,JavaGuide 不可能把面试中的所有内容都给涵盖住,尤其是阿里、美团这种挖的比较深入的面试。你可以根据你的目标公司进行针对性的深入学习,多看一些目标公司的面经进行查漏补缺,没事就自测一下,多多思考总结。 + +加油!奥利给! + +## 学习建议 + +JavaGuide 整体目录规划已经非常清晰了,你可以从头开始学习,也可以根据自身情况来选择性地学习。 + +## 知识星球 + +对于准备面试的同学来说,强烈推荐我创建的一个纯粹的[Java 面试知识星球](../about-the-author/zhishixingqiu-two-years.md),干货非常多,学习氛围也很不错! + +下面是星球提供的部分服务(点击下方图片即可获取知识星球的详细介绍): + +[![星球服务](https://oss.javaguide.cn/xingqiu/xingqiufuwu.png)](../about-the-author/zhishixingqiu-two-years.md) ## 项目说明 @@ -23,5 +40,3 @@ category: 走近项目 ## 贡献者 [你可以点此链接查看 JavaGuide 的所有贡献者。](https://github.com/Snailclimb/JavaGuide/graphs/contributors) 感谢你们让 JavaGuide 变得更好!如果你们来到武汉一定要找我,我请你们吃饭玩耍。 - -欢迎参与 [JavaGuide 的维护工作](https://zhuanlan.zhihu.com/p/464832264),这是一件非常有意义的事情。 diff --git a/docs/javaguide/todo.md b/docs/javaguide/todo.md deleted file mode 100644 index 63e33cce..00000000 --- a/docs/javaguide/todo.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: 项目待办 -category: 走近项目 ---- - -- [x] 数据结构内容完善 -- [x] Java 基础内容完善 -- [x] 大篇幅文章拆分 -- [ ] JVM 内容更新完善 -- [ ] 计算机网络知识点完善 -- [ ] 分布式常见理论和算法总结完善 - -欢迎参与 JavaGuide 的维护工作,这是一件非常有意义的事情。详细信息请看:[JavaGuide 贡献指南](./contribution-guideline.md) 。 diff --git a/docs/open-source-project/readme.md b/docs/open-source-project/readme.md index 4be88f20..8af7db3c 100644 --- a/docs/open-source-project/readme.md +++ b/docs/open-source-project/readme.md @@ -16,7 +16,7 @@ category: 开源项目 另外,我的公众号还会定期分享优质开源项目,每月一期,每一期我都会精选 5 个高质量的 Java 开源项目。 -目前已经更新到了第 16 期: +目前已经更新到了第 19 期: 1. [一款基于 Spring Boot + Vue 的一站式开源持续测试平台](http://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==&mid=2247515383&idx=1&sn=ba7244020c05d966b483d8c302d54e85&chksm=cea1f33cf9d67a2a111bcf6cadc3cc1c44828ba2302cd3e13bbd88349e43d4254808e6434133&scene=21#wechat_redirect)。 2. [用 Java 写个沙盒塔防游戏!已上架 Steam,Apple Store](https://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==&mid=2247515981&idx=1&sn=e4b9c06af65f739bdcdf76bdc35d59f6&chksm=cea1f086f9d679908bd6604b1c42d67580160d9789951f3707ad2f5de4d97aa72121d8fe777e&token=435278690&lang=zh_CN&scene=21#wechat_redirect) @@ -35,6 +35,8 @@ category: 开源项目 15. [31.2k!这是我见过最强的后台管理系统 !!](https://mp.weixin.qq.com/s/esaivn2z_66CcrRJlDYLEA) 16. [14.3k star,这是我见过最强的第三方登录工具库!!](https://mp.weixin.qq.com/s/6-TnCHUMEIFWQVl-pIWBOA) 17. [3.2k!这是我见过最强的消息推送平台!!](https://mp.weixin.qq.com/s/heag76H4UwZmr8oBY_2gcw) +18. [好家伙,又一本技术书籍开源了!!](https://mp.weixin.qq.com/s/w-JuBlcqCeAZR0xUFWzvHQ) +19. [开箱即用的 ChatGPT Java SDK!支持 GPT3.5、 GPT4 API](https://mp.weixin.qq.com/s/WhI2K1VF0h_57TEVGCwuCA) 推荐你在我的公众号“**JavaGuide**”回复“**开源**”在线阅读[「优质开源项目推荐」](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=Mzg2OTA0Njk0OA==&action=getalbum&album_id=1345382825083895808&scene=173&from_msgid=2247516459&from_itemidx=1&count=3&nolastread=1#wechat_redirect)系列。 diff --git a/docs/readme.md b/docs/readme.md index cbe82b5a..5e38f131 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -21,7 +21,6 @@ footer: |- ## 关于网站 - [项目介绍](./javaguide/intro.md) -- [网站历史](./javaguide/history.md) - [贡献指南](./javaguide/contribution-guideline.md) - [常见问题](./javaguide/faq.md) @@ -32,13 +31,13 @@ footer: |- - [我的知识星球快 3 岁了!](./about-the-author/zhishixingqiu-two-years.md) - [坚持写技术博客六年了](./about-the-author/writing-technology-blog-six-years.md) -## PDF +## 知识星球 -- [《JavaGuide 面试突击版》](https://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==&mid=100029614&idx=1&sn=62993c5cf10265cb7018db7f1ec67250&chksm=4ea1fb6579d67273499b7243641d4ef372decd08047bfbb6dfb5843ef81c7ccba209086cf345#rd) -- [《消息队列常见知识点&面试题总结》](https://t.1yb.co/Fy0u) -- [《Java 工程师进阶知识完全扫盲》](https://t.1yb.co/GXLF) -- [《分布式相关面试题汇总》](https://t.1yb.co/GXLF) -- [《图解计算机基础》](https://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==&mid=100021725&idx=1&sn=2db9664ca25363139a81691043e9fd8f&chksm=4ea19a1679d61300d8990f7e43bfc7f476577a81b712cf0f9c6f6552a8b219bc081efddb5c54#rd) +对于准备面试的同学来说,强烈推荐我创建的一个纯粹的[Java 面试知识星球](../about-the-author/zhishixingqiu-two-years.md),干货非常多,学习氛围也很不错! + +下面是星球提供的部分服务(点击下方图片即可获取知识星球的详细介绍): + +[![星球服务](https://oss.javaguide.cn/xingqiu/xingqiufuwu.png)](../about-the-author/zhishixingqiu-two-years.md) ## 公众号 diff --git a/docs/snippets/planet.snippet.md b/docs/snippets/planet.snippet.md index b859653b..2e03fd15 100644 --- a/docs/snippets/planet.snippet.md +++ b/docs/snippets/planet.snippet.md @@ -1,10 +1,10 @@ [《Java 面试指北》](https://javaguide.cn/zhuanlan/java-mian-shi-zhi-bei.html)(点击链接即可查看详细介绍)的部分内容展示如下,你可以将其看作是 [JavaGuide](https://javaguide.cn/#/) 的补充完善,两者可以配合使用。 -![](https://oss.javaguide.cn/xingqiu/image-20220304102536445.png) +![《Java 面试指北》内容概览](https://oss.javaguide.cn/xingqiu/image-20220304102536445.png) ## 星球介绍 -为了帮助更多同学准备 Java 面试以及学习 Java ,我创建了一个纯粹的[知识星球](https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html)。虽然收费只有培训班/训练营的百分之一,但是知识星球里的内容质量更高,提供的服务也更全面。 +为了帮助更多同学准备 Java 面试以及学习 Java ,我创建了一个纯粹的[ Java 面试知识星球](https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html)。虽然收费只有培训班/训练营的百分之一,但是知识星球里的内容质量更高,提供的服务也更全面,非常适合准备 Java 面试和学习 Java 的同学。 **欢迎准备 Java 面试以及学习 Java 的同学加入我的 [知识星球](https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html),干货非常多,学习氛围也很不错!收费虽然是白菜价,但星球里的内容或许比你参加上万的培训班质量还要高。** @@ -22,7 +22,7 @@ ![知识星球](https://oss.javaguide.cn/xingqiu/image-20220311203414600.png) -**方式二(推荐)** :添加我的个人微信(**guidege666**)领取一个 **30** 元的星球专属优惠券(一定要备注“优惠卷”)。 +**方式二(推荐)** :添加我的个人微信(**javaguide1024**)领取一个 **30** 元的星球专属优惠券(一定要备注“优惠卷”)。 **一定要备注“优惠卷”**,不然通过不了。 @@ -30,7 +30,7 @@ **无任何套路,无任何潜在收费项。用心做内容,不割韭菜!** -进入星球之后,记得查看[星球使用指南](https://t.zsxq.com/0d18KSarv)(一定要看!) 。 +进入星球之后,记得查看 **[星球使用指南](https://t.zsxq.com/0d18KSarv)** (一定要看!) 。 随着时间推移,星球积累的干货资源越来越多,我花在星球上的时间也越来越多,星球的价格会逐步向上调整,想要加入的同学一定要尽早。