Mostrando 761 - 780 Resultados de 905 Para Buscar '"JSON"', tiempo de consulta: 0.11s Limitar resultados
  1. 761
    Publicado 2024
    Tabla de Contenidos: “…. -- Creating hosts with LLD and custom JSON -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 8: Setting Up Zabbix Proxies -- Technical requirements -- Setting up a Zabbix proxy -- Getting ready -- How to do it... -- How it works... -- There's more... -- Working with passive Zabbix proxies -- Getting ready -- How to do it... -- How it works...…”
    Libro electrónico
  2. 762
    Publicado 2024
    Tabla de Contenidos: “…Creating the Julia service module -- Summary -- Chapter 7: Using Non-Relational Data Storage -- Technical requirements -- Managing non-relational data using Apache HBase -- Designing HBase tables -- Setting up the baseline requirements -- Configuring Apache Hadoop -- Configuring Zookeeper and Apache HBase -- Setting up the HBase shell -- Creating the HBase tables -- Establishing an HBase connection -- Building the repository layer -- Applying a repository to API functions -- Running the thrift server -- Utilizing the column storage of Apache Cassandra -- Designing Cassandra tables -- Installing and configuring Apache Cassandra -- Running the CQL shell client -- Establishing a database connection -- Building the model layer -- Implementing the repository layer -- Storing search data in Redis -- Installing the Redis server -- Understanding the Redis database -- Establishing a database connection -- Implementing the model layer -- Building the repository layer -- Handling BSON-based documents with MongoDB -- Installing and configuring the MongoDB server -- Establishing a database connection -- Building the model layer -- Implementing the repository -- Managing key-based JSON documents with Couchbase -- Installing and configuring the database instance -- Setting up the server connection -- Creating the repository layer -- Establishing a data relationship with Neo4J -- Installing Neo4J Desktop -- Establishing a connection to the database -- Implementing the repository -- Summary -- Chapter 8: Building Workflows with Flask -- Technical requirements -- Building workflows with Celery tasks -- Creating task signatures -- Utilizing Celery primitives -- Implementing a sequential workflow -- Passing inputs to signatures -- Running independent and parallel tasks -- Using callbacks to manage task results -- Creating BPMN and non-BPMN workflows with SpiffWorkflow…”
    Libro electrónico
  3. 763
    Publicado 2018
    Tabla de Contenidos: “…. -- See also -- Working with configuration files -- Getting ready -- YAML -- JSON -- How to do it... -- How it works... -- Pod -- Deployment -- Service -- See also…”
    Libro electrónico
  4. 764
    Publicado 2017
    Tabla de Contenidos: “…. -- Reading a CSV file into a DataFrame -- Specifying the index column when reading a CSV file -- Reading and writing data in Excel format -- Reading and writing JSON files -- Reading HTML data from the web -- Accessing CSV data on the web…”
    Libro electrónico
  5. 765
    Publicado 2021
    Tabla de Contenidos: “…-- Getting Started with MySQL -- How and Where MySQL Stores Data -- The MySQL Configuration File -- How to Get and Install MySQL -- How to Start, Stop, and Restart MySQL -- Creating Users and Granting Access -- Overview -- Set Up the Database -- Required Components -- Set Up the Hardware -- Write the Code -- New Project -- Glovebox.IoT.Devices -- Units.NET -- MySQL.Data -- Connecting to MySQL -- Reading the Weather Data -- Writing the Data to the Database -- Deploy and Execute -- Summary -- Chapter 14: Project 5: Remote Control Hardware -- Overview -- Required Components -- Set Up the Hardware -- Write the Code -- Writing the Server Application -- EasyTcp -- System.Text.Json -- Server Class -- StartupTask -- Writing the Client Application -- Client Class -- User Interface -- Deploy and Execute -- Deploy the Server -- Deploy the Client -- Prototyping the Out-of-Office Sign Enclosure…”
    Libro electrónico
  6. 766
    Publicado 2017
    Tabla de Contenidos: “…. -- How it works... -- Building JSON support with Akka HTTP -- Getting ready -- How to do it... -- How it works... -- XML support with Akka HTTP -- Getting ready -- How to do it... -- How it works... -- Chapter 10: Understanding Various Akka patterns -- Introduction…”
    Libro electrónico
  7. 767
    Publicado 2017
    Tabla de Contenidos: “…. -- Converting a shapefile to KML or GeoJSON -- Getting ready -- How to do it... -- How it works... -- There's more... -- Merging shapefiles -- Getting ready -- How to do it... -- How it works... -- There's more... -- Splitting a shapefile -- Getting ready -- How to do it... -- How it works... -- Generalizing a vector layer -- Getting ready -- How to do it... -- How it works... -- Dissolving vector features -- Getting ready -- How to do it... -- How it works... -- Performing a union on vector shapes -- Getting ready -- How to do it... -- How it works... -- Rasterizing a vector layer -- Getting ready -- How to do it... -- How it works... -- Exporting a layer to the GeoPackage format -- Getting ready -- How to do it... -- How it works…”
    Libro electrónico
  8. 768
    Publicado 2023
    Tabla de Contenidos: “…-- NIST definition -- Cloud computing benefits -- Economies of scale -- Understanding Cloud Computing Models -- Deployment models -- Public cloud -- Private cloud -- Hybrid cloud -- Service delivery models -- Software as a Service (SaaS) -- Platform as a Service (PaaS) -- Infrastructure as a Service (IaaS) -- Introducing Microsoft Azure Services -- Azure history -- PaaS products -- Starting Your First Azure Subscription -- Understanding subscription types -- Creating a free Azure account -- Viewing subscription details -- Staying Current with Azure -- Customizing the Azure user experience -- Rolling with the Azure updates -- Chapter 2 Exploring Azure Resource Manager -- Introducing Azure Resource Manager -- REST APIs -- Resource providers -- JSON -- ARM management scopes -- Getting Familiar with Azure Regions -- Availability zones -- Geographies -- Sovereign regions -- Paired regions -- Introducing the Azure Management Tools -- Azure portal -- Azure PowerShell -- Azure CLI and Azure Cloud Shell -- Azure SDKs -- ARM REST API -- Azure Storage Explorer -- Azure Bicep -- Installing Azure CLI on the Desktop -- Part 2 Deploying Infrastructure Services to Microsoft Azure -- Chapter 3 Managing Storage in Azure -- Understanding Azure Storage Data Types -- Unstructured data -- Semistructured data -- Structured data -- Working with a Storage Account -- Creating a storage account -- Using the blob service -- Installing Azure Storage Explorer -- Uploading blobs -- Changing blob access tiers -- Understanding the file, table, and queue services -- File service…”
    Libro electrónico
  9. 769
    Publicado 2022
    Tabla de Contenidos: “…Reading Files in a Single Operation -- PHP Solution 7-1: Getting the Contents of a Text File -- Opening and Closing Files for Read/Write Operations -- Reading a File with fopen() -- PHP Solution 7-2: Extracting Data from a CSV File -- Replacing Content with fopen() -- Appending Content with fopen() -- Locking a File Before Writing -- Preventing Overwriting an Existing File -- Combined Read/Write Operations with fopen() -- Moving the Internal Pointer -- Exploring the File System -- Inspecting a Folder with scandir() -- Inspecting the Contents of a Folder with FilesystemIterator -- Restricting File Types with the RegexIterator -- PHP Solution 7-3: Building a Drop-Down Menu of Files -- PHP Solution 7-4: Creating a Generic File Selector -- Accessing Remote Files -- Consuming News and Other RSS Feeds -- Using SimpleXML -- PHP Solution 7-5: Consuming an RSS News Feed -- Creating a Download Link -- PHP Solution 7-6: Prompting a User to Download an Image -- Chapter Review -- Chapter 8: Working with Arrays -- Modifying Array Elements -- PHP Solution 8-1: Modify Array Elements with a Loop -- PHP Solution 8-2: Modify Array Elements with array_walk() -- PHP Solution 8-3: Modify Array Elements with array_map() -- Merging Arrays -- Using the Array Union Operator -- Using array_merge() and array_merge_recursive() -- Merging Two Indexed Arrays into an Associative Array -- Comparing Arrays -- Removing Duplicate Elements -- PHP Solution 8-4: Joining an Array with Commas -- Sorting Arrays -- PHP Solution 8-5: Custom Sorting with the Spaceship Operator -- Complex Sorting with array_multisort() -- PHP Solution 8-6: Sorting a Multidimensional Array with array_multisort() -- PHP Solution 8-7: Finding All Permutations of an Array -- Processing Array Data -- PHP Solution 8-8: Building Nested Lists Automatically -- PHP Solution 8-9: Extracting Data from JSON -- Automatically Assigning Array Elements to Variables…”
    Libro electrónico
  10. 770
    Publicado 2022
    Tabla de Contenidos: “…-- try -- catch -- finally -- throw -- Multiple Exceptions -- FileNotFoundException -- finally -- StackTrace -- throw -- rethrow -- Chapter Summary -- Chapter 18: Serialization -- Serialization and Deserialization -- Deserialization -- Attribute [NonSerialized] -- Serializing the Object -- Deserializing the Serialized File to a Class -- Access Modifier [NonSerialized] -- Serialization Using XML -- Serialization Using JSON -- Chapter Summary -- Chapter 19: Structs…”
    Libro electrónico
  11. 771
    Publicado 2023
    Tabla de Contenidos: “…-- "How do you use CodingKeys enumeration to map the keys in a JSON object to the properties of a custom data type?" …”
    Libro electrónico
  12. 772
    por Perkins, Benjamin
    Publicado 2023
    Tabla de Contenidos: “…Implement Data Archiving -- Azure Synapse Analytics Develop Hub -- Implement Logical Data Structures -- Build a Temporal Data Solution -- Build a Slowly Changing Dimension -- Build a Logical Folder Structure -- Build External Tables -- Implement File and Folder Structures for Efficient Querying and Data Pruning -- Implement a Partition Strategy -- Implement a Partition Strategy for Files -- Implement a Partition Strategy for Analytical Workloads -- Implement a Partition Strategy for Streaming Workloads -- Implement a Partition Strategy for Azure Synapse Analytics -- Design and Implement the Data Exploration Layer -- Deliver Data in a Relational Star Schema -- Deliver Data in Parquet Files -- Maintain Metadata -- Implement a Dimensional Hierarchy -- Create and Execute Queries by Using a Compute Solution That Leverages SQL Serverless and Spark Cluster -- Recommend Azure Synapse Analytics Database Templates -- Implement Azure Synapse Analytics Database Templates -- Additional Data Storage Topics -- Storing Raw Data in Azure Databricks for Transformation -- Storing Data Using Azure HDInsight -- Storing Prepared, Trained, and Modeled Data -- Summary -- Exam Essentials -- Review Questions -- Part III Develop Data Processing -- Chapter 5 Transform, Manage, and Prepare Data -- Ingest and Transform Data -- Transform Data Using Azure Synapse Pipelines -- Transform Data Using Azure Data Factory -- Transform Data Using Apache Spark -- Transform Data Using Transact-SQL -- Transform Data Using Stream Analytics -- Cleanse Data -- Split Data -- Shred JSON -- Encode and Decode Data -- Configure Error Handling for the Transformation -- Normalize and Denormalize Values -- Transform Data by Using Scala -- Perform Exploratory Data Analysis -- Transformation and Data Management Concepts -- Transformation -- Data Management -- Azure Databricks -- Data Modeling and Usage…”
    Libro electrónico
  13. 773
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Foreword -- Contributors -- Table of Contents -- Preface -- Chapter 1: The Utility Belt - Tools Every Superhero SDET Needs -- Virgin machine setup -- Rule of thumb - the hardware resources and access rights must match the development team -- Installing Node.js and npm -- Alternate node package managers - Yarn versus npm -- Configuring the coding environment with GitHub Desktop -- GitHub and the GitHub Desktop tool -- Getting a GitHub account -- Installing GitHub Desktop -- Choosing your TypeScript development environment - Microsoft Visual Studio Code versus JetBrains Aqua -- Installing Visual Studio Code for your operating system -- Initializing the Node project -- Configuring Visual Studio Code -- X-ray vision - writing better code with Prettier, ESLint, and GitLens -- Installing Visual Studio Code add-ons - Prettier -- Installing Visual Studio Code add-ons - GitLens -- Installing Visual Studio Code add-ons - ESLint -- Installing Chrome extensions -- Adding the SelectorsHub Chrome extension -- Adding the EditThisCookie Chrome extension -- Pinning Chrome extensions to the browser title bar -- Installing WebdriverIO -- Summary -- Chapter 2: Fortress of Solitude - Configuring WebdriverIO -- WebdriverIO setup -- Option 1 - cloning WebdriverIO from a boilerplate project -- Building and installing the project dependencies -- Making our first commit -- Summary -- Chapter 3: Cybernetic Enhancements - WebdriverIO Config and Debug Tips -- The three main files of a WebdriverIO node project -- The package.json file -- The yarn.lock file -- The wdio.conf.ts file and webhooks -- Rule of thumb - match your developer's hardware -- Letting Yarn help keep files up to date -- Configuring debugging with VS Code -- browser.debug() -- Dynamic configuration -- A note about template strings…”
    Libro electrónico
  14. 774
    Publicado 2023
    Tabla de Contenidos: “…PBR Service Graph Deployment Verification -- PBR Contracts Programming -- Traffic Flow Between EPGs with PBR -- Symmetric PBR -- Summary -- Chapter 9: Integrating ACI with Virtualization and Container Platforms -- Virtualization platform Integration -- VMware Integration Overview -- Access Policies for ESXi Hosts -- To Use LLDP/CDP or Not to Use LLDP/CDP -- ACI VMM Domain -- vDS Uplink to ESXi Mapping -- VMM Domain to EPG Binding -- VM to Port Group Association -- Container Integration to ACI -- Kubernetes Platform Overview -- Kubernetes Control Plane Components -- Kubernetes Worker Node Components -- Kubernetes Networking Overview -- Preparing ACI and Kubernetes Integration -- Kubernetes Server Nodes Network configuration -- Kubernetes Installation -- ACI CNI Components -- Demo YELB Application with ACI L4-L7 Service Graph and EPG segmentation -- Summary -- Chapter 10: ACI Automation and Programmability -- ACI Programmability Introduction -- REST APIs -- REST HTTP Response Codes -- Data Encoding Formats -- XML -- JSON -- YAML -- ACI Object Model -- Managed Object Discovery Tools -- ACI Documentation -- APIC URL/Debug Info -- Save-As Feature -- Visore -- API Inspector -- APIC CLI -- ACI REST API -- URL and Body Format -- REST API Authentication -- Direct REST API Access -- Linux Command Line - cURL -- Postman -- Python Requests Library -- Cobra Software Development Kit -- Cobra SDK Installation -- Using Cobra SDK for Querying and Creating ACI Objects -- Automating ACI Using Ansible -- Ansible Component Architecture -- Playbook Structure -- Inventory File -- Ansible Variables -- Ansible Roles -- ACI Ansible Collection and Installation -- Practical Example 1 - Create and Query ACI Objects -- Practical Example 2 - CSV Based ACI Automation -- YAML Tenant Structure Definition -- BD and EPG Automation from CVS Data -- Automating ACI Using Terraform…”
    Libro electrónico
  15. 775
    por Jasperneite, Jürgen
    Publicado 2022
    Tabla de Contenidos: “…4 State of the Art of the Interoperability Levels -- 4.1 Technical and Syntactical Interoperability Levels -- 4.2 Semantical Interoperability Level -- 4.3 Organizational Interoperability Level -- 5 Relation Between Technologies and Interoperability Levels -- 5.1 Interoperability Aspects of Asset Administration Shells -- 5.2 Mapping of Selected Technologies into Interoperability Levels -- 6 Summary -- References -- Automatische Bewertung und Uberwachung von Safety Security Eigenschaften: Strukturierung und Ausblick -- 1 Einleitung -- 2 Problemstellung -- 3 Stand der Technik -- 3.1 Safety -- 3.2 Security -- 3.3 Anwendungsfälle während einer Sicherheitsbetrachtung -- 3.4 Forschungsfragen -- 4 Konzeptvorstellung -- 5 Zusammenfassung -- Literatur -- The Implementation of Proactive Asset Administration Shells: Evaluation of Possibilities and Realization in an Order Driven Production -- 1 Introduction -- 2 Types of AASs and the Bidding Procedure -- 2.1 The Types of AASs -- 2.2 The VDI/VDE 2193-Interaction Protocol -- 3 Implementation of Proactive AASs -- 3.1 Requirements for Proactive AASs -- 3.2 Type 1: Proactive Part as AAS-Server Functionality -- 3.3 Type 2: AAS-Application Outside the AAS-Server -- 3.4 Future Possibility: JSON-Function Description -- 3.5 Selection of the Appropriate Type and Their Coexistence -- 4 Infrastructure in an Order Driven Production System -- 4.1 The Initialization of a Production Process -- 4.2 The Execution of a Production Process: The Proactive AASs -- 4.3 The Completion of a Production Process -- 5 The Bidding-App: Detailed Specification -- 5.1 Requirements -- 5.2 Required Submodels -- 5.3 Procedure -- 5.4 Evaluation of the App -- 6 Conclusion -- References -- Configuration Solution for SDN-Based Networks Interacting with Industrial Applications -- 1 Introduction -- 2 Industrial Use Case -- 3 Basics…”
    Libro electrónico
  16. 776
    Publicado 2017
    Tabla de Contenidos: “…-- 8.2 A Few Practical Concerns -- 8.3 Binary versus Multiclass -- 8.4 Example Script -- 8.5 Specific Classifiers -- 8.6 Evaluating Classifiers -- 8.7 Selecting Classification Cutoffs -- 8.8 Further Reading -- 8.9 Glossary -- Chapter 9 Technical Communication and Documentation -- 9.1 Several Guiding Principles -- 9.2 Slide Decks -- 9.3 Written Reports -- 9.4 Speaking: What Has Worked for Me -- 9.5 Code Documentation -- 9.6 Further Reading -- 9.7 Glossary -- Part II Stuff You Still Need to Know -- Chapter 10 Unsupervised Learning: Clustering and Dimensionality Reduction -- 10.1 The Curse of Dimensionality -- 10.2 Example: Eigenfaces for Dimensionality Reduction -- 10.3 Principal Component Analysis and Factor Analysis -- 10.4 Skree Plots and Understanding Dimensionality -- 10.5 Factor Analysis -- 10.6 Limitations of PCA -- 10.7 Clustering -- 10.8 Further Reading -- 10.9 Glossary -- Chapter 11 Regression -- 11.1 Example: Predicting Diabetes Progression -- 11.2 Least Squares -- 11.3 Fitting Nonlinear Curves -- 11.4 Goodness of Fit: R2 and Correlation -- 11.5 Correlation of Residuals -- 11.6 Linear Regression -- 11.7 LASSO Regression and Feature Selection -- 11.8 Further Reading -- 11.9 Glossary -- Chapter 12 Data Encodings and File Formats -- 12.1 Typical File Format Categories -- 12.2 CSV Files -- 12.3 JSON Files -- 12.4 XML Files…”
    Libro electrónico
  17. 777
    por Burns, Brendan
    Publicado 2020
    Tabla de Contenidos: “…Intro -- Inhaltsverzeichnis -- Vorwort -- Kubernetes: Eine Widmung -- Wer dieses Buch lesen sollte -- Warum wir dieses Buch geschrieben haben -- Warum wir dieses Buch aktualisiert haben -- Ein Wort zu aktuellen Cloud-nativen Anwendungen -- Was Sie in diesem Buch finden -- Online-Ressourcen -- Konventionen in diesem Buch -- Tipp -- Warnung -- Der Download und Einsatz von Codebeispielen -- Wie Sie uns erreichen -- Danksagungen -- 1 Einführung -- 1.1 Schnelligkeit -- 1.1.1 Der Wert der Immutabilität -- 1.1.2 Deklarative Konfiguration -- 1.1.3 Selbstheilende Systeme -- 1.2 Ihren Service und Ihre Teams skalieren -- 1.2.1 Entkoppeln -- 1.2.2 Einfaches Skalieren für Anwendungen und Cluster -- 1.2.3 Entwicklungs-Teams mit Microservices skalieren -- 1.2.4 Konsistenz und Skalierung durch Separation of Concerns -- Abb. 1-1 Eine Möglichkeit, wie die verschiedenen Operations-Teams durch APIs entkoppelt sind -- 1.3 Abstrahieren Sie Ihre Infrastruktur -- 1.4 Effizienz -- 1.5 Zusammenfassung -- 2 Container erstellen und ausführen -- 2.1 Container-Images -- 2.1.1 Das Docker-Image-Format -- Container-Layering -- 2.2 Anwendungs-Images mit Docker bauen -- 2.2.1 Dockerfiles -- Listing 2-1 package.json -- Listing 2-2 server.js -- Listing 2-3 .dockerignore -- Listing 2-4 Dockerfile -- 2.2.2 Die Image-Größe optimieren -- 2.2.3 Sicherheit von Images -- 2.3 Multistage Image Build -- 2.4 Images in einer Remote-Registry ablegen -- 2.5 Die Docker Container Runtime -- 2.5.1 Container mit Docker ausführen -- 2.5.2 Die kuard-Anwendung erforschen -- 2.5.3 Den Ressourcen-Einsatz begrenzen -- Speicher-Ressourcen begrenzen -- CPU-Ressourcen begrenzen -- 2.6 Aufräumen -- 2.7 Zusammenfassung -- 3 Ein Kubernetes-Cluster deployen -- 3.1 Kubernetes auf einem öffentlichen Cloud-Provider installieren -- 3.1.1 Google Kubernetes Engine…”
    Libro electrónico
  18. 778
    Publicado 2014
    “…The video provides simple styling and layout guidelines to work in both browser and mobile devices. Lesson 4, “Saving JSON Created by AngularJS to MongoDB,” takes all the pieces already in place and uses the AngularJS ngResource module to post JSON to the Java server-side resource. …”
    Video
  19. 779
    Publicado 2019
    “…Below are in detail Scenarios we are going to cover in this Tutorial Dockerization, integrating Selenium Grid with Docker, Building JSON/XML from database results, Parsing JSON into Java objects with Jackson API, Jenkins pipeline Scripting for CI/CD, Dynamically monitoring Server Logs with Java, Windows Batch job scripting, Data provider to Excel Integration, Java streams, Lambda expressions, GIT version control system and many more…”
    Video
  20. 780
    Publicado 2006
    “…Coverage includes: · How AJAX changes the conventional Web development cycle · Problems created by the AJAX paradigm -- and how to avoid them · Adding AJAX to existing Web applications: key considerations · Using core AJAX technologies, including the XMLHttpRequest object · Consuming data returned to an AJAX application using both XSLT and JSON · Building more usable AJAX applications: guidelines and downloadable resources · Use cases: solving real-world problems in the AJAX environment · Libraries and toolkits for simplifying AJAX development, including Sarissa, scriptaculous, and HTML_AJAX · A complete guide to AJAX debugging · Supporting browsers without XMLHttpRequest by using IFrames or cookies · JSON data encoding debugging guide, which covers tools for Firefox and Internet Explorer · A list of libraries, which includes PHP, .NET, Java, and other libraries that can be used with any server language…”
    Libro electrónico