Skip to content
View wu2016rong's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Wuxi China

Block or report wu2016rong

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • A complete computer science study plan to become a software engineer.

    Creative Commons Attribution Share Alike 4.0 International Updated Aug 28, 2025
  • ddia Public

    Forked from Vonng/ddia

    《Designing Data-Intensive Application》DDIA中文翻译

    Python Creative Commons Attribution 4.0 International Updated Aug 3, 2025
  • 涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。

    Java MIT License Updated Jul 29, 2024
  • BigDataView Public

    Forked from iGaoWei/BigDataView

    100+套大数据可视化炫酷大屏Html5模板;包含行业:社区、物业、政务、交通、金融银行等,全网最新、最多,最全、最酷、最炫大数据可视化模板。陆续更新中

    JavaScript Updated Jul 24, 2024
  • 🎨 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心,从实际业务中抽离出,交易、营销、秒杀、中间件、源码等22个真实场景,来学习设计模式的运用。欢迎关注小傅哥,微信(fustack),公众号:bugstack虫洞栈,博客:https://bugstack.cn

    Java Apache License 2.0 Updated May 10, 2024
  • JAVA-FILES Public

    Forked from singgel/JAVA

    存放JAVA开发的设计思想、算法:《剑指Offer》、《编程珠玑》、《深入理解Java虚拟机:JVM高级特性与最佳实践》、《重构-改善既有代码的设计 中文版》、《clean_code(中文完整版)》、《Java编程思想(第4版)》、《Java核心技术 卷I (第8版)》、《Quartz_Job+Scheduling_Framework》;一些大的上传不上来的文件在README

    Updated Mar 5, 2024
  • 😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等

    Java Creative Commons Attribution Share Alike 4.0 International Updated Dec 17, 2023
  • A tiny IoC container refer to Spring.

    Java Apache License 2.0 Updated Nov 27, 2023
  • nacos Public

    Forked from alibaba/nacos

    an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.

    Java Apache License 2.0 Updated Jul 21, 2023
  • goodsKill Public

    Forked from techa03/goodsKill

    🐯基于SpringCloud 2022.x +Dubbo 3.x构建的模拟秒杀微服务项目,集成了Elasticsearch🔍、Gateway、Mybatis-Plus、Sharding-JDBC等常用开源组件

    Java MIT License Updated Jul 16, 2023
  • mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。

    Java Apache License 2.0 Updated Apr 22, 2023
  • java Public

    Forked from dongguangming/java

    java及相关(电话/微信:15850669069,qq:1056764180)

    Updated Apr 3, 2023
  • Spring源码阅读

    Java Updated Mar 24, 2023
  • 基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的思想实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统…

    Java Apache License 2.0 Updated Jan 11, 2023
  • 《Spring5核心原理与30个类手写实战》随书代码示例工程

    Java Updated Dec 16, 2022
  • 《设计模式就该这样学,基于经典框架源码和真实业务场景》随书代码示例工程

    Java Updated Dec 16, 2022
  • springBoot-demos基于1.5.x版本

    HTML Apache License 2.0 Updated Dec 14, 2022
  • 🇨🇳 GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。

    Java Other Updated Dec 14, 2022
  • mini-spring-cloud是简化版的spring-cloud框架,能帮助你快速熟悉spring-cloud源码及掌握其核心原理。在保留spring cloud核心功能的的前提下尽量精简代码,核心功能包括服务注册、服务发现、负载均衡、集成Feign简化调用、流量控制、熔断降级、API网关等。

    Java Updated Dec 5, 2022
  • auto register xxl-job's group and job info.

    Java Updated Oct 26, 2022
  • JCSprout Public

    Forked from crossoverJie/JCSprout

    👨‍🎓 Java Core Sprout : basic, concurrent, algorithm

    Java MIT License Updated Oct 21, 2022
  • JavaBooks Public

    Forked from DerekYRC/JavaBooks

    📚Java程序员必读书单(超1000本PDF,附下载地址)包括但不限于Java、设计模式、计算机网络、操作系统、数据库、数据结构与算法、大数据、架构、面试等等,助力每一个Java程序员构建属于自己的知识体系。

    Updated Sep 16, 2022
  • Spring 源码阅读,Spring demo , 源码注释

    Java Apache License 2.0 Updated Jun 18, 2022
  • 慕课网《网络编程之Netty一站式精讲》代码仓库

    Java Updated Mar 21, 2022
  • coder2gwy Public

    Forked from coder2gwy/coder2gwy

    互联网首份程序员考公指南,由3位已经进入体制内的前大厂程序员联合献上。

    1 Updated Feb 11, 2022
  • Netty from introduction to practice(Netty从入门到实战:手写HTTP Server+RPC框架)

    Java Updated Dec 18, 2021
  • netty-rpc Public

    Forked from 2227324689/netty-rpc

    手写实现RPC框架

    Java Updated Nov 16, 2021
  • 总结了后端面试八股文中的重点,希望能帮助各位准备互联网开发岗校招面试的同学。

    Updated Nov 12, 2021
  • vpoc Public

    Forked from shuang126/vpoc

    visualized prove of conception (vPoC)

    JavaScript Apache License 2.0 Updated Jun 4, 2021
  • 程序员的晋升之路

    Updated May 11, 2021