Mostrando 2,701 - 2,720 Resultados de 4,542 Para Buscar '"Apiés"', tiempo de consulta: 0.08s Limitar resultados
  1. 2701
    Publicado 2018
    Tabla de Contenidos: “…Chapter 3: Acquisition, storage, and retrieval -- 3.1 Building out your toolkit -- 3.2 Getting the code and data -- 3.3 The core data representation -- 3.3.1 The earthquakes website -- 3.3.2 Data formats covered -- 3.3.3 Power and flexibility -- 3.4 Importing data -- 3.4.1 Loading data from text files -- 3.4.2 Loading data from a REST API -- 3.4.3 Parsing JSON text data -- 3.4.4 Parsing CSV text data -- 3.4.5 Importing data from databases -- 3.4.6 Importing data from MongoDB -- 3.4.7 Importing data from MySQL -- 3.5 Exporting data -- 3.5.1 You need data to export! …”
    Libro electrónico
  2. 2702
    por Nartovich, Aleksandr
    Publicado 2004
    Tabla de Contenidos: “…Advanced techniques and considerations for using the IBM WebFacing Tool -- Outline -- Learning objectives -- 10.1 Current DDS keyword support -- 10.2 Using the WebFacing Environment API -- 10.3 Programmatic invocation of WebFacing applications -- 10.4 Working with JSPs -- 10.5 Performance considerations -- 10.5.1 Using IBM Eserver Workload Estimator to plan a server configuration -- 10.5.2 Time to create the project and convert the display files -- 10.5.3 Run-time jobs -- 10.5.4 Tuning the performance of a WebFacing application -- 10.6 DDS Object Mappings -- 10.7 Migrating between different IBM WebFacing Tool versions -- Summary -- Key terms and concepts -- Other helpful resources -- Questions -- Exercises -- Part 4 iSeries Web development tools -- Chapter 11. …”
    Libro electrónico
  3. 2703
    Publicado 2022
    Tabla de Contenidos: “…6.6 Fractal Antennas -- 6.6.1 Minkowski Fractal Geometries Using Wearable Electro-Textile Antennas -- 6.6.2 Antenna Design With Defected Semi-Elliptical Ground Plane -- 6.6.3 Double-Fractal Layer Wearable Antenna -- 6.6.4 Development of Embroidered Sierpinski Carpet Antenna -- 6.7 Future Challenges of Wearable Antenna Designs -- 6.8 Conclusion -- References -- 7 An Overview of IoT and Its Application With Machine Learning in Data Center -- 7.1 Introduction -- 7.1.1 6LoWPAN -- 7.1.2 Data Protocols -- 7.1.2.1 CoAP -- 7.1.2.2 MQTT -- 7.1.2.3 Rest APIs -- 7.1.3 IoT Components -- 7.1.3.1 Hardware -- 7.1.3.2 Middleware -- 7.1.3.3 Visualization -- 7.2 Data Center and Internet of Things -- 7.2.1 Modern Data Centers -- 7.2.2 Data Storage -- 7.2.3 Computing Process -- 7.2.3.1 Fog Computing -- 7.2.3.2 Edge Computing -- 7.2.3.3 Cloud Computing -- 7.2.3.4 Distributed Computing -- 7.2.3.5 Comparison of Cloud Computing and Fog Computing -- 7.3 Machine Learning Models and IoT -- 7.3.1 Classifications of Machine Learning Supported in IoT -- 7.3.1.1 Supervised Learning -- 7.3.1.2 Unsupervised Learning -- 7.3.1.3 Reinforcement Learning -- 7.3.1.4 Ensemble Learning -- 7.3.1.5 Neural Network -- 7.4 Challenges in Data Center and IoT -- 7.4.1 Major Challenges -- 7.5 Conclusion -- References -- 8 Impact of IoT to Meet Challenges in Drone Delivery System -- 8.1 Introduction -- 8.1.1 IoT Components -- 8.1.2 Main Division to Apply IoT in Aviation -- 8.1.3 Required Field of IoT in Aviation -- 8.2 Literature Survey -- 8.3 Smart Airport Architecture -- 8.4 Barriers to IoT Implementation -- 8.4.1 How is the Internet of Things Converting the Aviation Enterprise? …”
    Libro electrónico
  4. 2704
    por Das, LyLa B.
    Publicado 2012
    Tabla de Contenidos: “…6.2 Downloading the Hex File to the Non-volatile Memory -- 6.2.1 Out of Circuit Programming -- 6.2.2 In System Programming (ISP) -- 6.2.3 Porting an OS to an Embedded Board -- 6.2.4 Emulator -- 6.2.5 ICE (In-Circuit Emulator) -- 6.3 Hardware Simulator -- Conclusion -- Key Points of this Chapter -- Questions -- Exercises -- Part II: Software Design Aspects -- Chapter 7: Operating System Concepts -- Introduction -- 7.1 Embedded Operating Systems -- 7.2 Network Operating Systems (NOS) -- 7.3 Layers of an Operating System -- 7.4 History of Operating Systems -- 7.5 Functions Performed by an OS (Components of an OS) -- 7.5.1 Processor Management -- 7.5.2 Memory Management -- 7.5.3 IO Management -- 7.5.4 File Management -- 7.5.5 Multiprogramming -- 7.5.6 Protection and Security -- 7.5.7 Network Management -- 7.6 Some Terms Associated with Operating Systems and Computer Usage -- 7.6.1 Low Level Software Utility -- 7.6.2 Boot Loader -- 7.6.3 User Interface -- 7.6.4 Application Programming Interface (API) -- 7.6.5 POSIX -- 7.7 The Kernel -- 7.7.1 Types of Kernels -- 7.8 Tasks/Processes -- 7.8.1 Task (Process) Control Block -- 7.8.2 Multitasking -- 7.8.3 Task (Process) Scheduling -- 7.8.4 CPU and IO Bound Tasks -- 7.8.5 Selection of a Scheduling Algorithm -- 7.8.6 CPU Scheduler and Resource Manager -- 7.9 Scheduling Algorithms -- 7.9.1 Pre-emption -- 7.9.2 Assumptions -- 7.9.3 Non-preemptive Methods of Scheduling -- 7.9.4 Shortest Job Next (SJN) -- 7.9.5 Pre-emeptive Scheduling Strategies -- 7.10 Threads -- 7.11 Interrrupt Handling -- 7.11.1 Interrupts and Task Switching -- 7.12 Inter Process (Task) Communications (IPC) -- 7.12.1 Task/Process Communication Methods -- 7.13 Task Synchronization -- 7.13.1 Parallelism aka concurrency -- 7.13.2 The Race Condition -- 7.13.3 Critical Section -- 7.13.4 The Readers 'Writers' Problem -- 7.13.5 Deadlocks…”
    Libro electrónico
  5. 2705
    “…This book will guide you through the process of making several example game apps using APIs available in Android. What You'll Learn Gain the fundamentals of game programming in the context of the Android platform Use Android's APIs for graphics, audio, and user input to reflect those fundamentals Develop two 2D games from scratch, based on Canvas API and OpenGL ES Create a full-featured 3D game Publish your games, get crash reports, and support your users Complete your own playable 2D OpenGL games Who This Book Is For People with a basic knowledge of Java who want to write games on the Android platform. …”
    Libro electrónico
  6. 2706
    “…The expert authors cover the new more modular JavaFX 9 APIs, development tools, and best practices and provide code examples that explore the exciting new features provided with JavaFX 9, part of Oracle's new Java 9 release.Pro JavaFX 9: A Definitive Guide to Building Desktop, Mobile, and Embedded Java Clients also contains engaging tutorials that cover virtually every facet of JavaFX development and reference materials on JavaFX that augment the JavaFX API documentation. …”
    Libro electrónico
  7. 2707
    “…The authors take you through real-world examples that demonstrate how these new features are used with other APIs in Java EE 8. You’ll see the new and exciting ways JSF applications can use to communicate between a client and a server, such as using WebSockets, invoking bean methods directly from Ajax, executing client-side JavaScript when Ajax calls complete, and more Along the way you’ll broaden your knowledge of JSF components and web APIs best practices, and learn a great deal about the internals of JSF and the design decisions that have been made when building the JSF API. …”
    Libro electrónico
  8. 2708
    Publicado 2021
    “…Create professional and progressive web apps with the native HTML API on the latest technology stack. This book describes the basics of web components and how to create them using plain JavaScript as well as how to make professional applications based on web components using TypeScript. …”
    Libro electrónico
  9. 2709
    por McLaughlin, Brett
    Publicado 2000
    “…This book covers: The basics of XML Using standard Java APIs to parse XML Designing new document types using DTDs and Schemas Writing programs that generate XML data Transforming XML into different forms using XSL transformations (XSL/T) XML-RPC Using a web publishing framework like Apache-Cocoon This is the first book to cover the most recent versions of the DOM specification (DOM 2), the SAX API (SAX 2) and Sun's Java API for XML…”
    Libro electrónico
  10. 2710
    Publicado 2020
    “…Alongside its popular web server, NGINX provides a dynamic application server that supports configuration through a RESTful JSON API. The open source NGINX Unit server deploys configuration changes without service disruptions and runs apps built with multiple languages and frameworks. …”
    Libro electrónico
  11. 2711
    por Gunasekera, Sheran. author
    Publicado 2020
    “…You will: Identify data that should be secured Use the Android APIs to ensure confidentiality and integrity of data Build secure apps for the enterprise Implement Public Key Infrastructure and encryption APIs in apps Master owners, access control lists, and permissions to allow user control over app properties Manage authentication, transport layer encryption, and server-side security…”
    Libro electrónico
  12. 2712
    Publicado 2016
    “…Websites nowadays provide APIs to allow integration with third party applications, thereby exposing a lot of attack surface, we cover testing of these APIs using real-life examples. …”
    Libro electrónico
  13. 2713
    Publicado 2017
    “…In this second of two updated volumes, he offers in-depth coverage of advanced topics including the new Streams API and date/time/calendar library, advanced Swing, security, code processing, and more. …”
    Libro electrónico
  14. 2714
    Publicado 2018
    “…In this book, we will build a simple API and React application from scratch. We begin by setting up our development environment using Git, yarn, Babel, and ESLint. …”
    Libro electrónico
  15. 2715
    Publicado 2014
    “…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
  16. 2716
    Publicado 2019
    “…We will then set up our API server and create the API required for our application. …”
    Libro electrónico
  17. 2717
    Publicado 2018
    “…3+ Hours of Video Instruction Modern Java introduces major enhancements that impact the core Java technologies and APIs at the heart of the Java platform. Many old Java idioms are no longer needed and new features such as modularization make you far more effective. …”
    Video
  18. 2718
    Publicado 2021
    “…Working through several projects, this book teaches you how to build Alexa skills and integrate them with online APIs. If you have basic Python skills, this book will show you how to build data-driven Alexa skills. …”
    Libro electrónico
  19. 2719
    Publicado 2022
    “…Master advanced techniques, idioms, and best practices for writing superior Java code Make the most of enhanced Java I/O APIs, object serialization, and regular expressions Efficiently connect to network services, implement servers and the improved HTTP client, and harvest web data Process code via scripting and compiler APIs, and use annotations to generate code and files Deepen your understanding of the Java Platform Module System, including recent refinements Deepen your understanding of the Java Platform Module System, including recent refinements Preview powerful new APIs for accessing "foreign" functions and memory Core Java, Volume II: Advanced Features, Twelfth Edition is the reliable source for expert coverage of Java 17 enterprise features, the module system, annotations, networking, security, and advanced UI programming…”
    Libro electrónico
  20. 2720
    Publicado 2023
    “…It also illustrates how to use the various APIs, such as GPT-4, ChatGPT, Bard, and Bedrock. …”
    Libro electrónico