Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Java eBooks

If you like Java eBooks, then you'll love these top picks.
Showing 1 - 24 of 1481 Results
Skip side bar filters
  • 自然语言处理与Java语言实现

    Edited by 罗刚编著 ...
    本书介绍了自然语言处理的原理与Java编程语言的技术实现,主要包括多种语言的文本处理、分布式算法与代码实现、自然语言处理相关系统构建等内容。全书共分3篇:第1篇(第1章)为基础篇,着重介绍了使用Java开发自然语言处理技术会用到的基础知识;第2篇(第2~9章)为开发篇,着重讨论了自然语言处理常用的基本模块:多种语言分词与标注、语义分析、文章分析、文本相似度计算、文档排重、文本摘要、关键词提取、信息提取、拼写纠错、文本分类与聚类、文本倾向性分析等;第3篇(第10~12章)为系统篇,介绍了语音识别系统、问答系统和机器翻译系统。 ... Read more

    $29.99 USD

  • 自己動手寫分布式搜索引擎

    搜尋引擎成為人們獲取資訊不可或缺的工具,而大數據技術的發展推動電腦叢集的分佈式搜尋引擎技術走向成熟。普通的機器就可以搭建分佈式搜尋引擎;一些開源的分佈式搜尋引擎系統在數據存儲、數據分析等方面的功能越來越強大。本書希望用通俗易懂的語言,讓任何對分佈式搜尋引擎技術感興趣的讀者都能夠有所收穫。本書的很多內容來源於搜尋引擎、自然語言處理、金融等領域的項目開發和教學實踐。在此感謝開源軟體的開發者們,他們無私的工作豐富了本書的內容。本書的第一章介紹開發分佈式搜尋引擎所需要的基本算法;第二章介紹如何從頭開始自己動手寫一個簡單的全文檢索軟體包;第三章介紹Lucene的基本使用方法及其原理;第四章介紹使用JSP或者Struts 2開發搜尋引擎用戶界面,以及用戶界面常用的Taglib;第五章介紹Solr實現分佈式搜尋引擎的解決方案——SolrCloud,以及它對SQL查詢的支持 ... Read more

    $18.99 USD or Free with Kobo Plus

  • 精通HTML5+CSS3+JavaScript网页设计(视频教学版)(第2版)

    Edited by 王英英编著 ...
    本书以应用实例和综合实战案例的形式逐一详解HTML5网页设计的文档结构、文本、图像、用HTML5创建超链接、表格、使用表单;用CSS3设置表格和表单的样式、美化图片、背景和边框;讲述JavaScript内置对象、对象编程、JavaScript操纵CSS3、HTML5绘制图形、HTML5中的音频和视频、使用jQuery Mobile设计移动页面等网页设计的方法和技巧。 ... Read more

    $37.99 USD

  • 掌握Java SE8程式設計-Lambda的逆襲

    by 陳錦輝 ...
    在寫程式時,我們有時會希望『傳遞一段程式碼』給某個method,並且不限定該method何時來執行這段程式碼,例如Comparator的compare method就是個最明顯的例子。以往,Java必須透過物件間接完成這個目標,也就是將這段程式碼變成某個物件的某個method實作內容,然而這個method在介面或類別宣告時就必須有個名稱,但這個名稱對於我們想要『傳遞一段程式碼』的目的而言,其實是多餘的。『傳遞一段程式碼』給某個method在函數式程式語言中,不難做到。而眾多非函數式程式語言也陸續加入了這個功能,它們為此功能取了一個響亮的名字 ── Lambda運算式。為何取名為Lambda運算式呢? 它源自於一種古老的演算 ── λ演算(Lambda正是拉丁字母λ的讀音)。在λ演算中,函數是匿名的,代表著函數的名稱並不重要,因此,將『傳遞一段程式碼』的功能取名為Lambda運算式 ... Read more

    $17.99 USD

  • 川哥教你Spring Boot 2实战

    by 李世川 ...
    本书重点关注和介绍Spring Boot 2框架的技术应用。Spring Boot是目前微服务架构使用最为广泛的框架之一,一旦开发人员掌握了该框架的配置和使用技巧,则对于当前微服务应用的开发将得心应手。本书详细介绍了Sping Boot 2的开发环境、开发方式、数据库应用、MVC、RESTful、安全及测试等。对于刚开始接触微服务架构、Spring Boot的开发人员来说,这是一本很适合的书籍。本书介绍的内容较多,但都是当前基于微服务架构的应用所需, 内容翔实并提供所有源码。对于已有开发经验的Spring开发人员来说,这也是一本有价值的参考书。本书案例源码均由作者亲自编写,其中包含了很多有用的方法与使用技巧。 本书适合初级、中级Java开发工程师,以及从其他开发语言(如PHP、C、Python等)转向Java微服务的开发工程师使用,也 可作为互联网应用研发人员 ... Read more

    $16.99 USD

  • 亿级流量Java高并发与网络编程实战

    Edited by 颜群编著 ...
    本书共分18章,内容包括:高并发概述、系统分析与大型互联网架构设计、高并发相关JVM与JDK新特性案例讲解、实战解析多线程并发包、NIO案例解析与高性能聊天室实战、高性能NIO框架Netty实例详解、主流RPC框架解析与跨语言调用案例、实战解析高并发框架Disruptor、通过案例讲解分布式服务框架Dubbo等。 ... Read more

    $53.99 USD

  • Эффективный Java. Тюнинг кода на Java 8, 11 и дальше. 2-е межд. издание

    Программирование и тестирование обычно принято относить к разным профессиональным сферам. Скотт Оукс — признанный эксперт по языку Java — уверен, что если вы хотите работать с этим языком, то обязаны понимать, как выполняется код в виртуальной машине Java, и знать, какие настройки влияют на производительность. Вы сможете разобраться в производительности приложений Java в контексте как JVM, так и ... Read more

    $10.49 USD

  • Программируем на Java. 5-е межд. изд.

    Неважно, кто вы – разработчик ПО или пользователь, в любом случае вы слышали о языке Java. В этой книге вы на конкретных примерах изучите основы Java, API, библиотеки классов, приемы и идиомы программирования. Особое внимание авторы уделяют построению реальных приложений. Вы освоите средства управления ресурсами и исключениями, а также познакомитесь с новыми возможностями языка, появившимися в ... Read more

    $13.99 USD or Free with Kobo Plus

  • Перші кроки в java

    Навчальний посібник для студентів, які навчаються за спеціальностями "Інформатика", "Програмна інженерія", "Комп'ютерні науки", "Прикладна математика" ... Read more

    $2.00 USD or Free with Kobo Plus

  • Алгоритмы и структуры данных. Извлечение информации на языке Java

    Изучите, как следует реализовывать эффективные алгоритмы на основе важнейших структур данных на языке Java, а также как измерять производительность этих алгоритмов. Каждая глава сопровождается упражнениями, помогающими закрепить материал. •Научитесь работать со структурами данных, например, со списками и словарями, разберитесь, как они работают •Напишите приложение, которое читает страницы ... Read more

    $11.99 USD or Free with Kobo Plus

  • Xtend beyond Java

    DSL für mobile Business-Apps

    Series Book 187 - shortcuts
    In diesem shortcut geht es um mobile Businessanwendungen für BlackBerry 10 und die zur Entwicklung der Apps notwendige DSL. Zuerst liefert der shortcut einen groben Überblick, anschließend schaut er sich die Auswirkungen der DSL anhand eines konkreten Projekts an. Es wird gezeigt, wie Xtext und Xtend den Zugriff aus der UI (QML) auf C++-Daten vereinfachen. Weiterführend gehen die Autoren auf das ... Read more

    $3.99 USD or Free with Kobo Plus

  • WSO2 Developer's Guide

    WSO2 Made Simple – dive deep into the core concepts of WSO2 to overcome the challenges faced while using the Enterprise Integrator

    WSO2 Made Simple – dive deep into the core concepts of WSO2 to overcome the challenges faced while using the Enterprise IntegratorAbout This BookDesign, create, and publish services in the WSO2 technologyIntegrate the WSO2 Enterprise Integrator with other components and serversLog and test deployed servicesWho This Book Is ForIf you are a Java solutions architect or developer and are keen to ... Read more

    $35.99 USD or Free with Kobo Plus

  • Workshop Java EE 7

    Ein praktischer Einstieg in die Java Enterprise Edition mit dem Web Profile

    Dieses Arbeitsbuch bietet Ihnen eine praktische Einführung in die Entwicklung von Business-Anwendungen mit Java EE 7. Schrittweise erstellen Sie eine einfach nachvollziehbare Beispielanwendung auf Grundlage des Web Profile. Dabei lernen Sie alle wichtigen Technologien und Konzepte von Java EE 7 kennen, u.a.: - Grafische Oberflächen mit JavaServer Faces und HTML5 - Business-Logik mit CDI und EJB - ... Read more

    $38.99 USD or Free with Kobo Plus

  • WORKING WITH grep, sed, AND awk Pocket Primer

    Series series Pocket Primer
    The goal of this book is to introduce readers to three powerful command line utilities that can be combined to create simple yet powerful shell scripts for performing a multitude of tasks. The code samples and scripts use the bash shell, and typically involve very small text files so that you can focus on understanding the features of grep, sed, and awk. In the simplest terms, grep (global regular ... Read more

    $49.99 USD or Free with Kobo Plus

  • WildFly: New Features

    This book is an easy-to-follow guide full of hands-on examples of administration tasks and valuable information about security. Each topic is explained and placed in context, and for the more inquisitive readers, there are more in-depth details of the concepts used. If you are an application server administrator or a Java developer with some experience with previous versions of JBoss AS and you ... Read more

    $17.99 USD or Free with Kobo Plus

  • WildFly Performance Tuning

    Packed with practical examples, this book looks at a different aspect of performance tuning in each chapter and shows you how to apply them to their existing Java applications. Anyone with an interest in learning more and improving the performance of Java-based technology in general, all the way to WildFly in particular, will find this book useful. ... Read more

    $27.99 USD or Free with Kobo Plus

  • WildFly Configuration, Deployment, and Administration - Second Edition

    This book is aimed at Java developers, system administrators, application testers using WildFly, and anyone who performs a DevOps role. Whether you are completely new to WildFly or just require an understanding of WildFly's new features, this book is for you. ... Read more

    $27.99 USD or Free with Kobo Plus

  • Wicket in Action

    There are dozens of Java frameworks out there, but most of them require you to learn special coding techniques and new, often rigid, patterns of development. Wicket is different. As a component-based Web application framework, Wicket lets you build maintainable enterprise-grade web applications using the power of plain old Java objects (POJOs), HTML, Ajax, Spring, Hibernate and Maven. Wicket ... Read more

    $34.99 USD

  • Wicket

    Komponentenbasiert und objektorientiert - das alternative Java-Webframework

    by Jochen Mader ...
    Apache Wicket ist ein komponentbasiertes Webframework, das sich in den letzten Jahren zu einem der beliebtesten Vertreter seiner Gattung gemausert hat. Man könnte diese Beliebtheit mit der einfachen Integration von Ajax oder der rigorosen Trennung von Markup und Logik erklären. Aber was Wicket wirklich über die Masse konkurrierender Frameworks erhebt, sind der Verzicht auf eine eigene Markup ... Read more

    $20.99 USD or Free with Kobo Plus

  • What's New in Java 7

    Java 7 has a number of features that will please developers. Madhusudhan Konda provides an overview of these, including strings in switch statements, multi-catch exception handling, try-with-resource statements, the new File System API, extensions of the JVM, support for dynamically-typed languages, and the fork and join framework for task parallelism. ... Read more

    Free

  • Web轻量级框架Spring+Spring MVC+MyBatis整合开发实战(第2版)

    Edited by 黄文毅编著 ...
    本书以Spring 5、Spring MVC 5和MyBatis 3.X为基础,结合最新开发工具IntelliJ IDEA,通过完整的项目实例让读者了解和学习SSM框架。全书共11章,内容包括:准备SSM开发环境、快速搭建SSM项目、Spring核心IOC与AOP、MyBatis映射器与动态SQL、Spring MVC常用注解等。本书可源码下载教学视频。 ... Read more

    $28.99 USD

  • WebLogic: The Definitive Guide

    Development, Deployment & Maintenance

    BEA's WebLogic Server implements the full range of J2EE technologies, and includes many additional features such as advanced management, clustering, and web services. Widely adopted, it forms the core of the WebLogic platform, providing a stable framework for building scalable, highly available, and secure applications. In fact, in the long list of WebLogic's strengths and features, only one ... Read more

    $31.99 USD

  • Web Services Essentials

    Distributed Applications with XML-RPC, SOAP, UDDI & WSDL

    by Ethan Cerami ...
    As a developer new to Web Services, how do you make sense of this emerging framework so you can start writing your own services today? This concise book gives programmers both a concrete introduction and a handy reference to XML web services, first by explaining the foundations of this new breed of distributed services, and then by demonstrating quick ways to create services with open-source Java ... Read more

    $17.99 USD

  • Web Development with Clojure

    Today, developers are increasingly adopting Clojure as a web-development platform. See for yourself what makes Clojure so desirable, as you create a series of web apps of growing complexity, exploring the full process of web development using a modern functional language. This fully updated third edition reveals the changes in the rapidly evolving Clojure ecosystem and provides a practical, ... Read more

    $29.99 USD