Mostrando 1,001 - 1,020 Resultados de 32,738 Para Buscar 'JAXA~', tiempo de consulta: 1.90s Limitar resultados
  1. 1001
    por Friesen, Jeff
    Publicado 2013
    Tabla de Contenidos: “…; ""Chapter 1 Getting Started With Java""; ""What Is Java?""; ""Java Is a Language""; ""Java Is a Platform""; ""Java SE, Java EE, Java ME, and Android""; ""Installing and Exploring the JDK""; ""Installing and Exploring the Eclipse IDE""; ""Overview of Java APIs""…”
    Libro electrónico
  2. 1002
    por Gupta, Arun
    Publicado 2013
    Materias:
    Libro electrónico
  3. 1003
    Publicado 2013
    Tabla de Contenidos: “…Developing with Java 7 -- Vital techniques -- Polyglot programming on the JVM -- Crafting the polyglot project…”
    Libro electrónico
  4. 1004
    Publicado 2013
    Materias: “…JavaScript (Computer program language) Handbooks, manuals, etc…”
    Libro electrónico
  5. 1005
    por Sharan, Kishori. author
    Publicado 2014
    Tabla de Contenidos: “…; What Is an Identifier ?; Data Types in Java; Primitive Data Types in Java; Integral Data Types; The int Data Type; The long Data Type; The byte Data Type…”
    Libro electrónico
  6. 1006
    por Olsson, Mikael. author
    Publicado 2013
    Tabla de Contenidos: “…""Contents at a Glance""; ""Contents""; ""About the Author""; ""Introduction""; ""Chapter 1: Hello World""; ""Installing""; ""Creating a project""; ""Hello world""; ""Code hints""; ""Chapter 2: Compile and Run""; ""Running from the IDE""; ""Running from a console window""; ""Comments""; ""Chapter 3: Variables""; ""Data types""; ""Declaring variables""; ""Assigning variables""; ""Using variables""; ""Integer types""; ""Floating-point types""; ""Char type""; ""Boolean type""; ""Variable scope""; ""Anonymous block""; ""Chapter 4: Operators""; ""Arithmetic operators""; ""Assignment operators""…”
    Libro electrónico
  7. 1007
    por FRIESEN, JEFF. author
    Publicado 2015
    Materias: “…Java (Computer program language)…”
    Libro electrónico
  8. 1008
    por Minnick, Chris
    Publicado 2015
    Tabla de Contenidos: “…Chapter 3 Giving and Receiving DataMastering Variables; Understanding Data Types; Prompting the User for Input; Responding to Input; Combining Input and Output; Chapter 4 Fiddling with Web Applications; Introducing JSFiddle; Creating a JSFiddle Account; Sharing Your Fiddle; Saving Your App; Part II Animating the Web; Chapter 5 JavaScript and HTML; Writing HTML; Knowing Your HTML Elements; Adding Attributes to Elements; Changing HTML with JavaScript; Chapter 6 JavaScript and CSS; Meet Douglas the JavaScript Robot; CSS Basics; CSS Properties Give You Style; Customize Your Own JavaScript Robot!…”
    Libro electrónico
  9. 1009
    Publicado 2015
    Tabla de Contenidos: “…""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""; ""The behavior-driven development ""; ""JBehave""; ""Cucumber""; ""Summary""…”
    Libro electrónico
  10. 1010
    por Markham, Noel
    Publicado 2014
    Tabla de Contenidos: “…Intro -- Part I: Navigating the Interview Process -- Chapter 1: Dissecting Interview Types -- Looking at the Phone Screening Process -- Reviewing Technical Tests -- Handling Face-to-Face Interviews -- Making the Decision -- Summary -- Chapter 2: Writing a Noticeable Resume -- How to Write a Resume and Cover Letter -- Writing a Cover Letter -- Summary -- Chapter 3: Technical Test and Interview Basics -- Technical Written Tests -- At-Computer Tests -- Face-to-Face Technical Interviews -- Summary -- Chapter 4: Writing Core Algorithms -- Looking at Big O Notation -- Sorting Lists -- Searching Lists -- Summary -- Chapter 5: Data Structures -- Lists -- Trees -- Maps -- Sets -- Summary -- Chapter 6: Design Patterns -- Investigating Example Patterns -- Commonly Used Patterns -- Summary -- Chapter 7: Implementing Popular Interview Algorithms -- Implementing FizzBuzz -- Demonstrating the Fibonacci Sequence -- Demonstrating Factorials -- Implementing Library Functionality -- Using Generics -- Summary -- Part II: Core Java -- Chapter 8: Java Basics -- The Primitive Types -- Using Objects -- Java's Arrays -- Working with Strings -- Understanding Generics -- Autoboxing and Unboxing -- Using Annotations -- Naming Conventions -- Handling Exceptions -- Using the Standard Java Library -- Looking Forward to Java 8 -- Summary -- Chapter 9: Testing with JUnit -- The JUnit Test Life Cycle -- Best Practices for Using JUnit -- Eliminating Dependencies with Mocks -- Creating System Tests with Behavior-Driven Development -- Summary -- Chapter 10: Understanding the Java Virtual Machine -- Garbage Collection -- Memory Tuning -- Interoperability between the JVM and the Java Language -- Summary -- Chapter 11: Concurrency -- Using Threads -- Working with Concurrency -- Actors -- Summary -- Part III: Components and Frameworks…”
    Libro electrónico
  11. 1011
    Tabla de Contenidos: “…Implementing A Genetic Algorithm in Java -- 3. Evolving Robot Controls with GA -- 4. …”
    Libro electrónico
  12. 1012
    por Brett Spell, Terrill. author
    Publicado 2015
    Tabla de Contenidos: “…Contents at a Glance; Introduction; Chapter 1: Going Inside Java; Java's Architecture; The Java Virtual Machine; Different JVM Implementations; The JVM As a Runtime Execution Environment; The Runtime Data Areas of the JVM; The Heap; The Stack; Method Area; Registers; Runtime Constant Pool; The Garbage Collector; The JVM: Loading, Linking, and Initializing; The First Step; Loading; Linking; Java Class File Verification; Preparation; Resolution; Initialization; Bytecode Execution; The Java Class File Format; The Java Programming Language and APIs; The Java Programming Language; The Java APIs…”
    Libro electrónico
  13. 1013
    Publicado 2014
    “…The book covers industry-standard tools and technologies, specific technologies, and underlying programming concepts. Java is an essential programming language used worldwide for both Android app development and enterprise-level corporate solutions As a step-by-step guide or a general reference, this book provides an all-in-one Java development solution Explains Java Enterprise Edition 7 and the basic web application, how to set up a development application server environment, which tools are needed during the development process, and how to apply various Java technologies Covers new language features in Java 8, such as Lambda Expressions, and the new Java 8 Date & Time API introduced as part of JSR 310, replacing the legacy Date and Calendar APIs Demonstrates the new, fully-duplex WebSocket web connection technology and its support in Java EE 7, allowing the reader to create rich, truly interactive web applications that can push updated data to the client automatically Instructs the reader in the configuration and use of Log4j 2.0, Spring Framework 4 (including Spring Web MVC), Hibernate Validator, RabbitMQ, Hibernate ORM, Spring Data, Hibernate Search, and Spring Security Covers application logging, JSR 340 Servlet API 3.1, JSR 245 JavaServer Pages (JSP) 2.3 (including custom tag libraries), JSR 341 Expression Language 3.0, JSR 356 WebSocket API 1.0, JSR 303/349 Bean Validation 1.1, JSR 317/338 Java Persistence API (JPA) 2.1, full-text searching with JPA, RESTful and SOAP web services, Advanced Message Queuing Protocol (AMQP), and OAuth Professional Java for Web Applications is the complete Wrox guide for software developers who are familiar with Java and who are ready to build high-level enterprise Java web applications…”
    Libro electrónico
  14. 1014
    Publicado 2014
    Materias: “…JavaScript (Computer program language)…”
    Video
  15. 1015
    Publicado 2015
    Tabla de Contenidos: “…""Cover""; ""Copyright""; ""Credits""; ""About the Author""; ""About the Reviewers""; ""www.PacktPub.com""; ""Table of Contents""; ""Preface""; ""Chapter 1: Promises.js""; ""The fall and rise of JavaScript""; ""Google's contributions to JavaScript""; ""Where Promises.js came in?""…”
    Libro electrónico
  16. 1016
    por Sharan, Kishori. author
    Publicado 2015
    Tabla de Contenidos: “…Contents at a Glance; Introduction; Chapter 1: Getting Started; What Is JavaFX?; History of JavaFX; System Requirements; JavaFX Runtime Library; JavaFX Source Code; Your First JavaFX Application; Creating the HelloJavaFX Class; Overriding the start() Method; Showing the Stage; Launching the Application; Adding the main() Method; Adding a Scene to the Stage; Improving the HelloFX Application; Using the NetBeans IDE; Creating a New JavaFX Project; Opening an Existing JavaFX Project; Running a JavaFX Project from the NetBeans IDE; Passing Parameters to a JavaFX Application; Case 1; Case 2…”
    Libro electrónico
  17. 1017
    Publicado 2016
    Materias: “…JavaScript (Computer program language)…”
    Video
  18. 1018
    Publicado 2018
    Materias: “…Java (Computer program language) Handbooks, manuals, etc…”
    Libro electrónico
  19. 1019
    Publicado 2018
    Materias: “…Java (Computer program language)…”
    Libro electrónico
  20. 1020
    Publicado 2016
    Materias: “…JavaScript (Computer program language)…”
    Libro electrónico