data update

This commit is contained in:
GrowingGit
2022-01-19 07:01:54 +08:00
parent f205cb3520
commit cbe62a0a8a
180 changed files with 10826 additions and 10832 deletions

View File

@ -1,106 +1,106 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> <a href="/content/docs/feedback.md">问题反馈</a>
# 中文增速榜 > 资料类 > Java
<sub>数据更新: 2022-01-18&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指文档母语为中文OR含有中文翻译的项目通常在项目的readme/wiki/官网可以找到</sub>
<sub>数据更新: 2022-01-19&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指文档母语为中文OR含有中文翻译的项目通常在项目的readme/wiki/官网可以找到</sub>
|#|Repository|Description|Stars|Average daily growth|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|144879|101|2021-12-13|
|2|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide|115646|86|2022-01-16|
|3|[MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)|Demonstrate all the questions on LeetCode in the form of animation.用动画的形式呈现解LeetCode题目的思路|68626|60|2022-01-12|
|4|[geekxh/hello-algorithm](https://github.com/geekxh/hello-algorithm)|🌍 针对小白的算法训练 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 附1、千本开源电子书 2、百张技术思维导图项目花了上百小时希望可以点 star 支持,🌹感谢~|29697|50|2021-10-11|
|5|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|59556|50|2022-01-14|
|6|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9652|31|2021-11-07|
|7|[hollischuang/toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer)|To Be Top Javaer - Java工程师成神之路|22223|19|2021-12-31|
|8|[qiurunze123/miaosha](https://github.com/qiurunze123/miaosha)|⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓|23375|19|2021-12-10|
|9|[crossoverJie/JCSprout](https://github.com/crossoverJie/JCSprout)|👨‍🎓 Java Core Sprout : basic, concurrent, algorithm |26576|18|2021-10-12|
|10|[wuyouzhuguli/SpringAll](https://github.com/wuyouzhuguli/SpringAll)|循序渐进学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2博客Spring系列源码https://mrbird.cc|22594|17|2021-08-30|
|11|[ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)|about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |26940|14|2021-11-29|
|12|[YunaiV/SpringBoot-Labs](https://github.com/YunaiV/SpringBoot-Labs)|一个涵盖六个专栏Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖右上角来个 Star感恩 1024|13028|11|2021-12-15|
|13|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程架构、业务、技术要点全方位解析。mall项目40k+star是一套电商系统使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术采用Docker容器化部署。|10355|10|2022-01-10|
|14|[fuzhengwei/small-spring](https://github.com/fuzhengwei/small-spring)|🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码摘取整体框架中的核心逻辑简化代码实现过程保留核心功能例如IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。|2463|10|2021-12-15|
|15|[zhisheng17/flink-learning](https://github.com/zhisheng17/flink-learning)|flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例PVUV、日志存储、百亿数据实时去重、 ...|11540|10|2022-01-04|
|16|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|7525|9|2021-12-14|
|17|[yuanguangxin/LeetCode](https://github.com/yuanguangxin/LeetCode)|LeetCode刷题记录与面试整理|6512|9|2022-01-03|
|18|[JeffLi1993/springboot-learning-example](https://github.com/JeffLi1993/springboot-learning-example)|spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。|14684|8|2021-11-01|
|19|[doocs/leetcode](https://github.com/doocs/leetcode)|😏 LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer第 2 版)》、《程序员面试金典(第 6 版)》题解|9738|8|2022-01-17|
|1|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|144927|101|2021-12-13|
|2|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide|115716|86|2022-01-16|
|3|[MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)|Demonstrate all the questions on LeetCode in the form of animation.用动画的形式呈现解LeetCode题目的思路|68644|60|2022-01-12|
|4|[geekxh/hello-algorithm](https://github.com/geekxh/hello-algorithm)|🌍 针对小白的算法训练 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 附1、千本开源电子书 2、百张技术思维导图项目花了上百小时希望可以点 star 支持,🌹感谢~|29708|50|2021-10-11|
|5|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|59578|50|2022-01-18|
|6|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9657|31|2021-11-07|
|7|[hollischuang/toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer)|To Be Top Javaer - Java工程师成神之路|22226|19|2021-12-31|
|8|[qiurunze123/miaosha](https://github.com/qiurunze123/miaosha)|⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓|23384|19|2021-12-10|
|9|[crossoverJie/JCSprout](https://github.com/crossoverJie/JCSprout)|👨‍🎓 Java Core Sprout : basic, concurrent, algorithm |26579|18|2021-10-12|
|10|[wuyouzhuguli/SpringAll](https://github.com/wuyouzhuguli/SpringAll)|循序渐进学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2博客Spring系列源码https://mrbird.cc|22595|17|2021-08-30|
|11|[ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)|about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |26942|14|2021-11-29|
|12|[YunaiV/SpringBoot-Labs](https://github.com/YunaiV/SpringBoot-Labs)|一个涵盖六个专栏Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖右上角来个 Star感恩 1024|13039|11|2021-12-15|
|13|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程架构、业务、技术要点全方位解析。mall项目40k+star是一套电商系统使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术采用Docker容器化部署。|10359|10|2022-01-10|
|14|[fuzhengwei/small-spring](https://github.com/fuzhengwei/small-spring)|🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码摘取整体框架中的核心逻辑简化代码实现过程保留核心功能例如IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。|2466|10|2021-12-15|
|15|[zhisheng17/flink-learning](https://github.com/zhisheng17/flink-learning)|flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例PVUV、日志存储、百亿数据实时去重、 ...|11547|10|2022-01-04|
|16|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|7532|9|2021-12-14|
|17|[yuanguangxin/LeetCode](https://github.com/yuanguangxin/LeetCode)|LeetCode刷题记录与面试整理|6515|9|2022-01-03|
|18|[JeffLi1993/springboot-learning-example](https://github.com/JeffLi1993/springboot-learning-example)|spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。|14686|8|2021-11-01|
|19|[doocs/leetcode](https://github.com/doocs/leetcode)|😏 LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer第 2 版)》、《程序员面试金典(第 6 版)》题解|9743|8|2022-01-18|
|20|[Skykai521/AndroidDeveloperAdvancedManual](https://github.com/Skykai521/AndroidDeveloperAdvancedManual)|Android 工程师进阶手册8 年 Android 开发者的成长感悟)|574|8|2021-11-21|
|21|[fuzhengwei/itstack-demo-design](https://github.com/fuzhengwei/itstack-demo-design)|:art: 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心从实际业务中抽离出交易、营销、秒杀、中间件、源码等22个真实场景来学习设计模式的运用。欢迎关注小傅哥微信(fustack)公众号bugstack虫洞栈博客https://bugstack.cn|4269|7|2021-11-10|
|22|[frank-lam/fullstack-tutorial](https://github.com/frank-lam/fullstack-tutorial)|🚀 fullstack tutorial 2021后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试|10295|7|2021-09-30|
|23|[dyc87112/SpringBoot-Learning](https://github.com/dyc87112/SpringBoot-Learning)|《Spring Boot基础教程》2.x版本持续连载中点击下方链接直达教程目录|14018|7|2021-12-30|
|24|[krahets/LeetCode-Book](https://github.com/krahets/LeetCode-Book)|《剑指 Offer》 Python, Java, C++ 解题代码,与 LeetBook《图解算法数据结构》题解配合使用。|175|5|2021-12-29|
|21|[fuzhengwei/itstack-demo-design](https://github.com/fuzhengwei/itstack-demo-design)|:art: 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心从实际业务中抽离出交易、营销、秒杀、中间件、源码等22个真实场景来学习设计模式的运用。欢迎关注小傅哥微信(fustack)公众号bugstack虫洞栈博客https://bugstack.cn|4273|7|2021-11-10|
|22|[frank-lam/fullstack-tutorial](https://github.com/frank-lam/fullstack-tutorial)|🚀 fullstack tutorial 2021后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试|10299|7|2021-09-30|
|23|[dyc87112/SpringBoot-Learning](https://github.com/dyc87112/SpringBoot-Learning)|《Spring Boot基础教程》2.x版本持续连载中点击下方链接直达教程目录|14022|7|2021-12-30|
|24|[krahets/LeetCode-Book](https://github.com/krahets/LeetCode-Book)|《剑指 Offer》 Python, Java, C++ 解题代码,与 LeetBook《图解算法数据结构》题解配合使用。|178|5|2021-12-29|
|25|[bjmashibing/InternetArchitect](https://github.com/bjmashibing/InternetArchitect)|年薪百万互联网架构师课程文档及源码(公开部分)|3885|5|2022-01-12|
|26|[macrozheng/springcloud-learning](https://github.com/macrozheng/springcloud-learning)|一套涵盖大部分核心组件使用的Spring Cloud教程包括Spring Cloud Alibaba及分布式事务Seata基于Spring Cloud Greenwich及SpringBoot 2.1.7。22篇文章篇篇精华32个Demo涵盖大部分应用场景。|4461|5|2021-08-23|
|27|[phodal/migration](https://github.com/phodal/migration)|《系统重构与迁移指南》手把手教你分析、评估现有系统、制定重构策略、探索可行重构方案、搭建测试防护网、进行系统架构重构、服务架构重构、模块重构、代码重构、数据库重构、重构后的架构守护|2808|4|2021-08-12|
|28|[h2pl/Java-Tutorial](https://github.com/h2pl/Java-Tutorial)|【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识整合了互联网上的很多优质Java技术文章力求打造为最完整最实用的Java开发者学习指南如果对你有帮助给个star告诉我吧谢谢|5437|4|2021-12-09|
|29|[CodingDocs/springboot-guide](https://github.com/CodingDocs/springboot-guide)|SpringBoot2.0+从入门到实战!|4204|4|2021-09-09|
|26|[macrozheng/springcloud-learning](https://github.com/macrozheng/springcloud-learning)|一套涵盖大部分核心组件使用的Spring Cloud教程包括Spring Cloud Alibaba及分布式事务Seata基于Spring Cloud Greenwich及SpringBoot 2.1.7。22篇文章篇篇精华32个Demo涵盖大部分应用场景。|4463|5|2021-08-23|
|27|[phodal/migration](https://github.com/phodal/migration)|《系统重构与迁移指南》手把手教你分析、评估现有系统、制定重构策略、探索可行重构方案、搭建测试防护网、进行系统架构重构、服务架构重构、模块重构、代码重构、数据库重构、重构后的架构守护|2809|4|2021-08-12|
|28|[h2pl/Java-Tutorial](https://github.com/h2pl/Java-Tutorial)|【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识整合了互联网上的很多优质Java技术文章力求打造为最完整最实用的Java开发者学习指南如果对你有帮助给个star告诉我吧谢谢|5438|4|2021-12-09|
|29|[CodingDocs/springboot-guide](https://github.com/CodingDocs/springboot-guide)|SpringBoot2.0+从入门到实战!|4207|4|2021-09-09|
|30|[mercyblitz/tech-weekly](https://github.com/mercyblitz/tech-weekly)|「小马哥技术周报」|3571|3|2022-01-10|
|31|[CoderLeixiaoshuai/java-eight-part](https://github.com/CoderLeixiaoshuai/java-eight-part)|『Java八股文』Java面试套路Java进阶学习打破内卷拿大厂Offer升职加薪|1382|3|2021-10-22|
|32|[dairongpeng/algorithm-note](https://github.com/dairongpeng/algorithm-note)|该笔记包含数组、链表、树、图、递归、DP、有序表等相关数据结构与算法的讲解及代码实现。|1654|3|2022-01-12|
|33|[RedSpider1/concurrent](https://github.com/RedSpider1/concurrent)|这是RedSpider社区成员原创与维护的Java多线程系列文章。|3405|3|2022-01-02|
|34|[TanaStudy/Java-Study](https://github.com/TanaStudy/Java-Study)|🚀Java学习过程中的的代码记录。Java基础、Spring、SpringBoot、分布式项目、Demo等等等等等👍👍👍。|534|3|2022-01-16|
|35|[threeknowbigdata/flink_second_understand](https://github.com/threeknowbigdata/flink_second_understand)|该仓库专注于让读者秒懂Flink组件包含Flink实战代码和文档、200个Flink教程知识点Flink Datastream、Flink Table、Flink Window、Flink State、Flink Checkpoint、Flink Metrics、Flink Memory、Flink on standalone /yarn/k8s、Flink SQL、Flink CEP、Fli ...|224|3|2021-12-27|
|36|[liyifeng1994/ssm](https://github.com/liyifeng1994/ssm)|手把手教你整合最优雅SSM框架SpringMVC + Spring + MyBatis|5563|3|2022-01-10|
|37|[zuihou/lamp-cloud](https://github.com/zuihou/lamp-cloud)|lamp-cloud 基于Jdk11 + SpringCloud + SpringBoot的微服务快速开发平台其中的可配置的SaaS功能尤其闪耀 具备RBAC功能、网关统一鉴权、Xss防跨站攻击、自动代码生成、多种存储系统、分布式事务、分布式定时任务等多个模块支持多业务系统并行开发 支持多服务并行开发,可以作为后端服务的开发脚手架。代码简洁,注释齐全,架构清晰,非常适合学习和企业作为基础框 ...|4170|3|2022-01-17|
|38|[ityouknow/spring-cloud-examples](https://github.com/ityouknow/spring-cloud-examples)|Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等|5856|3|2021-08-21|
|39|[canliture/nju-software-analysis-homework](https://github.com/canliture/nju-software-analysis-homework)|南京大学《软件分析》课程课后作业(非Bamboo) NJU's software analysis homework; ... Not official, just a reference|176|2|2021-11-18|
|31|[CoderLeixiaoshuai/java-eight-part](https://github.com/CoderLeixiaoshuai/java-eight-part)|『Java八股文』Java面试套路Java进阶学习打破内卷拿大厂Offer升职加薪|1388|3|2022-01-18|
|32|[dairongpeng/algorithm-note](https://github.com/dairongpeng/algorithm-note)|该笔记包含数组、链表、树、图、递归、DP、有序表等相关数据结构与算法的讲解及代码实现。|1655|3|2022-01-12|
|33|[RedSpider1/concurrent](https://github.com/RedSpider1/concurrent)|这是RedSpider社区成员原创与维护的Java多线程系列文章。|3409|3|2022-01-02|
|34|[TanaStudy/Java-Study](https://github.com/TanaStudy/Java-Study)|🚀Java学习过程中的的代码记录。Java基础、Spring、SpringBoot、分布式项目、Demo等等等等等👍👍👍。|534|3|2022-01-18|
|35|[threeknowbigdata/flink_second_understand](https://github.com/threeknowbigdata/flink_second_understand)|该仓库专注于让读者秒懂Flink组件包含Flink实战代码和文档、200个Flink教程知识点Flink Datastream、Flink Table、Flink Window、Flink State、Flink Checkpoint、Flink Metrics、Flink Memory、Flink on standalone /yarn/k8s、Flink SQL、Flink CEP、Fli ...|227|3|2021-12-27|
|36|[liyifeng1994/ssm](https://github.com/liyifeng1994/ssm)|手把手教你整合最优雅SSM框架SpringMVC + Spring + MyBatis|5564|3|2022-01-10|
|37|[zuihou/lamp-cloud](https://github.com/zuihou/lamp-cloud)|lamp-cloud 基于Jdk11 + SpringCloud + SpringBoot的微服务快速开发平台其中的可配置的SaaS功能尤其闪耀 具备RBAC功能、网关统一鉴权、Xss防跨站攻击、自动代码生成、多种存储系统、分布式事务、分布式定时任务等多个模块支持多业务系统并行开发 支持多服务并行开发,可以作为后端服务的开发脚手架。代码简洁,注释齐全,架构清晰,非常适合学习和企业作为基础框 ...|4172|3|2022-01-17|
|38|[ityouknow/spring-cloud-examples](https://github.com/ityouknow/spring-cloud-examples)|Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等|5857|3|2021-08-21|
|39|[canliture/nju-software-analysis-homework](https://github.com/canliture/nju-software-analysis-homework)|南京大学《软件分析》课程课后作业(非Bamboo) NJU's software analysis homework; ... Not official, just a reference|178|2|2021-11-18|
|40|[sherxon/AlgoDS](https://github.com/sherxon/AlgoDS)|Implementation of Algorithms and Data Structures, Problems and Solutions|3300|2|2021-12-25|
|41|[shuzijun/leetcode-editor](https://github.com/shuzijun/leetcode-editor)|Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion ...|2261|2|2021-12-31|
|42|[OCNYang/Android-Animation-Set](https://github.com/OCNYang/Android-Animation-Set)|:books: Android 所有动画系列详尽教程。 Explain all animations in Android. |2471|2|2021-12-22|
|41|[shuzijun/leetcode-editor](https://github.com/shuzijun/leetcode-editor)|Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion ...|2263|2|2021-12-31|
|42|[OCNYang/Android-Animation-Set](https://github.com/OCNYang/Android-Animation-Set)|:books: Android 所有动画系列详尽教程。 Explain all animations in Android. |2473|2|2021-12-22|
|43|[bkfish/Apache-Log4j-Learning](https://github.com/bkfish/Apache-Log4j-Learning)|Apache-Log4j漏洞复现笔记|83|2|2021-12-10|
|44|[awangdev/LintCode](https://github.com/awangdev/LintCode)|Java Solutions to problems on LintCode/LeetCode|4201|2|2021-10-25|
|45|[brianway/java-learning](https://github.com/brianway/java-learning)|旨在打造在线最佳的 Java 学习笔记,含博客讲解和源码实例,包括 Java SE 和 Java Web|3866|2|2022-01-08|
|46|[NotFound9/interviewGuide](https://github.com/NotFound9/interviewGuide)|《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址http://notfound9.github.io/interviewGuide/|3194|2|2021-12-25|
|47|[Jackson0714/PassJava-Platform](https://github.com/Jackson0714/PassJava-Platform)|一款面试刷题的 Spring Cloud 开源系统。零碎时间利用小程序查看常见面试题夯实Java基础。 该项目可以教会你如何搭建SpringBoot项目Spring Cloud项目。 采用流行的技术,如 SpringBoot、MyBatis、Redis、 MySql、 MongoDB、 RabbitMQ、Elasticsearch采用Docker容器化部署。|1001|2|2022-01-15|
|48|[liweiwei1419/LeetCode-Solutions-in-Good-Style](https://github.com/liweiwei1419/LeetCode-Solutions-in-Good-Style)|首页已经更新,希望能对大家有帮助。|2364|2|2022-01-07|
|49|[sanshengshui/netty-learning-example](https://github.com/sanshengshui/netty-learning-example)|:egg: Netty实践学习案例见微知著带着你的心跟着教程。我相信你行欧。|2186|2|2022-01-07|
|50|[rbmonster/learning-note](https://github.com/rbmonster/learning-note)|java开发 面试八股文(个人的面试及工作总结)|1070|2|2022-01-14|
|51|[hustcc/JS-Sorting-Algorithm](https://github.com/hustcc/JS-Sorting-Algorithm)|一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。|4545|2|2022-01-05|
|44|[awangdev/LintCode](https://github.com/awangdev/LintCode)|Java Solutions to problems on LintCode/LeetCode|4202|2|2021-10-25|
|45|[brianway/java-learning](https://github.com/brianway/java-learning)|旨在打造在线最佳的 Java 学习笔记,含博客讲解和源码实例,包括 Java SE 和 Java Web|3868|2|2022-01-08|
|46|[NotFound9/interviewGuide](https://github.com/NotFound9/interviewGuide)|《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址http://notfound9.github.io/interviewGuide/|3198|2|2021-12-25|
|47|[Jackson0714/PassJava-Platform](https://github.com/Jackson0714/PassJava-Platform)|一款面试刷题的 Spring Cloud 开源系统。零碎时间利用小程序查看常见面试题夯实Java基础。 该项目可以教会你如何搭建SpringBoot项目Spring Cloud项目。 采用流行的技术,如 SpringBoot、MyBatis、Redis、 MySql、 MongoDB、 RabbitMQ、Elasticsearch采用Docker容器化部署。|1002|2|2022-01-15|
|48|[liweiwei1419/LeetCode-Solutions-in-Good-Style](https://github.com/liweiwei1419/LeetCode-Solutions-in-Good-Style)|首页已经更新,希望能对大家有帮助。|2368|2|2022-01-07|
|49|[sanshengshui/netty-learning-example](https://github.com/sanshengshui/netty-learning-example)|:egg: Netty实践学习案例见微知著带着你的心跟着教程。我相信你行欧。|2188|2|2022-01-07|
|50|[rbmonster/learning-note](https://github.com/rbmonster/learning-note)|java开发 面试八股文(个人的面试及工作总结)|1071|2|2022-01-18|
|51|[hustcc/JS-Sorting-Algorithm](https://github.com/hustcc/JS-Sorting-Algorithm)|一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。|4548|2|2022-01-05|
|52|[liuyubobobo/Play-with-Algorithms](https://github.com/liuyubobobo/Play-with-Algorithms)|Codes of my MOOC Course <Play with Algorithms>, Both in C++ and Java language. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。|3326|2|2021-12-12|
|53|[s4kibs4mi/java-developer-roadmap](https://github.com/s4kibs4mi/java-developer-roadmap)|Roadmap to becoming a Java developer in 2021|2388|2|2022-01-13|
|53|[s4kibs4mi/java-developer-roadmap](https://github.com/s4kibs4mi/java-developer-roadmap)|Roadmap to becoming a Java developer in 2021|2391|2|2022-01-13|
|54|[ZHENFENG13/spring-boot-projects](https://github.com/ZHENFENG13/spring-boot-projects)|该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的线上博客项目/企业大型商城系统/前后端分离实践项目等,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Boot 开发 ...|4049|2|2021-10-21|
|55|[IoT-Technology/IoT-Technical-Guide](https://github.com/IoT-Technology/IoT-Technical-Guide)|:honeybee: IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 :sparkles: :sparkles: :sparkles: (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型Protobuf, PostgreSQL, MongoD ...|2403|2|2022-01-07|
|56|[Dr11ft/BigDataGuide](https://github.com/Dr11ft/BigDataGuide)|大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料|1368|2|2022-01-05|
|57|[fynch3r/Gadgets](https://github.com/fynch3r/Gadgets)|Java反序列化漏洞利用链补全计划仅用于个人归纳总结。|386|2|2021-12-03|
|55|[IoT-Technology/IoT-Technical-Guide](https://github.com/IoT-Technology/IoT-Technical-Guide)|:honeybee: IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 :sparkles: :sparkles: :sparkles: (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型Protobuf, PostgreSQL, MongoD ...|2407|2|2022-01-07|
|56|[Dr11ft/BigDataGuide](https://github.com/Dr11ft/BigDataGuide)|大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料|1369|2|2022-01-05|
|57|[fynch3r/Gadgets](https://github.com/fynch3r/Gadgets)|Java反序列化漏洞利用链补全计划仅用于个人归纳总结。|387|2|2021-12-03|
|58|[mercyblitz/geekbang-lessons](https://github.com/mercyblitz/geekbang-lessons)|极客时间课程工程|713|1|2021-10-24|
|59|[JeffLi1993/java-core-learning-example](https://github.com/JeffLi1993/java-core-learning-example)|关于Java核心技术学习积累的例子是初学者及核心技术巩固的最佳实践。|1623|1|2021-11-01|
|60|[crazyqiang/AndroidStudy](https://github.com/crazyqiang/AndroidStudy)|🔥 Android学习知识点总结 jetpack、mvvm、kotlin、juc多线程等欢迎star|1143|1|2022-01-16|
|60|[crazyqiang/AndroidStudy](https://github.com/crazyqiang/AndroidStudy)|🔥 Android学习知识点总结 jetpack、mvvm、kotlin、juc多线程等欢迎star|1143|1|2022-01-18|
|61|[balsikandar/Android-Studio-Plugins](https://github.com/balsikandar/Android-Studio-Plugins)|This is a list of all awesome and useful android studio plugins.|2190|1|2021-12-30|
|62|[superhj1987/pragmatic-java-engineer](https://github.com/superhj1987/pragmatic-java-engineer)|Java工程师修炼之道 - 梳理Java知识体系沓实架构基础|982|1|2022-01-07|
|62|[superhj1987/pragmatic-java-engineer](https://github.com/superhj1987/pragmatic-java-engineer)|Java工程师修炼之道 - 梳理Java知识体系沓实架构基础|983|1|2022-01-07|
|63|[dunwu/javacore](https://github.com/dunwu/javacore)|:coffee: JavaCore 是对 Java 核心技术的经验总结。|1916|1|2022-01-07|
|64|[ouchuangxin/leave-sample](https://github.com/ouchuangxin/leave-sample)|本代码来源于极客时间《DDD实战》专栏。|660|1|2021-12-30|
|65|[Jstarfish/JavaKeeper](https://github.com/Jstarfish/JavaKeeper)|✍️ Java 工程师必备架构体系知识总结涵盖分布式、微服务、RPC等互联网公司常用架构以及数据存储、缓存、搜索等必备技能|977|1|2022-01-16|
|64|[ouchuangxin/leave-sample](https://github.com/ouchuangxin/leave-sample)|本代码来源于极客时间《DDD实战》专栏。|659|1|2021-12-30|
|65|[Jstarfish/JavaKeeper](https://github.com/Jstarfish/JavaKeeper)|✍️ Java 工程师必备架构体系知识总结涵盖分布式、微服务、RPC等互联网公司常用架构以及数据存储、缓存、搜索等必备技能|979|1|2022-01-16|
|66|[xuwujing/java-study](https://github.com/xuwujing/java-study)|java-study 是本人学习Java过程中记录的一些代码从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类 以及一些常用框架netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。|845|1|2022-01-07|
|67|[brianway/springmvc-mybatis-learning](https://github.com/brianway/springmvc-mybatis-learning)|SpringMVC 和 MyBatis 学习笔记,搭配示例,主要讲解一些基础的概念、用法和配置|2696|1|2022-01-08|
|68|[bin392328206/six-finger](https://github.com/bin392328206/six-finger)|📓从Java基础、JavaWeb基础到常用的框架再到面试题、微服务、分布式、大数据都有完整的教程几乎涵盖了Java必备的知识点|1130|1|2022-01-10|
|69|[algorithmzuo/algorithmbasic2020](https://github.com/algorithmzuo/algorithmbasic2020)|算法和数据结构体系学习班|614|1|2022-01-17|
|70|[timebusker/spring-boot](https://github.com/timebusker/spring-boot)|spring-boot 项目实践总结|1092|1|2021-09-20|
|71|[PotoYang/spring-in-action-v5-translate](https://github.com/PotoYang/spring-in-action-v5-translate)|Spring 实战第五版中文翻译|764|1|2021-11-19|
|72|[zq2599/blog_demos](https://github.com/zq2599/blog_demos)|CSDN博客专家程序员欣宸的github这里有五百多篇原创文章的详细分类和汇总以及对应的源码内容涉及Java、Docker、Kubernetes、DevOPS等方面|1797|1|2022-01-09|
|68|[bin392328206/six-finger](https://github.com/bin392328206/six-finger)|📓从Java基础、JavaWeb基础到常用的框架再到面试题、微服务、分布式、大数据都有完整的教程几乎涵盖了Java必备的知识点|1132|1|2022-01-10|
|69|[algorithmzuo/algorithmbasic2020](https://github.com/algorithmzuo/algorithmbasic2020)|算法和数据结构体系学习班|617|1|2022-01-17|
|70|[timebusker/spring-boot](https://github.com/timebusker/spring-boot)|spring-boot 项目实践总结|1091|1|2021-09-20|
|71|[PotoYang/spring-in-action-v5-translate](https://github.com/PotoYang/spring-in-action-v5-translate)|Spring 实战第五版中文翻译|766|1|2021-11-19|
|72|[zq2599/blog_demos](https://github.com/zq2599/blog_demos)|CSDN博客专家程序员欣宸的github这里有五百多篇原创文章的详细分类和汇总以及对应的源码内容涉及Java、Docker、Kubernetes、DevOPS等方面|1800|1|2022-01-09|
|73|[JavaCourse00/JavaCourseCodes](https://github.com/JavaCourse00/JavaCourseCodes)|JavaCourse|516|1|2021-09-19|
|74|[realguoshuai/hadoop_study](https://github.com/realguoshuai/hadoop_study)|定期更新Hadoop生态圈中常用大数据组件文档 重心依次为: Flink Solr Sparksql ES Scala Kafka Hbase/phoenix Redis Kerberos (项目包含hadoop思维导图 印象笔记 Scala版本简单demo 常用工具类 去敏后的train code 持续更新!!!)|779|1|2022-01-13|
|74|[realguoshuai/hadoop_study](https://github.com/realguoshuai/hadoop_study)|定期更新Hadoop生态圈中常用大数据组件文档 重心依次为: Flink Solr Sparksql ES Scala Kafka Hbase/phoenix Redis Kerberos (项目包含hadoop思维导图 印象笔记 Scala版本简单demo 常用工具类 去敏后的train code 持续更新!!!)|780|1|2022-01-18|
|75|[apolloconfig/apollo-use-cases](https://github.com/apolloconfig/apollo-use-cases)|展示Apollo配置中心的各种使用场景和示例代码欢迎大家把日常工作中的更多配置使用案例分享出来|853|1|2022-01-05|
|76|[Wasabi1234/Java-Concurrency-Progamming-Tutorial](https://github.com/Wasabi1234/Java-Concurrency-Progamming-Tutorial)|BAT华为大厂一线工程师四年磨一剑精心编排 Java 高并发编程案例代码 & 教程 & 面试题集锦。详细文档讲解请阅读本人的知识库仓https://github.com/Wasabi1234/Java-Interview-Tutorial|975|1|2021-10-17|
|77|[McoyJiang/LagouAndroidShare](https://github.com/McoyJiang/LagouAndroidShare)|本应用是拉勾教育《Android 工程师进阶34讲》专栏的示例应用|349|1|2021-11-11|
|77|[McoyJiang/LagouAndroidShare](https://github.com/McoyJiang/LagouAndroidShare)|本应用是拉勾教育《Android 工程师进阶34讲》专栏的示例应用|350|1|2021-11-11|
|78|[lenve/javaboy-code-samples](https://github.com/lenve/javaboy-code-samples)|公众号【江南一点雨】文章案例汇总,技术文章请戳这里----->|950|1|2021-12-14|
|79|[youthlql/JavaYouth](https://github.com/youthlql/JavaYouth)|主要是Java技术栈的文章涉及到了面试和源码、原理的知识。如AQSJVMmysqlredismqrpc计网os等等|300|1|2021-12-31|
|80|[itwanger/toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer)|:rainbow: Java 程序员进阶之路,本专栏风趣幽默、通俗易懂,对 Java 爱好者极度友好和舒适😄,内容包括 Java 基础、Java 并发编程、Java 虚拟机、Java 面试题、Java 企业级开发Git、SSM、Spring Boot、计算机基础知识操作系统、计组、计网、数据结构与算法等核心知识点。如果本专栏为你提供了帮助请给予支持(star一下或者推荐给你的朋友)|1221|1|2022-01-16|
|79|[youthlql/JavaYouth](https://github.com/youthlql/JavaYouth)|主要是Java技术栈的文章涉及到了面试和源码、原理的知识。如AQSJVMmysqlredismqrpc计网os等等|302|1|2021-12-31|
|80|[itwanger/toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer)|:rainbow: Java 程序员进阶之路,本专栏风趣幽默、通俗易懂,对 Java 爱好者极度友好和舒适😄,内容包括 Java 基础、Java 并发编程、Java 虚拟机、Java 面试题、Java 企业级开发Git、SSM、Spring Boot、计算机基础知识操作系统、计组、计网、数据结构与算法等核心知识点。如果本专栏为你提供了帮助请给予支持(star一下或者推荐给你的朋友)|1243|1|2022-01-16|
|81|[2020GetGoodOffer/test](https://github.com/2020GetGoodOffer/test)|Java复习合集|433|1|2021-10-06|
|82|[REBOOTERS/AndroidAnimationExercise](https://github.com/REBOOTERS/AndroidAnimationExercise)|Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享|1464|1|2022-01-05|
|82|[REBOOTERS/AndroidAnimationExercise](https://github.com/REBOOTERS/AndroidAnimationExercise)|Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享|1467|1|2022-01-05|
|83|[SpringCloud/spring-cloud-code](https://github.com/SpringCloud/spring-cloud-code)|🔥《重新定义Spring Cloud实战》实体书对应源码欢迎大家Star点赞收藏|1823|1|2022-01-10|
|84|[JosephZhu1983/java-common-mistakes](https://github.com/JosephZhu1983/java-common-mistakes)|极客时间专栏《Java业务开发常见错误100例》源码|973|1|2022-01-11|
|84|[JosephZhu1983/java-common-mistakes](https://github.com/JosephZhu1983/java-common-mistakes)|极客时间专栏《Java业务开发常见错误100例》源码|979|1|2022-01-11|
|85|[leosanqing/Java-Notes](https://github.com/leosanqing/Java-Notes)|java学习笔记包括JVM看过的技术以及非技术书籍SpringCloud 商城项目以及工具介绍leetcode剑指offer算法springJDK一些工具的源码|627|1|2021-11-19|
|86|[fenixsoft/jvm_book](https://github.com/fenixsoft/jvm_book)|《深入理解Java虚拟机第3版》样例代码&勘误|775|1|2021-12-26|
|87|[fuzhengwei/interview](https://github.com/fuzhengwei/interview)|Java 面经手册,全书共计 5 章 29 节417页11.5万字,耗时 4 个月完成。涵盖数据结构、算法逻辑、并发编程、JVM以及简历和互联网大厂面试等内容。|755|1|2021-11-10|
|86|[fenixsoft/jvm_book](https://github.com/fenixsoft/jvm_book)|《深入理解Java虚拟机第3版》样例代码&勘误|776|1|2021-12-26|
|87|[fuzhengwei/interview](https://github.com/fuzhengwei/interview)|Java 面经手册,全书共计 5 章 29 节417页11.5万字,耗时 4 个月完成。涵盖数据结构、算法逻辑、并发编程、JVM以及简历和互联网大厂面试等内容。|756|1|2021-11-10|
|88|[Zephery/newblog](https://github.com/Zephery/newblog)|:octocat: 个人博客个人网站blog|857|1|2021-09-24|
|89|[Jetpack-Missionary/Jetpack-From-Java-To-Kotlin](https://github.com/Jetpack-Missionary/Jetpack-From-Java-To-Kotlin)|本项目专注于提供 Jetpack 核心组件 Java vs Kotlin 1:1 对照示例 —— This project focuses on providing comparative examples of the core components of Jetpack from Java to Kotlin.|379|1|2021-09-11|
|90|[tuguangquan/mybatis](https://github.com/tuguangquan/mybatis)|mybatis源码中文注释|3732|1|2021-12-14|
|91|[liangjian66/algo](https://github.com/liangjian66/algo)|算法学习 算法图书algorithm|275|1|2022-01-17|
|89|[Jetpack-Missionary/Jetpack-From-Java-To-Kotlin](https://github.com/Jetpack-Missionary/Jetpack-From-Java-To-Kotlin)|本项目专注于提供 Jetpack 核心组件 Java vs Kotlin 1:1 对照示例 —— This project focuses on providing comparative examples of the core components of Jetpack from Java to Kotlin.|380|1|2021-09-11|
|90|[tuguangquan/mybatis](https://github.com/tuguangquan/mybatis)|mybatis源码中文注释|3736|1|2021-12-14|
|91|[liangjian66/algo](https://github.com/liangjian66/algo)|算法学习 算法图书algorithm|275|1|2022-01-18|
|92|[guang19/framework-learning](https://github.com/guang19/framework-learning)|计算机学习资料(Java , Jvm , Linux , Mysql , Netty , Redis , Netty , Spring , SpringBoot , Mybatis , Rabbitmq ,计算机网络 , 数据结构与算法 , 设计模式 )Github网页阅读:https://guang19.github.io/framework-learning , Gitee网页版阅读: h ...|805|1|2022-01-07|
|93|[vector4wang/spring-boot-quick](https://github.com/vector4wang/spring-boot-quick)|:herb: 基于springboot的快速学习示例,整合自己遇到的开源框架,如rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等:pushpin:|1833|1|2021-08-25|
|94|[DreamCats/java-notes](https://github.com/DreamCats/java-notes)|自己的学习笔记。包含个人秋招经历、🐂客面经问题按照频率总结、Java一系列知识、数据库、分布式、微服务、前端、技术面试、每日文章等(持续更新)|1142|1|2021-12-24|
|93|[vector4wang/spring-boot-quick](https://github.com/vector4wang/spring-boot-quick)|:herb: 基于springboot的快速学习示例,整合自己遇到的开源框架,如rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等:pushpin:|1834|1|2021-08-25|
|94|[DreamCats/java-notes](https://github.com/DreamCats/java-notes)|自己的学习笔记。包含个人秋招经历、🐂客面经问题按照频率总结、Java一系列知识、数据库、分布式、微服务、前端、技术面试、每日文章等(持续更新)|1146|1|2021-12-24|
|95|[kanwangzjm/funiture](https://github.com/kanwangzjm/funiture)|慕课网课程推荐 Java并发编程与高并发解决方案http://coding.imooc.com/class/195.html Java开发企业级权限管理系统http://coding.imooc.com/class/149.html github: https://github.com/kanwangzjm/funiture, spring项目权限管理、系统监控、定时任务动态调整、qps限制 ...|1789|1|2021-08-23|
|96|[waylau/netty-4-user-guide-demos](https://github.com/waylau/netty-4-user-guide-demos)|Netty demos. Netty 案例大全)|1431|1|2021-08-10|
|96|[waylau/netty-4-user-guide-demos](https://github.com/waylau/netty-4-user-guide-demos)|Netty demos. Netty 案例大全)|1432|1|2021-08-10|
|97|[lichaojacobs/java_learning_practice](https://github.com/lichaojacobs/java_learning_practice)|java 进阶之路面试高频算法、akka、多线程、NIO、Netty、SpringBoot、Spark&&Flink 等|118|0|2022-01-13|
|98|[cicadasmile/spring-boot-base](https://github.com/cicadasmile/spring-boot-base)|spring boot 2.0 基础教程,日志配置,数据源配置,事务管理等。|163|0|2021-08-16|
|99|[lastwhispers/code](https://github.com/lastwhispers/code)|Java学习过程中笔记的配套代码|89|0|2021-12-19|
@ -112,7 +112,7 @@
|105|[wangyapu/mini-rpc](https://github.com/wangyapu/mini-rpc)|简易版 RPC 框架实战拉勾教育专栏《Netty 核心原理剖析与 RPC 实践》源码|80|0|2022-01-03|
|106|[cyhbyw/springBoot_atguigu](https://github.com/cyhbyw/springBoot_atguigu)|尚硅谷 SpringBoot 视频教学源码学习|254|0|2021-12-09|
|107|[qiurunze123/zookeeperDesign](https://github.com/qiurunze123/zookeeperDesign)|⭐⭐⭐zk的设计与使用集群dubbo分布式锁master选举负载均衡watch权限等|446|0|2021-12-09|
|108|[xuyisu/fw-spring-cloud](https://github.com/xuyisu/fw-spring-cloud)|SpringCloud构建实战、从入门到高级包含eureka、zuul、gateway、feign、ribbon、hystrix、mq、turbine、nacos、elk、consul、zookeeper、rocketmq、kafka、分布式事务(RocketMq、LCN、Seata)、分库分表(Sharding-JDBC)、分布式锁(Redis、Guava)、jwt、SkyWalking、Zi ...|297|0|2022-01-14|
|108|[xuyisu/fw-spring-cloud](https://github.com/xuyisu/fw-spring-cloud)|SpringCloud构建实战、从入门到高级包含eureka、zuul、gateway、feign、ribbon、hystrix、mq、turbine、nacos、elk、consul、zookeeper、rocketmq、kafka、分布式事务(RocketMq、LCN、Seata)、分库分表(Sharding-JDBC)、分布式锁(Redis、Guava)、jwt、SkyWalking、Zi ...|296|0|2022-01-14|
|109|[shuaishaui/springboot-technology](https://github.com/shuaishaui/springboot-technology)|springboo整合自己到目前学习到的各种技术|271|0|2021-12-09|
|110|[landon30/Bulls](https://github.com/landon30/Bulls)|对外的技术分享合集,主要是游戏服务器架构、实战,优化等|130|0|2021-12-14|
|111|[lenve/spring-boot-vue-samples](https://github.com/lenve/spring-boot-vue-samples)|《Spring Boot + Vue 全栈开发实战》官方案例,更多全栈资料请戳这里---->|182|0|2021-08-12|
@ -121,14 +121,14 @@
|114|[LLancelot/LeetCode](https://github.com/LLancelot/LeetCode)|✍️ My LeetCode solutions, ideas and templates sharing. (我的LeetCode题解思路以及各专题的解题模板分享。分专题归纳见tag)|96|0|2021-11-14|
|115|[MarkShen1992/Mashibing_High_Concurrency](https://github.com/MarkShen1992/Mashibing_High_Concurrency)|马士兵高并发Java基础视频学习源码|150|0|2021-12-18|
|116|[caojx-git/learn-java-codes](https://github.com/caojx-git/learn-java-codes)|该仓库主要用于存放Java学习相关代码相关笔记存放于 https://github.com/caojx-git/learn-java-notes 仓库|122|0|2022-01-06|
|117|[SincereXIA/XidianCS](https://github.com/SincereXIA/XidianCS)|西安电子科技大学 计算机科学与技术专业 笔记、上机作业、实验 etc.|175|0|2021-11-30|
|117|[SincereXIA/XidianCS](https://github.com/SincereXIA/XidianCS)|西安电子科技大学 计算机科学与技术专业 笔记、上机作业、实验 etc.|176|0|2021-11-30|
|118|[silently9527/ProgrammerNotes](https://github.com/silently9527/ProgrammerNotes)|Java程序员所需要掌握的核心知识: 集合框架&JVM机制&多线程与并发框架&网络协议&Spring&Dubbo&MySQL&微服务等;希望胖友小手一抖,右上角来个 Star感恩 1024|123|0|2021-08-29|
|119|[liuyueyi/spring-boot-demo](https://github.com/liuyueyi/spring-boot-demo)|Spring Boot & Spring Cloud & Spring Security Demo CaseSpring学习示例实战项目|379|0|2022-01-16|
|120|[zxiaofan/OpenSource_Study](https://github.com/zxiaofan/OpenSource_Study)|日积月累开源框架学习Thrift、Dubbo、Spring、Guava ... |70|0|2021-07-25|
|121|[guobinhit/akka-guide](https://github.com/guobinhit/akka-guide)|🌴 A chinese guide of Akka, based on Java.|345|0|2021-12-10|
|122|[GitHubZJY/ZJYWidget](https://github.com/GitHubZJY/ZJYWidget)|🎨 一组实用炫酷自定义View的集合包括源码及demo包括常见的支付、扫描、解锁动画、炫酷转盘式菜单等效果。A collection of Android cool custom views|190|0|2021-10-13|
|122|[GitHubZJY/ZJYWidget](https://github.com/GitHubZJY/ZJYWidget)|🎨 一组实用炫酷自定义View的集合包括源码及demo包括常见的支付、扫描、解锁动画、炫酷转盘式菜单等效果。A collection of Android cool custom views|192|0|2021-10-13|
|123|[suisui2019/springboot-study](https://github.com/suisui2019/springboot-study)|代码对应的文章 公众号和博客园都有。|151|0|2021-08-23|
|124|[henryyan/activiti-in-action-codes](https://github.com/henryyan/activiti-in-action-codes)|Activiti官方唯一推荐中文书籍——《Activiti实战》示例源码|999|0|2022-01-07|
|124|[henryyan/activiti-in-action-codes](https://github.com/henryyan/activiti-in-action-codes)|Activiti官方唯一推荐中文书籍——《Activiti实战》示例源码|1001|0|2022-01-07|
|125|[gupaoedu-tom/design-samples](https://github.com/gupaoedu-tom/design-samples)|《设计模式就该这样学,基于经典框架源码和真实业务场景》随书代码示例工程|150|0|2021-11-02|
|126|[wmsJackWang/jackdking-root](https://github.com/wmsJackWang/jackdking-root)|JAVA 架构技术方案池丰富的Java架构技术解决方案分布式锁、分布式缓存、分布式事务、重试、去重、幂等、单点登入、分布式session、jwt等等分布式架构技术方案SpringSecurity教程SpringBoot 全都有完整的实现样例代码|59|0|2021-12-03|
|127|[jiangrongbo/mybatis-book](https://github.com/jiangrongbo/mybatis-book)|📚《Mybatis3源码深度解析》 随书源码|130|0|2021-12-14|
@ -141,12 +141,12 @@
|134|[yaojingguo/geekbang-zk-course](https://github.com/yaojingguo/geekbang-zk-course)|极客时间ZooKeeper实战与源代码剖析课程资源|139|0|2021-07-23|
|135|[my-dlq/blog-example](https://github.com/my-dlq/blog-example)|博客中的示例文件,包含 Kubernetes、Jenkins、Go、Java、SpringBoot、SpringCloud 知识示例等,将结合博客逐步讲解整体的知识内容体系。|398|0|2022-01-06|
|136|[aserbao/AserbaosAndroid](https://github.com/aserbao/AserbaosAndroid)|Android开发学习总结|396|0|2021-08-12|
|137|[dunwu/spring-tutorial](https://github.com/dunwu/spring-tutorial)|:book: Spring Framework 教程|514|0|2021-12-10|
|137|[dunwu/spring-tutorial](https://github.com/dunwu/spring-tutorial)|:book: Spring Framework 教程|515|0|2021-12-10|
|138|[hongfuli/study_notes](https://github.com/hongfuli/study_notes)|开源框架研究,经典书籍阅读等笔记|55|0|2021-11-14|
|139|[xiaomiwujiecao/KongFuOfArchitect](https://github.com/xiaomiwujiecao/KongFuOfArchitect)|(🆕更新中!)《架构师的功夫》教程合集、文章合集包含 范式编程、微服务、必备算法、安全攻防、汇编、爬虫、逆向、渗透测试...|309|0|2022-01-17|
|139|[xiaomiwujiecao/KongFuOfArchitect](https://github.com/xiaomiwujiecao/KongFuOfArchitect)|(🆕更新中!)《架构师的功夫》教程合集、文章合集包含 范式编程、微服务、必备算法、安全攻防、汇编、爬虫、逆向、渗透测试...|310|0|2022-01-17|
|140|[wsm1217395196/my-study](https://github.com/wsm1217395196/my-study)|我的学习|106|0|2022-01-15|
|141|[sunweiguo/mama-buy](https://github.com/sunweiguo/mama-buy)|:dog::dog:spring cloud分布式电商实战代码并且对以下内容进行了详细笔记记录maven聚合工程创建消息总线分库分表全局异常处理分布式session管理ZK分布式锁分布式ID生成SKU概念和表设计全文检索缓存下单扣减库存引起的超卖问题解决幂等性问题定时任务redis事件通知分布式事务解决方案等。|222|0|2021-08-09|
|142|[zlsq/Servlet](https://github.com/zlsq/Servlet)|该项目是多个Servlet、JSP小demo的集合都是一些基础|210|0|2021-10-20|
|142|[zlsq/Servlet](https://github.com/zlsq/Servlet)|该项目是多个Servlet、JSP小demo的集合都是一些基础|209|0|2021-10-20|
|143|[FleyX/bookmark](https://github.com/FleyX/bookmark)|一个开源云书签应用适配pc手机。可全文检索查找书签。|61|0|2021-11-17|
|144|[dongzl/netty-handbook](https://github.com/dongzl/netty-handbook)|https://dongzl.github.io/netty-handbook/|78|0|2021-08-26|
|145|[soberqian/Java-Carwler-Technology](https://github.com/soberqian/Java-Carwler-Technology)|网络数据采集技术—Java网络爬虫 (书稿完整代码,涉及网络爬虫的各种技术和知识点)|54|0|2021-08-23|
@ -161,7 +161,7 @@
|154|[fishpro/spring-boot-study](https://github.com/fishpro/spring-boot-study)|about learning Spring Boot via examples. 基于 spring boot 2.x 的学习教程简洁易懂|210|0|2021-09-20|
|155|[fenixsoft/microservice_arch_kubernetes](https://github.com/fenixsoft/microservice_arch_kubernetes)|基于Kubernetes实现的微服务架构示例工程。《软件架构探索》的配套组件。|78|0|2021-09-14|
|156|[ksfzhaohui/blog](https://github.com/ksfzhaohui/blog)|个人博客汇总|86|0|2021-12-14|
|157|[yeecode/MyBatisCN](https://github.com/yeecode/MyBatisCN)|MyBatis中文详尽注释版。书籍《通用源码阅读指导书——MyBatis源码详解》配套注释版源码。|238|0|2021-12-14|
|157|[yeecode/MyBatisCN](https://github.com/yeecode/MyBatisCN)|MyBatis中文详尽注释版。书籍《通用源码阅读指导书——MyBatis源码详解》配套注释版源码。|239|0|2022-01-18|
|158|[vector4wang/elasticsearch-quick](https://github.com/vector4wang/elasticsearch-quick)|:mag::bar_chart:ElasticSearch的使用笔记,包括使用sdk使用springboot+Jest、rollover索引切分和使用docker启动完成es的部署索引和搜索等|75|0|2021-08-09|
|159|[joyang1/JavaInterview](https://github.com/joyang1/JavaInterview)|最全的Java技术知识点以及Java源码分析。为开源贡献自己的一份力。|168|0|2021-07-30|
|160|[RingoTangs/LearningNote](https://github.com/RingoTangs/LearningNote)|学习笔记 持续更新......|207|0|2021-11-17|
@ -176,10 +176,10 @@
|169|[jsanhuo/HotelManagementSystem](https://github.com/jsanhuo/HotelManagementSystem)|Java组件课程设计-基于SpringBoot的酒店管理系统|68|0|2021-10-20|
|170|[RansongZ/Tingyu-Notes](https://github.com/RansongZ/Tingyu-Notes)|一套开发级JAVA设计语言学习笔记。所有笔记已更新于微信公众号<汀雨笔记>|119|0|2021-08-06|
|171|[jitwxs/blog-sample](https://github.com/jitwxs/blog-sample)|个人博客示例程序|259|0|2021-12-25|
|172|[dunwu/db-tutorial](https://github.com/dunwu/db-tutorial)|💾 db-tutorial 是一个数据库教程。|209|0|2022-01-17|
|173|[bage2014/study](https://github.com/bage2014/study)|全栈工程师学习笔记Spring登录、shiro登录、CAS单点登录和Spring boot oauth2单点登录Spring data cache 缓存支持Redis和EHcahce; web安全常见web安全漏洞以及解决思路常规组件比如redis、mq等quartz定时任务支持持久化数据库动态维护启动暂停关闭docker基本用法常用image镜像使用Docker-MySQ ...|188|0|2022-01-10|
|172|[dunwu/db-tutorial](https://github.com/dunwu/db-tutorial)|💾 db-tutorial 是一个数据库教程。|213|0|2022-01-18|
|173|[bage2014/study](https://github.com/bage2014/study)|全栈工程师学习笔记Spring登录、shiro登录、CAS单点登录和Spring boot oauth2单点登录Spring data cache 缓存支持Redis和EHcahce; web安全常见web安全漏洞以及解决思路常规组件比如redis、mq等quartz定时任务支持持久化数据库动态维护启动暂停关闭docker基本用法常用image镜像使用Docker-MySQ ...|188|0|2022-01-18|
|174|[feuyeux/jax-rs2-guide-II](https://github.com/feuyeux/jax-rs2-guide-II)|《Java Restful Web Service实战 第二版》源代码|168|0|2022-01-12|
|175|[SaminZou/study-prj](https://github.com/SaminZou/study-prj)|⭐⭐⭐ Learn how to learn 💪💪💪|86|0|2022-01-16|
|175|[SaminZou/study-prj](https://github.com/SaminZou/study-prj)|⭐⭐⭐ Learn how to learn 💪💪💪|86|0|2022-01-18|
|176|[rainweb521/My-tutorial](https://github.com/rainweb521/My-tutorial)|我想构建形成自己的知识的体系工作职位是大数据所以主要还是以大数据为主从主流框架HadoopSpark的开发到某些组件的单独利用我都会详细的讲解 大数据开发是很繁琐的,正确的运行环境是成功的第一步,所以我尽量从搭建,部署,开发整个流程都做出来,单独的环节可利用率很低。利人利己,希望帮到更多的人。|94|0|2021-12-28|
|177|[vanDusty/SpringBoot-Home](https://github.com/vanDusty/SpringBoot-Home)|这里是 Van 整理 Spring Boot 的系列笔记,更多内容会持续更新...|86|0|2021-10-27|
|178|[perkinls/flink-local-train](https://github.com/perkinls/flink-local-train)|flink入门到项目实践|370|0|2021-12-16|
@ -193,11 +193,11 @@
|186|[alangsuo/BILIBILI-HELPER-PRE](https://github.com/alangsuo/BILIBILI-HELPER-PRE)|这是一个利用 Linux Crontab , Docker等方式实现哔哩哔哩Bilibili每日任务投币点赞分享视频直播签到银瓜子兑换硬币漫画每日签到简单配置即可每日轻松获取 65 经验值,快来和我一起成为 Lv6 吧~~~~|53|0|2021-10-08|
|187|[littlecurl/AppProjects](https://github.com/littlecurl/AppProjects)|存放一些Java、JavaEE、Android和iOS的源码里面同时有zip压缩文件可以直接下载不需要clone整个仓库都是一些小Demo注释详细一点就不写教程文档了。|164|0|2021-12-25|
|188|[zhailuxu/Dubbo-Demo](https://github.com/zhailuxu/Dubbo-Demo)|《深度剖析Apache Dubbo技术内幕》一书Demo|69|0|2021-09-08|
|189|[chenjiabing666/JavaFamily](https://github.com/chenjiabing666/JavaFamily)|公众号: 码猿技术专栏 文章汇总|180|0|2022-01-17|
|190|[Firebasky/Java](https://github.com/Firebasky/Java)|关于学习java安全的一些知识,正在学习中ing,欢迎fork and star|187|0|2022-01-16|
|189|[chenjiabing666/JavaFamily](https://github.com/chenjiabing666/JavaFamily)|公众号: 码猿技术专栏 文章汇总|182|0|2022-01-17|
|190|[Firebasky/Java](https://github.com/Firebasky/Java)|关于学习java安全的一些知识,正在学习中ing,欢迎fork and star|194|0|2022-01-18|
|191|[lsgwr/algorithms](https://github.com/lsgwr/algorithms)|算法学习与总结,包括慕课网刘宇波老师、算法竞赛入门经典、挑战程序设计竞赛、算法竞赛宝典等|246|0|2021-10-24|
|192|[DAQ121/Lexer-Parser](https://github.com/DAQ121/Lexer-Parser)| :loudspeaker:编译原理java实现的词法分析器&语法分析器,有运行窗口:computer:,附带使用说明:green_book:|73|0|2021-10-21|
|193|[algorithmzuo/coding-for-great-offer](https://github.com/algorithmzuo/coding-for-great-offer)|大厂算法和数据结构刷题班|125|0|2021-12-28|
|193|[algorithmzuo/coding-for-great-offer](https://github.com/algorithmzuo/coding-for-great-offer)|大厂算法和数据结构刷题班|125|0|2022-01-18|
|194|[DiCaprio17/seckill-ssm](https://github.com/DiCaprio17/seckill-ssm)|一个整合SSM框架的高并发和商品秒杀项目学习目前较流行的Java框架组合实现高并发秒杀API|69|0|2021-12-09|
|195|[chen-xing/RgBlog](https://github.com/chen-xing/RgBlog)|RgBlog一个简洁美观、功能强大并且自适应的Java博客。内置SEO模板高效建站。是在开源博客oneblog的基础上进行了优化处理。|60|0|2021-11-03|
|196|[wucao/mina-netty-twisted](https://github.com/wucao/mina-netty-twisted)|《MINA、Netty、Twisted一起学》系列教程源码|87|0|2022-01-07|