Mostrando 1,561 - 1,580 Resultados de 1,796 Para Buscar '"alias"', tiempo de consulta: 0.11s Limitar resultados
  1. 1561
    Publicado 2023
    Tabla de Contenidos: “…. -- See also -- Adding alias to a provider to use multiple instances of the same provider -- Getting ready -- How to do it... -- How it works... -- See also -- Manipulating variables -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Keeping sensitive variables safe -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using local variables for custom functions -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using outputs to expose Terraform provisioned data -- Getting ready -- How to do it... -- How it works... -- There's more...…”
    Libro electrónico
  2. 1562
    Publicado 2003
    Tabla de Contenidos: “…Business logic -- PiggyBank business layer -- Preparing Application Developer -- Workspace -- Preferences -- Import required projects -- Implementing the components -- Implementing the framework project -- Creating the Java project -- Tailoring the logging implementation -- Creating the packages -- Creating the classes -- Creating the IPiggyBankBusinessDelegate interface -- Creating the BusinessDelegateFactory -- Implementing the business delegate project -- Creating the Java project -- Creating the packages -- Creating the classes -- Creating the PiggyBankEJBDelegateImpl -- Creating the PiggyBankEJBDelegateFactory -- Creating an enterprise application for the EJBs -- Creating an EAR project with an EJB module -- Preparing the WebSphere test environment -- Server project -- WebSphere Version 5.0.2 server -- Adding the enterprise application to the server -- Configuring the server with a data source -- Define an authentication alias -- Define a data source -- Setting the server class path -- Enabling security for the server -- Disable security for now -- Utility projects -- Adding a utility project to an enterprise application -- Module dependency -- Implementing the EJB project -- Project properties -- Creating the packages -- Reviewing the model -- Creating the transfer objects -- Creating the CMP entity beans -- Create the Customer entity bean -- Create the CmpEntityAdapter…”
    Libro electrónico
  3. 1563
    Publicado 2012
    Tabla de Contenidos: “…Administering Database Servers -- Registering Servers -- Connecting to a Server -- Creating a New Server Group -- Managing Multiple Servers -- Starting and Stopping Servers -- Managing Databases Using Object Explorer -- Creating Databases Without Using Transact-SQL -- Modifying Databases Without Using Transact-SQL -- Managing Tables Without Using Transact-SQL -- Authoring Activities Using SQL Server Management Studio -- Query Editor -- Solution Explorer -- SQL Server Debugging -- Summary -- Exercises -- Part II: Transact-SQL Language -- Chapter 4: SQL Components -- SQL's Basic Objects -- Literal Values -- Delimiters -- Comments -- Identifiers -- Reserved Keywords -- Data Types -- Numeric Data Types -- Character Data Types -- Temporal Data Types -- Miscellaneous Data Types -- Binary and BIT Data Types -- Large Object Data Types -- UNIQUEIDENTIFIER Data Type -- SQL_VARIANT Data Type -- HIERARCHYID Data Type -- TIMESTAMP Data Type -- Storage Options -- FILESTREAM Storage -- Sparse Columns -- Transact-SQL Functions -- Aggregate Functions -- Scalar Functions -- Numeric Functions -- Date Functions -- System Functions -- Metadata Functions -- Scalar Operators -- Global Variables -- NULL Values -- Summary -- Exercises -- Chapter 5: Data Definition Language -- Creating Database Objects -- Creation of a Database -- Attaching and Detaching Databases -- CREATE TABLE: A Basic Form -- CREATE TABLE and Declarative Integrity Constraints -- The UNIQUE Clause -- The PRIMARY KEY Clause -- The CHECK Clause -- The FOREIGN KEY Clause -- Referential Integrity -- Possible Problems with Referential Integrity -- The ON DELETE and ON UPDATE Options -- Creating Other Database Objects -- Integrity Constraints and Domains -- Alias Data Types -- CLR Data Types -- Modifying Database Objects -- Altering a Database -- Modifying File or Filegroup Properties -- Setting Database Options…”
    Libro electrónico
  4. 1564
    por Veraza Urtuzuástegui, Jorge
    Publicado 2014
    Tabla de Contenidos: “….) -- ARISTÓTELES, LE BON Y HITLER SOBRE EL MISMO (...) -- SADE SE ALÍA A SOLÓN CONTRA ARISTÓTELES (...) -- ABUSADO POR LOS AMOS, SADE, EL COMUNISTA, (...) -- DE LA POLÍTICA MEXICANA Y DE LA VIABILIDAD (...) -- DE LA POSIBILIDAD DE LA DEMOCRACIA DIRECTA (...) -- CAPÍTULO 7. …”
    Libro electrónico
  5. 1565
    Publicado 2021
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- What to Buy -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Book 1 Getting Started -- Chapter 1 Starting with Python -- Why Python Is Hot -- Choosing the Right Python -- Tools for Success -- Introducing Anaconda and VS Code -- Installing Anaconda and VS Code -- Writing Python in VS Code -- Choosing your Python interpreter -- Writing some Python code -- Getting back to VS Code Python -- Using Jupyter Notebook for Coding -- Chapter 2 Interactive Mode, Getting Help, and Writing Apps -- Using Python's Interactive Mode -- Opening Terminal -- Getting your Python version -- Going into the Python Interpreter -- Entering commands -- Using Python's built-in help -- Exiting interactive help -- Searching for specific help topics online -- Lots of free cheat sheets -- Creating a Python Development Workspace -- Creating a Folder for Your Python Code -- Typing, Editing, and Debugging Python Code -- Writing Python code -- Saving your code -- Running Python in VS Code -- Learning simple debugging -- Using the VS Code Python debugger -- Writing Code in a Jupyter Notebook -- Creating a folder for Jupyter Notebook -- Creating and saving a Jupyter notebook -- Typing and running code in a notebook -- Adding Markdown text -- Saving and opening notebooks -- Chapter 3 Python Elements and Syntax -- The Zen of Python -- Introducing Object-Oriented Programming -- Discovering Why Indentations Count, Big Time -- Using Python Modules -- Understanding the syntax for importing modules -- Using an alias with modules -- Chapter 4 Building Your First Python Application -- Opening the Python App File -- Typing and Using Python Comments -- Understanding Python Data Types -- Numbers -- Words (strings) -- Booleans…”
    Libro electrónico
  6. 1566
    Publicado 2022
    Tabla de Contenidos: “…-- Setting your dock preferences -- Chapter 4 Getting to Know Finder and Its Desktop -- Introducing Finder and Its Minions: The Desktop and Icons -- Introducing the desktop -- Bellying up to the toolbar -- Figuring out what an icon is -- Identifying your Finder icons in the wild -- Aliases Are Awesome! -- Creating aliases -- Deleting aliases -- Hunting down an alias's parent…”
    Libro electrónico
  7. 1567
    Publicado 2010
    Tabla de Contenidos: “…-- 2 Creating Versatile Types -- Format a Type with ToString( ) -- Make Types Equatable -- Make Types Hashable with GetHashCode( ) -- Make Types Sortable -- Give Types an Index -- Notify Clients when Changes Happen -- Overload Appropriate Operators -- Convert One Type to Another -- Prevent Inheritance -- Allow Value Type to Be Null -- 3 General Coding -- Declare Variables -- Defer Type Checking to Runtime (Dynamic Types) -- Use Dynamic Typing to Simplify COM Interop -- Declare Arrays -- Create Multidimensional Arrays -- Alias a Namespace -- Use the Conditional Operator (?…”
    Libro electrónico
  8. 1568
    por Simpson, Alan
    Publicado 2024
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- What to Buy to Do the Projects in This Book -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Book 1 Getting Started -- Chapter 1 Starting with Python -- Why Python Is Hot -- Choosing the Right Python -- Tools for Success -- Installing Python and VS Code -- Installing the Python extension -- Letting AI write your Python code -- Using GitHub Copilot -- Using Jupyter Notebook for Coding -- Chapter 2 Using Interactive Mode, Getting Help, and Writing Apps -- Using Python's Interactive Mode -- Opening Terminal -- Getting your Python version -- Going into the Python Interpreter -- Entering commands -- Using Python's built-in help -- Exiting interactive help -- Searching for specific help topics online -- Lots of free cheat sheets -- Creating a Folder for Your Python Code -- Typing, Editing, and Debugging Python Code -- Writing Python code -- Saving your code -- Running Python in VS Code -- Learning simple debugging -- Closing a File -- Writing Code in a Jupyter Notebook -- Creating a folder for Jupyter Notebooks -- Creating and saving a Jupyter notebook -- Typing and running code in a notebook -- Chapter 3 Python Elements and Syntax -- The Zen of Python -- Introducing Object-Oriented Programming -- Discovering Why Indentations Count, Big Time -- Using Python Modules -- Understanding the syntax for importing modules -- Using an alias with modules -- Chapter 4 Building Your First Python Application -- Opening the Python App File -- Typing and Using Python Comments -- Understanding Python Data Types -- Numbers -- Integers -- Floats -- Complex numbers -- Words (strings) -- Booleans -- Working with Python Operators -- Arithmetic operators -- Comparison operators -- Boolean operators -- Creating and Using Variables…”
    Libro electrónico
  9. 1569
    Publicado 2016
    Tabla de Contenidos: “…2.6.4 Grundzustände festlegen und Flankensteuerung -- 2.7 Projekt: Eine Alarmanlage -- 2.7.1 Aufbau und Arbeitsweise der Alarmanlage -- 2.7.2 Programmierung -- 2.8 Aufgaben -- 2.9 Lösungen -- Kapitel 3: Kollektionen: Mengen, Listen, Tupel und Dictionaries -- 3.1 Die Typhierarchie -- 3.2 Gemeinsame Operationen für Kollektionen -- 3.3 Kollektionen in Bedingungen -- 3.3.1 Projekt: Kundenberatung -- 3.3.2 Projekt: Sichere Kommunikation -- 3.4 Iteration - die for-Anweisung -- 3.4.1 Verwendung von break -- 3.5 Sequenzen -- 3.5.1 Konkatenation und Vervielfältigung -- 3.5.2 Direkter Zugriff auf Elemente - Indizierung -- 3.5.3 Slicing -- 3.5.4 Projekt: Lesbare Zufallspasswörter -- 3.6 Tupel -- 3.7 Zeichenketten (Strings) -- 3.7.1 Strings durch Bytestrings codieren -- 3.7.2 Der Formatierungsoperator % -- 3.8 Listen -- 3.8.1 Listen sind Objekte und empfangen Botschaften -- 3.8.2 Klasse, Typ und Instanz -- 3.8.3 Kopie oder Alias? -- 3.8.4 Listenoperationen -- 3.8.5 Projekt: Zufallsnamen -- 3.8.6 Projekt: Telefonliste -- 3.8.7 Listen durch Comprehensions erzeugen -- 3.9 Zahlen in einer Folge - range()-Funktion -- 3.10 Projekt: Klopfzeichen -- 3.11 Mengen -- 3.11.1 Projekt: Häufigkeit von Buchstaben in einem Text -- 3.12 Projekt: Zufallssounds -- 3.12.1 Wie kommen Töne aus dem Raspberry Pi? …”
    Libro electrónico
  10. 1570
    Publicado 2010
    Tabla de Contenidos: “…Alignment -- 7.2 Unions -- 7.3 Enumerated Values -- 7.3.1 Enumerated Types -- 7.3.2 Enum Properties -- 7.4 Alias -- 7.5 Parameterized Scopes with template -- 7.5.1 Eponymous templates -- 7.6 Injecting Code with mixin templates -- 7.6.1 Symbol Lookup inside a mixin -- 7.7 Summary and Reference -- 8 Type Qualifiers -- 8.1 The immutable Qualifier -- 8.1.1 Transitivity -- 8.2 Composing with immutable -- 8.3 Immutable Parameters and Methods -- 8.4 Immutable Constructors -- 8.5 Conversions involving immutable -- 8.6 The const Qualifier -- 8.7 Interaction between const and immutable -- 8.8 Propagating a Qualifier from Parameter to Result -- 8.9 Summary -- 9 Error Handling -- 9.1 Throwing and catching -- 9.2 Types -- 9.3 Finally clauses -- 9.4 Nothrow Functions and the Special Nature of Throwable -- 9.5 Collateral Exceptions -- 9.6 Stack Unwinding and Exception-Safe Code -- 9.7 Uncaught Exceptions -- 10 Contract Programming -- 10.1 Contracts -- 10.2 Assertions -- 10.3 Preconditions -- 10.4 Postconditions -- 10.5 Invariants -- 10.6 Skipping Contract Checks. …”
    Libro electrónico
  11. 1571
    por Ballard, Chuck
    Publicado 2005
    Tabla de Contenidos: “…9.3.7 Configuring application server: adding our EGL Web Project -- 9.3.8 Setting the path to Informix JDBC client libraries on the application server -- 9.3.9 Adding an authentication alias to the application server -- 9.3.10 Adding a data source to the application server -- 9.4 Checkpoint -- 9.5 Setup tasks part 2 -- 9.5.1 Setting up the JDBC data source for use by the EGL compiler -- 9.5.2 Creating Data Parts -- 9.5.3 A sub-task to create a database connection resource -- 9.5.4 Returning to the Data Parts creation task -- 9.5.5 Results of the Data Parts Wizard -- 9.5.6 EGL statements Library: Package, Import, and Use -- 9.5.7 Creating our own EGL Package and Library -- 9.6 Final checkpoint -- 9.7 Alternate means to create JDBC data source -- Chapter 10. …”
    Libro electrónico
  12. 1572
    Tabla de Contenidos: “…Preparing the environment -- 3.1 DFSMSrmm implementation -- 3.1.1 Installation wizards -- 3.1.2 Updating the installation-wide exits -- 3.1.3 Updating and validating the PARMLIB members -- 3.1.4 Creating a starting procedure -- 3.1.5 Defining an alias for high-level qualifier RMM -- 3.1.6 Protecting DFSMSrmm resources -- 3.1.7 Defining RACF groups for DFSMSrmm -- 3.1.8 Creating the DFSMSrmm CDS -- 3.1.9 Creating the DFSMSrmm CDS as extended format -- 3.1.10 Creating the DFSMSrmm journal -- 3.1.11 Restarting MVS with DFSMSrmm implemented -- 3.1.12 Starting and restarting DFSMSrmm -- 3.1.13 Stopping DFSMSrmm -- 3.1.14 Setting up DFSMSrmm utilities -- 3.1.15 Running the installation verification program -- 3.2 Tailoring the DFSMSrmm ISPF dialog -- 3.2.1 Adding DFSMSrmm to ISPF panels -- 3.2.2 Modifying the DFSMSrmm panel -- 3.2.3 Other changes -- 3.3 Making TSO HELP information available to users -- 3.4 Verifying your DFSMSrmm implementation -- 3.4.1 Displaying the PARMLIB options and control information -- 3.4.2 Adding owner information -- 3.4.3 Adding racks to DFSMSrmm -- 3.4.4 Adding volumes to DFSMSrmm -- 3.4.5 Adding bins to DFSMSrmm -- 3.4.6 Adding a VRS to DFSMSrmm -- 3.4.7 Creating tape data sets -- 3.4.8 Allocating inventory management data sets -- 3.4.9 Running inventory management -- 3.4.10 Confirming movements -- 3.4.11 Creating reports…”
    Libro electrónico
  13. 1573
    Publicado 2022
    Tabla de Contenidos: “…. -- No futuro, é possível que se olhe para trás e considere a criação do Bitcoin como a principal invenção do século XXI. Aliás, sem pestanejar, as criptomoedas iniciaram uma nova fase do mundo virtual. …”
    Libro electrónico
  14. 1574
    Libro
  15. 1575
    por Doney, Lewis
    Publicado 2024
    “…Part III of the Buddhism in Central Asia explores the impact of non-Buddhist influences on, and doctrinal issues in, Buddhist traditions within and between inter alia the Silk Road, China, Tibet, and the Uyghur and Tangut Empires…”
    Libro electrónico
  16. 1576
    Libro
  17. 1577
    Capítulo
  18. 1578
    por Sagrera Ferrándiz, J. 1950-
    Publicado 1995
    Libro
  19. 1579
    “…With this goal in mind, in 2014, the Nuevo León (Mexico) government created the Nuevo León's Council for Strategic Planning to develop, inter alia, a 2015-2030 Strategic Plan…”
    Libro electrónico
  20. 1580
    “…This publication provides recent basic statistics on the resources devoted to R&D in OECD countries in terms of, inter alia, expenditure by source of funds, type of costs, personnel by occupation or level of qualification, at national level by performance sector, for enterprises by industry, and for higher education by field of science. …”
    Libro electrónico