个人主页
limitless

limitless (@Coding)

  • 加入网站 1801
  • 连续签到 1
  • 最高连签 12
  • 累计签到 181
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 0 小时 00 分钟
  • 本月阅读 0 小时 00 分钟
  • 累计阅读 56 小时 53 分钟
  • Java Servlet 3.1 规范

    本书是《Java Servlet 3.1 规范》的中文翻译,同时提供了大量 Servlet 3.1 实例,帮助你快速理解 Servlet 3.1 规范。至今为止,Servlet 3.1 是最新的正式版本,Servlet 4.0 仍在草案阶段。
  • Elasticsearch Java API 手册

    本手册由 全科 翻译,并且整理成电子书,支持PDF,ePub,Mobi格式,方便大家下载阅读。
  • MyBatis 3.5.2 参考文档

    MyBatis 是一款优秀的持久层框架,它支持定制化 SQL、存储过程以及高级映射。MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。MyBatis 可以使用简单的 XML 或注解来配置和映射原生类型、接口和 Java 的 POJO(Plain Old Java Objects,普通老式 Java 对象)为数据库中的记录。
  • Java For Small Teams(英文)

    This book is an attempt to capture what "good" Java code looks like and the practices that help produce it. This is a problematic document to write. There is no one right answer to what good code looks like and there are many well-respected books that serve the same purpose such as Effective Java, Clean Code and others.
  • 设计模式 Java版本

    Sunny在CSDN技术博客中陆续发表了100多篇与设计模式学习相关的文章,涵盖了七个面向对象设计原则和24个设计模式(23个GoF设计模式 + 简单工厂模式),为了方便大家学习,http://quanke.name 现将所有文章的进行了整理,方便大家下载阅读,希望能给各位带来帮助!
  • Java面试手册

    《Java面试手册》整理了从业到现在看到的、经历过的一些Java面试题。
  • Java8 教程

    Java8 在 2014年初 发布,在 Java8 中大家讨论最多的特性是 lambda 表达式。它还有许多重要的功能,像默认方法、Stream API、新的日期时间API。让我们通过示例来了解这些新功能。
  • Java 虚拟机规范

    Chinese translation of The Java® Virtual Machine Specification.《Java 虚拟机规范》中文翻译及示例,Java SE 8 版
  • [英文]Modern Java - A Guide to Java 8

    Welcome to my introduction to Java 8. This tutorial guides you step by step through all new language features. Backed by short and simple code samples you'll learn how to use default interface methods, lambda expressions, method references and repeatable annotations. At the end of the article you'll be familiar with the most recent API changes like streams, functional interfaces, map extensions and the new Date API. No walls of text, just a bunch of commented code snippets. Enjoy!
  • 分布式 Java(Distributed Java)

    《分布式 Java》是一本关于 Java 分布式应用的学习教程,是对市面上基于 Java 的分布式系统最佳实践的技术总结。图文并茂,并通过大量实例让你走近 Java 的世界!