Mostrando 1,441 - 1,460 Resultados de 1,849 Para Buscar '"Factory"', tiempo de consulta: 0.10s Limitar resultados
  1. 1441
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Learning the Flask 3.x Framework -- Chapter 1: A Deep Dive into the Flask Framework -- Technical requirements -- Setting up the project baseline -- Installing the latest Python version -- Installing the Visual Studio (VS) Code editor -- Creating the virtual environment -- Installing the Flask 3.x libraries -- Creating the Flask project -- Creating routes and navigations -- Creating static URLs -- Assigning multiple URLs -- Applying path variables -- Assigning URLs externally -- Implementing class-based views -- Managing request and response data -- Retrieving the request object -- Creating the response object -- Implementing page redirection -- Implementing view templates -- Creating web forms -- Building the data layer with PostgreSQL -- Setting up database connectivity -- Implementing the repository layer -- Creating the service layer -- Managing the project structure -- Building the directory structure -- Setting up a development environment -- Implementing the main.py module -- Creating environment variables -- Summary -- Chapter 2: Adding Advanced Core Features -- Technical requirements -- Structuring huge and scalable projects -- Using the application factory -- Using the Blueprint -- Utilizing both the application factory and the Blueprint -- Applying object-relational mapping (ORM) -- Setting up the database connectivity -- Building the model layer -- Implementing the repository layer -- Configuring the logging mechanism -- Creating user sessions -- Managing session data -- Clearing all session data -- Applying flash messages -- Utilizing some advanced Jinja2 features -- Applying with-blocks and macros -- Applying filters -- Adding comments -- Implementing error-handling solutions…”
    Libro electrónico
  2. 1442
    Publicado 2017
    Tabla de Contenidos: “…. -- There's more... -- Azure Data Factory and SSIS -- Chapter 10: Extending SSIS Custom Tasks and Transformations -- Introduction -- Designing a custom task -- Getting ready -- How to do it... -- How it works... -- Designing a custom transformation -- How to do it... -- How it works... -- Managing custom component versions -- Getting ready -- How to do it... -- How it works... -- Chapter 11: Scale Out with SSIS 2017 -- Introduction -- SQL Server 2017 download and setup -- Getting ready -- How to do it... -- There's more... -- SQL Server client tools setup -- Getting ready -- How to do it... -- Configuring SSIS for scale out executions -- Getting ready -- How to do it... -- There's more... -- Executing a package using scale out functionality -- Getting ready -- How to do it... -- Index…”
    Libro electrónico
  3. 1443
    Publicado 2018
    Tabla de Contenidos: “…GlassFish dependencies -- Performing the installation -- Starting GlassFish -- Deploying our first Java EE application -- Deploying an application through the web console -- Undeploying an application through the GlassFish Admin Console -- Deploying an application through the command line -- The Autodeploy directory -- The asadmin command-line utility -- GlassFish domains -- Creating domains -- Deleting domains -- Stopping a domain -- Setting up database connectivity -- Setting up connection pools -- Setting up data sources -- Setting JMS resources -- Setting up a JMS connection factory -- Setting up a JMS message queue -- Setting up a JMS message topic -- Configuring durable subscribers -- Summary -- Index…”
    Libro electrónico
  4. 1444
    Publicado 2023
    Tabla de Contenidos: “…Exercise 2 - creating an Azure Cosmos DB SQL API account -- Adding a new database and a new container -- Adding data to a database -- Querying data -- Exercise 3 - connecting to the Azure Cosmos DB SQL API with the SDK -- Exercise 3 - connecting Azure App Service with Azure Cosmos DB -- Summary -- Questions -- Chapter 10: Big Data Storage Overview -- Exploring Azure Data Lake Storage -- Creating an Azure Data Lake instance using the Azure portal -- Creating an Azure Data Lake instance using the Azure CLI -- Exploring Azure Data Factory -- ADF components -- Creating an ADF using the Azure portal -- Exploring Azure Databricks -- Azure Synapse Analytics -- Azure Databricks features -- Azure Databricks components -- Creating an Azure Databricks workspace -- Exploring Azure Synapse Analytics -- Exploring Azure Analysis Services -- Summary -- Further reading -- Questions -- Part 3: Ensuring Continuous Integration and Continuous Container Deployment on Azure -- Chapter 11: Containers and Continuous Deployment on Azure -- Setting up continuous deployment for Docker with Azure DevOps and Azure Container Registry -- Creating the pipeline -- Continuous deployment for Windows containers with Azure DevOps -- Deploying to Azure Container Registry -- Deploying to Azure App Service -- Integrating Docker Hub with the CI/CD pipeline -- Summary -- Assessments -- Index -- Other Books You May Enjoy…”
    Libro electrónico
  5. 1445
    por Kress, B.
    Publicado 2009
    Tabla de Contenidos: “…14.3 Embossing Techniques -- 14.4 The UV Casting Process -- 14.5 Injection Molding Techniques -- 14.6 The Sol-Gel Process -- 14.7 The Nano-replication Process -- 14.8 A Summary of Replication Technologies -- 15 Specifying and Testing Digital Optics -- 15.1 Fabless Lithographic Fabrication Management -- 15.2 Specifying the Fabrication Process -- 15.3 Fabrication Evaluation -- 15.4 Optical Functionality Evaluation -- 16 Digital Optics Application Pools -- 16.1 Heavy Industry -- 16.2 Defense, Security and Space -- 16.3 Clean Energy -- 16.4 Factory Automation -- 16.5 Optical Telecoms -- 16.6 Biomedical Applications -- 16.7 Entertainment and Marketing -- 16.8 Consumer Electronics -- 16.9 Summary -- 16.10 The Future of Digital Optics -- Conclusion -- Appendix A: Rigorous Theory of Diffraction -- A.1 Maxwell's Equations -- A.2 Wave Propagation and the Wave Equation -- A.3 Towards a Scalar Field Representation -- Appendix B: The Scalar Theory of Diffraction -- B.1 Full Scalar Theory -- B.2 Scalar Diffraction Models for Digital Optics -- B.3 Extended Scalar Models -- Appendix C: FFTs and DFTs in Optics -- C.1 The Fourier Transform in Optics Today -- C.2 Conditions for the Existence of the Fourier Transform -- C.3 The Complex Fourier Transform -- C.4 The Discrete Fourier Transform -- C.5 The Properties of the Fourier Transform and Examples in Optics -- C.6 Other Transforms -- Index…”
    Libro electrónico
  6. 1446
    Publicado 2021
    Tabla de Contenidos: “…Going beyond next -- The yield from expression -- Generator expressions -- Some performance considerations -- Don't overdo comprehensions and generators -- Name localization -- Generation behavior in built-ins -- One last example -- Summary -- Chapter 6: OOP, Decorators, and Iterators -- Decorators -- A decorator factory -- Object-oriented programming (OOP) -- The simplest Python class -- Class and object namespaces -- Attribute shadowing -- The self argument -- Initializing an instance -- OOP is about code reuse -- Inheritance and composition -- Accessing a base class -- Multiple inheritance -- Method resolution order -- Class and static methods -- Static methods -- Class methods -- Private methods and name mangling -- The property decorator -- The cached_property decorator -- Operator overloading -- Polymorphism - a brief overview -- Data classes -- Writing a custom iterator -- Summary -- Chapter 7: Exceptions and Context Managers -- Exceptions -- Raising exceptions -- Defining your own exceptions -- Tracebacks -- Handling exceptions -- Not only for errors -- Context managers -- Class-based context managers -- Generator-based context managers -- Summary -- Chapter 8: Files and Data Persistence -- Working with files and directories -- Opening files -- Using a context manager to open a file -- Reading and writing to a file -- Reading and writing in binary mode -- Protecting against overwriting an existing file -- Checking for file and directory existence -- Manipulating files and directories -- Manipulating pathnames -- Temporary files and directories -- Directory content -- File and directory compression -- Data interchange formats -- Working with JSON -- Custom encoding/decoding with JSON -- I/O, streams, and requests -- Using an in-memory stream -- Making HTTP requests -- Persisting data on disk -- Serializing data with pickle…”
    Libro electrónico
  7. 1447
    por Monson-Haefel, Richard
    Publicado 2001
    Tabla de Contenidos: “…Obtaining a JNDI connection; 2.1.2.3. The TopicConnectionFactory; 2.1.2.4. The TopicConnection; 2.1.2.5. The TopicSession; 2.1.2.6. …”
    Libro electrónico
  8. 1448
    por Kingslake, Rudolf
    Publicado 2010
    Tabla de Contenidos: “…Relations Between Designer and Factory; 1.1.1 Spherical versus Aspheric Surfaces; 1.1.2 Establishment of Thicknesses; 1.1.3 Antireflection Coatings; 1.1.4 Cementing; 1.1.5 Establishing Tolerances; 1.1.6 Design Tradeoffs; 1.2. …”
    Libro electrónico
  9. 1449
    por Stefanov, Stoyan
    Publicado 2013
    Tabla de Contenidos: “…Coding and Design Patterns -- Coding patterns -- Separating behavior -- Content -- Presentation -- Behavior -- Example of separating behavior -- Asynchronous JavaScript loading -- Namespaces -- An Object as a namespace -- Namespaced constructors -- A namespace() method -- Init-time branching -- Lazy definition -- Configuration object -- Private properties and methods -- Privileged methods -- Private functions as public methods -- Immediate functions -- Modules -- Chaining -- JSON -- Design patterns -- Singleton -- Singleton 2 -- Global variable -- Property of the Constructor -- In a private property -- Factory -- Decorator -- Decorating a Christmas tree -- Observer -- Summary -- A. …”
    Libro electrónico
  10. 1450
    Publicado 2013
    Tabla de Contenidos: “…Conté "Acción participativa y social": El Campo de Cebada, Madrid / El Campo de Cebada ; 32 viviendas protegidas, garajes y locales comerciales en San Vicente del Raspeig / Alfredo Payá Benedito ; 57 viviendas universitarias en el campus de la ETSAV, Sant Cugat del Vallés / DataAE + HArquitectes ; Viviendas sociales, oficinas, comercios y plaza en Coslada / Atxu Amann, Andrés Canovas, Nicolás Mauri / Centro de día para niños (Haus der Tagesmütter), Selb / TallerDE2 Arquitectos + Gutiérrez-delaFuente Arquitectos ; Youth Factory, Mérida / Selgascano arquitectos ; Dreamhamar, Stotorget, Hamar, Noruega / Ecosistema Urbano ; Inteligencias Colectivas / Zoohaus -- URV…”
    Libro
  11. 1451
    Publicado 2007
    Tabla de Contenidos: “…3.1.3 Diseño de cohortes (prospectivo)3.1.3.1 Estudio de Framingham; 3.1.3.2 Pérdidas en el seguimiento; 3.1.3.3 Pasos en el diseño de Cohortes; 3.1.3.4 Ventajas y desventajas de los estudios de cohortes; 3.1.4 Diseños transversales o de prevalencia; - Reporte de caso o de serie de casos; 3.1.5 Diseños de intervención (experimentales); 3.1.5.1 Requerimientos metodológicos del ensayo clínico controlado; 3.1.5.2 Problemas especiales en un ensayo clínico; 3.1.5.3 Diseños experimentales especiales. Diseño factorial; 3.1.6 Diseños cuasi experimentales; 3.2 Investigaciones cualitativas…”
    Libro electrónico
  12. 1452
    por Thulasidas, Manoj
    Publicado 2010
    Tabla de Contenidos: “…6.2.4 Quant library6.2.5 Trade transformations and operations; 6.2.6 Settlement triggers or pathways; 6.2.7 Batch processing and grid computing; 6.2.8 Credit replication; 6.2.9 Security and audit model; 6.2.10 Documentation and support model; 6.3 Example architecture; 6.4 Advanced architecture; 6.5 Summary; Quiz; 7 Computing Patterns for Trading; 7.1 Fac ̧ade pattern; 7.2 Visitor pattern; 7.3 Singleton pattern; 7.4 Factory patterns; 7.5 Component object model; 7.6 Summary; Quiz; 8 Flexible Derivatives Pricing Tool; 8.1 Design scope; 8.2 Design goals and features; 8.2.1 Pricing tool features…”
    Libro electrónico
  13. 1453
    Publicado 2017
    Tabla de Contenidos: “…2.5.2 Data types2.5.3 Arithmetic operators; 2.5.4 Operator precedence; 2.5.5 The colon operator; 2.5.6 The transpose operator; 2.5.7 Arithmetic operations on arrays; 2.5.8 Expressions; 2.5.9 Statements; 2.5.10 Statements, commands, and functions; 2.5.11 Formula vectorization; 2.6 Output; 2.6.1 The disp statement; 2.6.2 The format command; 2.6.3 Scale factors; 2.7 Repeating with for; 2.7.1 Square roots with Newton's method; 2.7.2 Factorials!; 2.7.3 Limit of a sequence; 2.7.4 The basic for construct; 2.7.5 for in a single line; 2.7.6 More general for; 2.7.7 Avoid for loops by vectorizing!…”
    Libro electrónico
  14. 1454
    Publicado 2006
    Tabla de Contenidos: “…Getting an EntityManagerFactory in Java EE; 5.4.2. Obtaining a Persistence Context; 5.5. …”
    Libro electrónico
  15. 1455
    por Hahn, Brian D.
    Publicado 2013
    Tabla de Contenidos: “…2.5 Operators, expressions, and statements2.5.1 Numbers; 2.5.2 Data types; 2.5.3 Arithmetic operators; 2.5.4 Operator precedence; 2.5.5 The colon operator; 2.5.6 The transpose operator; 2.5.7 Arithmetic operations on arrays; 2.5.8 Expressions; 2.5.9 Statements; 2.5.10 Statements, commands, and functions; 2.5.11 Formula vectorization; 2.6 Output; 2.6.1 The disp statement; 2.6.2 The format command; 2.6.3 Scale factors; 2.7 Repeating with for; 2.7.1 Square roots with Newton's method; 2.7.2 Factorials!; 2.7.3 Limit of a sequence; 2.7.4 The basic for construct; 2.7.5 for in a single line…”
    Libro electrónico
  16. 1456
    por Hahn, Brian D.
    Publicado 2010
    Tabla de Contenidos: “…2.5.10 Statements, commands, and functions2.5.11 Formula vectorization; 2.6 Output; 2.6.1 The disp statement; 2.6.2 The format command; 2.6.3 Scale factors; 2.7 Repeating with for; 2.7.1 Square roots with Newton's method; 2.7.2 Factorials!; 2.7.3 Limit of a sequence; 2.7.4 The basic for construct; 2.7.5 for in a single line; 2.7.6 More general for; 2.7.7 Avoid for loops by vectorizing!…”
    Libro electrónico
  17. 1457
    Publicado 2022
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Getting Started with the BBC Micro:bit -- Chapter 1: Introduction to the BBC Micro:bit -- Technical requirements -- The history of the Micro:bit -- The specifications of Micro:bit V1 and Micro:bit V2 -- Powering up the Micro:bit -- The out-of-box experience -- Breakout boards -- Fritzing to create circuit diagrams -- Summary -- Further reading -- Chapter 2: Setting Up the Micro:bit and Using Code Editors -- Technical requirements -- BBC Micro:bit versus Raspberry Pi -- The Python programming language -- Python implementations and distributions -- Introduction to MicroPython -- MicroPython code editors -- Online code editors -- Using REPL -- Using offline IDEs for MicroPython -- The Thonny Python IDE -- The Mu editor -- Working with other editors and smartphone apps -- Manually upgrading the firmware -- Restoring the out-of-the-box experience program -- Summary -- Further readings -- Chapter 3: Basics of Python -- Technical requirements -- Getting started with Python programming -- Variables -- Code comments -- Arithmetic, string, and logical operations -- Data type conversion -- Handling user input -- Conditional statements -- Loops -- Computing prime numbers, factorials, and Fibonacci series -- Summary -- Further reading -- Chapter 4: Advanced Python -- Technical requirements -- Lists, tuples, and dictionaries -- Functions -- Recursion -- Indirect recursion -- Object-oriented programming with Python -- Exploring the random module -- Getting help for built-in modules -- Retrieving system properties with code -- Summary -- Further reading -- Part 2: Programming Hardware with MicroPython -- Chapter 5: Built-in LED Matrix Display and Push Buttons -- Technical requirements -- Built-in programmable 5x5 LED matrix…”
    Libro electrónico
  18. 1458
    Publicado 2018
    Tabla de Contenidos: “…-- Epics -- Features -- Stories -- Maintain your backlog -- The Speaker Meet problem -- Meaningful separation -- Speakers -- Communities -- Conferences -- Separate by team function -- Technical separations -- Technical requirements -- React web user interface -- .NET Core -- .NET Web API -- Entity Framework -- Azure -- Database -- An N-Tiered hexagonal architecture -- Hexagonal architecture -- Basic yet effective N-Tiered divisions -- Service layer -- Microservices -- Data access layer -- Repository Pattern -- Generic repository -- User interface adapter layer -- User interface layer -- Front-end business layer -- Front-end user interface layer -- Front-end data source layer -- Testing direction -- Back-to-front -- Defining a data source -- Creating a business layer -- Building a user interface -- Front-to-back -- Defining a user interface -- Creating a business layer -- Building a data source -- Inside out -- Defining a business layer -- Summary -- Chapter 7: Test-Driving C# Applications -- Reviewing the requirements -- Speaker listing -- API -- API tests -- Moq -- Testing exception cases -- Service -- Service tests -- Clean tests -- Repository -- The IRepository interface -- FakeRepository -- Using factories with the FakeRepository…”
    Libro electrónico
  19. 1459
    por Duarte, Alejandro
    Publicado 2013
    Tabla de Contenidos: “…-- Editable tables -- Table field factories -- Time for action - using a custom field factory -- What just happened? …”
    Libro electrónico
  20. 1460
    por Duran Rodriguez, Luis
    Publicado 2007
    Tabla de Contenidos: “…1.10 Cambiar de un DataViewGrid a un Details Form1.11 Añadir un control de vínculo de datos relacionado; Capítulo 2: Las novedades de ADO.NET 2.0; 2.1 Los objetos de formulario; 2.1.1 Utilizar DbProviderFactories para crear proyectos con bases de datos agnósticas; 2.1.2 Restablecer los esquemas de las tablas base; 2.2 Comprobar las instancias de servidor SQL disponibles y los proveedores de datos ADO.NET 2.0; 2.2.1 Entradas Batch en tablas de servidor SQL con el objeto SqlBulkCopy; 2.2.2 Obtener las estadísticas de conexión del servidor SQL; 2.3 Ejecutar comandos SQL de forma asincrónica…”
    Libro electrónico