Mostrando 29,621 - 29,640 Resultados de 41,870 Para Buscar '"Documental"', tiempo de consulta: 0.21s Limitar resultados
  1. 29621
    Publicado 2025
    Tabla de Contenidos: “…-- Exam FC0-U71 Exam Objectives -- FC0-U71 Certification Exam Objective Map -- How to Contact the Publisher -- Part I Domain 1.0: IT Concepts and Terminology -- Chapter 1 Computing Basics: Objective 1.1: Explain the basics of computing -- Computer Actions -- Input -- Processing -- Output -- Storage -- Tying It All Together -- Chapter 2 Notational Systems: Objective 1.2: Identify notational systems -- Storing Data -- Binary Data -- Decimal Data -- Hexadecimal Data -- Octal Data -- Character Encoding -- Chapter 3 Units of Measure: Objective 1.3: Compare and contrast common units of measure -- Measuring Data Storage -- Bits and Bytes -- Measuring Data Throughput -- Multiples of bps -- Measuring Processor Speed -- Chapter 4 Troubleshooting: Objective 1.4: Explain the troubleshooting methodology -- Troubleshooting Methodology -- Identify the Problem -- Establish a Theory of Probable Cause -- Test the Theory to Determine the Cause -- Establish a Plan of Action to Resolve the Problem and Implement the Solution -- Verify Functionality and, if Applicable, Implement Preventive Measures -- Document Findings/Lessons Learned, Actions, and Outcomes -- Part II Domain 2.0: Infrastructure -- Chapter 5 Computing Devices: Objective 2.1: Explain common computing devices and their purposes -- Computing Device Types -- Desktop Computers -- Workstations -- Servers -- Mobile Devices -- Gaming Consoles -- Virtual and Augmented Reality Systems -- Internet of Things -- Home IoT Devices -- Workplace IoT Devices -- Chapter 6 Internal Computing Components: Objective 2.2: Explain the purpose of common internal computing components -- CPU -- CPU Performance -- Motherboard…”
    Libro electrónico
  2. 29622
    Publicado 2023
    Tabla de Contenidos: “…Copyleft licenses (GPL, LGPL) -- Proprietary licenses -- The impact of software licenses on the DevSecOps pipeline -- How to perform license reviews -- Tools and techniques -- Engaging legal and security teams -- Documentation and continuous improvement -- Fine-tuning policies associated with licenses -- Establishing an organizational standard -- Exception handling -- Continuous review and improvement -- Case studies -- Case study 1 - the Redis licensing change -- Case study 2 - Elastic versus AWS licensing drama -- Summary -- Chapter 14: Setting Up a Security Champions Program -- The Security Champions program -- Structuring your Security Champions program -- Things to remember before setting up the program -- Who should be a Security Champion? …”
    Libro electrónico
  3. 29623
    Publicado 2017
    Tabla de Contenidos: “…Trying out the salted passwords -- Summary -- Chapter 5: Authentication with Spring Data -- Spring Data JPA -- Updating our dependencies -- Updating the JBCP calendar to use Spring Data JPA -- Reconfiguring the database configuration -- Initializing the database -- Refactoring from SQL to ORM -- Mapping domain objects using JPA -- Spring Data repositories -- Data access objects -- Application services -- The UserDetailsService object -- Refactoring from an RDBMS to a document database -- Document database implementation with MongoDB -- Updating our dependencies -- Reconfiguring the database configuration in MongoDB -- Initializing the MongoDB database -- Mapping domain objects with MongoDB -- Spring Data repositories of MongoDB -- Data access objects in MongoDB -- Summary -- Chapter 6: LDAP Directory Services -- Understanding LDAP -- LDAP -- Common LDAP attribute names -- Updating our dependencies -- Configuring an LDAP server reference -- Enabling the LDAP AuthenticationProviderNext interface -- Troubleshooting embedded LDAP -- Understanding how Spring LDAP authentication works -- Authenticating user credentials -- Demonstrating authentication with Apache Directory Studio -- Binding anonymously to LDAP -- Searching for the user -- Binding as a user to LDAP -- Determining user role membership -- Determining roles with Apache Directory Studio -- Mapping additional attributes of UserDetails -- Advanced LDAP configuration -- Sample JBCP LDAP users -- Password comparison versus bind authentication -- Configuring basic password comparison -- LDAP password encoding and storage -- The drawbacks of a password comparison authenticator -- Configuring the UserDetailsContextMapper object -- Implicit configuration of UserDetailsContextMapper -- Viewing additional user details -- Using an alternate password attribute -- Using LDAP as UserDetailsService…”
    Libro electrónico
  4. 29624
    Publicado 2018
    Tabla de Contenidos: “…-- Mobile forensics -- Challenges in mobile forensics -- The mobile phone evidence extraction process -- The evidence intake phase -- The identification phase -- The legal authority -- The goals of the examination -- The make, model, and identifying information for the device -- Removable and external data storage -- Other sources of potential evidence -- The preparation phase -- The isolation phase -- The processing phase -- The verification phase -- Comparing extracted data to the handset data -- Using multiple tools and comparing the results -- Using hash values -- The documenting and reporting phase -- The presentation phase -- The archiving phase -- Practical mobile forensic approaches -- Overview of mobile operating systems -- Android -- iOS -- Windows Phone -- Mobile forensic tool leveling system -- Manual extraction -- Logical extraction -- Hex dump -- Chip-off -- Micro read -- Data acquisition methods -- Physical acquisition -- Logical acquisition -- Manual acquisition -- Potential evidence stored on mobile phones -- Examination and analysis -- Rules of evidence -- Good forensic practices -- Securing the evidence -- Preserving the evidence -- Documenting the evidence and changes -- Reporting -- Summary -- Chapter 2: Understanding the Internals of iOS Devices -- iPhone models -- Identifying the correct hardware model -- iPhone hardware -- iPad models -- Understanding the iPad hardware -- Apple Watch models -- Understanding the Apple Watch hardware -- The filesystem -- The HFS Plus filesystem -- The HFS Plus volume -- The APFS filesystem -- The APFS structure -- Disk layout -- iPhone operating system -- The iOS architecture -- iOS security…”
    Libro electrónico
  5. 29625
    Publicado 1999
    Tabla de Contenidos: “…Names have no type, but objects do -- Expression Statements -- Expression Statements and In-Place Changes -- print Statements -- The Python "Hello World" Program -- Redirecting the Output Stream -- The print &gt -- &gt -- file Extension -- Chapter Summary -- Quiz Answers -- if Tests -- if Statements -- General Format -- Basic Examples -- Multiway Branching -- Python Syntax Rules -- Block Delimiters -- Statement Delimiters -- A Few Special Cases -- Truth Tests -- The if/else Ternary Expression -- Chapter Summary -- Quiz Answers -- while and for Loops -- while Loops -- General Format -- Examples -- break, continue, pass, and the Loop else -- General Loop Format -- Examples -- pass -- continue -- break -- else -- More on the loop else clause -- for Loops -- General Format -- Examples -- Basic usage -- Other data types -- Tuple assignment in for -- Nested for loops -- Iterators: A First Look -- File Iterators -- Other Built-in Type Iterators -- Other Iteration Contexts -- User-Defined Iterators -- Loop Coding Techniques -- Counter Loops: while and range -- Nonexhaustive Traversals: range -- Changing Lists: range -- Parallel Traversals: zip and map -- Dictionary construction with zip -- Generating Both Offsets and Items: enumerate -- List Comprehensions: A First Look -- List Comprehension Basics -- Using List Comprehensions on Files -- Extended List Comprehension Syntax -- Chapter Summary -- Quiz Answers -- The Documentation Interlude -- Python Documentation Sources -- # Comments -- The dir Function -- Docstrings: _ _doc_ _ -- User-defined docstrings -- Docstring standards -- Built-in docstrings -- PyDoc: The help Function -- PyDoc: HTML Reports -- Standard Manual Set -- Web Resources -- Published Books -- Common Coding Gotchas -- Chapter Summary -- Quiz Answers -- Part IV -- Function Basics -- Why Use Functions? …”
    Libro electrónico
  6. 29626
    Publicado 2015
    Tabla de Contenidos: “…Rule of thumb design -- First principles design -- Design by simulation program -- Sources of design data -- Client documentation -- Design manuals -- Standards -- Manufacturer's catalogues and representatives -- More experienced engineers -- Pilot plant trials/operational data -- Previous designs -- "T'Internet" -- Libraries -- Further Reading -- 7 Professional Design Methodology -- Introduction -- Design methodologies -- The "is" and "ought" of process design -- Right versus wrong design -- Interesting versus boring design -- Continuous versus batch design -- Why use batch processing? …”
    Libro electrónico
  7. 29627
    por Bryant, Russell
    Publicado 2013
    Tabla de Contenidos: “…-- configure: *** XML documentation will not be available because the 'libxml2' development package is missing. -- configure: error: *** termcap support not found -- You do not appear to have the sources for the 2.6.18-164.6.1.el5 kernel installed. -- E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? …”
    Libro electrónico
  8. 29628
    Publicado 2011
    Tabla de Contenidos: “…-- Why Linux Is Popular with Hardware Companies and Developers -- Linux Is Portable -- The C Programming Language -- Overview of Linux -- Linux Has a Kernel Programming Interface -- Linux Can Support Many Users -- Linux Can Run Many Tasks -- Linux Provides a Secure Hierarchical Filesystem -- The Shell: Command Interpreter and Programming Language -- A Large Collection of Useful Utilities -- Interprocess Communication -- System Administration -- Additional Features of Linux -- GUIs: Graphical User Interfaces -- (Inter)Networking Utilities -- Software Development -- Conventions Used in This Book -- Chapter Summary -- Exercises -- PART I: INSTALLING UBUNTU LINUX -- CHAPTER 2: INSTALLATION OVERVIEW -- The Live/Install Desktop CD and the Live/Install DVD -- More Information -- Planning the Installation -- The Installation Process -- Downloading and Burning a CD/DVD -- Gathering Information About the System -- Chapter Summary -- Exercises -- Advanced Exercises -- CHAPTER 3: STEP-BY-STEP INSTALLATION -- Booting from a Live/Install Desktop CD or a Live/Install DVD -- Graphical Partition Editors -- Upgrading to a New Release -- Installing KDE -- Setting Up a Dual-Boot System -- Advanced Installation -- Chapter Summary -- Exercises -- Advanced Exercises -- PART II: GETTING STARTED WITH UBUNTU LINUX -- CHAPTER 4: INTRODUCTION TO UBUNTU LINUX -- Curbing Your Power: root Privileges/sudo -- A Tour of the Ubuntu Desktop -- Getting the Most Out of the Desktop -- Updating, Installing, and Removing Software Packages -- Where to Find Documentation -- More About Logging In…”
    Libro electrónico
  9. 29629
    Publicado 2010
    Tabla de Contenidos: “…-- Understanding Exchange Server 2010 Server Roles and Mail Flow -- Understanding the Importance of Active Directory for an Exchange Server 2010 Environment -- Installing and Migrating to Exchange Server 2010 -- Managing and Administering Exchange Server 2010 -- Summary -- Best Practices -- 2 Planning, Prototyping, Migrating, and Deploying Exchange Server 2010 -- Initiation, Planning, Testing, and Pilot: The Four Phases to the Upgrade -- Initiation Phase: Defining the Scope and Goals -- Initiation Phase: Creating the Statement of Work -- Planning Phase: Discovery -- Planning Phase: Creating the Design Document -- Creating the Migration Document -- The Prototype Phase -- The Pilot Phase: Deploying Services to a Limited Number of Users -- The Production Migration/Upgrade -- Summary -- Best Practices -- Part II: Planning and Designing an Exchange Server 2010 Environment -- 3 Understanding Core Exchange Server 2010 Design Plans -- Planning for Exchange Server 2010 -- Understanding AD Design Concepts for Exchange Server 2010 -- Determining Exchange Server 2010 Placement -- Configuring Exchange Server 2010 for Maximum Performance and Reliability -- Securing and Maintaining an Exchange Server 2010 Implementation -- Summary -- Best Practices -- 4 Architecting an Enterprise-Level Exchange Server Environment -- Designing Active Directory for Exchange Server 2010 -- Determining Hardware and Software Components -- Designing Exchange Server Roles in an Exchange Server Environment -- Designing Exchange Server Infrastructure -- Integrating Client Access into Exchange Server 2010 Design -- Summary -- Best Practices…”
    Libro electrónico
  10. 29630
    Publicado 2012
    Tabla de Contenidos: “…-- Planning the Installation -- Hardware and Software Requirements -- Security Documentation -- Online Release Notes -- Setup Documentation -- System Configuration Checker -- Installing SQL Server -- Summary -- Chapter 3: SQL Server Management Studio -- Introduction to SQL Server Management Studio -- Connecting to a Server -- Registered Servers -- Object Explorer -- Organizing and Navigating SQL Server Management Studio's Panes -- Using SQL Server Management Studio with the Database Engine…”
    Libro electrónico
  11. 29631
    por Krajewski, Lee J.
    Publicado 2019
    Tabla de Contenidos: “…. -- Case Jose's Authentic Mexican Restaurant -- 3 QUALITY AND PERFORMANCE -- QVC -- Costs of Quality -- Prevention Costs -- Appraisal Costs -- Internal Failure Costs -- External Failure Costs -- Ethical Failure Costs -- Total Quality Management and Six Sigma -- Total Quality Management -- Managerial Practice 3.1 Improving Quality Through Employee Involvement at Santa Cruz Guitar Company -- Six Sigma -- Acceptance Sampling -- Statistical Process Control -- Variation of Outputs -- Control Charts -- Control Charts for Variables -- Control Charts for Attributes -- Process Capability -- Defining Process Capability -- Using Continuous Improvement to Determine the Capability of a Process -- International Quality Documentation Standards and Awards -- The ISO 9001:2008 Documentation Standards -- Malcolm Baldrige Performance Excellence Program -- Systems Approach to Total Quality Management…”
    Libro electrónico
  12. 29632
    por Jay, Rabi
    Publicado 2024
    Tabla de Contenidos: “…Educate Everyone as to How AI/ML Can Solve Business Problems -- Define Your Business Objectives -- Identify the Pain Points -- Start with Root-Cause Analysis -- Identify the Success Metrics -- Explore the Latest Industry Trends -- Review AI Applications in Various Industries -- Map the Use Case to the Business Problem -- Prioritizing Your Use Cases -- Define the Impact Criteria -- Define the Feasibility Criteria -- Assess the Impact -- Assess the Feasibility -- Prioritize the Use Cases -- Review and Refine the Criteria -- Choose the Right Model -- Use Cases to Choose From -- AI Use Cases for DevOps -- AI for Healthcare and Life Sciences -- AI Enabled Contact Center Use Cases -- Business Metrics Analysis -- Content Moderation -- AI for Financial Services -- Cybersecurity -- Digital Twinning -- Identity Verification -- Intelligent Document Processing -- Intelligent Search -- Machine Translation -- Media Intelligence -- ML Modernization -- ML-Powered Personalization -- Computer Vision -- Personal Protective Equipment -- Generative AI -- Workbook Template: Use Case Identification Sheet -- Summary -- Review Questions -- Answer Key -- Chapter 9 Evaluating AI/ML Platforms and Services -- Benefits and Factors to Consider When Choosing an AI/ML Service -- Benefits of Using Cloud AI/ML Services -- Factors to Consider When Choosing an AI/ML Service -- AWS AI and ML Services -- AI Services -- Amazon SageMaker -- AI Frameworks -- Differences Between Machine Learning Algorithms, Models, and Services -- Core AI Services -- Text and Document Services -- Chatbots: Amazon Lex -- Speech -- Vision Services -- Specialized AI Services -- Business Processing Services -- Kendra for Search -- Code and DevOps -- Industrial Solutions -- Healthcare Solutions -- Machine Learning Services -- Amazon SageMaker -- Amazon SageMaker Canvas -- SageMaker Studio Lab…”
    Libro electrónico
  13. 29633
    Publicado 2021
    Tabla de Contenidos: “…-- Best practices for designing REST APIs -- Using nouns and not verbs when naming a resource in the endpoint path -- Using the plural form for naming the collection resource in the endpoint path -- Using hypermedia (HATEOAS) -- Versioning your APIs -- Nesting resources -- Securing APIs -- Maintaining documentation -- Complying with recommended status codes -- Ensuring caching -- Maintaining the rate limit -- Introducing our e-commerce app -- Summary -- Questions -- Answers -- Further reading -- Chapter 2: Spring Concepts and REST APIs -- Technical requirements -- Understanding the patterns and paradigms of Spring -- What is IoC? …”
    Libro electrónico
  14. 29634
    Publicado 2023
    Tabla de Contenidos: “…. -- Creating different document formats from the same source -- Getting ready -- How to do it... -- How it works... -- Creating data-rich presentations from code -- Getting ready…”
    Libro electrónico
  15. 29635
    Publicado 2023
    Tabla de Contenidos:
    Libro electrónico
  16. 29636
    Publicado 2024
    Tabla de Contenidos: “…. -- See also -- Using dynamic templates in document mapping -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating an index template -- Getting ready -- How to do it... -- How it works... -- There's more... -- Indexing multiple documents using Bulk API -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 3: Building Search Applications -- Technical requirements -- Searching with Query DSL -- Getting ready -- How to do it... -- How it works... -- There's more... -- Building advanced search queries with Query DSL -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using search templates to pre-render search requests -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Getting started with Search Applications for your Elasticsearch index -- Getting ready -- How to do it... -- How it works... -- Building a search experience with the Search Application client -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Measuring the performance of your Search Applications with Behavioral Analytics -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 4: Timestamped Data Ingestion -- Technical requirements -- Deploying Elastic Agent with Fleet -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Monitoring Apache HTTP logs and metrics using the Apache integration -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Deploying standalone Elastic Agent -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Adding data using Beats -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also…”
    Libro electrónico
  17. 29637
    Publicado 2024
    Tabla de Contenidos: “…-- Modules vs Plugins -- Installing Ansible Modules and Plugins -- Exploring the Lookup Plugins -- Creating Ansible Modules -- Documenting Your Module -- Using The AnsibleModule Utility Class -- A Full Example -- Imports And Metadata -- Function run_module() -- Function main() -- Execution Check -- Developing an Ansible Module That Uses Generative AI -- What Is An Ansible Filter? …”
    Libro electrónico
  18. 29638
    por Lopez, Elizabeth
    Publicado 2012
    Tabla de Contenidos: “…LA PRENSA COMO ALTAVOZ POLÍTICO O INTERMEDIADOR CIUDADANO; 2.1. LA OBSERVACIÓN DOCUMENTAL A TRAVÉS DE LA PRENSA; 3. LA INEXISTENCIA DE ARGUMENTOS EUROPEOS SOBRE LA UNIÓN; 4. …”
    Libro electrónico
  19. 29639
    Tabla de Contenidos: “…VIII. SOBRE EL FONDO DOCUMENTAL DE LOS ANTICUARIOS DE JAÉN -- 5. TEXTOS ANTICUARIOS SOBRE VÍAS PRERROMANAS Y ROMANAS DE JAÉN -- I. …”
    Libro electrónico
  20. 29640