Skip to main content

購物車

您會獲得 VIP 禮遇!

無法購買的項目
請檢閱您的購物車。您可以即刻移除無法購買的項目,或者我們將於結帳時為您自動移除。
項目項目
項目項目

專屬於您的推薦

Loading...

Java 電子書

如果您喜歡 Java 電子書,或許您也會喜歡這些熱門精選。
顯示第 124 個結果,共 1592
Skip side bar filters
  • Kickstart Java Programming Fundamentals

    Build, Optimize and Scale Real-World Applied Java Projects Using AI and Modern Best Practices (English Edition)

    Become a Java Pro through Real, Hands-On Coding Experience.Book DescriptionIn today’s tech-driven world, applied Java programming with AI integration is a game-changer. Java remains a backbone of enterprise and application development—but its real power emerges when combined with hands-on skills and modern technologies like artificial intelligence.Kickstart Java Programming Fundamentals offers a …… 閱讀更多內容

    NT$625 TWD 透過 Kobo Plus 免費享用

  • Flutter for Beginners

    Introductory guide to kickstart your cross-platform mobile app career with Flutter and Dart

    Learn from real-world examples to build, launch, and maintain your own Flutter apps with this extensive beginner's guideKey FeaturesFamiliarize yourself with Dart and Flutter fundamentals through practical, real-world examplesExplore widgets, animations, and plugins to craft intuitive UIsPackage and deploy your Flutter apps to achieve native-like performancePurchase of the print or Kindle book …… 閱讀更多內容

    NT$943 TWD 透過 Kobo Plus 免費享用

  • Java網路程式設計

    湯秉翰 ……
    人手一台智慧手機、平板的風潮,燃起許多人對Android程式設計的興趣,Java語言也正是主要學習的目標,如何使用Java語言設計具有網路功能,也就成為在開發這類APP應用程式中不可或缺的經驗與能力,否則空有一身功能而無法與網路連結的APP是吸引不了人們的。  初次接觸網路程式設計的學習過程,需要使用一個穩固且和善的工具,而Java語言就是非常廣泛應用的工具之一。本書以淺顯易懂的例子,從人的角度出發,用生活化的方式去瞭解設計的方法與原因,並以自然的方式熟悉網路程式設計的方法,得到實作成功後的喜悅。重點內容‧以熟悉網路程式的基礎知識為主,了解如何將Java語言應用在網路程式設計。‧使用Java SDK、Eclipse和NetBeans,一開始就將軟體環境建置完善。‧針對Java語言的重點套件-輸出/入與網路套件有詳細的介紹與實務範例。‧透過教學步驟幫助讀者省去閱讀生澀難懂的國際標準文件 …… 閱讀更多內容

    NT$380 TWD

  • Java 入門指南

    由基礎走向完整 Android Studio 專案開發模式

    Kaiching Chang ……
    Java 為熱門的程式語言之一,中英文學習資源都琳瑯滿目,無論是網路上免費的或是書店裡販賣的書籍,讀者可以找到各式各類的教材,目前中、英文學習資源都很豐富,無論是網路上免費的或是書店裡販賣的書籍,入門書籍方面,惟獨缺少直接帶領讀者學習開發軟體的教材,此亦本書的設計理念,希望藉由帶領讀者開發簡單的應用軟體,以此帶給讀者完整的軟體開發觀念。本書分成四大部分,每一部分又分成 7 到 12 個單元基礎篇軟體開發篇JavaFX App 篇Android App 篇首先是「基礎學習篇」,「基礎學習篇」的學習目標包括認識 Java 、怎麼處理資料、控制結構、物件導向、模組化與關鍵字 static ,這部分累計十二個單元,預計帶領讀者學會寫簡單的 Java 小程式,具備寫小程式的能力之後,就進入接下來的「軟體開發篇」。「軟體開發篇」的學習目標為開發、測試、除錯及重構,這部... …… 閱讀更多內容

    NT$200 TWD 透過 Kobo Plus 免費享用

  • Spring Boot and Microservices

    Yogesh Mali ……
    This book details on how to use spring boot to create a microservice and deploy on docker. Most of the content have been published on my blog www.betterjavacode.com …… 閱讀更多內容

    免費

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

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

    NT$500 TWD

  • Java 8 Preview Sampler

    In this exclusive eBook, preview excerpts from brand-new and forthcoming Oracle Press Java JDK 8 books. Written by leading Java experts, Oracle Press books offer the most definitive, complete, and up-to-date coverage of the latest Java release. Featuring an introduction by bestselling programming author Herb Schildt, this eBook includes chapters from the following Oracle Press books:Java: The …… 閱讀更多內容

    免費

  • Head First Design Patterns

    What will you learn from this book?You know you don't want to reinvent the wheel, so you look to Design Patterns: the lessons learned by those who've faced the same software design problems. With Design Patterns, you get to take advantage of the best practices and experience of others so you can spend your time on something more challenging. Something more fun. This book shows you the patterns …… 閱讀更多內容

    NT$1,613 TWD

  • Regular Expression Pocket Reference

    Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET

    Tony Stubblebine ……
    This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular …… 閱讀更多內容

    NT$522 TWD

  • What's New in Java 7

    Madhusudhan Konda ……
    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. …… 閱讀更多內容

    免費

  • Kotlin 實戰範例

    Tony LU ……
    Kotlin 是一門具有簡潔、安全、能和 Java 互相操作,並且結合了物件導向和函數式特性的程式語言,可用於 Android、網站後端、前端及跨平台桌面應用,是值得 Java 開發者一試的新程式語言,本書針對每個特性的解說均有範例說明。---歡迎來我的 Blog https://blog.tonycube.com/ 有更多的內容可以閱讀。 …… 閱讀更多內容

    NT$380 TWD

  • Go Programming Language (2026)

    Learn How to Program Go in One Day and Learn It Well. Go for Beginners with Hands-on Project

    Discover the Power of GO Programming: Your Gateway to Software Excellence!Are you ready to embark on a journey into the world of GO programming? Look no further – we're here to guide you through the intricacies of this dynamic language. Developed by Google luminaries Robert Griesemer, Rob Pike, and Ken Thompson in 2007, GO language offers a statically-typed syntax reminiscent of C, coupled with …… 閱讀更多內容

    NT$988 TWD 透過 Kobo Plus 免費享用

  • 1000 CPP (C Plus Plus/ C++) Interview Questions and Answers

    1000 most important and frequently asked questions and answers to crack interviews

    Vamsee Puligadda ……
    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive CPP interview …… 閱讀更多內容

    NT$99 TWD

  • Get Your Hands Dirty on Clean Architecture

    Build 'clean' applications with code examples in Java

    Tom Hombergs ……
    Gain insight into how Hexagonal Architecture can help to increase maintainability.Key FeaturesExplore ways to make your software flexible, extensible, and adaptableLearn new concepts that you can easily blend with your own software development styleDevelop the mindset of making conscious architecture decisionsBook DescriptionBuilding for maintainability is key to keep development costs low (and …… 閱讀更多內容

    NT$985 TWD 透過 Kobo Plus 免費享用

  • 川哥教你Spring Boot 2实战

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

    NT$479 TWD

  • (Part 1) Absolute Beginner: Java 4 Selenium WebDriver: Come Learn How To Program For Automation Testing

    Rex Jones ……
    Are You Interested in Selenium WebDriver?This is one of the best Java books specifically for SeleniumNote: Book available on your tablet, phone, PDF, PC, Mac, and paperback (Black/White & Color). You will find details of downloading the PDF document inside the book.Why You Will Like Part 1 – Java 4 Selenium WebDriver?Part 1 – Java 4 Selenium WebDriver contains valuable information for... …… 閱讀更多內容

    免費

  • The Scalyr Guide to Getting Started Logging as Quickly as Possible

    With quick-start guides to logging in Java, Log4j2, PHP, Ruby, Rails, Swift, Scala, Django, Angular, & Meteor

    Scalyr ……
    系列 第 2 冊 - The Scalyr Guide to Getting Started Logging as Quickly as Possible
    With the almost constant scaling of applications and environments, the need for good logging practices has likewise scaled exponentially. This book will help you understand the value of logging, the best practices for logs and introduce you to a number of tech stacks including languages and frameworks. It's the ultimate resource for jumping into a new language or discovering new tricks in a …… 閱讀更多內容

    免費

  • Effective Java

    Joshua Bloch ……
    The Definitive Guide to Java Platform Best Practices–Updated for Java 7, 8, and 9Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms increases …… 閱讀更多內容

    NT$1,572 TWD

  • RESTful Java Web Services, Second Edition

    Design scalable and robust RESTful web services with JAX-RS and Jersey extension APIs

    Design scalable and robust RESTful web services with JAX-RS and Jersey extension APIsKey FeaturesBook DescriptionREST (REpresentational State Transfer) is a simple yet powerful software architecture style to create scalable web services and allow them to be simple, lightweight, and fast. The REST API uses HTTP and JSON, so that it can be used with many programming languages such as Ruby, Java, …… 閱讀更多內容

    NT$1,069 TWD 透過 Kobo Plus 免費享用

  • Android Development with Kotlin

    Enhance your skills for Android development using Kotlin

    Learn how to make Android development much faster using a variety of Kotlin features, from basics to advanced, to write better quality code.Key FeaturesLeverage specific features of Kotlin to ease Android application developmentWrite code based on both object oriented and functional programming to build robust applicationsFilled with various practical examples so you can easily apply your …… 閱讀更多內容

    NT$1,069 TWD 透過 Kobo Plus 免費享用

  • Java 8 Lambdas

    Pragmatic Functional Programming

    Richard Warburton ……
    If you’re a developer with core Java SE skills, this hands-on book takes you through the language changes in Java 8 triggered by the addition of lambda expressions. You’ll learn through code examples, exercises, and fluid explanations how these anonymous functions will help you write simple, clean, library-level code that solves business problems.Lambda expressions are a fairly simple change to …… 閱讀更多內容

    NT$806 TWD

  • Jenkins 2: Up and Running

    Evolve Your Deployment Pipeline for Next Generation Automation

    Brent Laster ……
    Design, implement, and execute continuous delivery pipelines with a level of flexibility, control, and ease of maintenance that was not possible with Jenkins before. With this practical book, build administrators, developers, testers, and other professionals will learn how the features in Jenkins 2 let you define pipelines as code, leverage integration with other key technologies, and create …… 閱讀更多內容

    NT$1,351 TWD

  • Android System Programming

    Porting, customizing, and debugging Android HAL

    Roger Ye ……
    Build, customize, and debug your own Android systemKey FeaturesMaster Android system-level programming by integrating, customizing, and extending popular open source projectsUse Android emulators to explore the true potential of your hardwareMaster key debugging techniques to create a hassle-free development environmentBook DescriptionAndroid system programming involves both hardware and software …… 閱讀更多內容

    NT$1,215 TWD 透過 Kobo Plus 免費享用

  • Java Concurrency in Practice

    Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set …… 閱讀更多內容

    NT$1,376 TWD