Mostrando 941 - 960 Resultados de 32,738 Para Buscar 'JAXA~', tiempo de consulta: 1.65s Limitar resultados
  1. 941
    Publicado 2021
    Tabla de Contenidos: “…Testing JavaScript applications -- 1 An introduction to automated testing -- 1.1 What is an automated test? …”
    Libro electrónico
  2. 942
    Publicado 2019
    Materias: “…JavaScript (Computer program language)…”
    Video
  3. 943
    Publicado 2018
    Tabla de Contenidos: “…-- IoC - a pretty simple example -- The main features of CDI -- Injections -- Scopes -- Interceptors/decorators -- Events -- Dynamic lookups -- JAX-RS - the servlet router -- The router -- Marshalling -- Filter and interceptors -- @Suspended or asynchronous operation -- JPA - the database link -- From JPA to the database -- Model and implications -- The Java Transaction API -- Server resources -- DataSource configuration -- Java EE and performances -- Ensure you know the server -- Ensure you know your application -- Ensure you know your resources -- Summary -- Chapter 3: Monitor Your Application -- Java tools to know what my application is doing -- The jcmd command - the small command line utility that does a lot -- Thread.print -- Memory -- JVisualVM - the UI for JVM monitoring -- How to connect remotely -- Java Mission Control -- GlassFish ad hoc monitoring -- Libraries monitor your application -- Counters, gauges, timers, and more -- Instrumenting the code -- CDI instrumentation -- Implementing your own configurable monitoring interceptor…”
    Libro electrónico
  4. 944
    Publicado 2018
    Tabla de Contenidos: “…-- Understanding TDD -- Red-Green-Refactor -- Speed is the key -- It's not about testing -- Testing -- Black-box testing -- White-box testing -- The difference between quality checking and quality assurance -- Better tests -- Mocking -- Executable documentation -- No debugging -- Summary -- Chapter 2: Tools, Frameworks, and Environments -- Git -- Virtual machines -- Vagrant -- Docker -- Build tools -- The integrated development environment -- The IDEA demo project -- Unit-testing frameworks -- JUnit -- TestNG -- Hamcrest and AssertJ -- Hamcrest -- AssertJ -- Code coverage tools -- JaCoCo -- Mocking frameworks -- Mockito -- EasyMock -- Extra power for mocks -- User interface testing -- Web-testing frameworks -- Selenium -- Selenide -- Behavior-driven development -- JBehave -- Cucumber -- Summary -- Chapter 3: Red-Green-Refactor - From Failure Through Success until Perfection -- Setting up the environment with Gradle and JUnit -- Setting up Gradle/Java project in IntelliJ IDEA -- The Red-Green-Refactor process -- Writing a test -- Running all the tests and confirming that the last one is failing -- Writing the implementation code -- Running all the tests -- Refactoring -- Repeating -- Tic-Tac-Toe game requirements -- Developing Tic-Tac-Toe -- Requirement 1 - placing pieces -- Test - board boundaries I -- Implementation -- Test - board boundaries II -- Implementation -- Test - occupied spot -- Implementation -- Refactoring -- Requirement 2 - adding two-player support -- Test - X plays first -- Implementation -- Test - O plays right after X -- Implementation -- Test - X plays right after O -- Requirement 3 - adding winning conditions -- Test - by default there's no winner…”
    Libro electrónico
  5. 945
    Publicado 2018
    “…It will be your one stop guide to building cloud-native applications in Java Spring that are hosted in On-prem or cloud providers - AWS and Azure The book begins by explaining the driving factors for cloud adoption and shows you how cloud deployment is different from regular application deployment on a standard data centre. …”
    Libro electrónico
  6. 946
    Publicado 2021
    Libro electrónico
  7. 947
    Publicado 2014
    “…Ta publikacja należy do popularnej serii "Leksykon kieszonkowy" i możesz mieć zawsze przy sobie. W środku znajdziesz konwencje nazw oraz podstawowe elementy języka. …”
    Libro electrónico
  8. 948
    Publicado 2014
    “…Aktueller Überblick über die Neuerungen bei Java 8.…”
    Libro electrónico
  9. 949
    Publicado 2018
    Materias: “…Java (Computer program language)…”
    Libro electrónico
  10. 950
    Publicado 2019
    Materias: “…Java (Computer program language)…”
    Video
  11. 951
    Publicado 2014
    “…Darüber hinaus beschreibt das Buch aber auch alle wichtigen Aspekte und Möglichkeiten der Sprache Java und der Java-Klassenbibliothek und eignet sich daher auch als Nachschlagewerk für die tägliche Arbeit. …”
    Libro electrónico
  12. 952
    Publicado 2015
    “…Rozwiązania i przykłady dla programistów używających języka Java -- Java to jeden z języków programowania najchętniej wybieranych do tworzenia zaawansowanych systemów informatycznych. …”
    Libro electrónico
  13. 953
    Publicado 2018
    “…Design modern, rich interfaces for Java apps using JavaFX 10 About This Book Become a pro with the latest JavaFX 10 framework Create dynamic content using the animation API Create and customize plugins and use them efficiently in different applications Who This Book Is For If you're a Java developer who wants to upgrade to the latest version of JavaFX to create stunning, feature-rich graphical applications, this book is for you. …”
    Libro electrónico
  14. 954
    Publicado 2020
    Materias:
    Video
  15. 955
    Publicado 2024
    Libro electrónico
  16. 956
    Publicado 2022
    Tabla de Contenidos: “…Example: Function Approximation Using Java Environment -- Network Architecture -- Normalizing the Input Datasets -- Building the Java Program That Normalizes Both Datasets -- Building the Neural Network Processing Program -- Program Code -- Debugging and Executing the Program -- Processing Results for the Training Method -- Testing the Network -- Testing Results -- Digging Deeper -- Summary -- Chapter 6: Neural Network Prediction Outside of the Training Range -- Example: Approximating Periodic Functions Outside of the Training Range -- Network Architecture for the Example -- Program Code for the Example -- Testing the Network -- Example: Correct Way of Approximating Periodic Functions Outside of the Training Range -- Preparing the Training Data -- Network Architecture for the Example -- Program Code for Example -- Training Results for Example -- Log of Testing Results for Example 3 -- Summary -- Chapter 7: Processing Complex Periodic Functions -- Example: Approximation of a Complex Periodic Function -- Data Preparation -- Reflecting Function Topology in the Data -- Network Architecture -- Program Code -- Training the Network -- Testing the Network -- Digging Deeper -- Summary -- Chapter 8: Approximating Noncontinuous Functions -- Example: Approximating Noncontinuous Functions -- Network Architecture -- Program Code -- Code Fragments for the Training Process -- Unsatisfactory Training Results -- Approximating the Noncontinuous Function Using the Micro-Batch Method -- Program Code for Micro-Batch Processing -- Program Code for the getChart() Method -- Code Fragment 1 of the Training Method -- Code Fragment 2 of the Training Method -- Training Results for the Micro-Batch Method -- Testing the Processing Logic -- Testing the Results for the Micro-Batch Method -- Digging Deeper -- Summary…”
    Libro electrónico
  17. 957
    Publicado 2022
    Materias:
    Video
  18. 958
    Publicado 2022
    Tabla de Contenidos: “…-- Keywords -- Data Types in Java -- Local Variable Type Inference -- Primitive Data Types in Java -- Integral Data Types -- The int Data Type -- The long Data Type -- The byte Data Type -- The short Data Type -- The char Data Type -- Character Literals in Single Quotes -- Character Escape Sequence -- Unicode Character Escape Sequence -- Octal Character Escape Sequence -- The boolean Data Type -- Floating-Point Data Types -- The float Data Type -- The double Data Type -- Underscores in Numeric Literals -- Java Compiler and Unicode Escape Sequence -- A Short Break -- Binary Representation of Integers -- Diminished Radix Complement -- Radix Complement -- Binary Representation of Floating-Point Numbers -- 32-Bit Single-Precision Floating-Point Format -- Sign -- Exponent -- Significand -- Special Floating-Point Numbers -- Signed Zeros -- Signed Infinities -- NaN -- Denormals -- Rounding Modes -- Rounding Toward Zero -- Rounding Toward Positive Infinity -- Rounding Toward Negative Infinity -- Rounding Toward Nearest -- IEEE Floating-Point Exceptions -- Division by Zero Exception -- Invalid Operation Exception -- Overflow Exception -- Underflow Exception -- Inexact Exception -- Java and IEEE Floating-Point Standards -- Little-Endian and Big-Endian -- Summary -- Chapter 5: Operators -- What Is an Operator? …”
    Libro electrónico
  19. 959
    Publicado 2022
    Tabla de Contenidos: “…Wrapping Business Rules inside Domain Hexagon Handling Behavior with Ports and Use Cases Creating Adapters to Interact with the Outside World Exploring the Nature of Driving and Driven Operations Building the Domain Hexagon Building the Application Hexagon Building the Framework Hexagon Applying Dependency Inversion with Java Modules Adding Quarkus to a Modularized Hexagonal Application Leveraging CDI Beans to Manage Ports and Use Cases Using RESTEasy Reactive to Implement Input Adapters Persisting Data with Output Adapters and Hibernate Reactive Setting Up Dockerfile and Kubernetes Objects for Cloud Deployment Good Design Practices for Your Hexagonal Application…”
    Libro electrónico
  20. 960
    Publicado 2015
    Materias: “…JavaScript (Computer program language)…”
    Libro electrónico