mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
64 lines
2.7 KiB
Markdown
64 lines
2.7 KiB
Markdown
---
|
||
home: true
|
||
icon: home
|
||
title: Java 面试指南
|
||
heroImage: /logo.svg
|
||
heroText: JavaGuide
|
||
tagline: 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
|
||
actions:
|
||
- text: 开始阅读
|
||
link: /home/
|
||
type: primary
|
||
- text: 知识星球
|
||
link: /about-the-author/zhishixingqiu-two-years.md
|
||
type: default
|
||
footer: |-
|
||
<a href="https://beian.miit.gov.cn/" target="_blank">鄂ICP备2020015769号-1</a> | 主题: <a href="https://vuepress-theme-hope.github.io/v2/" target="_blank">VuePress Theme Hope</a>
|
||
---
|
||
|
||
<div align="center">
|
||
<p>
|
||
<a href="https://javaguide.cn/"><img src="https://img.shields.io/badge/阅读-read-brightgreen.svg" alt="阅读" /></a>
|
||
<img src="https://img.shields.io/github/stars/Snailclimb/JavaGuide" alt="stars" />
|
||
<img src="https://img.shields.io/github/forks/Snailclimb/JavaGuide" alt="forks" />
|
||
<img src="https://img.shields.io/github/issues/Snailclimb/JavaGuide" alt="issues" />
|
||
</p>
|
||
<p>
|
||
<a href="https://github.com/Snailclimb/JavaGuide">Github</a> |
|
||
<a href="https://gitee.com/SnailClimb/JavaGuide">Gitee</a>
|
||
</p>
|
||
</div>
|
||
|
||
## 关于网站
|
||
|
||
- [项目介绍](./javaguide/intro.md)
|
||
- [网站历史](./javaguide/history.md)
|
||
- [贡献指南](./javaguide/contribution-guideline.md)
|
||
- [常见问题](./javaguide/faq.md)
|
||
|
||
## 关于作者
|
||
|
||
- [我曾经也是网瘾少年](./about-the-author/internet-addiction-teenager.md)
|
||
- [害,毕业三年了!](./about-the-author/my-college-life.md)
|
||
- [我的知识星球快 3 岁了!](./about-the-author/zhishixingqiu-two-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)
|
||
|
||
## 公众号
|
||
|
||
最新更新会第一时间同步在公众号,推荐关注!另外,公众号上有很多干货不会同步在线阅读网站。
|
||
|
||
<div style="text-align:center">
|
||
<p>
|
||
<a href="https://www.yuque.com/./share/8a30ffb5-83f3-40f9-baf9-38de68b906dc">
|
||
<img src="https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/gongzhonghaoxuanchuan.png" style="margin: 0 auto;" />
|
||
</a>
|
||
</p>
|
||
</div>
|