1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00
2018-05-13 11:44:26 +08:00

29 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

在我们学习Java的时候很多人会面临我不知道继续学什么或者面试会问什么的尴尬情况我本人之前就很迷茫。所以我决定通过这个开源平台来帮助一些有需要的人通过下面的内容你会掌握系统的Java学习以及面试的相关知识。本来是想通过Gitbook的形式来制作的后来想了想觉得可能有点大题小做。另外我自己一个人的力量毕竟有限希望各位有想法的朋友可以提issue。
# Java
- ### Java基础
[Java基础知识学习与面试](https://github.com/Snailclimb/Java_Guide/blob/master/Java/Java%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86.md)
- ### Java多线程系列
[多线程系列学习与面试](https://github.com/Snailclimb/Java_Guide/blob/master/Java/%E5%A4%9A%E7%BA%BF%E7%A8%8B%E7%B3%BB%E5%88%97.md)
- ### Java NIO
- ### Java虚拟机jvm
[Java虚拟机jvm知识学习与面试](https://github.com/Snailclimb/Java_Guide/blob/master/Java/Java%E8%99%9A%E6%8B%9F%E6%9C%BA%EF%BC%88jvm%EF%BC%89.md)
# 数据结构与算法
- ### 数据结构
[数据结构知识学习与面试](https://github.com/Snailclimb/Java_Guide/blob/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84.md)
- ### 算法
[算法学习与面试](https://github.com/Snailclimb/Java_Guide/blob/master/%E7%AE%97%E6%B3%95.md)
# 计算机网络
[计算机网络学习与面试](https://github.com/Snailclimb/Java_Guide/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C.md)