Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
后端 (Java Golang)全栈知识架构体系总结
| Date | Stars |
|---|---|
| 2026-07-24 | 1757 |
| 2026-07-25 | 1757 |
| 2026-07-28 | 1757 |
| 2026-07-30 | 1757 |
| 2026-08-06 | 1757 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
**`声明`** 本项目为个人学习之总结,内容大多来源网上、书籍、视频,若引用不当,麻烦告知,我定删除。喜欢的话可以`Star`下,生活不易,希望对读者有帮助。祝好!!! ### 目录 | 英语 | Java生态 | Golang生态 | 中间件 | 持久化 | 服务器 | 网络/系统 | 内功 | 程序人生 | |:----|:-----|:------|:------|:------|:------|:------|:------|:------| |<a href="#英语" h2>英语</a>|<a href="#Java">Java Basic</a><br><a href="#Java">JVM</a><br><a href="#Java">Web</a><br><a href="#Java">Spring</a><br><a href="#Java">Spring Boot</a><br><a href="#Java">Spring Cloud</a>|<a href="#Golang">Go Basic</a><br><a href="#Golang">Go Web</a>|<a href="#中间件">Keepalived</a><br><a href="#中间件">ActiveMQ</a><br><a href="#中间件">RabbitMQ</a><br><a href="#中间件">RocketMQ</a><br><a href="#中间件">MQTT</a><br><a href="#中间件">Netty</a><br><a href="#中间件">Mybatis</a><br><a href="#中间件">Redis</a><br><a href="#中间件">Log</a>|<a href="#数据库">MySQL</a><br><a href="#数据库">Postgresql</a><br><a href="#数据库">Mongodb</a>|<a href="#服务器">Tomcat</a><br><a href="#服务器">Nginx</a>|<a href="#网络">网络</a><br><a href="#服务器">Linux</a>|<a href="#内功">数据结构</a><br><a href="#内功">算法</a><br><a href="#内功">设计模式</a>|<a href="#程序人生">软文</a><br><a href="#程序人生">规范</a><br><a href="#程序人生">工具</a><br><a href="#程序人生">面试集锦</a><br><a href="#程序人生">实战训练</a>| ### 英语 * [计算机行业常用英语积累](tool/english.md) ### Java * `JavaCore`:  [Java基础](java/basic/java-basic.md)   [JDBC基础](https://github.com/zhonghuasheng/JAVA/blob/master/jdbc/src/main/java/com/zhonghuasheng/jdbc/learn01/BasicSteps.java)  [Java集合](java/basic/java-collection.md)  [Java多线程系列](java/basic/java-thread.md)  [JUC系列](java/basic/java-thread-juc.md)  [Java IO基础](java/basic/java-io-nio.md) * `Java -VM`:  [Java虚拟机系列](java/jvm/深入理解Java虚拟机.md) [JVM虚拟机监控及性能调优系列](java/jvm/JVM虚拟机监控及性能调优.md) * `Java-Web`:  [Servlet基础](java/javaweb/servlet.md) [JSP基础](java/javaweb/jsp.md) * `Spring X`:  [Spring4系列](java/spring/spring.md#Spring) [SpringMVC系列](java/spring/spring.md#SpringMVC) [SpringBoot系列](java/spring/spring.md#SpringBoot) [SpringCloud系列](java/spring/spring-cloud/spring-cloud.md) ### Golang * `Golang Basic`:  [Go基础](golang/basic/go-basic.md) * `Golang Web`:  [Go Web](golang/basic/go-basic.md#goweb) ### 中间件 * `负载均衡`:  [Keepalived系列](plugins/keepalived.md) * `消息通信`:  [消息通信基础](http://note.youdao.com/noteshare?id=30a11e46aaef3f00d2ecfb84692ca294&sub=wcp157828038663078) [MQ概述](plugins/mq/mq.md) [ActiveMQ系列](plugins/activemq.md) [RabbitMQ系列](plugins/rabbitmq.md)  [RocketMQ系列](plugins/rocketmq.md)  [Netty系列](plugins/netty.md)  [IOT通信](plugins/mqtt.md) * `数据访问`:  [MyBatis](plugins/mybatis.md)  [MyBatis-Plus](plugins/mybatis-plus.md) * `数据缓存`:  [Redis系列](plugins/redis.md) * `搜索引擎`:  [Elasticsearch](plugins/elasticsearch.md) * `日志模块`:  [Log4j2](plugins/log.md) ### 数据库 * `关系型数据库`:  [数据库理论基础](plugins/database/database.md) [MySQL](plugins/mysql.md) [Postgresql](plugins/postgresql.md) * `非关系型数据库`:  [Mongodb学习笔记](plugins/mongodb.md) ### 服务器 * [Tomcat服务器](plugins/tomcat.md) [Nginx反向代理服务器搭建](plugins/nginx.md) [Linux系统常用命令](tool/shell/linux.md) ### 架构设计 * [分布式锁](system/architecture/分布式锁.md) * [分布式ID生成方案](system/architecture/分布式ID生成方案.md) * [如何设计一个对外安全的接口](system/architecture/如何设计一个对外安全的接口.md) * [CAP理论](system/architecture/CAP.md) * [日志](system/architecture/log-note.md) ### 内功 * `设计模式`: [23种设计模式](system/algorithm/设计模式.md) * `数据结构`: [数据结构系列](system/algorithm/数据结构.md) * `算法`: [算法系列](system/algorithm/algorithm.md) * `操作系统`: [操作系统](tool/shell/linux.md) ### 网络 * `常见网络问题`: [常见网络问题系列](system/network/network.md) ### 程序人生 > `软文` * [工作经历 - 记录自己的成长](tool/coding-life.md#记录自己的成长) * [最好的建议](tool/coding-life.md/#最好的建议) * [正视自己的价值](tool/coding-life.md/#正视自己的价值) * [新工程师要干的五件事情](tool/coding-life.md/#新工程师要干的五件事情) * [为什么CTO,技术总监,架构师不写代码都这么牛逼](http://note.youdao.com/noteshare?id=f4eeda7da9b73adf4294f984a5e7cbe5&sub=945D4467238947AAB5C030B17D5AC01E) * [技术/管理](https://www.cnblogs.com/yexiaochai/p/14805941.html#top) * [简单/不简单](https://w
Excerpt of 5,270 characters
Read on GitHub2.8k
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:09ea854412dd0817, topic:tutorial, name:tutorial