Essential Java, is a book about the Essentials of Java Programming.《Java 编程要点》是一本 Java 的学习教程,主要介绍 Java 中应用广泛的部分,其中也包括了最新版本 Java 8 中的新特性,也算是个人对多年 Java 开发工作的总结。取其精华,图文并茂,并通过大量实例让你走近 Java 的世界!
☆609Oct 28, 2024Updated last year
Alternatives and similar repositories for essential-java
Users that are interested in essential-java are comparing it to the libraries listed below
Sorting:
- Gradle 3 User Guide 中文翻译《Gradle 3 用户指南》☆178Mar 3, 2017Updated 8 years ago
- Everything is in Eclipse. As a Java Devloper, I consider Eclipse as my first IDE. Eclipse is more powerful than you think. So I collecte…☆39Jan 12, 2023Updated 3 years ago
- Chinese translation of the Code Conventions for the Java Programming Language document.中文翻译《Java 编码规范》☆214Aug 31, 2017Updated 8 years ago
- Distributed Java.《分布式 Java》☆358Apr 8, 2025Updated 10 months ago
- To the programmer's open source and free books collection 给程序员的开源、免费书籍收集,图书集合。☆2,672Oct 27, 2025Updated 4 months ago
- Chinese translation of the Spring Framework 4.x Reference Documentation (https://docs.spring.io/spring/docs/4.3.13.RELEASE/spring-framewo…☆1,462Oct 30, 2018Updated 7 years ago
- Gradle User Guide 中文翻译《Gradle 用户指南》☆13Jun 29, 2017Updated 8 years ago
- 我的技术摘要☆2,973Feb 12, 2022Updated 4 years ago
- Spring Boot Tutorial takes you to learn Spring Boot step by step with a large number of samples.Spring Boot Tutorial 是一本关于 Spring Boot …☆412Nov 10, 2021Updated 4 years ago
- JSR 340: Java Servlet 3.1 Specification 《Java Servlet 3.1 规范》中文翻译及示例。☆166Jun 22, 2020Updated 5 years ago
- Spring Boot Reference Guide中文翻译 -《Spring Boot参考指南》☆4,464Aug 8, 2017Updated 8 years ago
- 关于Java核心技术学习积累的例子,是初学者及核心技术巩固的最佳实践。☆1,677Nov 1, 2021Updated 4 years ago
- It is a book about the Essentials of Norman Maurer's Netty in Action.《Netty 实战(精髓)》是对 Norman Maurer 的 《Netty in Action》的一个精简☆1,786Nov 2, 2022Updated 3 years ago
- Chinese translation of Netty 4.x User Guide. 中文翻译《Netty 4.x 用户指南》☆2,320Jul 31, 2022Updated 3 years ago
- Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。☆15,723Jan 31, 2024Updated 2 years ago
- 【译】Java 8 简明教程☆351May 25, 2021Updated 4 years ago
- NGINX Tutorial.《NGINX 教程》☆65Nov 5, 2017Updated 8 years ago
- Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》☆277Oct 11, 2018Updated 7 years ago
- stackoverflow上Java相关回答整理翻译☆5,124Feb 3, 2024Updated 2 years ago
- 关于Java虚拟机核心知识点学习积累的例子,是初学者及虚拟机核心知识巩固的最佳实践。☆351Nov 19, 2020Updated 5 years ago
- 一名JAVA程序员,将自己的编程学习之路做以总结并进行分享。内容包括但不限于数据结构、算法、数据库、操作系统、计算机网络等多方面☆316Apr 2, 2017Updated 8 years ago
- IntelliJ IDEA 简体中文专题教程☆22,171Sep 12, 2025Updated 5 months ago
- java 并发学习笔记☆98Mar 26, 2015Updated 10 years ago
- Chinese translation of The Java® Virtual Machine Specification.《Java 虚拟机规范(第11版)》中文翻译及示例,Java SE 11 版☆833Oct 28, 2018Updated 7 years ago
- 👨🎓 Java Core Sprout : basic, concurrent, algorithm☆27,027May 21, 2024Updated last year
- REST in Action 《REST 实战》。基于 Jersey 构建 RESTful 服务。☆468Mar 10, 2017Updated 8 years ago
- JDBC 4.2 Specification(JSR 221).《JDBC 4.2 规范》中文翻译。☆52Oct 28, 2024Updated last year
- 基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支 持服务治理、监控和追踪,努力为中小型企业…☆16,712Dec 16, 2022Updated 3 years ago
- Alibaba Java Coding Guidelines pmd implements and IDE plugin☆30,827Aug 6, 2024Updated last year
- 《Java 程序员眼中的 Linux》☆8,744Jun 11, 2022Updated 3 years ago
- 《分布式系统常用技术及案例分析》示例源码☆493Feb 20, 2023Updated 3 years ago
- 《Java多线程编程实战指南(设计模式篇)》源码☆664Mar 16, 2020Updated 5 years ago
- github: https://github.com/kanwangzjm/funiture, spring项目,权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等☆1,874Nov 15, 2023Updated 2 years ago
- Mybatis通用分页插件☆12,385Dec 8, 2025Updated 2 months ago
- Spring官方教程【中文版】,最好的入门指南!☆789May 6, 2023Updated 2 years ago
- 旨在打造在线最佳的 Java 学习笔记,含博客讲解和源码实例,包括 Java SE 和 Java Web☆4,285Jan 8, 2022Updated 4 years ago
- 🦄 Best beautiful java blog, worth a try☆4,846Apr 13, 2024Updated last year
- about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。☆30,647Nov 18, 2023Updated 2 years ago
- Chinese translation of the Apache Shiro Reference Manual(http://shiro.apache.org/reference) and the other article collection. You can als…☆466Jul 18, 2021Updated 4 years ago