Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 1,554
- Economic conditions 1,217
- Economic policy 1,125
- History 1,011
- Business & Economics 972
- Economic History 891
- Crítica e interpretación 536
- Història 489
- Biblia 409
- Bíblia 399
- Filosofía 391
- Étude et enseignement 307
- Study and teaching 299
- Historia y crítica 240
- Education 236
- iPad (Computer) 231
- Teología 230
- -Historia 218
- Development 213
- Literatura francesa 181
- littérature 178
- histoire 175
- Iglesia Católica 174
- Economic development 170
- Archaeology 159
- Application software 146
- Economics 144
- Crítica i interpretació 141
- Literature (General) 141
- Política 135
-
28781Publicado 2018Tabla de Contenidos: “…Bundling Stylesheets -- Minifying and Adding Sourcemaps -- More Things webpack Can Do -- Visual Studio 2017 and Build Systems -- The Bundler and Minifier Extension -- The Task Runner Explorer -- IntelliSense for Gulp -- Summary -- Chapter 7: Deploying ASP.NET Core -- The New Hosting Model of ASP.NET Core -- Installing on Internet Information Services On Premise -- Making Sure All Is Well -- Installing AspNetCoreModule -- Publishing Applications via the Command Line -- Creating the Website -- Publishing the Applications via Visual Studio -- Deploying on Azure -- Deploying to Azure from Visual Studio with Web Deploy -- Continuous Deployment to Azure with Git -- Configuring the Azure Web App -- Configuring the Local Repository -- Deploying to Docker Containers -- Installing the Docker Support -- Publishing a Docker Image -- Summary -- Chapter 8: Developing Outside of Windows -- Installing .NET Core on macOS -- Building the First ASP.NET Core App on macOS -- Using dotnet Command-Line Interface -- Using Yeoman -- Visual Studio Code -- Setting It Up -- Development Features in Visual Studio Code -- IntelliSense -- Refactoring -- Errors and Suggestions -- Debugging -- Version Control -- Tasks -- Other Features -- OmniSharp -- Other IDEs -- Using Command-line Tools -- Summary -- Chapter 9: Putting It All Together -- Building a Triathlon Race Results Web Site -- Building the Back-Office Site -- Setting Up Entity Framework -- The Object Model -- The EF Core Context -- Migrations -- Building CRUD Screens -- The Controller -- The View -- Building the Registration Page -- Showing Real-Time Results -- Creating the Angular Client-Side Application -- Building the Web APIs -- Connecting with IoT Devices -- Deploying -- Summary -- Index -- EULA…”
Libro electrónico -
28782Publicado 2011Tabla de Contenidos: “…When Should Information Services Perform Create, Read, Update, and Delete (CRUD) Operations? -- 78. Are Enterprise Information Models Required for Effective SOA Implementations? …”
Libro electrónico -
28783
-
28784
-
28785Publicado 2022Tabla de Contenidos: “…Using the Mobile APP Bluetooth Terminal -- Changing the PIN on the HC-06 -- Using AT Commands -- Using Tera Term to Change the PIN -- Using PuTTY to Program the HC-06 -- Programming the HC-06 with AT Command from the PIC Micro -- Analysis of Listing 8-2 -- The HC-SR501 PIR Motion Sensor -- Analysis of Listing 8-3 -- Summary -- Chapter 9: Communication -- Getting the PIC to Communicate with Other Devices -- The SPI Mode -- The Buffer Full (BF) Flag in the SSPSTAT Register -- Synchronizing the Sequence -- SSPSTAT Register -- The SSPCON1 Register -- Using the SPI to Read from the TC72 -- Operating Modes for the TC72 -- The Registers of the TC72 -- The Algorithm for Using the TC72 -- Displaying the Temperature Reading -- Binary Numbers -- Adding Binary Numbers -- Analysis of Listing 9-1 -- Reading the Temperature from the TC72 -- Examples of the 2's Complement Process -- Using the Sprintf Function -- Analysis of Listing 9-2 -- Comparing the Two Approaches -- Using the PIC18f4525 as the Slave -- Analysis of Listing 9-3 -- Analysis of Listing 9-4 -- Summary -- Chapter 10: Using the I2C Protocol -- I2C Communication Protocol -- EEPROM -- 24LC256 EEPROM -- Writing to the EEPROM -- Reading from the EEPROM -- TC74 Temperature Sensor -- Reading the Temperature -- Using I2C with 24LC256 and TC74 -- Analysis of Listing 10-1 -- That Little Thought -- Summary -- Chapter 11: Using the UART -- UART at a Glance -- Interrupts and How They Work -- Analysis of Listing 11-1 -- The Baud Rate -- Using Tera Term -- Using Handshaking -- Analysis of Listing 11-2 -- Two PICs Communicate via the UART -- Analysis of Listing 11-3 -- Summary -- Chapter 12: Real-Time Clock and Interrupts -- The RTC Program -- Analysis of Listing 12-1 -- The DS1307 RTC Module -- Setting Up and Reading from the DS1307 -- The I2C Protocol -- Writing to the Slave -- The Start Bit…”
Libro electrónico -
28786por Organisation for Economic Co-operation and DevelopmentTabla de Contenidos:
Publicado 2019Libro electrónico -
28787por Organisation de coopération et de développement économiques.Tabla de Contenidos: “…Indice de non conformité aux Conventions 87 et 98 de l'OIT, 1989-1999 -- Avant-propos -- Table des matières -- Abréviations -- Aperçu -- Évolution de la situation depuis la fin de l'étude de 1996 -- Conclusions tirées de l'examen des ouvrages sur ce sujet -- Partie I. …”
Publicado 2000
Libro electrónico -
28788por Organisation de coopération et de développement économiques.Tabla de Contenidos: “…Applications RFID potentielle dans la chaîne logistique du commerce de détail -- Études de cas plus détaillées -- Figure 2. Système bibliothécaire avec RFID -- Applications possibles dans l'avenir -- Figure 3. …”
Publicado 2004
Libro electrónico -
28789por Shore, JamesTabla de Contenidos: “…Intro -- Table of Contents -- Preface -- For the Pragmatists -- Who Should Read This Book -- About the Études -- About Pronouns -- Using Code Examples -- Safari® Enabled -- How to Contact Us -- Acknowledgments -- James Shore -- Shane Warden -- Part I. …”
Publicado 2008
Libro electrónico -
28790Publicado 2017Tabla de Contenidos: “…Definition of test scopes -- Unit tests -- Component tests -- Integration tests -- System tests -- Performance tests -- Stress tests -- Implementing tests -- Unit tests -- Implementation -- Technology -- Component tests -- Motivation -- Implementation -- Delegating test components -- Technology -- Integration tests -- Embedded containers -- Embedded databases -- Running integration tests -- Code level integration tests versus system tests -- Shortcomings of integration tests -- Shortcomings of system tests -- Conclusion -- System tests -- Managing test scenarios -- Simulating external concerns -- Designing system tests -- Deploying and controlling external mocks -- Performance tests -- Motivation -- Key performance indicators -- Developing performance tests -- Insights -- Running tests locally -- Maintaining test data and scenarios -- Importance of maintainable tests -- Signs of lack of test quality -- Test code quality -- Test technology support -- Summary -- Chapter 8: Microservices and System Architecture -- Motivations behind distributed systems -- Challenges of distribution -- Communication overhead -- Performance overhead -- Organizational overhead -- How to design systems landscapes -- Context maps and bounded contexts -- Separation of concerns -- Teams -- Project life cycles -- How to design system interfaces -- API considerations -- Interface management -- Change-resilient APIs -- Breaking the business logic -- Hypermedia REST and versioning -- Documenting boundaries -- Consistency versus scalability -- Event sourcing, event-driven architectures, and CQRS -- Shortcomings of CRUD-based systems -- Scalability -- Competing transactions -- Reproducibility -- Event sourcing -- Benefits -- Eventually consistent real world -- Event-driven architectures -- Eventual consistency in event-driven architectures -- Enter CQRS -- Principles -- Design…”
Libro electrónico -
28791Publicado 2021Tabla de Contenidos: “…2 TRANSPORTATION OF STONE MATERIALSFROMTHE QUARRY TO THECONSTRUCTION SITE -- 3 JAPANESE FOLK TRADITIONS RELATEDTO MASONRY CONSTRUCTION -- 4 IMPLEMENTATION OF STONE MATERIALSON SITE -- 5 SOCIAL HIERARCHY ON THECONSTRUCTION SITE -- 6 CONCLUSION -- REFERENCES -- The Gothic town hall model of Augsburg -- 1 AUGSBURG, TOWN HALL AND MODELS -- 2 THE MODEL OF THE GOTHIC TOWN HALL -- 3 CONCLUSION -- REFERENCES -- Haft-rang tile workshop in Qajar Iran: Production and craftsmen -- 1 INTRODUCTION -- 2 THE HISTORICAL DEVELOPMENT OFPERSIAN HAFT-RANG TILE -- 3 TRADITIONAL SHIRAZ TILEWORKSHOPS -- 4 CONCLUSION -- REFERENCES -- Erudite vaults by anonymous builders: The vaulted houses of Fuzeta (Portugal) -- 1 INTRODUCTION -- 2 VAULTS IN CONSTRUCTION HISTORY -- 3 THE VAULTED HOUSES OF FUZETA -- 4 THE GEOMETRY OF VAULTS: A CLUE TOITS ERUDICITY -- 5 CONCLUSIONS -- ACKNOWLEDGEMENTS -- REFERENCES -- Pneumatic foundations in the bridges of the first Italian railways -- 1 ITALIAN RAILWAYS: PNEUMATICFOUNDATIONS FOR NEW BRIDGES -- 2 ORIGINS AND DEVELOPMENT OFPNEUMATIC FOUNDATIONS -- 3 PNEUMATIC FOUNDATIONS WITH CASTIRON TUBES: THE SAVOY BRIDGES -- 4 PNEUMATIC FOUNDATIONS WITHWROUGHT IRON CAISSONS: THE BRIDGESOVER THE RIVER PO -- 5 CONCLUSIONS -- ACKNOWLEDGEMENTS -- REFERENCES -- Reclamation work and stone masonry at the Nagasaki Harbour wharves (1889-97) -- 1 INTRODUCTION -- 2 LAYOUT AND HARBOUR FUNCTION OFNAGASAKI FOREIGN SETTLEMENTS -- 3 REPAIRS OF STONE WHARVES INNAGASAKI HARBOUR IN 1889 -- 4 THE STONEWORK OF WHARF REPAIRS -- 5 EXTENSION OF MITSUBISHI NAGASAKISHIPYARD AND ITS RECLAMATION -- 6 CONCLUSIONS -- REFERENCES -- Ipiranga Museum: 3D laser scanning as a contribution to Construction History -- 1 INTRODUCTION -- 2 IPIRANGA MUSEUM: CONSTRUCTIONFEATURES -- 3 THE POINT CLOUD OF THE IPIRANGAMUSEUM: CONTRIBUTIONS TO THEANALYSIS OF THE BUILDING -- 4 FINAL CONSIDERATIONS…”
Libro electrónico -
28792por Multidisciplinary Digital Publishing InstituteTabla de Contenidos: “…Kelley, Edward Myers, Frank Aikman, III, Machuan Peng and Aijun Zhang Model Development and Hindcast Simulations of NOAA's Gulf of Maine Operational Forecast System Reprinted from: J. …”
Publicado 2017
Libro electrónico -
28793Publicado 2024Tabla de Contenidos: “…Intro -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction to Cloud-Native Blockchain -- Chapter 1: Understanding Cloud-Native and Blockchain -- Blockchain basics - Distributed ledgers and cryptography -- Types of blockchain -- Consensus mechanisms - Ensuring trust and security -- Smart contracts - Programmable logic on the blockchain -- dapps - Building on the blockchain -- Tokenization - Creating digital assets on the blockchain -- Scalability, interoperability, and privacy - Key challenges and innovations in blockchain -- Introduction to cloud-native technology -- Defining cloud-native technology -- Key principles of cloud-native technology -- Comparing traditional cloud computing and cloud-native technology -- Benefits and limitations of cloud-native blockchain -- Scalability - Adapting to changing workloads -- Security - Protecting data and infrastructure -- Cost-effectiveness - Optimizing resource utilization -- Limitations and trade-offs of cloud-native blockchain solutions -- Key considerations for cloud-native blockchain implementation -- Choosing the right blockchain framework -- Scalability and performance -- Security and privacy -- Interoperability and integration -- Cost optimization -- Summary -- Chapter 2: Overview of AWS, Azure, and GCP Services for Blockchain -- AWS blockchain services -- Amazon Managed Blockchain -- Amazon QLDB -- Amazon EC2 and Amazon Elastic Kubernetes Service (EKS) -- AWS Marketplace templates -- Azure blockchain services -- Microsoft Entra Verified ID -- Azure Managed Confidential Consortium Framework (CFF) -- Azure Confidential Ledger -- Azure Kubernetes Service (AKS) -- Azure partner solutions -- GCP blockchain services -- GCP Blockchain Node Engine -- GCP Compute Engine and Kubernetes Engine -- GCP Marketplace templates…”
Libro electrónico -
28794Publicado 2020“…"This book seeks to further understanding of the nature of administrative law doctrine and adjudication. It has three main aims. The first is to promote understanding of administrative law's 'anatomy' by pulling the subject apart and exploring the nature of the legal structures which are in play in adjudication. …”
Libro -
28795
-
28796por Cuenca (Diócesis)Tabla de Contenidos: “…Danielis Concina Ordinis Praedicatorum Disciplina apostolico monastica, dissertationibus theologicis illustrata et in duas partes tributa.-- Venetiis : apud Franciscum ex Nicolao Pezzana, 1770. [ ]2, VII-XLII [i.e. …”
Publicado 1785
Colección -
28797Publicado 1947Tabla de Contenidos: “…Le delta du Llobregat (Etude de géographie humaine) / Pierre Deffontaines. …”
Libro -
28798Publicado 2018Tabla de Contenidos: “…-- Installing MongoDB -- Starting our database server -- Connecting with the Mongo client -- Creating a database -- Using commands -- Using Spring Data -- Setting up the project -- Configuring our connection -- Sending commands to MongoDB -- Reactive repositories -- Creating a repository -- Using the repository -- Completing our initialization -- Using ReactiveMongoTemplate -- From CRUD to REST -- Bringing back our service -- Mapping GET to READ -- Mapping POST to CREATE -- Mapping DELETE -- Finding Customers -- Summary…”
Libro electrónico -
28799por OECDTabla de Contenidos: “…-- Différences entre pays de destination -- Répartition géographique des émigrés tunisiens au sein des principaux pays de destination -- Des motifs d'émigration variés -- Des raisons familiales ou professionnelles pour la plupart des émigrés tunisiens -- De plus en plus d'étudiants tunisiens font des études supérieures dans les pays de l'OCDE -- La majorité des émigrés tunisiens ont la nationalité de leur pays d'accueil -- Une proportion variable d'émigrés tunisiens ont la nationalité de leur pays d'accueil -- L'acquisition de la nationalité du pays de destination varie selon l'âge -- Les enfants d'émigrés tunisiens en Europe sont encore jeunes -- Conclusion -- Références -- Annexe 1.A. …”
Publicado 2018
Libro electrónico -
28800por Organisation for Economic Co-operation and DevelopmentTabla de Contenidos: “…Étiquettes simplifiées testées dans l'étude -- Résultats -- Source -- Évaluation de l'intervention : méthodologie -- Résultats -- Source -- Identification d'une perception erronée de l'efficacité énergétique -- Évaluation de l'intervention : méthodologie -- Résultats -- Sources -- La perception erronée de l'efficacité énergétique en situation de comparaison -- Évaluation de l'intervention : méthodologie -- Résultats -- Tableau 3.A7.1. …”
Publicado 2017
Libro electrónico