Mostrando 1,161 - 1,180 Resultados de 4,543 Para Buscar '"Apiés"', tiempo de consulta: 0.10s Limitar resultados
  1. 1161
    Publicado 2011
    Tabla de Contenidos: “…Work out what's wrongUpdate PyPI with your new code; You've changed your API; Use optional arguments; Your module supports both APIs; Your API is still not right; Your module's reputation is restored; Your Python Toolbox; Chapter 3: Files and Exceptions: Dealing with Errors; Data is external to your program; It's all lines of text; Take a closer look at the data; Know your data; Know your methods and ask for help; Know your data (better); Two very different approaches; Add extra logic; Handle exceptions; Try first, then recover; Identif y the code to protect; Take a pass on the error…”
    Libro electrónico
  2. 1162
    por Wang, Vanessa
    Publicado 2013
    Tabla de Contenidos: “…; Applications of WebSocket; Related Technologies; Server-Sent Events; SPDY; Web Real-Time Communication; Summary; CHAPTER 2 The WebSocket API; Overview of the WebSocket API; Getting Started with the WebSocket API; The WebSocket Constructor; WebSocket Events; WebSocket Event: Open; WebSocket Event: Message; WebSocket Event: Error; WebSocket Event: Close; WebSocket Methods; WebSocket Method: send(); WebSocket Method: close(); WebSocket Object Attributes; WebSocket Object Attribute: readyState…”
    Libro electrónico
  3. 1163
    por van der Spuy, Rex. author
    Publicado 2015
    Tabla de Contenidos: “…Creating ObjectsMaking Objects from Other Objects; Composition; Understanding Closure; Configuring Objects; Mixing and Matching Objects; Classes; Inheritance; Modules; Module Basics; Importing a Property as a Different Name; Module Export and Import Options; Module Default Exports; Re-exporting Modules; Modules and Code Architecture; Working with External Data; Loading Data with JSON and XHR; How XHR Loads the JSON file; Saving Game Data with localStorage; More Options for Loading and Saving Game Data; Using Promises; Playing Games Full- Screen; Using the Fullscreen API…”
    Libro electrónico
  4. 1164
    Publicado 2018
    Tabla de Contenidos: “…-- Installing gcloud -- macOS -- Windows -- gcloud beta commands -- Initializing the gcloud CLI -- Creating a Google Cloud Function -- Deploying a Google Cloud Function -- Summary -- Chapter 13: Reference Architecture for a Web App -- Technical requirements -- Reference architecture -- Friendly domain name -- SSL/TLS certificate -- Amazon API Gateway + AWS Lambda -- Amazon DynamoDB -- Hotel search -- Lambda Function + API Gateway -- Amazon DynamoDB -- Add to cart -- Lambda Function + API Gateway -- Amazon DynamoDB -- Summary -- Chapter 14: Reference Architecture for a Real-time File Processing -- Technical requirements -- Reference architecture -- S3 bucket -- Amazon Simple Notification Service -- AWS Lambda -- Photo processing application -- Three Lambda functions -- S3 Bucket + Amazon SNS -- Summary -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  5. 1165
    Publicado 2010
    Tabla de Contenidos: “…In-Path Deployment -- Nonredundant Branch Office -- Redundant Branch Office -- Serial Inline Clustering -- Off-Path Deployment -- Small to Medium-Sized Nonredundant Branch Office -- Enhanced Network Module (NME-WAE) -- Two-Arm Deployment -- Large Nonredundant Branch Office -- Off-Path Redundant Topology -- Small to Medium-Sized Redundant Branch Office -- Large Redundant Branch Office -- Policy-Based Routing Interception -- Cisco IOS Firewall Integration -- Summary -- Chapter 6 Data Center Network Integration -- Data Center Placement -- Deployment Solutions -- WCCP -- Server Load Balancing -- Scaling Transparent Interception -- WCCP Scalability -- ACE Scalability -- Firewall Integration -- Summary -- Chapter 7 System and Device Management -- System and Device Management Overview -- Initial Setup Wizard -- CLI -- CM Overview -- Centralized Management System Service -- Device Registration and Groups -- Device Activation -- Device Groups -- Provisioned Management -- Role-Based Access Control -- Integration with Centralized Authentication -- Windows Authentication -- TACACS+ Authentication -- RADIUS Authentication -- Device Configuration, Monitoring, and Management -- Alarms, Monitoring, and Reporting -- Managing Alarms -- Monitoring Charts -- Managing Reports -- SNMP, Syslog, and System Logs -- Upgrading and Downgrading Software -- Backup and Restore of CM Database -- Programmatic Interfaces and the XML-API -- Vendors Supporting the XML-API -- Data Accessible via the XML-API -- Simple Method of Accessing XML-API Data -- Summary -- Chapter 8 Configuring WAN Optimization -- Cisco WAAS WAN Optimization Capabilities -- Transport Flow Optimization -- Data Redundancy Elimination -- Persistent LZ Compression -- Automatic Discovery -- Directed Mode -- Configuring WAN Optimization -- Configuring Licenses -- Enabling and Disabling Features…”
    Libro electrónico
  6. 1166
    Publicado 2012
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- About the Authors -- About the Technical Editor -- About LearnKey -- Contents at a Glance -- Contents -- Acknowledgments -- OCA Java SE 7 Programmer Study Guide Project Team Acknowledgments -- Personal Acknowledgments -- Preface -- In This Book -- Electronic Content -- Exam Readiness Checklist -- In Every Chapter -- Some Pointers -- Introduction -- Specifics About the OCA Java SE 7 Programmer Certification Exam -- Additional OCA Resources -- Oracle's Certification Program in Java Technology -- Chapter 1: Packaging, Compiling, and Interpreting Java Code -- Understand Packages -- Package Design -- Package and import Statements -- Exercise 1-1: Replacing Implicit import Statements with Explicit import Statements -- Understand Package-Derived Classes -- Java Utilities API -- Java Basic Input/Output API -- The Java Networking API -- Java Abstract Window Toolkit API -- Java Swing API -- Exercise 1-2: Understanding Extended Functionality of the Java Utilities API -- Understand Class Structure -- Naming Conventions -- Separators and Other Java Source Symbols -- Java Class Structure -- Compile and Interpret Java Code -- Java Compiler -- Java Interpreter -- Exercise 1-3: Compiling and Interpreting Packaged Software -- Certification Summary -- Two-Minute Drill -- Self Test -- Self Test Answers -- Chapter 2: Programming with Java Statements -- Understand Assignment Statements -- The Assignment Expression Statement -- Create and Use Conditional Statements -- The if Conditional Statement -- The if-then Conditional Statement -- The if-then-else Conditional Statement -- The switch Conditional Statement -- Exercise 2-1: Evaluating the String Class in the switch Statement -- Create and Use Iteration Statements -- The for Loop Iteration Statement -- The Enhanced for Loop Iteration Statement…”
    Libro electrónico
  7. 1167
    Publicado 2023
    Tabla de Contenidos: “…Web Service API? -- Authorization for the API -- Basic authorization -- Joomla! …”
    Libro electrónico
  8. 1168
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Foreword -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started: ChatGPT, the OpenAI API, and Prompt Engineering -- Technical requirements -- Setting up a ChatGPT Account -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating an API Key and interacting with OpenAI -- Getting ready -- How to do it... -- How it works... -- There's more... -- Basic Prompting (Application: Finding Your IP Address) -- Getting ready -- How to do it... -- How it works... -- There's more... -- Applying ChatGPT Roles (Application : AI CISO) -- Getting ready -- How to do it... -- How it works... -- There's more... -- Enhancing Output with Templates (Application: Threat Report) -- Getting ready -- How to do it... -- How it works... -- There's more... -- Formatting Output as a Table (Application: Security Controls Table) -- Getting ready -- How to do it... -- How it works... -- There's more... -- Setting the OpenAI API Key as an Environment Variable -- Getting ready -- How to do it... -- How it works... -- There's more... -- Sending API Requests and Handling Responses with Python -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using Files for Prompts and API Key Access -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using Prompt Variables (Application: Manual Page Generator) -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 2: Vulnerability Assessment -- Technical requirements -- Creating Vulnerability Assessment Plans -- Getting ready -- How to do it... -- How it works... -- There's more... -- Threat Assessment using ChatGPT and the MITRE ATT&amp -- CK framework -- Getting ready -- How to do it... -- How it works... -- There's more... -- GPT-Assisted Vulnerability Scanning -- Getting ready -- How to do it... -- How it works...…”
    Libro electrónico
  9. 1169
    por Aubury, Simon
    Publicado 2024
    Tabla de Contenidos: “…Chapter 7: Setting up the DuckDB Python Client -- Technical requirements -- Cloning the repository -- Installing Python -- Creating a Python virtual environment -- Installing the Python dependencies -- Choosing your Python IDE -- Creating a new notebook -- Connecting to DuckDB in Python -- Using the default in-memory database -- Creating database connections explicitly -- Connecting to persistent-storage databases -- Closing database connections -- Sharing disk-based databases between processes -- Installing and loading extensions -- Summary -- Chapter 8: Exploring DuckDB's Python API -- Technical requirements -- GitHub repository -- Obtaining the dataset -- Working with the Relational API -- Creating relations -- Querying relations -- Transformations with relations -- Adopting a querying approach -- Writing files to disk -- Modifying the database -- Working with the Python DB-API -- Connecting to a database -- Querying databases -- Running SQL queries using prepared statements -- Writing to disk -- Closing the database connection -- Database cursors -- Integration with Python packages and language features -- Querying Python data structures -- Data types - from Python to DuckDB -- User-defined functions -- Handling exceptions -- Summary -- Chapter 9: Exploring DuckDB's R API -- Technical requirements -- Installing R -- Getting your IDE set up -- Installing the R dependencies -- Getting the dataset -- Opening the notebook -- Working with DuckDB using R's DBI -- Connecting to DuckDB -- Reading and writing tables -- Querying and executing SQL statements -- Using prepared statements -- Disconnecting from DuckDB -- Registering R objects as virtual tables -- Registering a dataframe as a virtual table -- Registering an Apache Arrow table as a virtual table -- Querying DuckDB with dplyr -- Using dplyr to query dataframes…”
    Libro electrónico
  10. 1170
    Publicado 2015
    Tabla de Contenidos: “…IntelliJ IDEA and Jenkins build connectorsNetBeans; Summary; Chapter 4: The API and the CLI; Creating an Information Radiator with the Jenkins XML API; Getting the information from Jenkins; Automating the job; Radiating the information; Jenkins as a web server - the userContent directory; The Jenkins CLI; How to set it up; How to use it; Triggering remote jobs via the CLI; Updating Jenkins configuration; Summary; Chapter 5: Extension Points; A brief history of Jenkins plugins; Interfaces; Abstract classes; Abstraction and interfaces; Singletons; Declaring an extension in Jenkins; Summary…”
    Libro electrónico
  11. 1171
    por Stubblebine, Tony
    Publicado 2007
    Tabla de Contenidos: “…Supported MetacharactersPCRE API; PCRE API Synopsis; Unicode Support; Examples; Other Resources; Apache Web Server; Supported Metacharacters; RewriteRule; Matching Directives; Examples; vi Editor; Supported Metacharacters; Pattern Matching; Searching; Substitution; Examples; Other Resources; Shell Tools; Supported Metacharacters; egrep; sed; awk; Other Resources; Index…”
    Libro electrónico
  12. 1172
    Publicado 2024
    Tabla de Contenidos: “…Chapter 6: Event and Data Handling in Vue.js -- Technical requirements -- Exploring the Companion App changes -- Folders and file changes -- Logic changes -- Deepening our knowledge of props -- Props configurations -- Creating a basic button -- Handling native events in Vue.js -- Event modifiers -- Connecting components with custom events -- Event arguments -- Summary -- Chapter 7: Handling API Data and Managing Async Components with Vue.js -- Technical requirements -- Loading data from an API using the Vue.js life cycle -- Loading social posts from an API -- Fixing the SocialPost.vue properties' misalignment -- Load comments on demand -- Watching for changes in components using watch -- Handling asynchronous components with &lt -- Suspense&gt -- -- Understanding asynchronous components -- Turning a component into an asynchronous component -- Rendering async components -- Summary -- Part 3: Expanding Your Knowledge with Vue.js and Its Core Libraries -- Chapter 8: Testing Your App with Vitest and Cypress -- Technical requirements -- The testing pyramids -- Increased flexibility and the reduced risk of change -- Unit testing with Vitest -- Installing Vitest in your application -- Writing our first unit test -- E2E tests with Cypress -- Installing Cypress into your project -- Learning the E2E tests' file format and file location -- Writing your first E2E test -- Introducing advanced testing techniques -- Mocking -- Spying -- shallowMount (unit tests only) -- Summary -- Chapter 9: Introduction to Advanced Vue.js Techniques - Slots, Lifecycle, and Template Refs -- Technical requirements -- The power of slots -- Adding default values to a slot -- Slot versus property -- Provide multiple slots with named slots -- Accessing components elements with Template Refs -- Focus an onMounted element -- Access from native validation…”
    Libro electrónico
  13. 1173
    Publicado 2024
    Tabla de Contenidos: “…Cover -- FM -- Table of Contents -- Preface -- Chapter 1: Getting Started with Generative AI -- Technical requirements -- Defining the terminology -- The generative AI stack -- Python and GenAI -- OpenAI API -- MongoDB with Vector Search -- Important features of generative AI -- Why use generative AI? …”
    Libro electrónico
  14. 1174
    Publicado 2017
    Tabla de Contenidos: “…. -- Chapter 2: Working with the Junos REST API -- Introduction -- Junos REST API setup -- Getting ready -- How to do it... -- How it works... -- There's more -- Making REST API calls to Junos with Python -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Making REST API calls to Junos with Node.js -- Getting ready -- How to do it... -- How it works... -- Managing passwords safely -- Getting ready -- How to do it... -- How it works... -- Applying configuration changes through the REST API -- Getting ready -- How to do it... -- How it works... -- Chapter 3: Using SLAX to Write Op Scripts -- Introduction -- Making remote procedure calls -- Getting ready -- How to do it... -- How it works... -- Using XPath predicate expressions -- Getting started -- How to do it... -- How it works... -- Working with regular expressions -- Getting ready -- How to do it... -- How it works... -- Working with IP addresses…”
    Libro electrónico
  15. 1175
    Publicado 2022
    Tabla de Contenidos: “…Azure Environment -- Visual Studio Debugging -- Setting the Port Numbers -- Changes to the Client Project -- Changes to the Api Project -- Running the Application -- Debugging the Application…”
    Libro electrónico
  16. 1176
    Publicado 2023
    Tabla de Contenidos: “…Chapter - 1: Introduction to Spring Boot -- Chapter - 2: Getting Started with Spring Boot -- Chapter - 3: Spring Boot Essentials -- Chapter - 4: Web Applications with Spring Boot -- Chapter - 5: Working with JDBC -- Chapter - 6: Working with MyBatis -- Chapter - 7: Working with JOOQ -- Chapter - 8: Working with JPA -- Chapter - 9: Working with MongoDB -- Chapter - 10: Building REST APIs Using Spring Boot -- Chapter - 11: Reactive Programming Using Spring WebFlux -- Chapter - 12: Securing Web Applications -- Chapter - 13: Spring Boot Actuator -- Chapter - 14: Testing Spring Boot Applications -- Chapter - 15: GraphQL with Spring Boot -- Chapter - 16: Deploying Spring Boot Applications -- Chapter - 17: Spring Boot Autoconfiguration -- Chapter - 18: Creating a Custom Spring Boot Starter -- Chapter - 19: Spring Boot With Kotlin, Scala, and Groovy -- Chapter - 20: Introducing JHipster -- Chapter - 21: Spring Native…”
    Libro electrónico
  17. 1177
    Publicado 2022
    Tabla de Contenidos: “…Table of Contents Introducing Apps and Services with .NET Managing Relational Data Using SQL Server Managing NoSQL Data Using Azure Cosmos DB Benchmarking Performance, Multitasking, and Concurrency Implementing Popular Third-Party Libraries Observing and Modifying Code Execution Dynamically Handling Dates, Times, and Internationalization Protecting Your Data and Applications Building and Securing Web Services with Minimal APIs Exposing Data via the Web Using OData Combining Data Sources Using GraphQL Building Efficient Microservices Using gRPC Broadcasting Real-Time Communication Using SignalR Building Serverless Nanoservices Using Azure Functions Building Web User Interfaces Using ASP.NET Core Building Web Components Using Blazor WebAssembly Leveraging Open-Source Blazor Component Libraries Building Mobile and Desktop Apps Using .NET MAUI Integrating .NET MAUI Apps with Blazor and Native Platforms Introducing the Survey Project Challenge Epilogue…”
    Libro electrónico
  18. 1178
    por FREEMAN, ADAM. author
    Publicado 2016
    Tabla de Contenidos: “…1: Putting ASP.NET MVC In Context -- 2: Your First MVC Application -- 3: The MVC Pattern, Projects and Conventions -- 4: Essential C# Features -- 5: Working with Razor -- 6: Working with Visual Studio -- 7: Testing MVC Applications -- 8: SportsStore: A Real Application -- 9: SportsStore: Navigation -- 10: SportsStore: Cart -- 11: SportsStore: Administration -- 12: SportsStore: Security & Deployment -- 13: SportsStore: Working with Visual Studio Code -- 14: Configuring Applications -- 15: URL Routing -- 16: Advanced Routing Features -- 17: Controllers and Actions -- 18: Dependency Injection -- 19: Filters -- 20: API Controllers -- 21: Views -- 22: View Components -- 23: Tag Helpers -- 24: Using the Form Tag Helpers -- 25: Using Other Built-in Tag Helpers -- 26: Model Binding -- 27: Model Validation -- 28: Identity -- 29: Applying Identity -- 30: Advanced Identity -- 31: Constraints and Conventions…”
    Libro electrónico
  19. 1179
    Publicado 2012
    Tabla de Contenidos: “…Controlling Rabbit with the REST API -- Chapter 10. Monitoring: Houston, we have a problem -- Chapter 11. …”
    Libro electrónico
  20. 1180
    Tabla de Contenidos: “…Part 1: Getting Started Chapter 1: Building Your First Internet of Things App -- Chapter 2: Introduction to the Swift Programming Language -- Chapter 3: Accessing Health Information Using HealthKit -- Chapter 4: Using Core Motion to Save Motion Data -- Chapter 5: Integrating Third-Party Fitness Trackers and Data Using the Fitbit API -- Chapter 6: Building Your First watchOS App -- Chapter 7: Building an Interactive watchOS App -- Chapter 8: Building a Stand-Alone watchOS App -- Chapter 9: Connecting to a Bluetooth LE Device -- Chapter 10: Building location awareness with iBeacons -- Chapter 11: Home automation using HomeKit -- Chapter 12: Building an app that talks to a Raspberry Pi -- Chapter 13: Using Keychain Services to secure data -- Chapter 14: Using Touch ID for authentication -- Chapter 15: Using Apple Pay to accept payments…”
    Libro electrónico