Mostrando 60,741 - 60,760 Resultados de 71,889 Para Buscar '".ad"', tiempo de consulta: 0.23s Limitar resultados
  1. 60741
    Publicado 2024
    Tabla de Contenidos: “…Setting up the development environment -- Creating a BPMN diagram -- Implementing the BPMN workflow -- Distinguishing between workflow specifications and instances -- Identifying between task specifications and instances -- Passing form data to UserTask -- Adding input variables to ScriptTask -- Managing the result of the workflow -- Implementing a non-BPMN workflow -- Running a non-BPMN workflow -- Building service tasks with the Zeebe/Camunda platforms -- Setting up the Zeebe server -- Installing the pyzeebe library -- Creating a BPMN diagram for pyzeebe -- Creating a pyzeebe worker -- Implementing the pyzeebe client -- Building API endpoints -- Using Airflow 2.x in orchestrating API endpoints -- Installing and configuring Airflow 2.x -- Creating tasks -- Utilizing Airflow built-in REST endpoints -- Implementing workflows using Temporal.io -- Setting up the environment -- Implementing activities and a workflow -- Building a worker -- Running activities -- Summary -- Chapter 9: Securing Flask Applications -- Technical requirements -- Adding protection from web vulnerabilities -- Applying form validation to request data -- Sanitizing form inputs -- Securing response data -- Rendering Jinja2 variables -- Adding security response headers -- Using HTTPS to run request/response transactions -- Managing user credentials -- Encrypting user passwords -- Using sqlalchemy_utils for encrypted columns -- Utilizing the server-side sessions -- Implementing web form authentication -- Preventing CSRF attacks -- Implementing user authentication and authorization -- Utilizing the Flask-HTTPAuth module -- Utilizing the Authlib module -- Controlling the view or API access -- Summary -- Part 3: Testing, Deploying, and Building Enterprise-Grade Applications -- Chapter 10: Creating Test Cases for Flask -- Technical requirements…”
    Libro electrónico
  2. 60742
    Publicado 2022
    Tabla de Contenidos: “…Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Query Performance Tuning -- The Query Performance Tuning Process -- Performance Issues -- A Repetitive Process -- Understanding What Defines "Good Enough" -- Establishing Comparison Points -- Most Likely Performance Issues -- Common Performance Issues -- Insufficient or Poor Indexes -- Inaccurate or Missing Statistics -- Bad T-SQL -- Problematic Execution Plans -- Excessive Blocking -- Deadlocks -- Non-Set-Based Operations -- Incorrect Database Design -- Poor Execution Plan Reuse -- Frequent Recompilation of Queries -- Summary -- Chapter 2: Execution Plan Generation and the Query Optimizer -- The Query Optimization Process -- Optimization Preparation -- Parsing -- Binding -- Optimization -- Simplification -- Trivial Plan Match -- Optimization Phases -- Generating Parallel Execution Plans -- Execution Plan Caching -- Aging of the Execution Plan -- Summary -- Chapter 3: Methods for Capturing Query Performance Metrics -- Methods to Capture Query Performance Metrics -- Include Client Statistics -- Connection Properties -- SET STATISTICS TIME/IO -- QueryTimeStats in the Execution Plan -- Trace Events (Profiler) -- Dynamic Management Views -- Actively Executing Queries -- Previously Executed Queries -- Query Store -- Extended Events -- Creating an Extended Events Session -- Adding and Configuring Events -- Adding Global Fields to Events -- Using Predicates with Events -- Optional Event Fields -- Defining Targets -- Using the event_file Target -- Using the histogram Target -- Working with Sessions -- Adding Causality Tracking -- Scripting Extended Events -- Live Data Explorer Window -- Filtering Live Data -- Aggregating Live Data -- General Recommendations for Using Extended Events -- Set Max File Size Appropriately…”
    Libro electrónico
  3. 60743
    Publicado 2011
    Tabla de Contenidos: “…EL PROTOCOLO DE OLIVOS; VI. EL TRIBUNAL ARBITRAL AD HOC; VII. CUESTIONES PROCESALES INHERENTES A LOS TRIBUNALES ARBITRALES AD HOC.DIFERENCIAS CON EL TRIBUNAL PERMANENTE DE REVISIÓN (TPR); VIII. …”
    Libro electrónico
  4. 60744
    Publicado 2019
    Tabla de Contenidos: “…Advanced topics -- Polygon objects -- Adding color -- Regular polygons -- More constructors -- An initial drawing -- Blinking polygons -- Interfaces -- Event listeners -- Timers -- Vocabulary -- Exercises -- A. …”
    Libro electrónico
  5. 60745
    por Naboulsi, Zain
    Publicado 2011
    Tabla de Contenidos: “…03.04Closing Tool Windows03.05Expand and Collapse All in the Toolbox; 03.06Searching in the Toolbox; 03.07Navigate Among Tabs in the Toolbox; 03.08Window Layouts: The Four Modes; Design View; Debugging View; Full Screen; File View; 03.09Window Layouts: Design, Debug, and Full Screen; Design Mode; Debug Mode; Full Screen Mode; 03.10Working with Tabs in the Toolbox; Creating Tabs; Adding Items; Custom Controls; Renaming Tabs; Deleting Tabs; 03.11Using Additional Browsers for Web Development; Adding New Browsers; Changing the Default Browser; Browser Window Size; Removing Browsers…”
    Libro electrónico
  6. 60746
    por Freeman, Eric, 1965-
    Publicado 2011
    Tabla de Contenidos: “….; Meanwhile back at Webville Cinema...; Adding the "this" keyword; How to create a constructor; How does this really work?…”
    Libro electrónico
  7. 60747
    por Liberty, Jesse
    Publicado 2005
    Tabla de Contenidos: “…ASP.NET Server ControlsASP.NET and Browsers; ASP.NET Server Control Class Hierarchy; CSS Styles; HTML Server Controls; Client-Side Processing; Basic Controls; The Basics; Label Control; TextBox Control; HiddenField Control; Button Controls; HyperLink Control; Selecting Values; CheckBox Control; RadioButton Control; Selecting from a List; ListItem Object; CheckBoxList Control; Adding items declaratively; Adding items programmatically from an array; Adding items from a data source; Responding to user selections; RadioButtonList Control; DropDownList Control; ListBox Control…”
    Libro electrónico
  8. 60748
    por Vaander Veer, E. A.
    Publicado 2008
    Tabla de Contenidos: “…Copying and Pasting Drawn Objects; 2.5. Adding Color…”
    Libro electrónico
  9. 60749
    por Wooldridge, Mike
    Publicado 2008
    Tabla de Contenidos: “…Teach Yourself Visually HTML and CSS: The Fast and Easy Way to Learn; Credits; About the Authors; Authors' Acknowledgements; Table of Contents; Chapter 1: Getting Familiar with HTML and Web Page Basics; Internet Basics; An Introduction to HTML; Explore Web Browsers; Explore HTML Editors; Understanding HTML Syntax; View HTML Code in a Browser; Plan a Web Site; Chapter 2: Creating Your First HTML Page; Understanding HTML Document Structure; Start an HTML Document; Start an HTML Document; Save an HTML Document; View an HTML Page; Add a Document Declaration; Add Metadata; Chapter 3: Adding Text…”
    Libro electrónico
  10. 60750
    Publicado 2011
    Tabla de Contenidos: “…Dealing with Impacted Tests -- 6 Automating Test Cases -- To Automate or Not to Automate -- The Automated Testing Framework -- Creating an Automated Test from a Manual Test -- Examining a Generated Web Application Coded UI Test -- Adding Validations -- Adding Additional Recorded Steps -- Parameterized Coded UI Tests -- Handling Issues Due to Inconsistency -- Resolving the Data Inconsistency -- Handling Dynamic Values -- Other Tips -- Combining Multiple Tests -- Associating Coded UI Tests and Test Cases -- 7 Executing Automated Test Cases -- Executing Automated Tests Through Visual Studio -- Local Execution -- Local Execution with Remote Collection -- Remote Execution -- Executing Automated Tests from the Command Line -- Executing Automated Tests in MTM -- Creating an Automated Build -- Setting Up the Physical Environment -- Running a Coded UI Test Through MTM -- Executing Automated Tests with Team Build -- Automated Testing Gotchas -- Custom Dialogs -- Cleaning Up Your Tests -- 8 Lab Management -- Managing Virtual Environments Through MTM -- Finishing Virtual Environment Configuration -- Automated Test Settings -- Lab Management Workflow -- Executing a Lab Build -- Running Automated Tests Through MTM -- Manual Tests in a Virtual Environment -- 9 Reporting and Metrics -- Understanding the Reporting Structure -- Built-In Reports -- Bug Status -- Bug Trends -- Reactivations -- Build Quality Indicators -- Build Success over Time -- Build Summary -- Stories Overview -- Test Case Readiness -- Test Plan Progress -- Excel Services Reports (Dashboards) -- Reporting with Microsoft Excel -- Creating a Generated Report -- The Testing Measures -- Metrics -- What to Measure -- First-Time Defect Rate -- Bug Reactivations -- General Bug Counts -- Index…”
    Libro electrónico
  11. 60751
    Publicado 2021
    Tabla de Contenidos: “…Display edges of graph -- 2.5.4. Adding a vertex to the graph -- 2.5.5. Adding an edge to the graph -- 2.6. …”
    Libro electrónico
  12. 60752
    por Muñoz Sánchez, Juan Ramón
    Publicado 2018
    Tabla de Contenidos: “….) -- La epístola III, 1, «Ad Thomam Messanensem (...) -- Ad Thomam Messanensem, de Thile insula (...)…”
    Libro electrónico
  13. 60753
    por Zaccaria, Francesco, 1978-
    Publicado 2010
    Tabla de Contenidos: “…-- 1.2 Popular Religiosity: A Problematic Topic -- 1.3 Popular Religiosity: Participation and Beliefs in the Catholic Church -- 1.4 Research Goal and Problem -- 1.5 Conceptual Model -- 1.6 Research Questions -- 1.7 Methods -- 1.8 Overview of the Study -- Chapter Two Participation in Popular Religiosity in the Catholic Church -- 2.1 Dualistic Approaches to Popular Religiosity -- 2.2 A Complementary Approach to Popular Religiosity -- 2.3 Theological Legitimisation of a Complementary Approach -- 2.4 Participation in Popular Religiosity -- Chapter Three Beliefs about God -- 3.1 Traditional Beliefs about God in the Teachings of the Catholic Church -- 3.2 Beliefs about God in Popular Religiosity -- 3.3 Conceptualisation of Beliefs about God -- 3.4 Beliefs about God in High and Low Level Popular Religious Participation -- Chapter Four Beliefs about Suffering -- 4.1 Approaches to Theodicy in the Teachings of the Catholic Church -- 4.2 Approaches to Theodicy in Popular Religiosity -- 4.3 Conceptualisation of Beliefs about Suffering -- 4.4 Beliefs about Suffering in High and Low Level Popular Religious Participation -- Chapter Five Beliefs about Jesus Christ -- 5.1 Dialectics between the Humanity and Divinity of Jesus Christ -- 5.2 Conceptualisation of Beliefs about Jesus Christ -- 5.3 Beliefs about Jesus Christ in High and Low Level Popular Religious Participation -- Chapter Six Beliefs about the Church -- 6.1 Beliefs about Participation in the Church: Dimension ad intra -- 6.2 Beliefs about the Relation between Church and Society: Dimension ad extra -- Chapter Seven Effects of Popular Religious Participation on Beliefs -- 7.1 Assumed Effect of Popular Religious Participation on Beliefs -- 7.2 Popular Religious Participation Affects Beliefs: Theoretical Model -- 7.3 Popular Religious Participation Affects Beliefs: Empirical Outcomes -- Chapter Eight Synopsis and Recommendations -- 8.1. …”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  14. 60754
    Publicado 2020
    Tabla de Contenidos: “…/ Winchester: A City of Two Planned Towns / Words and Swords: People and Power along the Solent in the 5th Century / Costume Groups in Hampshire and Their Bearing on the Question of Jutish Settlement in the Later 5th and 6th Centuries AD / A Well-Married Landscape: Networks of Association and 6th-Century Communities on the Isle of Wight / The Afterlives of Bede’s Tribal Names in English Place-Names / Constructing Early Anglo-Saxon Identity in the Anglo-Saxon Chronicles / Rulers and Their Territories / Oswald and the Strong Man Armed / Theodore’s Peace / The Northumbrian Attack on Brega in a.d. 684 / A Conversion-Period Burial in an Ancient Landscape: A High-Status Female Grave near the Rollright Stones, Oxfordshire/Warwickshire / A Possible Anglo-Saxon Execution Cemetery at Werg, Mildenhall (Cvnetio), Wiltshire and the Wessex-Mercia Frontier in the Age of King Cynewulf / On the Territorial Organisation of Early Medieval Hampshire / Ceapmenn and Portmenn: Trade, Exchange and the Landscape of Early Medieval Wessex / Places I’ll Remember? …”
    Libro electrónico
  15. 60755
    Tabla de Contenidos: “…GROSS-OUTPUT AND VALUE-ADDED BASED PRODUCTIVITY; 3.2. DEPRECIATION; 3.3. …”
    Libro electrónico
  16. 60756
    Tabla de Contenidos: “… & aliis materiis ecclesiasticis 5-Annotationes practicae ad S.C. Tridentinum in rebus concernentibus Reformationem & Forensia -- v.15. …”
    Acceso al liber primus desde google books
    Libro
  17. 60757
    Publicado 2017
    Tabla de Contenidos: “…Saving data on the SD card -- Summary -- Chapter 7: Real-Time Communication -- WebSockets -- Protocol details -- Streaming data from ESP8266 -- ADXL345 accelerometer -- Connection to the ESP8266 -- ESP8266 code -- Backend code -- Public web page -- Summary -- Chapter 8: Adding a Mobile Application to Your Smart Home -- Installing Docker and using containers -- Getting the development image -- Docker images -- Setting up the local broker -- ESP8266 code specifications -- Summary -- Index…”
    Libro electrónico
  18. 60758
    Publicado 2015
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Exploring Xcode; Keyboard shortcuts; Versioning your project; Testing with Playground; Debugging; New Swift features; Some final comments; Summary; Chapter 2: Creating a City Information App with Customized Table Views; Project overview; Setting it up; The first scene; Displaying the cities' information; Coding the initial view controller; Adding the page view controller; Displaying the Wikipedia information; Displaying weather forecasts; Retrieving some pictures…”
    Libro electrónico
  19. 60759
    por Chafflin, Larry
    Publicado 2006
    Tabla de Contenidos: “…Provisioning Client; Introduction; Administration; Domains; Devices; Banned Users; Status Reasons; Service Package; Telephone Routes; Pooled Entities; Location Services; Routable Services; LDAP Syncing; LDAP Query Test Tool; Devices; Gateways; IPCM Clusters; Voice Mail; Services; Media Portal; System; Summary; Solutions Fast Track; Frequently Asked Questions; Chapter 5. Ad Hoc and Meet Me Conferencing; Introduction; Ad Hoc Conferencing; Meet Me Conferencing; Summary; Solutions Fast Track…”
    Libro electrónico
  20. 60760
    Publicado 2008
    Tabla de Contenidos: “…Working with Vector and Raster ImagesExporting SWF Files; Exporting Flash Professional XFL Files; Rendering PNG Image Sequences; Rendering Flash Video (F4V and FLV); Chapter 4: InteractiveVideo; Interactivity in Flash; Using Adobe Media Encoder; Using ActionScript Code Snippets; Adding ActionScript Cue Points; Creating Playback Controls in ActionScript; Building a Video Gallery; Chapter 5: AlphaChannels; What Are Alpha Channels?…”
    Libro electrónico