深入解析SpringMVC核心原理:从手写简易版MVC框架开始(SmartMvc)
☆125Aug 16, 2024Updated 2 years ago
Alternatives and similar repositories for SmartMvc
Users that are interested in SmartMvc are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Java程序员所需要掌握的核心知识: 集合框架&JVM机制&多线程与并发框架&网络协议&Spring&Dubbo&MySQL&微服务等;希望胖友小手一抖,右上角来个 Star,感恩 1024☆156Sep 11, 2024Updated last year
- 收集轮子类项目☆1,246May 20, 2023Updated 3 years ago
- The message queue in java.(java 简易版本 mq 实现)☆152Nov 30, 2022Updated 3 years ago
- 一个简单的数据库实现☆1,168Feb 6, 2024Updated 2 years ago
- 吐血整理Java程序员自我学习的书籍列表,收录书籍尽量都保证同类书籍的豆瓣评分最高,帮助想要入坑Java的同学,根据这个书籍列表从小白按图索骥逐步晋级成大神☆174Aug 16, 2024Updated 2 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- A reactive DDD implement based on Kotlin and Vert.x☆30Apr 24, 2023Updated 3 years ago
- itstack-demo-code☆21Dec 16, 2022Updated 3 years ago
- 🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命…☆4,906Jul 17, 2023Updated 3 years ago
- 在手写的过程中学习 Mybatis 从解析、绑定、反射、缓存,到回话和事务操作,以及如何与 Spring 进行关联注册 Bean 对象,完成整合部分功能逻辑。通过这些内容的拆解实现,读者伙伴就可以非常清楚的知道这些核心功能都是如何实现的了,以后再阅读 Mybatis 源码也…☆133May 5, 2022Updated 4 years ago
- 程序员常用的工具集Idea插件,帮助开发人员提升效率☆334Mar 21, 2026Updated 5 months ago
- ☆42Nov 16, 2022Updated 3 years ago
- The basic cache tool for java.(java 手写实现渐进式 redis 缓存工具,高性能+可拓展性强)☆436Jun 23, 2025Updated last year
- 深入浅出消息队列与消息中间件:Kafka、RabbitMQ、RocketMQ、Pulsar☆21May 13, 2026Updated 3 months ago
- 多线程/线程池,epoll,libevent网络库分别实现的三个网络HTTP服务器程序☆12Nov 8, 2017Updated 8 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- java redis server:java 版redis 服务☆134Jun 30, 2025Updated last year
- ☆13Apr 27, 2020Updated 6 years ago
- 针对教师教学质量管理的系统,包括评价教师、课表查看、日志检索等功能,使用Spring Security做权限控制,根据用户角色动态渲染导航页面。☆13Mar 19, 2024Updated 2 years ago
- 🎭 本专栏是作者小傅哥使用JavaFx、Netty4.x、SpringBoot、Mysql等技术栈和偏向于DDD领域驱动设计方式,搭建的仿桌面版微信实现通信核心功能。课程文章已发布到GitChat专栏,欢迎购买。如果本项目能为您提供帮助,请给予支持(关注、⭐Star、分享…☆10Aug 17, 2021Updated 5 years ago
- 通过手写一个简单的RPC框架,学习RPC、分布式服务化关键技术☆12Dec 26, 2020Updated 5 years ago
- 郑州大学物联网工程 期末考试 课程复习笔记和真题记录☆13Jun 21, 2023Updated 3 years ago
- 基于SSM的网络教学(作业)管理系统拥有三种角色:管理员、教师和学生 管理员:教师管理、学生管理、课程管理、教学信息管理、作业管理、试卷管理、试题管理、论坛管理、系统管理、考试管理等 教师:课程信息管理、作业管理、教学管理、作业评分、试卷管理、发布试题等 学生:登录注…☆21Jan 13, 2024Updated 2 years ago
- ☆13May 14, 2018Updated 8 years ago
- learn jooq☆44Feb 26, 2020Updated 6 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 基于 Redis 官方分布式锁文章的 Python 实现☆10Jan 16, 2021Updated 5 years ago
- ☆10Sep 29, 2023Updated 2 years ago
- A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。)☆4,424Aug 8, 2026Updated 3 weeks ago
- ☆11Nov 14, 2023Updated 2 years ago
- 开源框架之手写系列,主要手写了springmvc,mybatis,rpc框架的实现,目前是跟着简书上一位博主的博客进行练习,先学习一下后期在做功能性的扩展。有兴趣的同学可以参考博主的博客学习一下,加深一下自己对开源框架底层实现的掌握☆11Jan 3, 2018Updated 8 years ago
- Go微服务框架、调度服务,分为调度服务端,客户端,工作端。☆12Aug 3, 2026Updated last month
- JAVA RPC框架,基于netty,kryo,zookeeper 和 spring实现,可无缝接入Spring,客户端和服务器端均采用异步处理,实现20000+TPS。负载均衡策略为轮询。☆15May 25, 2017Updated 9 years ago
- __FILE__, __DIR__, __FUNCTION__, __LINE__ for Golang☆14May 11, 2021Updated 5 years ago
- A DDD Implement framework based on Java and Spring Boot☆57May 17, 2024Updated 2 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 将枚举映射为数据字典,可用于前后端共享数据字典☆30Apr 8, 2024Updated 2 years ago
- WeeBot提供最基本的微信消息收发功能,帮助你实现简单的自动化操作,支持微信3.9.10.27☆11Jun 21, 2024Updated 2 years ago
- 本专题主要介绍如何通过java代码来实现JVM的基础功能(搜索解析class文件、字节码命令、运行时数据区等),从而让java程序员通过最熟知的java程序,学习JVM是如何将java程序一步步跑起来的,按照《java虚拟机规范》与go语言版的《自己动手写Java虚拟机》实…☆354Jul 1, 2022Updated 4 years ago
- Design & Build an All-in-One Thread Pool: unifies fixed/dynamic pools, priority/delay scheduling, work-stealing, parallel loops, task DAG…☆18Jun 15, 2026Updated 2 months ago
- 使用赌的思想增加mq可靠性。☆23Nov 16, 2022Updated 3 years ago
- 淘宝客项目,支持App,微信小程序,QQ小程序☆110Aug 13, 2021Updated 5 years ago
- Text-Guided Inpainting Forgery Dataset☆25Apr 14, 2026Updated 4 months ago