Skip to content
View VinciWu557's full-sized avatar
Block or Report

Block or report VinciWu557

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Beta Lists are currently in beta. Share feedback and report bugs.

Starred repositories

65 stars written in Java
Clear filter

「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!

Java 144,576 45,395 Updated Jul 1, 2024

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

Java 94,174 12,576 Updated Jul 2, 2024

Design patterns implemented in Java

Java 88,252 26,184 Updated Jul 1, 2024

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing

Java 79,373 10,060 Updated Jul 1, 2024

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

Java 76,416 28,518 Updated Jul 2, 2024

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

Java 75,131 13,968 Updated Aug 14, 2023

😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识

Java 75,047 18,930 Updated Jun 25, 2024

Everything you need to know to get the job.

Java 62,678 12,827 Updated May 13, 2024

The java implementation of Apache Dubbo. An RPC and microservice framework.

Java 40,214 26,339 Updated Jul 2, 2024

🌍 针对小白的算法训练 | 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站

Java 34,889 6,454 Updated Jun 13, 2023

🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解

Java 29,755 5,587 Updated Jul 2, 2024

🍬A set of tools that keep Java sweet.

Java 28,651 7,439 Updated Jul 2, 2024

循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc

Java 28,004 8,081 Updated May 31, 2024

A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)

Java 26,951 10,729 Updated Jun 30, 2024

The automation tower defense RTS

Java 21,606 2,889 Updated Jul 2, 2024

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

Java 20,974 3,906 Updated Jun 25, 2024

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.

Java 20,767 11,520 Updated Jul 2, 2024

🚌 The IK Analysis plugin integrates Lucene IK analyzer into Elasticsearch and OpenSearch, support customized dictionary.

Java 16,283 3,257 Updated May 6, 2024

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.

Java 15,961 10,394 Updated Jun 29, 2024

Git Server with CI/CD, Kanban, and Packages. Seamless integration. Unparalleled experience.

Java 12,948 842 Updated Jul 1, 2024

27天成为Java大神

Java 12,471 5,023 Updated Mar 6, 2024

一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄

Java 12,446 1,743 Updated Jul 1, 2024

Apache ZooKeeper

Java 12,031 7,188 Updated Jun 28, 2024

The Java gRPC implementation. HTTP/2 based RPC

Java 11,253 3,784 Updated Jul 2, 2024

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly co…

Java 8,221 3,633 Updated Jul 2, 2024

📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.

Java 7,342 1,665 Updated Jun 28, 2024

Enterprise job scheduling middleware with distributed computing ability.

Java 6,634 1,172 Updated Jul 2, 2024

Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等

Java 6,209 3,088 Updated Jul 18, 2023

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

Java 6,043 736 Updated Jun 28, 2024

📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.

Java 5,335 1,135 Updated Jun 19, 2024
Next