Mostrando 641 - 660 Resultados de 789 Para Buscar '"inspector"', tiempo de consulta: 0.09s Limitar resultados
  1. 641
  2. 642
    Publicado 2003
    Libro
  3. 643
    Publicado 2018
    Tabla de Contenidos: “…Chapter 3: Best Practices for Building Selenium Page Object Classes -- Introduction -- What you will learn -- Best practices for naming conventions, comments, and folder structures -- Naming conventions -- Comments -- Folder names and structures -- Designing and building the abstract base classes for the AUT -- The abstract class -- Abstract methods -- Common locators -- Common methods -- Wrap up on base classes -- Designing and building subclasses for feature-specific pages using inheritance techniques -- Encapsulation and using getter/setter methods to retrieve objects from the page object classes -- Exception handling and synchronization in page object class methods -- Implicit exception handling -- TestNG difference viewer -- Explicit exception handling -- Try...catch exception handling -- Synchronizing methods -- Table classes -- Summary -- Chapter 4: Defining WebDriver and AppiumDriver Page Object Elements -- Introduction -- Inspecting page elements on browser applications -- Types of locators -- Inheriting WebElements -- Inspecting WebElements -- Third-party plugins/tools -- Inspection of page elements on mobile applications -- Appium inspector -- Inspecting mobile elements -- Standards for using static locators -- Rules for using standard locators -- Simple locators -- CSS locators -- XPath query locators -- Referencing static elements in methods -- Retrieving static elements from other classes -- Standards for using dynamic locators -- Single attribute XPath versus CSS locators -- WebElements -- MobileElements -- Multiple attribute XPath versus CSS locators -- Using dynamic locators in methods -- Summary -- Chapter 5: Building a JSON Data Provider -- Introduction -- What you will learn -- The TestNG Data Provider class -- The @DataProvider annotation -- The @Test annotation -- Extracting JSON data into Java objects -- Filtering test data…”
    Libro electrónico
  4. 644
    por OECD
    Publicado 2022
    Tabla de Contenidos: “…Aligning incentives and the accountability structure with the framework for well-being in schools -- Opportunities -- The current UAE School Inspection Framework focuses on some key aspects of student well-being -- DSIB inspectors discuss how schools use survey results to inform change -- DSIB's distance learning evaluation tool emphasises student well-being as a key outcome of schooling -- Schools with strong well-being practices are rewarded and given visibility at the Emirate level -- Areas for improvement -- Misalignments and gaps in the UAE School Inspection Framework need addressing -- At present, the UAE School Inspection process puts little emphasis on teacher well-being -- An alleged overemphasis on students' outcomes in the inspection process puts pressure on schools, teachers and students, as does its frequency -- Schools are under pressure from parents and school owners to improve student outcomes -- Potential next steps -- Educate parents and the local community to build a strong demand for well-being policies and practices in schools -- Why this is needed -- Considerations -- Review the accountability and incentive structure to further embed a culture of well-being in schools -- Why this is needed -- Considerations -- Policy Objective 3.3. …”
    Libro electrónico
  5. 645
    Publicado 2017
    Tabla de Contenidos: “…. -- Debugging Node.js using node-inspector in Google Chrome -- Getting ready -- How to do it... -- How it works... -- There's more... -- Debugging Node.js using JetBrain's WebStorm IDE -- Getting ready -- How to do it... -- How it works... -- Production error tracking and debugging with Sentry.io -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 11: Automated Testing -- Introduction -- Creating unit tests for Node.js using the Mocha testing library -- Getting ready -- How to do it…”
    Libro electrónico
  6. 646
    Publicado 2023
    Tabla de Contenidos: “…Review - creating a Library (in the right place) -- Understanding original, optimized, and proxy footage -- Understanding optimized media (ProRes 422) -- Understanding proxy media -- Generating transcoded media -- Viewing proxy media -- Review - understanding original, optimized, and proxy footage -- Importing media in different ways -- The Import window -- Importing via drag and drop -- Managing storage space -- Using camera archives -- Reimporting media -- Importing from iMovie or FCP for iPad -- Review - importing media in different ways -- Syncing media from multiple devices -- Creating synchronized clips -- Creating Multicam Clips -- Checking and resyncing a multicam clip -- Review - syncing media from multiple devices -- Understanding and applying Roles -- Review - understanding and applying Roles -- Summary -- Review questions -- Review answers -- Chapter 4: Sort It Out: Reviewing and Keywording -- Reviewing your media -- Skimming is awesome -- Exploring the Viewer -- A/V Output -- Review - reviewing your media -- Browser view options -- List view -- Filmstrip view -- Review - Browser view options -- Playback shortcuts -- Basic shortcuts -- Extended shortcuts -- Review - playback shortcuts -- Examining metadata -- Metadata in List view -- Metadata in the Inspector -- Review - examining metadata -- Understanding and applying Keywords -- Applying Keywords to clips -- Automatic tagging for people -- Review - understanding and applying Keywords -- Searching with Keywords -- Review - searching with Keywords -- Summary -- Review questions -- Review Answers -- Chapter 5: Choose Your Favorites:Selecting, Rating, and Searching -- Selecting part of a clip -- Review - selecting part of a clip -- Rating as a Favorite -- Showing only the Favorites -- Review - rating as a Favorite -- Rating as Rejected -- Review - rating as Rejected…”
    Libro electrónico
  7. 647
    Publicado 2024
    Tabla de Contenidos: “…Understanding ABAC -- Other access control models for multi-account environments -- Choosing the right access control model -- Managing IAM identities -- Managing both human and non-human identities -- Types of credentials and their use cases -- IAM users, groups, and roles -- External identities and federation in AWS -- Comparing IAM identity types -- Managing IAM policies -- Understanding IAM policies -- Creating and managing IAM policies -- Advanced IAM policy use cases -- IAM in multi-account deployments -- Challenges with managing large-scale IAM deployments -- Centralized IAM management -- Cross-account access -- Sharing resources at scale -- Automating IAM implementation in a DevOps world -- Best practices for multi-account IAM -- Summary -- Questions -- Answers -- Further reading -- Chapter 4: Data Protection - Encryption, Key Management, and Data Storage Best Practices -- AWS encryption mechanisms and services -- AWS approach to encryption -- Types of encryption supported by AWS -- The AWS Encryption SDK -- Key features -- Managing cryptographic keys -- Key management services in AWS -- KMS in-depth overview -- CloudHSM integration and use cases -- Compliance in AWS key management -- Data protection in key AWS services -- S3 buckets -- EBS volumes -- EFS filesystems -- RDS databases -- DynamoDB tables -- Data protection in other AWS services -- Unified data protection strategy -- Summary -- Questions -- Answers -- Further reading -- Chapter 5: Introduction to AWS Security Services -- Unpacking threat and vulnerability detection -- GuardDuty-your AWS security sentinel -- Detective-your AWS security analyst -- Inspector-your AWS security auditor -- CloudTrail Lake and Security Lake-your AWS analytics powerhouses -- Best practices for threat and vulnerability detection -- Managing security governance and compliance…”
    Libro electrónico
  8. 648
    por Ferrone, Harrison
    Publicado 2024
    Tabla de Contenidos: “…Queues over lists -- Thread-safe pools -- Managing different pooled objects -- Leveraging Unity's ObjectPool class -- Summary -- Further reading -- Chapter 8: Binding Actions with the Command Pattern -- Technical requirements -- Breaking down the Command pattern -- Diagramming the pattern -- Reusable versus single-use commands -- Pros and cons -- Building a basic Command structure -- Creating reusable commands -- Adding a receiver -- Adding an invoker class -- Using an input listener -- Updating the client -- Creating coupled commands -- Implementing an undo/redo system -- Stacking commands -- Adding an undo feature -- Adding a redo feature -- Confirming and clearing commands -- Summary -- Further reading -- Chapter 9: Decoupling Systems with the Observer Pattern -- Technical requirements -- Breaking down the Observer pattern -- Diagramming the pattern -- Pros and cons -- Creating a basic Observer structure -- Writing the abstract base objects -- Making the UI an observer -- Subscribing observers and publishing events -- Pattern strategies and optimizations -- Choosing a communication strategy -- Listening for different state changes -- Cleaning up hanging resources -- Using C# event types -- Delegates and events -- Updating to Action types -- UnityEvents and the Inspector -- Adding Unity events -- Adding UnityEvent parameters -- Persistent versus non-persistent events -- The final boss - drag-and-drop system -- Writing a ScriptableObject event -- Creating listeners -- Creating ScriptableObject event assets -- Invoking the SOEvent -- Connecting the system -- Performance considerations -- Picking the right implementation -- Summary -- Further reading -- Chapter 10: Controlling Behavior with the State Pattern -- Technical requirements -- Breaking down the State pattern -- A little automata theory -- Diagramming the pattern -- Pros and cons…”
    Libro electrónico
  9. 649
    Publicado 1962
    Libro
  10. 650
    Publicado 1953
    Libro
  11. 651
    Publicado 1954
    Libro
  12. 652
    Publicado 1957
    Libro
  13. 653
    Publicado 1956
    Libro
  14. 654
    Publicado 1956
    Libro
  15. 655
    Publicado 1971
    Libro
  16. 656
    Publicado 2021
    Tabla de Contenidos: “…-- Message in a Model -- You Can't Get There from Here -- Simpler but Wrong -- Why TDD Has Never Taken Off -- I Already Have an Automated Testing Framework -- My Program Is Too Complicated for TDD -- My Program Is Too Simple for TDD -- TDD Is Far Too Expensive -- TDD Reduces Development Costs -- TDD Reduces the Cost of Fixing Bugs -- TDD Reduces the Financial Risk of Failure -- Conclusion -- Recommended Reading -- Chapter 3: Clarity: The First Pillar of Code Quality -- Refactoring: Automated and Manual Checks -- Automated Checks -- Syntax Check -- Extended Program Check -- Code Inspector -- ABAP Open Checks -- Code Pal -- Remote ATC Checks -- Continuous Integration -- Manual Checks -- Clean ABAP -- ABAP Gore -- Creating a Personalized Checklist -- Code Complexity -- Huge Routines -- Confusing Code -- Double Negatives -- Text Symbols -- Pointless Variables -- Contradictory Instructions -- END-OF-SELECTION -- DATA Declarations -- Unrelated Tasks -- Not Being Able to Locate a Routine -- Duplicate Code -- Global Variables -- Why Are Global Variables Bad? …”
    Libro electrónico
  17. 657
    por Creighton, Ryan Henson
    Publicado 2013
    Tabla de Contenidos: “…-- The Scene window -- The Game window -- The Hierarchy panel -- The Project panel -- The Inspector panel -- Heads Up? -- Layers and layout dropdowns -- Playback controls -- Scene controls -- Don't stop there - live a little! …”
    Libro electrónico
  18. 658
    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
  19. 659
    Publicado 1921
    Revista
  20. 660
    Publicado 1921
    Revista