Skip to main content

Indkøbskurv

Du får VIP-behandling!

Vare(r) ikke tilgængelig til køb
Gennemgå din indkøbskurv. Du kan fjerne de(n) tilgængelige vare(r) nu, ellers fjerner vi det automatisk ved kassen.
varervare
varervare

Anbefalet til dig

Loading...

Java e-bøger

Hvis du kan lide Java e-bøger, så vil du elske disse fremragende valg.
Viser 985 - 1008 af 1727 resultater
Skip side bar filters
  • Spring Cloud Alibaba微服务开发零基础入门到实操(视频教学版)

    af 孙卫琴 ...
    本书以技术新手阿云的巧妙提问和答主的点睛指导为引线,以Spring Cloud Alibaba微服务开发框架 为脉络,带领读者全面系统地探索Spring Cloud Alibaba微服务开发过程中应用到的技术和解决方案。 本书技术包含了各种组件及框架的用法,包括注册和配置中心Nacos、负载均衡器LoadBalancer、远程 调用组件OpenFeign、远程调用框架Dubbo、流量控制组件Sentinel、网关组件GateWay、消息驱动框架 Stream及消息中间件RocketMQ、链路追踪组件SkyWalking、分布式事务管理框架Seata、分库分表中间件 ShardingSphere、分布式缓存数据库Redis、分布式任务调度框架XXL-JOB。 技术新手阿云在开发过程中的巧妙提问,能够激发读者主动学习的兴趣;而答主的巧妙解答和本书知 识结构的设计 ... Læs mere

    75,88 kr.

  • A Concise Introduction to Data Structures using Java

    Serier serie Chapman & Hall/CRC Textbooks in Computing
    A student-friendly text, A Concise Introduction to Data Structures Using Java takes a developmental approach, starting with simpler concepts first and then building toward greater complexity. Important topics, such as linked lists, are introduced gradually and revisited with increasing depth. More code and guidance are provided at the beginning, al ... Læs mere

    695,45 kr.

  • Core Java

    Fundamentals, Volume 1

    af Cay Horstmann ...
    Serier serie Oracle Press Java
    The #1 Java Guide for Serious Programmers: Fully Updated through Java 17"This is the definitive reference and instructional work for Java and the Java ecosystem."---Andrew Binstock, Java MagazineCore Java, Volume I: Fundamentals, Twelfth Edition, is the definitive guide to writing robust, maintainable code. Whatever version of Java you are using---up to and including Java 17---this book will help ... Læs mere

    459,65 kr.

  • Core Java, Volume I

    Fundamentals

    af Cay Horstmann ...
    Serier serie Oracle Press for Java
    The Classic Guide to the Java Programming Language--Fully Updated through Java 21Whatever version of Java you are using, Core Java, Volume I: Fundamentals, Thirteenth Edition, will help you achieve a deep and practical understanding of the language and APIs. With hundreds of realistic examples, Java Champion Cay S. Horstmann demonstrates the most powerful and effective ways to get the job done ... Læs mere

    570,62 kr.

  • Ultimate Pentesting for Web Applications

    Learn how real-life hackers and pentesters break into systems. Key Features ● Dive deep into hands-on methodologies designed to fortify web security and penetration testing. ● Gain invaluable insights from real-world case studies that bridge theory with practice. ● Leverage the latest tools, frameworks, and methodologies to adapt to evolving cybersecurity landscapes and maintain robust web ... Læs mere

    106,29 kr. eller Gratis med Kobo Plus

  • Learn Android Studio 4

    Efficient Java-Based Android Apps Development

    af Ted Hagos ...
    Serier serie Professional and Applied Computing (R0)
    Build and deploy your Java-based Android apps using the popular and efficient Android Studio 4 suite of tools, an integrated development environment (IDE) for today's Android developers. With this book, you’ll learn the latest and most productive tools in the Android tools ecosystem, ensuring quick Android app development and minimal effort on your part.Among these tools, you'll use the new ... Læs mere

    549,70 kr.

  • Scala for the Impatient

    af Cay Horstmann ...
    Scala 3--A Clear, Concise GuideScala 3 is concise, consistent, flexible, robust, and efficient, but there's a lot to learn and navigating features and improvements can be challenging. Scala for the Impatient, Third Edition, is a complete yet concise guide that reflects the major enhancements of Scala 3, from improved syntax and revamped type system to powerful contextual abstractions.This ... Læs mere

    380,39 kr.

  • Introduction to Video Game Engine Development

    Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine

    Serier serie Professional and Applied Computing (R0)
    Start your video game development journey by learning how to build a 2D game engine from scratch. Using Java (with NetBeans as your IDE and using Java’s graphics framework) or by following along in C# (with Visual Studio as your IDE and using the MonoGame framework), you’ll cover the design and implementation of a 2D game engine in detail. Each class will be reviewed with demonstration code. You ... Læs mere

    698,08 kr.

  • The Definitive Guide to Security in Jakarta EE

    Securing Java-based Enterprise Applications with Jakarta Security, Authorization, Authentication and More

    Serier serie Professional and Applied Computing (R0)
    Refer to this definitive and authoritative book to understand the Jakarta EE Security Spec, with Jakarta Authentication & Authorization as its underlying official foundation. Jakarta EE Security implementations are discussed, such as Soteria and Open Liberty, along with the build-in modules and Jakarta EE Security third-party modules, such as Payara Yubikey & OIDC, and OmniFaces JWT-Auth.The book ... Læs mere

    584,63 kr.

  • Java SE 9 Standard-Bibliothek

    Das Handbuch für Entwickler

    Alles zu den Java-Bibliotheken, aktuell zu Java SE 9Die Fortsetzung des Java-Kultbuchs für Entwickler! Hier bekommen Sie umfassendes und kompetentes Praxiswissen zu den vielen Bibliotheken und Technologien in einem Band. Am Beispiel konkreter Java-Projekte zeigt Christian Ullenboom, was man wissen muss über Datenstrukturen und Algorithmen, Stream-API, Nebenläufigkeit, XML, JDBC, Swing und JavaFX, ... Læs mere

    372,76 kr.

  • Java高并发编程指南

    af 谢议尊 ...
    随着移动互联网的发展,几乎所有主流的互联网应用都需要应对高并发场景,所以不管是Java初学者,还是Java开发老兵,了解和掌握Java高并发编程的相关知识都是非常必要的。本书以由浅入深的方式来对Java高并发编程的相关知识进行讲解,首先是对高并发的理解、多线程基础、Java并发包相关类的使用与设计原理进行介绍;然后再拓展讲解高并发系统设计的相关原理和涉及的相关框架、中间件等;最后对流行的Java开源框架的源码设计进行分析,以及结合实现一个简易版的秒.杀系统来介绍如何基于Java语言实现一个高并发系统,最终达到原理与实践结合的目的。 ... Læs mere

    107,29 kr.

  • Java多线程与大数据处理实战

    af 李建平 ...
    本书对 Java 的多线程及主流大数据中间件对数据的处理进行了较为详细的讲解。本书主要讲了 Java 的线程创建方法和线程的生命周期,方便我们管理多线程的线程组和线程池,设置线程的优先级,设置守护线程,学习多线程的并发、同步和异步操作,了解 Java 的多线程并发处理工具(如信号量、多线程计数器)等内容。同时,本书还引入了 Spring Boot、Spring Batch、Quartz、Kafka 等大数据中间件。这为学习Java 多线程和大数据处理的读者提供了良好的参考。多线程和大数据的处理是许多开发岗位面试中最容易被问到的知识点,一些一线开发的重要岗位面试会将多线程作为压轴问题或重要的考察点。所以,学好多线程的知识点,无论是对于日后的开发工作,还是正要前往一线开发岗位的面试准备,都是非常有用的。本书既适合高等院校的计算机类专业的学生学习,也适合从事软件开发相关行业的初级和中级开发人员。 ... Læs mere

    95,23 kr.

  • Learning Java

    An Introduction to Real-World Programming with Java

    Ideal for working programmers new to Java, this best-selling book guides you through the language features and APIs of Java 21. Through fun, compelling, and realistic examples, authors Marc Loy, Patrick Niemeyer, and Dan Leuck introduce you to Java's fundamentals, including its class libraries, programming techniques, and idioms, with an eye toward building real applications.This updated sixth ... Læs mere

    388,11 kr.

  • Die Modularität von Java 9

    Projekt Jigsaw und skalierbare Java-Anwendungen

    Serier serie Computer Science and Engineering (German Language)
    Entwickeln Sie modulare Anwendungen mit dem Java Platform Module System, dem am meisten erwarteten Feature von Java 9. Sie werden die Wartbarkeit und Leistung Ihrer Java-Anwendungen verbessern, indem Sie nur die Module einsetzen, die benötigt werden, und deren Implementierungsdetails kapseln.Bis jetzt war Java monolithisch. Die Verwendung eines beliebigen Teils von Java bedeutete die Einbindung ... Læs mere

    200,67 kr.

  • Der Weg zum Java-Profi

    Konzepte und Techniken für die professionelle Java-Entwicklung

    af Michael Inden ...
    Serier serie Programmieren mit Java
    Standardwerk in 5. Neuauflage !Das Standardwerk für die professionelle JavaentwicklungFundierter Überblick über Profithemen, die man sonst nicht findet.Alles, was man braucht, um im Coding-Job mithalten zu könnenDieses Buch bietet eine umfassende Einführung in die professionelle Java-Entwicklung und vermittelt Ihnen das notwendige Wissen, um stabile und erweiterbare Softwaresysteme auf Java-SE ... Læs mere

    Før 399,00 kr. Nu 319,00 kr. eller Gratis med Kobo Plus

  • Fundamentals of Java Programming

    Serier serie Computer Science (R0)
    Making extensive use of examples, this textbook on Java programming teaches the fundamental skills for getting started in a command-line environment. Meant to be used for a one-semester course to build solid foundations in Java, Fundamentals of Java Programming eschews second-semester content to concentrate on over 180 code examples and 250 exercises.Key object classes (String, Scanner, ... Læs mere

    466,79 kr.

  • Beginning Cloud Native Development with MicroProfile, Jakarta EE, and Kubernetes

    Java DevOps for Building and Deploying Microservices-based Applications

    af Tarun Telang ...
    Serier serie Professional and Applied Computing (R0)
    Get ready to develop microservices using open source Eclipse MicroProfile and Jakarta EE, and deploy them on Kubernetes/Docker. This book covers best practices for developing cloud-native applications with MicroProfile and Jakarta EE.This book introduces you to cloud-native applications and teaches you how to set up your development environment. You'll learn about the various components of ... Læs mere

    549,70 kr.

  • Fundamental Kotlin: revised

    af Miloš Vasić ...
    Learn the fundamentals of the Kotlin programming language quickly and easily! Kotlin is new statically typed programming language running on the Java Virtual Machine, Android, browser, or native. By reading this book you will be able to quickly start work on your first Kotlin project. Note: The basic programming knowledge is assumed. ... Læs mere

    217,61 kr.

  • How to JAVA

    a Guide for Self-Learning

    af V.V.R.K ...
    A guide for someone who has no idea what JAVA is but needs to know and fast! This Book is basically designed for beginners who are starting their journey towards learning JAVA. It covers all the basic concepts that you need to know before calling yourself well-versed in JAVA. This book is also suited for students and professionals who wish to prepare for interviews or examinations, and they don't ... Læs mere

    85,42 kr.

  • Java Learn JavaScript with Easy

    A Guide to Beginners To Expert In a Week

    af Adiy ...
    Java Learn JavaScript with Easy A guide to Beginners To Expert in a week. You can batter experience to JavaScript ... Læs mere

    36,62 kr.

  • Plug-In JavaScript 100 Power Solutions

    af Robin Nixon ...
    Filled with ready-to-use JavaScript solutions for creating dynamic web content, this practical guide is will save you hundreds of hours of programming time! Plug-in JavaScript delivers 100 JavaScript power solutions in one handy guide. You can use them right away to supercharge your JavaScript applications. Each chapter offers complete, working examples for specific end results, In this time ... Læs mere

    278,11 kr.

  • Algorithmen und Datenstrukturen

    Eine Einführung mit Java

    Kenntnisse von Algorithmen und Datenstrukturen sind ein Grundbaustein des Studiums der Informatik und verwandter Fachrichtungen. Das Buch behandelt diese Thematik in Verbindung mit der Programmiersprache Java und schlägt so eine Brücke zwischen den klassischen Lehrbüchern zur Theorie von Algorithmen und Datenstrukturen und den praktischen Einführungen in eine konkrete Programmiersprache. Die ... Læs mere

    269,00 kr.

  • Data Analytics with Hadoop

    An Introduction for Data Scientists

    Ready to use statistical and machine-learning techniques across large data sets? This practical guide shows you why the Hadoop ecosystem is perfect for the job. Instead of deployment, operations, or software development usually associated with distributed computing, you’ll focus on particular analyses you can build, the data warehousing techniques that Hadoop provides, and higher order data ... Læs mere

    180,99 kr.

  • Introduction to Java Programming

    This book is intended for a one-semester, beginner’s level course on Java programming. It includes the new features included in JDK1.7. Each of its 16 chapters provide review questions for the readers to self-test their learning. “Try It Out” programs that enable the readers to develop programs for real life problems have also been included. Introduction to Java Programming will help budding ... Læs mere

    32,43 kr.