Mostrando 501 - 520 Resultados de 909 Para Buscar '"JSON"', tiempo de consulta: 0.09s Limitar resultados
  1. 501
    Publicado 2014
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: JavaScript and the Web; JavaScript and your HTML/CSS; jQuery effects; Hide/Show; Toggle; Animation; Chaining; jQuery Ajax; jQuery GET; jQuery getJSON; jQuery POST; JavaScript beyond the client; JavaScript on the server side; Full-stack JavaScript; JavaScript security issues; Cross-site request forgery; Cross-site scripting; Summary; Chapter 2: Secure Ajax RESTful APIs; Building a RESTful server; A simple RESTful server in Node.js and Express.js…”
    Libro electrónico
  2. 502
    Publicado 2014
    Tabla de Contenidos: “…Single countersMultiple counters; Coprocessors; The observer coprocessor; The endpoint coprocessor; The administrative API; The data definition API; Table name methods; Column family methods; Other methods; The HBaseAdmin API; Summary; Chapter 6: HBase Clients; The HBase shell; Data definition commands; Data manipulation commands; Data-handling tools; Kundera - object mapper; CRUD using Kundera; Query HBase using Kundera; Using filters within query; REST client; Getting started; The plain format; The XML format; The JSON format (defined as a key-value pair); The REST Java client…”
    Libro electrónico
  3. 503
    Publicado 2014
    Tabla de Contenidos: “…""Public, Private, and Protected Access To Properties And Methods""""Simplifying Inheritance""; ""Coding Conventions And Naming""; ""Rule 1: Use descriptive names""; ""Rule 2: Begin with a lowercase letter""; ""Rule 3: Use camel-case to represent word divisions""; ""Rule 4: Use all uppercase characters to represent universal constants""; ""Rule 5: Group together variable declarations in one statement at the top of every function block""; ""Variable and Function Name Hoisting""; ""ECMAScript 5""; ""JSON Data Format Parsing""; ""Strict Mode""; ""Function binding""; ""Array Methods""…”
    Libro electrónico
  4. 504
    Publicado 2017
    Tabla de Contenidos: “…discussion of vertices, polygons, and edges -- Where to get 3D models -- Summary -- Chapter 7: Sitting Down with a (Virtual) Teapot -- The teapot in Blender -- Fixing the UV maps for the teapot -- Importing materials -- Fixing the deck plates -- The finished VR world -- Summary -- Chapter 8: Breath Life in Your World -- The Animated API -- Flying teapots -- Spinning once and forever -- The final code -- Sound -- Putting sound in our world -- Summary -- Chapter 9: Do It Yourself - Native Modules and Three.js -- Native modules and views -- Making a three.js cube demo -- Making native code interact with React VR -- Summing up the code so far -- Something more visual -- Next steps -- Extending React VR - Native Views -- Extending the language -- Summary -- Chapter 10: Bringing in the Real Live World -- Going to Mars (the initial world creation) -- Creating the initial world -- Jason and JSON -- Why JSON has nothing to do with React -- Finding the API -- All the way from Mars -- A better API from NASA -- Everyone needs a style(sheet) -- Building the image and status UI -- How (not to) to make people sick…”
    Libro electrónico
  5. 505
    Publicado 2023
    Tabla de Contenidos: “…Differences between RESTful Web Services and JSON:API -- Authenticated requests -- Introduction to Next.js -- Next.js -- CORS -- Next for Drupal -- Summary -- Index -- About Packt -- Other Book You May Enjoy…”
    Libro electrónico
  6. 506
    Publicado 2014
    Tabla de Contenidos: “…Node and MongoDB Basics -- A JavaScript Primer -- Declaring variables -- Declaring functions -- Declaring objects -- Functions are objects -- Anonymous functions and callbacks -- Arrays -- Conditions and comparison operators -- Flow -- JSON -- The basics of NodeJS -- Event driven -- Asynchronous -- Require and modules -- The NodeJS core -- Installing modules using npm -- The basics of MongoDB…”
    Libro electrónico
  7. 507
    Publicado 2021
    Tabla de Contenidos: “…Going beyond next -- The yield from expression -- Generator expressions -- Some performance considerations -- Don't overdo comprehensions and generators -- Name localization -- Generation behavior in built-ins -- One last example -- Summary -- Chapter 6: OOP, Decorators, and Iterators -- Decorators -- A decorator factory -- Object-oriented programming (OOP) -- The simplest Python class -- Class and object namespaces -- Attribute shadowing -- The self argument -- Initializing an instance -- OOP is about code reuse -- Inheritance and composition -- Accessing a base class -- Multiple inheritance -- Method resolution order -- Class and static methods -- Static methods -- Class methods -- Private methods and name mangling -- The property decorator -- The cached_property decorator -- Operator overloading -- Polymorphism - a brief overview -- Data classes -- Writing a custom iterator -- Summary -- Chapter 7: Exceptions and Context Managers -- Exceptions -- Raising exceptions -- Defining your own exceptions -- Tracebacks -- Handling exceptions -- Not only for errors -- Context managers -- Class-based context managers -- Generator-based context managers -- Summary -- Chapter 8: Files and Data Persistence -- Working with files and directories -- Opening files -- Using a context manager to open a file -- Reading and writing to a file -- Reading and writing in binary mode -- Protecting against overwriting an existing file -- Checking for file and directory existence -- Manipulating files and directories -- Manipulating pathnames -- Temporary files and directories -- Directory content -- File and directory compression -- Data interchange formats -- Working with JSON -- Custom encoding/decoding with JSON -- I/O, streams, and requests -- Using an in-memory stream -- Making HTTP requests -- Persisting data on disk -- Serializing data with pickle…”
    Libro electrónico
  8. 508
    Publicado 2017
    Tabla de Contenidos: “…-- About the net/http Go package -- Developing web clients -- Fetching a single URL -- Setting a timeout -- Developing better web clients -- A small web server -- The http.ServeMux type -- Using http.ServeMux -- The html/template package -- About JSON -- Saving JSON data -- Parsing JSON data -- Using Marshal() and Unmarshal() -- Using MongoDB -- Basic MongoDB administration -- Using the MongoDB Go driver -- Creating a Go application that displays MongoDB data -- Creating an application that displays MySQL data -- A handy command-line utility -- Exercises -- Summary -- Chapter 12: Network Programming -- About network programming -- About TCP/IP -- About TCP -- The TCP handshake! …”
    Libro electrónico
  9. 509
    Publicado 2021
    Tabla de Contenidos: “…Section 3: Hands-On Practical GitOps -- Chapter 08: Practicing the Basics - Declarative Language File Building -- Nesting and flat files -- XML file building -- JSON file building -- YAML file building -- Templatization types -- Summary -- Chapter 09: Originalist Gitops in Practice - Continuous Deployment -- Setting up minikube -- Homebrew -- VirtualBox -- kubectl -- minikube -- Setting up VSCode -- Downloading and installing -- Adding extensions -- Setting up Kubernetes and Helm -- Installing Helm -- Creating a Helm chart -- Removing unwanted files -- Adding required files -- Adding required information -- Exploring the files -- Testing the deployment -- Local continuous deployment with GitOps file building -- Starting minikube -- Run on Save configuration -- GitHub -- GitHub access -- Originalist GitOps with Argo CD -- Starting minikube -- Disabling the Run on Save extension -- Installing Argo CD -- Installing Argo CD CLI -- Argo CD API server access -- Logging in via the CLI -- Registering the cluster -- Creating an application from a Git repository -- Pushing a change -- Summary -- Chapter 10: Verified GitOps Setup: Continuous Delivery GitOps with Harness -- Mapping out the process -- One manifest or many -- Simple LAMP stack deployment -- Advanced setup for Tomcat with Memcached and failover -- A manifest for integrations -- A manifest for configuration -- A manifest for execution -- A manifest for delivery -- Verified GitOps with Harness -- Summary -- Chapter 11: Pitfall Examples - Experiencing Issues with GitOps -- Building and testing Kubernetes manifests -- Failure strategies -- Governance and approvals -- Proprietary manifest building -- Summary -- Chapter 12: What's Next? …”
    Libro electrónico
  10. 510
    por Markham, Noel
    Publicado 2014
    Tabla de Contenidos: “…Chapter 12: Integrating Java Applications with Databases -- SQL: An Introduction -- JDBC: Combining Java and the Database -- Testing with In-Memory Databases -- Summary -- Chapter 13: Creating Web Applications -- Tomcat and the Servlet API -- Jetty -- Play Framework -- Summary -- Chapter 14: Using HTTP and REST -- The HTTP Methods -- HTTP Clients -- Creating HTTP Services Using REST -- Summary -- Chapter 15: Serialization -- Reading and Writing Java Objects -- Using XML -- JSON -- Summary -- Chapter 16: The Spring Framework -- Core Spring and the Application Context -- Spring JDBC -- Integration Testing -- Spring MVC -- Summary -- Chapter 17: Using Hibernate -- Using Hibernate -- Summary -- Chapter 18: Useful Libraries -- Removing Boilerplate Code with Apache Commons -- Developing with Guava Collections -- Using Joda Time -- Summary -- Chapter 19: Developing with Build Tools -- Building Applications with Maven -- Ant -- Summary -- Chapter 20: Android -- Basics -- User Interface -- Persistence -- Android Hardware -- Summary -- Appendix: Introducing Scala -- Scala Basics -- Functions as Values -- Immutability -- Summary -- Introduction -- Overview of the Book and Technology -- How This Book Is Organized -- Who Should Read This Book -- Tools You Will Need -- Downloading the Example Source Code -- Summary…”
    Libro electrónico
  11. 511
    Publicado 2020
    Tabla de Contenidos: “…Ausnahmen -- Daten speichern -- Zusammenfassung -- Code testen -- Funktionen testen -- Klassen testen -- Zusammenfassung -- Projekte -- Alien Invasion -- Das eigene Kampfschiff -- Das Projekt planen -- Pygame installieren -- Erste Schritte für das Spielprojekt -- Das Bild eines Raumschiffs hinzufügen -- Refactoring: Die Methoden _check_events() und _update_screen() -- Das Schiff bewegen -- Zwischenstand -- Geschosse -- Zusammenfassung -- Die Außerirdischen -- Überblick über das Projekt -- Das erste Invasionsschiff -- Die Invasionsflotte erstellen -- Die Flotte in Bewegung setzen -- Invasoren abschießen -- Spielende -- Zusammenfassung -- Das Wertungssystem -- Eine Play-Schaltfläche hinzufügen -- Levels -- Die Punktwertung -- Zusammenfassung -- Datenvisualisierung -- Daten generieren -- Matplotlib installieren -- Einfache Liniendiagramme -- Zufallsbewegungen -- Würfeln mit Plotly -- Zusammenfassung -- Daten herunterladen -- Das Dateiformat CSV -- Globale Daten im JSON-Format visualisieren -- Zusammenfassung -- APIs -- Web-APIs -- Angaben zu Repositories mit Plotly visualisieren -- Die API von Hacker News -- Zusammenfassung -- Webanwendungen -- Erste Schritte mit Django -- Ein Projekt einrichten -- Eine App anlegen -- Seiten erstellen: die Startseite von Learning Log -- Weitere Seiten erstellen -- Zusammenfassung -- Benutzerkonten -- Dateneingabe durch die Benutzer -- Benutzerkonten einrichten -- Die Benutzer als Besitzer ihrer eigenen Daten -- Zusammenfassung -- Eine App gestalten und bereitstellen -- Learning Log gestalten -- Learning Log bereitstellen -- Zusammenfassung -- Nachwort -- Installation und Fehlerbehebung -- Python unter Windows -- Python unter macOS -- Python unter Linux -- Schlüsselwörter und integrierte Funktionen -- Texteditoren und IDEs -- Die Einstellungen von Sublime Text anpassen -- Weitere Texteditoren und IDEs -- Hilfe finden…”
    Libro electrónico
  12. 512
    Publicado 2021
    Tabla de Contenidos: “…Extract text from a Word file -- Recipe 1-4. Collecting Data from JSON -- Problem -- Solution -- How It Works -- Step 4-1. …”
    Libro electrónico
  13. 513
    Publicado 2012
    Tabla de Contenidos: “…6.16 JSP and Equivalent Technologies -- 6.17 Summary -- Exercises -- Project Activity -- Caselet Activity -- Chapter 7: The Business Layer-EJB Fundamentals -- 7.1 Layering -- 7.2 With Servlets -- 7.3 EJB Versions -- 7.4 Usage Scenarios -- 7.5 EJB Components -- 7.5.1 Session Beans -- 7.5.2 Message Driven Beans -- 7.5.3 Entity Beans -- 7.6 Lifecycle of an EJ Bean -- 7.7 A Shopping Cart-Simplified Example -- 7.8 Summary -- Exercises -- Project Activity -- Caselet Activity -- Chapter 8: XML -- 8.1 Introduction -- 8.2 The Need -- 8.3 XML Building Blocks -- 8.4 How It Works -- 8.4.1 Basic Structure -- 8.5 Characteristics -- 8.6 Scenarios for Handling XML -- 8.7 Valid XML Document -- 8.7.1 DTD -- 8.7.2 XSD-Schema -- 8.8 XML Transformations-XSL -- 8.8.1 XSLT -- 8.9 XML Parsing -- 8.9.1 SAX -- 8.9.2 DOM -- 8.9.3 Choosing Between DOM and SAX -- 8.9.4 Java Support for Parsing XML -- 8.10 JSON -- 8.11 Summary -- Exercises -- Project Activities -- Caselet Activity -- Chapter 9: Web Services -- 9.1 Tracing the Path of a Request-a Different View -- 9.2 Evolution of the Concept -- 9.3 Purpose -- 9.4 Standards -- 9.5 Use Cases -- 9.5.1 Sample Scenarios -- 9.5.2 Roles -- 9.6 Programming Models -- 9.7 SOAP Based Web Services -- 9.7.1 WSDL -- 9.7.2 SOAP -- 9.7.3 Structure of SOAP Messages -- 9.8 A Basic Example -- 9.8.1 Generating a Web Service -- 9.9 REST Based Web Services -- 9.9.1 REST Principles -- 9.9.2 Resource Orientation -- 9.10 Rest Based Web Services-An Example -- 9.10.1 Service Provider Side -- 9.10.2 The XML Document from the Service -- 9.10.3 Client Side -- 9.11 Soap vs. …”
    Libro electrónico
  14. 514
    Publicado 2023
    Tabla de Contenidos: “…. -- Deciding when to use JSON data types -- Getting ready -- How to do it... -- Example: moving sparse columns to JSON -- Example: expose JSON data using a view -- There's more... -- Chapter 6: Security -- An overview of PostgreSQL security -- Typical user roles -- The PostgreSQL superuser -- How to do it... -- How it works... -- There's more... -- Other superuser-like attributes -- See also…”
    Libro electrónico
  15. 515
    Publicado 2024
    Tabla de Contenidos: “…-- Learning about the memory regions in the generated program -- Introducing data types for intermediate code -- Adding the intermediate code attributes to the tree -- Generating labels and temporary variables -- An intermediate code instruction set -- Instructions -- Declarations -- Annotating syntax trees with labels for control flow -- Generating code for expressions -- Generating code for control flow -- Generating label targets for condition expressions -- Generating code for loops -- Generating intermediate code for method calls -- Reviewing the generated intermediate code -- Summary -- Questions -- Chapter 10: Syntax Coloring in an IDE -- Writing your own IDE versus supporting an existing one -- Downloading the software used in this chapter -- Adding support for your language to Visual Studio Code -- Configuring Visual Studio Code to do Syntax Highlighting for Jzero -- Visual Studio Code extensions using the JSON format -- JSON atomic types -- JSON collections -- File organization for Visual Studio Code extensions -- The extensions file -- The extension manifest -- Writing IDE tokenization rules using TextMate grammars -- Integrating a compiler into a programmer's editor -- Analyzing source code from within the IDE -- Sending compiler output to the IDE -- Avoiding reparsing the entire file on every change -- Using lexical information to colorize tokens -- Extending the EditableTextList component to support color -- Coloring individual tokens as they are drawn -- Highlighting errors using parse results -- Summary -- Questions -- Section 3: Code Generation and Runtime Systems -- Chapter 11: Preprocessors and Transpilers -- Understanding preprocessors…”
    Libro electrónico
  16. 516
    Publicado 2015
    Tabla de Contenidos:
    Libro electrónico
  17. 517
    Publicado 2022
    Tabla de Contenidos: “…Select -- Aliases -- Functions -- Local Variables -- Readline Hacks -- Using logger from bash -- Handling JSON with jq -- Grepping the Process List -- Rotating Old Files -- Embedded Documentation -- bash Debugging -- bash Unit Testing -- Summary -- Chapter 11. …”
    Libro electrónico
  18. 518
    Publicado 2016
    Tabla de Contenidos: “…Beispiel: Durchführen eines A/B-TestsBayessche Inferenz; Weiterführendes Material; Kapitel 8 - Die Gradientenmethode; Die Idee hinter der Gradientenmethode; Abschätzen des Gradienten; Den Gradienten verwenden; Auswahl der richtigen Schrittweite; Anwendungsbeispiel; Stochastische Gradientenmethode; Weiterführendes Material; Kapitel 9 - Daten sammeln; stdin und stdout; Einlesen von Dateien; Grundlagen von Textdateien; Dateien mit Feldtrennern; Auslesen von Webseiten; Parsen von HTML-Dokumenten; Beispiel: O'Reilly-Bücher über Daten; Verwenden von APIs; JSON (und XML)…”
    Libro electrónico
  19. 519
    por Vohra, Deepak. author
    Publicado 2016
    Tabla de Contenidos: “…; Setting the Environment; Creating an Application Imperatively; Creating a Service; Describing a Pod; Invoking the Hello-World Application; Scaling the Application; Deleting a Replication Controller; Deleting a Service; Creating an Application Declaratively; Creating a Pod Definition; Creating a Service Definition; Creating a Replication Controller Definition; Invoking the Hello-World Application; Scaling the Application; Using JSON for the Resource Definitions; Summary…”
    Libro electrónico
  20. 520
    Tabla de Contenidos: “…Storage Server Software Software Architecture; Summary; Chapter 2: Offloading / Smart Scan; Why Offloading Is Important; What Offloading Includes; Column Projection; Predicate Filtering; Storage Indexes and Zone Maps; Simple Joins (Bloom Filters); Function Offloading; Compression/Decompression; Encryption/Decryption; Virtual Columns; Support for LOB offloading; JSON Support and Offloading; Data Mining Model Scoring; Non-Smart Scan Offloading; Smart/Fast File Creation; RMAN Incremental Backups; RMAN Restores; Smart Scan Prerequisites; Full Scans; Direct Path Reads…”
    Libro electrónico