Below you will find pages that utilize the taxonomy term “Java”
Posts
Awesome Java
From: https://github.com/akullpp/awesome-java
Awesome Java A curated list of awesome Java frameworks, libraries and software.
Contents Projects Architecture Bean Mapping Build Bytecode Manipulation Caching CLI Code Analysis Code Coverage Code Generators Compiler-compiler Computer Vision Configuration Constraint Satisfaction Problem Solver CSV Data Structures Database Date and Time Dependency Injection Development Distributed Applications Distributed Transactions Distribution Document Processing Financial Formal Verification Functional Programming Game Development Geospatial GUI High Performance HTTP Clients Hypermedia Types IDE Imagery Introspection Job Scheduling JSON JVM and JDK Logging Machine Learning Messaging Microservice Miscellaneous Mobile Development Monitoring Native Natural Language Processing Networking ORM PaaS PDF Performance analysis Platform Processes Reactive libraries REST Frameworks Science Search Security Serialization Server Template Engine Testing Utility Version Managers Web Crawling Web Frameworks Workflow Orchestration Engines Resources Related Awesome Lists Communities Frontends Influential Books Podcasts and Screencasts People Websites Contributing Projects Architecture Frameworks and libraries that help implementing and verifying design and architecture concepts.
read more
Posts
《spring boot入门》目录
1. 引言与概述 1.1 Spring Boot简介 介绍Spring Boot的定位、发展历程以及与传统Spring框架的区别。 1.2 Spring Boot的优势与特点 说明自动配置、
read more
Posts
第15章:设计 Google Drive
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 第15章:设计 Google Drive 近年来,Google Driv
read more
Posts
第14章:设计 YouTube
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 在本章中,你被要求设计YouTube。这个问题
read more
Posts
第13章:设计一个搜索自动完成系统
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 当你在谷歌上搜索或在亚马逊购物时,在搜索框中输
read more
Posts
第12章:设计一个聊天系统
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 在本章中,我们将探讨聊天系统的设计,几乎每个人
read more
Posts
第11章:设计一个信息推送系统
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 第11章:设计一个信息推送系统 在本章中,您需要
read more
Posts
第10章:设计一个通知系统
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 第10章:设计一个通知系统 近年来,通知系统已经
read more
Posts
第09章:网络爬虫设计
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 本章重点介绍网络爬虫设计:一道有趣且经典的系统
read more
Posts
第08章:短网址设计
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 在这一章中,我们将解决一个有趣而经典的系统设计
read more
Posts
第07章:在分布式系统中设计唯一 ID 生成器
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 在本章中,要求在分布式系统中设计一个唯一 ID 生成
read more
Posts
第06章:key-value 存储设计
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 键值存储,也称为键值数据库,是一种非关系数据库
read more
Posts
第05章:一致性hash设计
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 为了实现水平扩展,在服务器之间高效、均匀地分配
read more
Posts
第04章:设计一个限流器
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 在网络系统中,限流器被用于控制客户端或服务端发
read more
Posts
第03章:系统设计面试框架
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 你刚刚获得了梦寐以求的现场面试机会。招聘协调员
read more
Posts
第01章:从0到百万用户
来源:https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此
read more
Posts
Project Loom虚拟介绍
Project Loom 是一个由 OpenJDK 社区发起的项目,旨在为 Java 引入轻量级线程(称为 Virtual Threads 或 Loom Threads),以支持高吞吐量的并发模型。 Project Loom 的目标是减少编写、维护和观
read more
Posts
spring boot3进阶
Spring Boot 3 作为一个重大更新,带来了许多新特性和改进,使得开发者能够更加高效地构建现代化的 Java 应用程序。以下是一些 Spring Boot 3 的进阶教程内容,包括代码示例
read more
Posts
Spring Boot3入门例子
Spring Boot 3 是一个基于 Spring 框架的快速开发工具,它通过自动配置和约定优于配置的原则,简化了 Spring 应用的创建和部署。在 Spring Boot 3 中,许多新特性和改进被引入,以提
read more
Posts
Awesome JavaFX
Awesome JavaFX A curated list of awesome JavaFX frameworks, libraries, books etc… .
From: https://github.com/mhrimaz/AwesomeJavaFX
Contents Libraries, Tools and Projects Frameworks Books Blogs and Sites People Tutorials Talks Slides Articles Real World Examples Libraries, Tools and Projects Actlist - Actlist is a utility platform to execute your own action list easily and simply. Advanced-Bindings for JavaFX (8) - advanced-bindings is a collection of useful helpers and custom binding implementations like java.
read more
Posts
Spring Boot常用注解说明
Spring Boot 是一个基于 Spring 框架的项目,它通过简化配置来帮助开发者快速构建微服务和其他应用程序。在 Spring Boot 中,注解(Annotations)扮演着非常重要的
read more
Posts
Java17中的文本块特性在实际开发中有哪些具体的应用场景
Java 17 中的文本块特性在实际开发中有多种应用场景,特别是涉及到处理大量或多行文本数据时。以下是一些具体的应用实例: 多行字符串常量:在配置文件、日
read more
Posts
Springboot3介绍
Spring Boot 3 带来了一系列新特性和改进,主要包括: Java 17 支持:Spring Boot 3 将 Java 17 作为最低支持的版本,利用了其新特性,如记录(Record)类型、文
read more
Posts
Java快速入门教程
Java 是一种广泛使用的编程语言,以其跨平台特性、面向对象的特性和健壮性而闻名。以下是一些快速入门Java的步骤和资源: 了解Java基础: Java
read more