|
1 |
| -最近浏览 Github ,收藏了一些还算不错的 Java面试/学习相关的仓库,分享给大家,希望对你有帮助。我暂且按照目前的 Star 数量来排序。 |
| 1 | +## 知识点相关 |
2 | 2 |
|
3 |
| -本文由 SnailClimb 整理,如需转载请联系作者。 |
| 3 | +### 1.JavaGuide |
4 | 4 |
|
5 |
| -### 1. interviews |
| 5 | +- Github地址: [https://github.com/Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide) |
| 6 | +- star: 64.0k |
| 7 | +- 介绍: 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 |
6 | 8 |
|
7 |
| -- Github地址: [https://github.com/kdn251/interviews/blob/master/README-zh-cn.md](https://github.com/kdn251/interviews/blob/master/README-zh-cn.md) |
8 |
| -- star: 31k |
9 |
| -- 介绍: 软件工程技术面试个人指南。 |
10 |
| -- 概览: |
11 |
| - |
12 |
| -  |
| 9 | +### 2.CS-Notes |
13 | 10 |
|
14 |
| -### 2. JCSprout |
| 11 | +- Github 地址:<https://github.com/CyC2018/CS-Notes> |
| 12 | +- Star: 68.3k |
| 13 | +- 介绍: 技术面试必备基础知识、Leetcode 题解、后端面试、Java 面试、春招、秋招、操作系统、计算机网络、系统设计。 |
15 | 14 |
|
16 |
| -- Github地址:[https://github.com/crossoverJie/JCSprout](https://github.com/crossoverJie/JCSprout) |
17 |
| -- star: 17.7k |
18 |
| -- 介绍: Java Core Sprout:处于萌芽阶段的 Java 核心知识库。 |
19 |
| -- 概览: |
20 |
| - |
21 |
| -  |
| 15 | +### 4. advanced-java |
22 | 16 |
|
23 |
| -### 3. JavaGuide |
| 17 | +- Github地址:[https://github.com/doocs/advanced-java](https://github.com/doocs/advanced-java) |
| 18 | +- star: 23.4k |
| 19 | +- 介绍: 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习。 |
24 | 20 |
|
25 |
| -- Github地址: [https://github.com/Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide) |
26 |
| -- star: 17.4k |
27 |
| -- 介绍: 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 |
28 |
| -- 概览: |
| 21 | +### 5.JCSprout |
29 | 22 |
|
30 |
| -  |
| 23 | +- Github地址:[https://github.com/crossoverJie/JCSprout](https://github.com/crossoverJie/JCSprout) |
| 24 | +- star: 21.2k |
| 25 | +- 介绍: Java Core Sprout:处于萌芽阶段的 Java 核心知识库。 |
31 | 26 |
|
32 |
| -### 4. technology-talk |
| 27 | +### 6.technology-talk |
33 | 28 |
|
34 | 29 | - Github地址: [https://github.com/aalansehaiyang/technology-talk](https://github.com/aalansehaiyang/technology-talk)
|
35 |
| -- star: 4.2k |
| 30 | +- star: 6.1k |
36 | 31 | - 介绍: 汇总java生态圈常用技术框架、开源中间件,系统架构、项目管理、经典架构案例、数据库、常用三方库、线上运维等知识。
|
37 | 32 |
|
38 |
| -### 5. fullstack-tutorial |
| 33 | +### 7.fullstack-tutorial |
39 | 34 |
|
40 | 35 | - Github地址: [https://github.com/frank-lam/fullstack-tutorial](https://github.com/frank-lam/fullstack-tutorial)
|
41 |
| -- star: 2.8k |
42 |
| -- 介绍: Full Stack Developer Tutorial,后台技术栈/全栈开发/架构师之路,秋招/春招/校招/面试。 from zero to hero。 |
43 |
| -- 概览: |
| 36 | +- star: 4.0k |
| 37 | +- 介绍: fullstack tutorial 2019,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试。 |
| 38 | + |
| 39 | +### 8.3y |
44 | 40 |
|
45 |
| -  |
| 41 | +- Github地址:[https://github.com/ZhongFuCheng3y/3y](https://github.com/ZhongFuCheng3y/3y) |
| 42 | +- star: 1.9 k |
| 43 | +- 介绍: Java 知识整合。 |
46 | 44 |
|
47 |
| -### 6. java-bible |
| 45 | +### 9.java-bible |
48 | 46 |
|
49 | 47 | - Github地址:[https://github.com/biezhi/java-bible](https://github.com/biezhi/java-bible)
|
50 |
| -- star: 1.9k |
| 48 | +- star: 2.3k |
51 | 49 | - 介绍: 这里记录了一些技术摘要,部分文章来自网络,本项目的目的力求分享精品技术干货,以Java为主。
|
52 |
| -- 概览: |
53 | 50 |
|
54 |
| -  |
| 51 | +### 10.interviews |
55 | 52 |
|
56 |
| -### 7. EasyJob |
| 53 | +- Github地址: [https://github.com/kdn251/interviews/blob/master/README-zh-cn.md](https://github.com/kdn251/interviews/blob/master/README-zh-cn.md) |
| 54 | +- star: 35.3k |
| 55 | +- 介绍: 软件工程技术面试个人指南(国外的一个项目,虽然有翻译版,但是不太推荐,因为很多内容并不适用于国内)。 |
57 | 56 |
|
58 |
| -- Github地址:[https://github.com/it-interview/EasyJob](https://github.com/it-interview/EasyJob) |
59 |
| -- star: 1.9k |
60 |
| -- 介绍: 互联网求职面试题、知识点和面经整理。 |
| 57 | +## 算法相关 |
61 | 58 |
|
62 |
| -### 8. advanced-java |
| 59 | +### 1.LeetCodeAnimation |
63 | 60 |
|
64 |
| -- Github地址:[https://github.com/doocs/advanced-java](https://github.com/doocs/advanced-java) |
65 |
| -- star: 1k |
66 |
| -- 介绍: 互联网 Java 工程师进阶知识完全扫盲 |
| 61 | +- Github 地址: <https://github.com/MisterBooo/LeetCodeAnimation> |
| 62 | +- Star: 33.4k |
| 63 | +- 介绍: Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)。 |
67 | 64 |
|
68 |
| -### 9. 3y |
| 65 | +### 2.awesome-java-leetcode |
69 | 66 |
|
70 |
| -- Github地址:[https://github.com/ZhongFuCheng3y/3y](https://github.com/ZhongFuCheng3y/3y) |
71 |
| -- star: 0.4 k |
72 |
| -- 介绍: Java 知识整合。 |
| 67 | +- Github地址:[https://github.com/Blankj/awesome-java-leetcode](https://github.com/Blankj/awesome-java-leetcode) |
| 68 | +- star: 6.1k |
| 69 | +- 介绍: LeetCode 上 Facebook 的面试题目。 |
73 | 70 |
|
74 |
| -除了这九个仓库,再推荐几个不错的学习方向的仓库给大家。 |
| 71 | +### 3.leetcode |
75 | 72 |
|
76 |
| -1. Star 数高达 4w+的 CS 笔记-CS-Notes:[https://github.com/CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes) |
77 |
| -2. 后端(尤其是Java)程序员的 Linux 学习仓库-Linux-Tutorial:[https://github.com/judasn/Linux-Tutorial](https://github.com/judasn/Linux-Tutorial)( Star:4.6k) |
78 |
| -3. 两个算法相关的仓库,刷 Leetcode 的小伙伴必备:①awesome-java-leetcode:[https://github.com/Blankj/awesome-java-leetcode](https://github.com/Blankj/awesome-java-leetcode);②LintCode:[https://github.com/awangdev/LintCode](https://github.com/awangdev/LintCode) |
| 73 | +- Github地址:[https://github.com/azl397985856/leetcode](https://github.com/azl397985856/leetcode) |
| 74 | +- star: 12.0k |
| 75 | +- 介绍: LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。) |
0 commit comments