Skip to main content

購物車

您會獲得 VIP 禮遇!

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

專屬於您的推薦

Loading...

Java 電子書

如果您喜歡 Java 電子書,或許您也會喜歡這些熱門精選。
顯示第 124 個結果,共 1376
Skip side bar filters
  • 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 免費享用

  • 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 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,624 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$525 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. …… 閱讀更多內容

    免費

  • 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$995 TWD 透過 Kobo Plus 免費享用

  • 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 免費享用

  • 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

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

    免費

  • 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,385 TWD

  • Java Performance

    In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond

    Scott Oaks ……
    Coding and testing are generally considered separate areas of expertise. In this practical book, Java expert Scott Oaks takes the approach that anyone who works with Java should be adept at understanding how code behaves in the Java Virtual Machine—including the tunings likely to help performance. This updated second edition helps you gain in-depth knowledge of Java application performance using …… 閱讀更多內容

    NT$1,218 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 免費享用

  • 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,582 TWD

  • Head First Servlets and JSP

    Passing the Sun Certified Web Component Developer Exam

    Looking to study up for the new J2EE 1.5 Sun Certified Web Component Developer (SCWCD) exam?This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1.5 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use servlets and JSPs in your next project. You're working on a deadline. You're …… 閱讀更多內容

    NT$954 TWD

  • 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$812 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,361 TWD

  • 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 免費享用

  • 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 免費享用

  • 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 …… 閱讀更多內容

    免費

  • Hands-On Design Patterns with Kotlin

    Build scalable applications using traditional, reactive, and concurrent design patterns in Kotlin

    Alexey Soshin ……
    Make the most of Kotlin by leveraging design patterns and best practices to build scalable and high performing appsKey Features\[\*\] Understand traditional GOF design patterns to apply generic solutions\[\*\] Shift from OOP to FP; covering reactive and concurrent patterns in a step-by-step manner\[\*\] Choose the best microservices architecture and MVC for your development environmentBook …… 閱讀更多內容

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

  • Java Deep Learning Essentials

    Unlocking the next generation of predictive power

    Yusuke Sugomori ……
    Dive into the future of data science and learn how to build the sophisticated algorithms that are fundamental to deep learning and AI with JavaKey Features\[\*\] Go beyond the theory and put Deep Learning into practice with Java\[\*\]Find out how to build a range of Deep Learning algorithms using a range of leading frameworks including DL4J, Theano and Caffe\[\*\] Whether you’re a data scientist …… 閱讀更多內容

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

  • Java to Kotlin

    A Refactoring Guidebook

    It takes a week to travel the 8,000 miles overland from Java to Kotlin. If you're an experienced Java developer who has tried the Kotlin language, you were probably productive in about the same time.You'll have found that they do things differently in Kotlin, though. Nullability is important, collections are different, and classes are final by default. Kotlin is more functional, but what does that …… 閱讀更多內容

    NT$1,361 TWD

  • Android Cookbook

    Problems and Solutions for Android Developers

    Ian F. Darwin ……
    Jump in and build working Android apps with the help of more than 230 tested recipes. The second edition of this acclaimed cookbook includes recipes for working with user interfaces, multitouch gestures, location awareness, web services, and specific device features such as the phone, camera, and accelerometer. You also get useful info on packaging your app for the Google Play Market.Ideal for …… 閱讀更多內容

    NT$1,432 TWD