|
|
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
|
|
|
|
|
# 中文总榜 > 资料类 > Java
|
|
|
<sub>数据更新: 2023-11-30 / 温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
|
|
|
|
|
|#|Repository|Description|Stars|Updated|
|
|
|
|:-|:-|:-|:-|:-|
|
|
|
|1|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|168546|2023-11-28|
|
|
|
|2|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!|138984|2023-11-29|
|
|
|
|3|[MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)|Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)|74334|2023-08-14|
|
|
|
|4|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|72449|2023-11-29|
|
|
|
|5|[krahets/hello-algo](https://github.com/krahets/hello-algo)|《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Rust, Dart, Zig 等语言。|50795|2023-11-29|
|
|
|
|6|[geekxh/hello-algorithm](https://github.com/geekxh/hello-algorithm)|🌍 针对小白的算法训练 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站|33836|2023-06-13|
|
|
|
|7|[ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)|about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |29552|2023-11-18|
|
|
|
|8|[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|26390|2023-07-18|
|
|
|
|9|[doocs/leetcode](https://github.com/doocs/leetcode)|🔥LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解|26147|2023-11-29|
|
|
|
|10|[hollischuang/toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer)|To Be Top Javaer - Java工程师成神之路|24984|2023-07-05|
|
|
|
|11|[yudaocode/SpringBoot-Labs](https://github.com/yudaocode/SpringBoot-Labs)|一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024|17831|2023-07-18|
|
|
|
|12|[dyc87112/SpringBoot-Learning](https://github.com/dyc87112/SpringBoot-Learning)|《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录!|15438|2023-09-12|
|
|
|
|13|[heibaiying/BigData-Notes](https://github.com/heibaiying/BigData-Notes)|大数据入门指南 :star:|14733|2023-09-15|
|
|
|
|14|[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、日志存储、百亿数据实时去重、 ...|13955|2023-09-15|
|
|
|
|15|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|13537|2023-11-02|
|
|
|
|16|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程,架构、业务、技术要点全方位解析。mall项目(50k+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容器化部署。|12442|2023-11-13|
|
|
|
|17|[itwanger/toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer)|一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄|10278|2023-11-02|
|
|
|
|18|[h2pl/JavaTutorial](https://github.com/h2pl/JavaTutorial)|【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识,整合了互联网上的很多优质Java技术文章,力求打造为最完整最实用的Java开发者学习指南,如果对你有帮助,给个star告诉我吧,谢谢!|6337|2023-08-26|
|
|
|
|19|[ityouknow/spring-cloud-examples](https://github.com/ityouknow/spring-cloud-examples)|Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等|6119|2023-07-18|
|
|
|
|20|[macrozheng/springcloud-learning](https://github.com/macrozheng/springcloud-learning)|一套涵盖大部分核心组件使用的Spring Cloud教程,包括Spring Cloud Alibaba及分布式事务Seata,基于Spring Cloud Greenwich及SpringBoot 2.1.7。篇篇精华,涵盖大部分应用场景。|6038|2023-11-27|
|
|
|
|21|[fuzhengwei/itstack-demo-design](https://github.com/fuzhengwei/itstack-demo-design)|:art: 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心,从实际业务中抽离出,交易、营销、秒杀、中间件、源码等22个真实场景,来学习设计模式的运用。欢迎关注小傅哥,微信(fustack),公众号:bugstack虫洞栈,博客:https://bugstack.cn|5937|2023-06-08|
|
|
|
|22|[dromara/lamp-cloud](https://github.com/dromara/lamp-cloud)|lamp-cloud 基于Jdk11 + SpringCloud + SpringBoot 开发的微服务中后台快速开发平台,专注于多租户(SaaS架构)解决方案,亦可作为普通项目(非SaaS架构)的基础开发框架使用,目前已实现插拔式数据库隔离、SCHEMA隔离、字段隔离 等租户隔离方案。|5179|2023-09-26|
|
|
|
|23|[CoderLeixiaoshuai/java-eight-part](https://github.com/CoderLeixiaoshuai/java-eight-part)|『Java八股文』Java面试套路,Java进阶学习,打破内卷拿大厂Offer,升职加薪!|4504|2023-11-28|
|
|
|
|24|[fuzhengwei/small-spring](https://github.com/fuzhengwei/small-spring)|🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。|4307|2023-07-17|
|
|
|
|25|[zq2599/blog_demos](https://github.com/zq2599/blog_demos)|CSDN博客专家程序员欣宸的github,这里有六百多篇原创文章的详细分类和汇总,以及对应的源码,内容涉及Java、Docker、Kubernetes、DevOPS等方面|4080|2023-11-28|
|
|
|
|26|[mercyblitz/tech-weekly](https://github.com/mercyblitz/tech-weekly)|「小马哥技术周报」|3858|2023-10-25|
|
|
|
|27|[NotFound9/interviewGuide](https://github.com/NotFound9/interviewGuide)|推荐免费ChatGPT网站:https://www.lintcode.com/chat-gpt?utm_source=tf-github-NotFound 点此领取7天VIP会员:https://www.lintcode.com/vip/activity/z1qgMH 《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操 ...|3842|2023-08-07|
|
|
|
|28|[dunwu/db-tutorial](https://github.com/dunwu/db-tutorial)|📚 db-tutorial 是一个数据库教程。|3674|2023-11-22|
|
|
|
|29|[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 ...|3648|2023-09-05|
|
|
|
|30|[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 ...|3474|2023-11-04|
|
|
|
|31|[sherxon/AlgoDS](https://github.com/sherxon/AlgoDS)|Implementation of Algorithms and Data Structures, Problems and Solutions|3406|2023-10-27|
|
|
|
|32|[dunwu/javacore](https://github.com/dunwu/javacore)|:coffee: JavaCore 是对 Java 核心技术的经验总结。|3029|2023-08-18|
|
|
|
|33|[rbmonster/learning-note](https://github.com/rbmonster/learning-note)|Java开发及面试(个人面试、工作总结、资料收集站)|2866|2023-10-11|
|
|
|
|34|[krahets/LeetCode-Book](https://github.com/krahets/LeetCode-Book)|《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓|2855|2023-11-21|
|
|
|
|35|[vector4wang/spring-boot-quick](https://github.com/vector4wang/spring-boot-quick)|:herb: 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、k3s、k3d、k8s、mybatis加解密插件、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等:pushpin ...|2324|2023-10-17|
|
|
|
|36|[MoRan1607/BigDataGuide](https://github.com/MoRan1607/BigDataGuide)|大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料|2321|2023-11-22|
|
|
|
|37|[Jackson0714/PassJava-Platform](https://github.com/Jackson0714/PassJava-Platform)|一款面试刷题的 Spring Cloud 开源系统。零碎时间利用小程序查看常见面试题,夯实Java基础。 该项目可以教会你如何搭建SpringBoot项目,Spring Cloud项目。 采用流行的技术,如 SpringBoot、MyBatis、Redis、 MySql、 MongoDB、 RabbitMQ、Elasticsearch,采用Docker容器化部署。|2316|2023-07-10|
|
|
|
|38|[reneargento/algorithms-sedgewick-wayne](https://github.com/reneargento/algorithms-sedgewick-wayne)|Solutions to all the exercises of the Algorithms book by Robert Sedgewick and Kevin Wayne |2096|2023-11-20|
|
|
|
|39|[crazyqiang/AndroidStudy](https://github.com/crazyqiang/AndroidStudy)|🔥 Android学习知识点总结 Jetpack、MVVM、MVI、Kotlin、ViewPager2、JUC多线程等,欢迎star!|1929|2023-11-01|
|
|
|
|40|[Mr-xn/RedTeam_BlueTeam_HW](https://github.com/Mr-xn/RedTeam_BlueTeam_HW)|红蓝对抗以及护网相关工具和资料,内存shellcode(cs+msf)和内存马查杀工具|1899|2023-09-26|
|
|
|
|41|[kanwangzjm/funiture](https://github.com/kanwangzjm/funiture)| github: https://github.com/kanwangzjm/funiture, spring项目,权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等|1868|2023-11-15|
|
|
|
|42|[bin392328206/six-finger](https://github.com/bin392328206/six-finger)|📓从Java基础、JavaWeb基础到常用的框架再到面试题、微服务、分布式、大数据都有完整的教程,几乎涵盖了Java必备的知识点|1842|2023-08-17|
|
|
|
|43|[REBOOTERS/AndroidAnimationExercise](https://github.com/REBOOTERS/AndroidAnimationExercise)|Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享|1791|2023-11-16|
|
|
|
|44|[Jstarfish/JavaKeeper](https://github.com/Jstarfish/JavaKeeper)|✍️ Java 工程师必备架构体系知识总结:涵盖分布式、微服务、RPC等互联网公司常用架构,以及数据存储、缓存、搜索等必备技能|1766|2023-10-17|
|
|
|
|45|[zincPower/UI2018](https://github.com/zincPower/UI2018)|用于结合“江澎涌”公众号分享 Android 高级 UI 知识点,形成知识体系|1669|2023-09-01|
|
|
|
|46|[JosephZhu1983/java-common-mistakes](https://github.com/JosephZhu1983/java-common-mistakes)|书籍《Java 开发坑点解析:从根因分析到最佳实践》 & 极客时间专栏《Java业务开发常见错误100例》源码|1567|2023-11-28|
|
|
|
|47|[Y4tacker/JavaSec](https://github.com/Y4tacker/JavaSec)|a rep for documenting my study, may be from 0 to 0.1|1377|2023-11-28|
|
|
|
|48|[superhj1987/pragmatic-java-engineer](https://github.com/superhj1987/pragmatic-java-engineer)|Java工程师修炼之道 - 梳理Java知识体系,沓实架构基础|1312|2023-11-14|
|
|
|
|49|[Snailclimb/spring-security-jwt-guide](https://github.com/Snailclimb/spring-security-jwt-guide)|从零入门 !Spring Security With JWT(含权限验证)后端部分代码。|1279|2023-10-27|
|
|
|
|50|[algorithmzuo/algorithmbasic2020](https://github.com/algorithmzuo/algorithmbasic2020)|算法和数据结构体系学习班|1257|2023-06-28|
|
|
|
|51|[happylishang/AntiFakerAndroidChecker](https://github.com/happylishang/AntiFakerAndroidChecker)|设备指纹 获取真实的IMEI AndroidId 序列号 MAC地址等,Android模拟器检测,检测Android模拟器 ,作为可信DeviceID,应对防刷需求等 Android设备指纹 How to detect Android emulator |1196|2023-11-17|
|
|
|
|52|[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等等。|1188|2023-06-08|
|
|
|
|53|[itwanger/paicoding](https://github.com/itwanger/paicoding)|⭐️一款好用又强大的开源社区,基于 Spring Boot、MyBatis-Plus、MySQL、Redis、ElasticSearch、MongoDB、Docker、RabbitMQ 等主流技术栈,附详细教程,包括Java、Spring、MySQL、Redis、微服务&分布式、消息队列等核心知识点。学编程,就上技术派😁。|1178|2023-11-28|
|
|
|
|54|[suzeyu1992/repo](https://github.com/suzeyu1992/repo)|📒 记录一个自己的知识库|1124|2023-09-22|
|
|
|
|55|[pascal-lab/Tai-e](https://github.com/pascal-lab/Tai-e)|An easy-to-learn/use static analysis framework for Java|1066|2023-11-26|
|
|
|
|56|[PotoYang/spring-in-action-v5-translate](https://github.com/PotoYang/spring-in-action-v5-translate)|Spring 实战第五版中文翻译|1057|2023-08-12|
|
|
|
|57|[Zephery/newblog](https://github.com/Zephery/newblog)|:octocat: 个人博客,个人网站,blog|1042|2023-10-19|
|
|
|
|58|[nacos-group/nacos-examples](https://github.com/nacos-group/nacos-examples)|Nacos Examples|897|2023-10-21|
|
|
|
|59|[mercyblitz/geekbang-lessons](https://github.com/mercyblitz/geekbang-lessons)|极客时间课程工程|861|2023-07-06|
|
|
|
|60|[javastacks/javastack](https://github.com/javastacks/javastack)|Java技术栈,分享最主流的 Java 技术。|833|2023-11-17|
|
|
|
|61|[nibnait/algorithms](https://github.com/nibnait/algorithms)|《剑指Offer》、LeetCode|826|2023-07-02|
|
|
|
|62|[moshowgame/spring-cloud-study](https://github.com/moshowgame/spring-cloud-study)|SpringBootLearning,SpringCloudStudy,学习SpringBoot2/SpringCloud2的项目,包含Eureka/Zuul/JPA/Mybatis Plus/Feign/WebSocket/JMS/POI-TL/Redis Cache/UDP/SecurityJWT/elasticSearch/Drools|743|2023-09-12|
|
|
|
|63|[dunwu/spring-tutorial](https://github.com/dunwu/spring-tutorial)|:book: Spring 教程|741|2023-08-18|
|
|
|
|64|[Firebasky/Java](https://github.com/Firebasky/Java)|关于学习java安全的一些知识,正在学习中ing,欢迎fork and star|691|2023-07-11|
|
|
|
|65|[yilylong/HighLight-GuideView](https://github.com/yilylong/HighLight-GuideView)|用户指引提示guideview,新特性高亮指示 HighLight|686|2023-08-17|
|
|
|
|66|[EiletXie/cloud2020](https://github.com/EiletXie/cloud2020)|SpringCloud2020最新技术学习|666|2023-10-11|
|
|
|
|67|[liuyueyi/spring-boot-demo](https://github.com/liuyueyi/spring-boot-demo)|Spring Boot & Spring Cloud & Spring Security Demo Case(Spring学习示例实战项目)|595|2023-11-24|
|
|
|
|68|[little-snow-fox/react-native-wechat-lib](https://github.com/little-snow-fox/react-native-wechat-lib)|🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android|589|2023-11-14|
|
|
|
|69|[heibaiying/Full-Stack-Notes](https://github.com/heibaiying/Full-Stack-Notes)|全栈工程师手册|575|2023-10-24|
|
|
|
|70|[lyb-geek/springboot-learning](https://github.com/lyb-geek/springboot-learning)|springboot-learning|544|2023-11-04|
|
|
|
|71|[blossom-editor/blossom](https://github.com/blossom-editor/blossom)|A markdown editor that you can deploy on your own servers to achieve cloud storage and device synchronization(支持私有部署的云端存储双链笔记软件)|516|2023-11-29|
|
|
|
|72|[forezp/springcloud-book](https://github.com/forezp/springcloud-book)|书籍《深入理解Spring Cloud与微服务构建》的源码|512|2023-07-18|
|
|
|
|73|[my-dlq/blog-example](https://github.com/my-dlq/blog-example)|博客中的示例文件,包含 Kubernetes、Jenkins、Go、Java、SpringBoot、SpringCloud 知识示例等,将结合博客逐步讲解整体的知识内容体系。|502|2023-10-30|
|
|
|
|74|[rymcu/forest](https://github.com/rymcu/forest)|forest(森林)——一款现代化的知识社区后台项目,使用 SpringBoot + Shiro + MyBatis + JWT + Redis 实现|485|2023-10-10|
|
|
|
|75|[javasmall/bigsai-algorithm](https://github.com/javasmall/bigsai-algorithm)|bigsai的数据结构与算法、LeetCode图解、剑指offer图解文章专栏,致力于最好懂的数据结构与算法专栏|484|2023-11-21|
|
|
|
|76|[a616567126/GPT-WEB-JAVA](https://github.com/a616567126/GPT-WEB-JAVA)|基于JDK8 AI 聊天机器人!微信公众号 Midjourney画图、卡密兑换、web 支持ChatGPT、Midjourney画图、sd画图,卡密兑换,易支付,公众号引流,邮件注册🔥|461|2023-11-24|
|
|
|
|77|[fuzhengwei/chatbot-api](https://github.com/fuzhengwei/chatbot-api)|《ChatGPT AI 问答助手》 开源免费项目,涵盖爬虫接口、ChatGPT API对接、DDD架构设计、镜像打包、Docker容器部署,小巧精悍,流程全面。对于Java编程伙伴来说,非常具有学习价值。|433|2023-10-15|
|
|
|
|78|[Drun1baby/JavaSecurityLearning](https://github.com/Drun1baby/JavaSecurityLearning)|记录一下 Java 安全学习历程,也算是半条学习路线了|427|2023-11-16|
|
|
|
|79|[SincereXIA/XidianCS](https://github.com/SincereXIA/XidianCS)|西安电子科技大学 计算机科学与技术专业 笔记、上机作业、实验 etc.|389|2023-07-21|
|
|
|
|80|[niumoo/JavaNotes](https://github.com/niumoo/JavaNotes)|🧱 「Java学习」一份涵盖大部分Java程序员所需要掌握的核心知识。JDK 源码分析 & Java 新特性 & Java 并发编程 & Java 虚拟机 & SpringBoot 2.x 系列|374|2023-11-09|
|
|
|
|81|[yiyandaoren/KongFuOfArchitect](https://github.com/yiyandaoren/KongFuOfArchitect)|(Updating!) Architect's Kung Fu tutorial collection Article collection contains paradigm programming microservices essential algorithms Security attack Assembly Crawler Reverse penetration test...etc.|364|2023-11-03|
|
|
|
|82|[ashinnotfound/ChatGPT-YourChatRobot](https://github.com/ashinnotfound/ChatGPT-YourChatRobot)|❤开箱即用❤an unofficial implement of ChatGPT in QQ/Wechat. 一个非官方的ChatGPT腾讯qq/微信(非公众号)实现版,快来把你的qq或微信变成chatgpt吧|362|2023-11-12|
|
|
|
|83|[algorithmzuo/coding-for-great-offer](https://github.com/algorithmzuo/coding-for-great-offer)|大厂算法和数据结构刷题班|360|2023-09-03|
|
|
|
|84|[yeecode/MyBatisCN](https://github.com/yeecode/MyBatisCN)|MyBatis中文详尽注释版。书籍《通用源码阅读指导书——MyBatis源码详解》配套注释版源码。|358|2023-07-22|
|
|
|
|85|[xiongsihao/myblog](https://github.com/xiongsihao/myblog)|springBoot博客项目|348|2023-06-14|
|
|
|
|86|[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 ...|328|2023-10-25|
|
|
|
|87|[bage2014/study](https://github.com/bage2014/study)|Java全栈工程师学习笔记;Spring、shiro、CAS、oauth2单点登录;cache 、Redis; web 安全及解决思路;redis、mq、quartz、docker;Docker各种组件实践等;mybatis、spring、spring boot实践;分布式锁;基于分库分表等等;Java full-stack engineer study notes; Spring, shiro, ...|322|2023-11-28|
|
|
|
|88|[dubboclub/dubbo-plus](https://github.com/dubboclub/dubbo-plus)|dubbo的插件集合|319|2023-10-11|
|
|
|
|89|[lsgwr/algorithms](https://github.com/lsgwr/algorithms)|算法学习与总结,包括慕课网刘宇波老师、算法竞赛入门经典、挑战程序设计竞赛、算法竞赛宝典等|316|2023-06-12|
|
|
|
|90|[dddplus/dddplus-demo](https://github.com/dddplus/dddplus-demo)|♨️ Demonstrate how to use DDDplus to build a complex OMS.演示如何使用DDDplus实现一套订单履约中台OMS|289|2023-08-01|
|
|
|
|91|[kobeyk/license](https://github.com/kobeyk/license)|软件许可证书生成+验证|285|2023-07-16|
|
|
|
|92|[algorithmzuo/weekly-problems](https://github.com/algorithmzuo/weekly-problems)|每周有营养的大厂算法面试题|265|2023-09-02|
|
|
|
|93|[zhangjun0x01/bigdata-examples](https://github.com/zhangjun0x01/bigdata-examples)|分享一些在工作中的大数据实战案例,包括flink、kafka、hadoop、presto等等。欢迎大家关注我的公众号【大数据技术与应用实战】,一起成长。|255|2023-08-08|
|
|
|
|94|[fuzhengwei/java-algorithms](https://github.com/fuzhengwei/java-algorithms)|📝 Java 数据结构和算法 Algorithms and data structures implemented in Java with explanations and links to further readings|254|2023-11-01|
|
|
|
|95|[yangchong211/YCJniHelper](https://github.com/yangchong211/YCJniHelper)|JNI学习案例,通过简单的案例快速入门jni开发。JNI基础语法介绍,so库生成打包和反编译,Java和C/C++相关调用案例|245|2023-10-08|
|
|
|
|96|[algorithmzuo/algorithm-journey](https://github.com/algorithmzuo/algorithm-journey)|算法通关课的代码和课件|239|2023-11-29|
|
|
|
|97|[FleyX/demo-project](https://github.com/FleyX/demo-project)|存放学习过程中的demo项目,顺便点下⭐哦|239|2023-11-28|
|
|
|
|98|[hbelmiro/100DaysOfJava](https://github.com/hbelmiro/100DaysOfJava)|Small pieces of Java content on my social media every day for a hundred days. Learn with short code snippets.|238|2023-11-22|
|
|
|
|99|[SilenceHVK/blog](https://github.com/SilenceHVK/blog)|:books: :octocat: Github static blog post, experience the fun of using Issues.Welcome star( 静态博客文章,体验一下使用 Issues 的乐趣,欢迎 star )个人博客地址:blog.hvkcoder.me/love|232|2023-11-28|
|
|
|
|100|[fafeidou/fast-cloud-nacos](https://github.com/fafeidou/fast-cloud-nacos)|fast-cloud-nacos项目致力于打造一个基于nacos为注册中心,结合企业开发习惯,总结的一些基本的实现方式|223|2023-11-29|
|
|
|
|101|[Romantic-Lei/Learning-in-practice](https://github.com/Romantic-Lei/Learning-in-practice)|learning (Fork 代码的小伙伴留下你们的star吧)|216|2023-10-24|
|
|
|
|102|[lynnlovemin/SpringCloudLesson](https://github.com/lynnlovemin/SpringCloudLesson)|SpringCloud从入门到精通系列课程|215|2023-10-11|
|
|
|
|103|[Erik-ly/SprakProject](https://github.com/Erik-ly/SprakProject)|《Spark 大型电商项目实战》源码,博客地址:http://blog.csdn.net/u012318074/article/category/6744423|208|2023-11-14|
|
|
|
|104|[ShinChven/MigrateToGradle](https://github.com/ShinChven/MigrateToGradle)|在学习Gradle的路上整理的心得。|208|2023-10-07|
|
|
|
|105|[fengyuecanzhu/FYReader](https://github.com/fengyuecanzhu/FYReader)|风月读书,一款开源、免费的小说阅读软件,支持自定义书源,支持本地txt和epub导入阅读。|205|2023-10-07|
|
|
|
|106|[magniture/Java-studying](https://github.com/magniture/Java-studying)|Java Learning|187|2023-10-19|
|
|
|
|107|[Snailclimb/springboot-kafka](https://github.com/Snailclimb/springboot-kafka)|kafka学习!|184|2023-09-05|
|
|
|
|108|[ganchaoyang/spring-tutorial](https://github.com/ganchaoyang/spring-tutorial)|本项目是我个人在编写Spring Boot系列博客的源代码,会持续不断更新。如果项目中的代码有错误,望大家一起勘正~。|183|2023-10-11|
|
|
|
|109|[landon30/Bulls](https://github.com/landon30/Bulls)|对外的技术分享合集,主要是游戏服务器架构、实战,优化等,以及游戏客户端初学分享|179|2023-06-16|
|
|
|
|110|[joyang1/JavaInterview](https://github.com/joyang1/JavaInterview)|最全的Java技术知识点,以及Java源码分析;Just learn it。|176|2023-07-05|
|
|
|
|111|[feuyeux/jax-rs2-guide-II](https://github.com/feuyeux/jax-rs2-guide-II)|《Java Restful Web Service实战 第二版》源代码|176|2023-11-29|
|
|
|
|112|[cicadasmile/spring-boot-base](https://github.com/cicadasmile/spring-boot-base)|spring boot 2.0 基础教程,日志配置,数据源配置,事务管理等。|169|2023-07-22|
|
|
|
|113|[fancyChuan/bigdata-hub](https://github.com/fancyChuan/bigdata-hub)|数据建设与大数据技术知识体系,包含hadoop、hive、spark、flink主流框架和系列框架,数据中台、数据湖、数据治理、数仓建设、数据化转型等|169|2023-10-03|
|
|
|
|114|[MarkShen1992/Mashibing_High_Concurrency](https://github.com/MarkShen1992/Mashibing_High_Concurrency)|马士兵高并发,Java基础视频学习源码|168|2023-10-31|
|
|
|
|115|[zpsw/jt808-netty](https://github.com/zpsw/jt808-netty)|Netty入门教学项目,解析JT808协议,整合Spring boot,并提供了一些Netty中的最佳实践|166|2023-07-22|
|
|
|
|116|[rawchen/FeishuBot](https://github.com/rawchen/FeishuBot)|飞书群聊/私聊ChatGPT机器人|163|2023-10-17|
|
|
|
|117|[shuigedeng/taotao-cloud-project](https://github.com/shuigedeng/taotao-cloud-project)|微服务开发脚手架,包括大数据模块、微服务模块、前端模块。基于Spring Cloud Alibaba的微服务架构。提供技术框架的基础能力的封装,减少开发工作,只关注业务,包含了工作以来的工作总结和技术沉淀|160|2023-11-28|
|
|
|
|118|[andream7/cuit_sharing](https://github.com/andream7/cuit_sharing)|cuit期末互助仓库 | 成都信息工程大学课程共享计划|158|2023-09-01|
|
|
|
|119|[ZhangLe1993/face-ai](https://github.com/ZhangLe1993/face-ai)|一款入门级的人脸识别、视频人脸识别、图片分类, 性别检测, 年龄检测, 照片特效处理, 天空滤镜, 图像色温调整, 图像对比度调整, 图像饱和度调整, 图像高光调整, 图像阴影调整, 图像明度调整算法实战项目. JAVA+OpenCV|151|2023-07-06|
|
|
|
|120|[SaminZou/study-prj](https://github.com/SaminZou/study-prj)|Learn how to learn 💪💪💪|144|2023-11-29|
|
|
|
|121|[Cyborg2077/xuecheng-plus](https://github.com/Cyborg2077/xuecheng-plus)|黑马学成在线项目,博客附带全套笔记及可能遇到的bug解决方案|142|2023-06-16|
|
|
|
|122|[C3Stones/blog](https://github.com/C3Stones/blog)|博客练习Demo工程|138|2023-07-17|
|
|
|
|123|[tingyunote/Tingyu-Notes](https://github.com/tingyunote/Tingyu-Notes)|一套开发级JAVA设计语言学习笔记。所有笔记已更新于微信公众号<汀雨笔记>|138|2023-08-15|
|
|
|
|124|[yechaoa/GradleX](https://github.com/yechaoa/GradleX)|一份关于Gradle的学习路线|134|2023-10-22|
|
|
|
|125|[yeecode/MyBatisDemo](https://github.com/yeecode/MyBatisDemo)|书籍《通用源码阅读指导书——MyBatis源码详解》配套示例|133|2023-07-22|
|
|
|
|126|[TenMoons/AHU-CS-Repository](https://github.com/TenMoons/AHU-CS-Repository)|安徽大学(AHU)计算机科学与技术学院学习资料汇总|128|2023-11-01|
|
|
|
|127|[Study-Up-Up/Vue-SpringCloud-Blog](https://github.com/Study-Up-Up/Vue-SpringCloud-Blog)|whc的毕业设计:基于Vue+SpringCloud博客的设计与实现-微服务-分布式|127|2023-11-10|
|
|
|
|128|[BukkitAPI-Translation-Group/Chinese_BukkitAPI](https://github.com/BukkitAPI-Translation-Group/Chinese_BukkitAPI)|BukkitAPI 中文文档 (版本 Spigot-API 1.20)|126|2023-10-25|
|
|
|
|129|[lichaojacobs/java_learning_practice](https://github.com/lichaojacobs/java_learning_practice)|java 进阶之路:面试高频算法、akka、多线程、NIO、Netty、SpringBoot、Spark&&Flink 等|121|2023-10-11|
|
|
|
|130|[longbig/multi_function_github](https://github.com/longbig/multi_function_github)|各种脚本工具集合,使用方法博客地址:https://longbig.github.io/|116|2023-07-15|
|
|
|
|131|[WangPney/java-wechat-grpc-local](https://github.com/WangPney/java-wechat-grpc-local)|微信协议,Ipad协议、MAC协议、Windows协议(本开源项目是7.X版本 840是商用 JAVA版本的,学习用,商用独家840 Java协议测试 请看下面)|115|2023-10-17|
|
|
|
|132|[zincPower/GradleStudy](https://github.com/zincPower/GradleStudy)|分享 Android Gradle 中配置属性如何使用,形成知识体系|115|2023-09-01|
|
|
|
|133|[rainweb521/My-tutorial](https://github.com/rainweb521/My-tutorial)|我想构建形成自己的知识的体系,工作职位是大数据,所以主要还是以大数据为主,从主流框架Hadoop,Spark的开发到某些组件的单独利用,我都会详细的讲解, 大数据开发是很繁琐的,正确的运行环境是成功的第一步,所以我尽量从搭建,部署,开发整个流程都做出来,单独的环节可利用率很低。利人利己,希望帮到更多的人。|112|2023-07-22|
|
|
|
|134|[kongpf8848/ViewWorld](https://github.com/kongpf8848/ViewWorld)|自定义View合集,展示各种自定义View/控件。项目包含了自定义Banner轮播图控件,自定义验证码输入框,自定义TabLayout等控件,持续更新中:wink::wink::wink:|108|2023-08-13|
|
|
|
|135|[lzh66666/SpringBoot](https://github.com/lzh66666/SpringBoot)|狂神SpringBoot笔记+源码|105|2023-10-11|
|
|
|
|136|[tianlian0/duplicate-check-sample](https://github.com/tianlian0/duplicate-check-sample)|文本查重SDK,可用于论文查重、标书查重、文档查重、作业查重、合同查重、防串标等场景。关联:duplicate check|101|2023-09-05|
|
|
|
|137|[timerring/backend-tutorial](https://github.com/timerring/backend-tutorial)|韩顺平Java零基础markdown整理(A detailed tutorial of java from 0 to 1)|100|2023-07-23|
|
|
|
|138|[Vip-Augus/springboot-note](https://github.com/Vip-Augus/springboot-note)|Spring Boot+Vue 书籍学习 demo|99|2023-06-14|
|
|
|
|139|[aaja/architect-demo](https://github.com/aaja/architect-demo)|Some of my learning experience after work|96|2023-11-22|
|
|
|
|140|[ksfzhaohui/blog](https://github.com/ksfzhaohui/blog)|个人博客汇总|96|2023-06-18|
|
|
|
|141|[HMS-Core/hms-AREngine-demo](https://github.com/HMS-Core/hms-AREngine-demo)|Huawei AREngine kit sample code demonstrates how to use Huawei AR functions, including motion tracking, plane detection, face recognition and gesture recognition, etc.|94|2023-06-27|
|
|
|
|142|[FleyX/bookmark](https://github.com/FleyX/bookmark)|一个开源云书签应用,适配pc,手机。可全文检索查找书签。|94|2023-11-25|
|
|
|
|143|[wupeixuan/SpringBoot-Learn](https://github.com/wupeixuan/SpringBoot-Learn)|Spring Boot 入门|93|2023-11-22|
|
|
|
|144|[Sunt-ing/SUSTech-CS-Notes](https://github.com/Sunt-ing/SUSTech-CS-Notes)|一名南科大CS本科生的课程笔记、考点预测和论文,包含CS和非CS的内容:rocket::rocket:|92|2023-10-17|
|
|
|
|145|[zhangliangming/HappyPlayer-PC](https://github.com/zhangliangming/HappyPlayer-PC)|乐乐音乐播放器,支持ape,wav,flac,mp3等多种格式,支持动态ksc、hrc、hrcx、krc歌词文件和支持和显示翻译歌词和音译歌词,支持多语言歌词,是一款不错的java swing音乐播放器|91|2023-07-17|
|
|
|
|146|[lastwhispers/code](https://github.com/lastwhispers/code)|Java学习过程中笔记的配套代码|90|2023-06-30|
|
|
|
|147|[wmsJackWang/jackdking-root](https://github.com/wmsJackWang/jackdking-root)|JAVA 架构技术方案池:丰富的Java架构技术解决方案:分布式锁、分布式缓存、分布式事务、重试、去重、幂等、单点登入、分布式session、jwt等等分布式架构技术方案,SpringSecurity教程,SpringBoot 全都有完整的实现样例代码|89|2023-11-20|
|
|
|
|148|[optimjie/bytedance-youthcamp-search-engine](https://github.com/optimjie/bytedance-youthcamp-search-engine)|该项目是大厂候选人队参加2022年字节跳动青训营实现的课程大项目。|88|2023-07-22|
|
|
|
|149|[itwanger/codingmore-learning](https://github.com/itwanger/codingmore-learning)|编程猫的学习教程|85|2023-09-21|
|
|
|
|150|[galaxy-sea/galaxy-blogs](https://github.com/galaxy-sea/galaxy-blogs)|我的博客-用于博客的存档|85|2023-10-02|
|
|
|
|151|[LiLittleCat/tools-in-ruanyf-weekly](https://github.com/LiLittleCat/tools-in-ruanyf-weekly)|阮一峰老师科技爱好者周刊「工具」和「资源」汇总。A collection of tools and resources featured in Ruanyifeng's weekly technology enthusiast newsletter.|83|2023-11-24|
|
|
|
|152|[black-ant/case](https://github.com/black-ant/case)|Java 大合集 , 包含多种框架的运用 , 微服务 , 压测 , 性能分析 , 文档 , 源码分析|81|2023-11-05|
|
|
|
|153|[SambacFeng/SWU-SE-HELPER](https://github.com/SambacFeng/SWU-SE-HELPER)|西南大学软件工程专业生存指南,提供专业所需学习的课程资料,学习攻略等|80|2023-09-01|
|
|
|
|154|[kobeyk/SpringBoot-DesignMode](https://github.com/kobeyk/SpringBoot-DesignMode)|Java 23种设计模式Demo案列大全 ☞ SpringBoot框架|77|2023-06-01|
|
|
|
|155|[wufeiqun/blog](https://github.com/wufeiqun/blog)|我的博客|77|2023-11-24|
|
|
|
|156|[DiCaprio17/seckill-ssm](https://github.com/DiCaprio17/seckill-ssm)|一个整合SSM框架的高并发和商品秒杀项目,学习目前较流行的Java框架组合实现高并发秒杀API|76|2023-08-05|
|
|
|
|157|[leilei0220/springboot-learn](https://github.com/leilei0220/springboot-learn)|springboot学习小营地|75|2023-09-04|
|
|
|
|158|[liuqi0725/OpenCV3-Study-JAVA](https://github.com/liuqi0725/OpenCV3-Study-JAVA)|OpenCV3 JAVA 学习示例、应用案例实现、以及 OCR 识别相关内容|75|2023-07-16|
|
|
|
|159|[returntolife455/DemoList](https://github.com/returntolife455/DemoList)|Demo集合|74|2023-10-27|
|
|
|
|160|[zhongjinggz/geekdemo](https://github.com/zhongjinggz/geekdemo)|极客时间《手把手教你落地DDD》配套代码|72|2023-07-16|
|
|
|
|161|[dolyw/ProjectStudy](https://github.com/dolyw/ProjectStudy)|我的学习代码记录|70|2023-10-24|
|
|
|
|162|[shenniubuxing3/springcloud-Finchley.SR2](https://github.com/shenniubuxing3/springcloud-Finchley.SR2)|基于Finchley.SR2版本的springcloud分享篇|68|2023-10-11|
|
|
|
|163|[wayne-pq/simplify](https://github.com/wayne-pq/simplify)|simplify 包含了一系列自我驱动学习的子项目。|66|2023-11-13|
|
|
|
|164|[GodLikeZeal/zealsay_backend](https://github.com/GodLikeZeal/zealsay_backend)|Spring Boot 快速开发脚手架,以博客论坛为示例展示,后台主要使用Spring Boot,Spring Security,Mybatis-plus,redis token,前端使用Nuxt,Vue,Vuex,Vue-Router,Vuetify。|64|2023-06-14|
|
|
|
|165|[CCCshengjiang/algorithm](https://github.com/CCCshengjiang/algorithm)|算法笔记和源代码|61|2023-11-27|
|
|
|
|166|[sqdpt666/VxMessageWeatherActions](https://github.com/sqdpt666/VxMessageWeatherActions)|微信公众号消息推送Actions版本+天气预报|61|2023-07-03|
|
|
|
|167|[ngcly/MusicStory](https://github.com/ngcly/MusicStory)|一个用来听歌看书的网站|60|2023-09-06|
|
|
|
|168|[nICEnnnnnnnLee/AcFunDown](https://github.com/nICEnnnnnnnLee/AcFunDown)|包含PC端UI界面的A站 视频下载器。支持收藏夹、UP主视频批量下载 😳仅供交流学习使用喔|58|2023-07-08|
|
|
|
|169|[fuzhengwei/book-small-mybatis](https://github.com/fuzhengwei/book-small-mybatis)|《手写Mybatis:渐进式源码实践》 —— 作者:付政委(小傅哥)|57|2023-06-09|
|
|
|
|170|[nancheung/legado-reader](https://github.com/nancheung/legado-reader)|《开源阅读》的Jetbrains IDE插件版,只为随时随地在IDE中提供阅读体验。|56|2023-09-27|
|
|
|
|171|[huanzi-qch/springCloud](https://github.com/huanzi-qch/springCloud)|SpringCloud系列Demo代码,每个子项目都是SpringCloud的一个知识点或者说技能点且都有对应的博客介绍,代码开箱即用适合新手学习或老司机复习|56|2023-06-14|
|
|
|
|172|[zhonglikui/cardinals](https://github.com/zhonglikui/cardinals)|Android常用工具类集合|55|2023-06-04|
|
|
|
|173|[Bin4xin/bigger-than-bigger](https://github.com/Bin4xin/bigger-than-bigger)|Expolit Lists. 相关集合💥💥💥 ;) 用友NC反序列化/ CTF/ Java Deserialization/Shiro Vulns/ CNVD or CVE Vulns/ Log4j2/ Hikvision-decrypter...✨✨✨|54|2023-10-29|
|
|
|
|174|[mifengjun/java-design-patterns](https://github.com/mifengjun/java-design-patterns)|设计模式专题,共 23 种设计模式。GOF design patterns,implement of Java。|54|2023-10-02|
|
|
|
|
|
|
<div align="center">
|
|
|
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
|
|
榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
|
|
</div>
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
<div align="center"><a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|