Skip to content
View Qwenjin's full-sized avatar
  • GuangZhou
  • 06:28 (UTC +08:00)

Block or report Qwenjin

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

AI

人工智能、机器学习、自然语言处理
61 repositories

Android

安卓类
1 repository

Apple OS

苹果系统等相关
1 repository

blog

blog-theme
7 repositories

Books

书籍、开源书籍、学习书籍等
6 repositories

cpplearn

C/C++相关学习
4 repositories

database

数据库相关系统、工具等
4 repositories

DataBaseTool

2 repositories
130 stars written in Java
Clear filter

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持简中、繁中、English、日本語,提供 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 等代码实现

Java 125,431 15,058 Updated Apr 18, 2026

Design patterns implemented in Java

Java 93,876 27,364 Updated Mar 20, 2026

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于Spring Boot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

Java 83,434 29,692 Updated Mar 6, 2026

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.

Java 80,430 41,894 Updated Apr 18, 2026

Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)

Java 76,658 13,946 Updated Aug 14, 2023

Spring Framework

Java 59,855 38,853 Updated Apr 17, 2026

快速、简洁、解决大文件内存溢出的java处理Excel工具

Java 33,751 7,612 Updated Oct 29, 2024

🔥 Android developers should collect the following utils(updating).

Java 33,692 10,666 Updated Aug 15, 2024

Apache Kafka - A distributed event streaming platform

Java 32,400 15,121 Updated Apr 18, 2026

Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.

Java 29,097 8,506 Updated Apr 18, 2026

阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池

Java 28,200 8,593 Updated Apr 3, 2026

http下载工具,基于http代理,支持多连接分块下载

Java 24,761 4,369 Updated Jul 16, 2024

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

Java 23,135 4,250 Updated Apr 17, 2026

JDK main-line development https://openjdk.org/projects/jdk

Java 22,785 6,309 Updated Apr 18, 2026

Empowering Data Intelligence with Distributed SQL for Sharding, Scalability, and Security Across All Databases.

Java 20,711 6,907 Updated Apr 17, 2026

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

Java 18,828 3,431 Updated Feb 16, 2026

ruoyi-vue-pro 全新 Cloud 版本,优化重构所有功能。基于 Spring Cloud Alibaba + MyBatis Plus + Vue & Element 实现的后台管理系统 + 用户小程序,支持 RBAC 动态权限、多租户、数据权限、工作流、三方登录、支付、短信、商城、CRM、ERP、MES、IM、AI 大模型、IoT 物联网等功能。你的 ⭐️ Star ⭐️,是作…

Java 18,813 4,713 Updated Apr 18, 2026

✨ 开源、免费、一站式 Java 权限认证框架,让鉴权变得简单、优雅!—— 登录认证、权限认证、分布式 Session 会话、微服务网关鉴权、SSO 单点登录、OAuth2.0 统一认证、jwt 集成、API Key 秘钥授权、API 参数签名

Java 18,759 2,889 Updated Apr 13, 2026

An powerful enhanced toolkit of MyBatis for simplify development

Java 17,358 4,444 Updated Feb 7, 2026

《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录!

Java 15,776 4,826 Updated Dec 17, 2023

🏗 Build container images for your Java applications.

Java 14,375 1,468 Updated Apr 7, 2026

🥤 COLA: Clean Object-oriented & Layered Architecture

Java 12,927 3,232 Updated Jun 9, 2025

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.

Java 12,737 1,686 Updated Feb 3, 2026

新一代爬虫平台,以图形化方式定义爬虫流程,不写代码即可完成爬虫。

Java 11,323 2,178 Updated Jun 14, 2023

Virtual Engine for Android(Support 14.0 in business version)

Java 10,964 3,019 Updated Apr 14, 2026

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

Java 10,392 5,846 Updated Apr 18, 2026

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

Java 9,921 1,260 Updated Jul 29, 2024

Some Android learning materials, hoping to help you learn Android development.

Java 8,923 2,023 Updated Jan 15, 2024

A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.

Java 8,845 1,852 Updated Dec 4, 2025

Test Automation Made Simple

Java 8,835 2,025 Updated Apr 18, 2026
Next