javajava

Java is an object-oriented programming language used mainly for web, desktop, embedded devices and mobile applications.

There are 251274 repositories under java topic.

  • CyC2018/CS-Notes

    :books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计

  • Snailclimb/JavaGuide

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

    Language:Java147k4.5k1.1k45.6k
  • iluwatar/java-design-patterns

    Design patterns implemented in Java

    Language:Java90k3.8k94226.6k
  • macrozheng/mall

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

    Language:Java78.1k2.2k49328.9k
  • advanced-java

    doocs/advanced-java

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

    Language:Java76.3k2.6k14719.1k
  • spring-projects/spring-boot

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

    Language:Java75.3k3.4k36.2k40.7k
  • kdn251/interviews

    Everything you need to know to get the job.

    Language:Java63.6k2.6k5312.9k
  • TheAlgorithms/Java

    All Algorithms implemented in Java

    Language:Java60.1k2.2k1.1k19.4k
  • leetcode

    azl397985856/leetcode

    LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)

    Language:JavaScript54.8k1.3k2579.5k
  • youngyangyang04/leetcode-master

    《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀

    Language:Shell52.1k38224111.6k
  • google/guava

    Google core libraries for Java

    Language:Java50.2k2.4k3.6k10.9k
  • ReactiveX/RxJava

    RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

    Language:Java47.9k2.2k3.2k7.6k
  • Stirling-Tools/Stirling-PDF

    #1 Locally hosted web application that allows you to perform various operations on PDF files

    Language:Java46.4k1539163.8k
  • square/okhttp

    Square’s meticulous HTTP client for the JVM, Android, and GraalVM.

    Language:Kotlin45.9k1.6k4.1k9.2k
  • square/retrofit

    A type-safe HTTP client for Android and the JVM

    Language:HTML43.1k1.6k2.7k7.3k
  • jadx

    skylot/jadx

    Dex to Java decompiler

    Language:Java41.8k8191.8k4.9k
  • jeecgboot/JeecgBoot

    🔥「企业级低代码平台」前后端分离架构SpringBoot 2.x/3.x,SpringCloud,Ant Design&Vue3,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式,引入AI模型能力 OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。

    Language:Java40.8k8456.5k14.9k
  • dbeaver

    dbeaver/dbeaver

    Free universal database tool and SQL client

    Language:Java40.6k52217.9k3.5k
  • apache/dubbo

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

    Language:Java40.5k3k7.1k26.4k
  • apache/spark

    Apache Spark - A unified analytics engine for large-scale data processing

    Language:Scala40k2k028.3k
  • PhilJay/MPAndroidChart

    A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.

    Language:Java37.6k1.1k5k9k
  • AobingJava/JavaFamily

    【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。

  • alibaba/arthas

    Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas

    Language:Java35.7k1.1k2k7.5k
  • appsmith

    appsmithorg/appsmith

    Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

    Language:TypeScript34.7k29121.6k3.7k
  • ray-project/ray

    Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

    Language:Python34.1k47418.9k5.8k
  • spring-boot-demo

    xkcoding/spring-boot-demo

    🚀一个用来深入学习并实战 Spring Boot 的项目。

    Language:Java33.1k1k16610.9k
  • zxing

    zxing/zxing

    ZXing ("Zebra Crossing") barcode scanning library for Java, Android

    Language:Java32.9k1.7k1.3k9.4k
  • alibaba/easyexcel

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

    Language:Java32.7k5953.5k7.6k
  • GitHubDaily/GitHubDaily

    坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.

  • leetcode

    doocs/leetcode

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

    Language:Java31.8k318497.5k
  • selenium

    SeleniumHQ/selenium

    A browser automation framework and ecosystem.

    Language:Java30.8k1.3k10.5k8.2k
  • ityouknow/spring-boot-examples

    about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。

    Language:Java30.3k1.3k10712.4k
  • WxJava

    binarywang/WxJava

    微信开发 Java SDK ,支持包括微信支付,开放平台,小程序,企业微信,视频号,公众号等的后端开发

    Language:Java30k1.4k2.2k8.7k
  • leakcanary

    square/leakcanary

    A memory leak detection library for Android.

    Language:Kotlin29.4k9781.6k4k
  • hutool

    dromara/hutool

    🍬A set of tools that keep Java sweet.

    Language:Java29.2k6142.8k7.5k
  • alibaba/spring-cloud-alibaba

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

    Language:Java28k9692.4k8.3k