Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Biblia 3,213
- Usos y costumbres 2,908
- Bible 1,923
- Bíblia 1,278
- Historia 1,198
- RELIGION 1,015
- Crítica e interpretación 421
- Criticism, interpretation, etc 373
- History 272
- Història 269
- Crítica, interpretación, etc 257
- Comentarios 229
- Engineering & Applied Sciences 228
- Crítica, interpretació, etc 211
- crítica e interpretación 205
- Descripción y viajes 194
- Religion 184
- Business & Economics 176
- Doble imposición 172
- Theology 155
- Computer Science 147
- Application software 146
- Transportation 143
- Computer networks 142
- Development 141
- Operating systems (Computers) 127
- Web sites 126
- Design 121
- Historia y crítica 120
- Transport 116
-
29981Publicado 2019“…During all this, we'll be learning about deploying our Python web applications, scaling to thousands of users, and mastering usability and security issues. …”
-
29982Publicado 2019“…Skill Level Intermediate Learn How To Write tests for Django Implement authentication in Django Optimize Django performance Enhance applications Enable user media and processing with a Celery queue Utilize asynchronous Python Who Should Take This Course Python programmers and other software developers interested in leveraging the Django web framework to build web applications Course Requirements Python programming experience Lesson Descriptions Lesson 1: Dip Your Toes Into Test Writing Lesson 1 starts off the course with testing, which is crucial to successful software development. …”
-
29983Publicado 2016Tabla de Contenidos: “…Chapter 4 : Troubleshooting Hierarchies and Site ServersHierarchies and Site Servers; Replication; Log files; SQL Server; SQL performance; SQL logs; SQL trace and extended events; The Configuration Manager console; Troubleshooting the console; Debug modes; Active Directory; Schema Extension; Attributes; Classes; DNS and DHCP; Certificate services; Discovery; Site boundaries; Summary; Chapter 5 : Troubleshooting Management Points and Distribution Points; How a management point works; Testing our management point; Troubleshooting our management point; Console; HTTP codes; Log files…”
Libro electrónico -
29984Publicado 2016“…What You Will Learn The principal syntactical elements of Python The most important and basic types in Python The essential building blocks of computational mathematics, linear algebra, and related Python objects Plot in Python using matplotlib to create high quality figures and graphics to draw and visualize your results Define and use functions and learn to treat them as objects How and when to correctly apply object-oriented programming for scientific computing in Python Handle exceptions, which are an important part of writing reliable and usable code Two aspects of testing for scientific programming: Manual and Automatic In Detail Python can be used for more than just general-purpose programming. …”
Libro electrónico -
29985Publicado 2017“…What You Will Learn Set up a working development environment and create a simple web service to demonstrate the basics Learn how to make your service more usable by adding a database and an app server to process logic Add resilience to your services by learning how to horizontally scale with a few containers on a single node Master layering isolation and messaging to simplify and harden the connectivity between containers Learn about numerous issues encountered at scale and their workarounds, from the kernel up to code versioning Automate the most important parts of your infrastructure with continuous integration In Detail Deploying Docker into production is considered to be one of the major pain points in developing large-scale infrastructures, and the documentation available online leaves a lot to be desired. …”
Libro electrónico -
29986Publicado 2009“…Design worksheets that will be more useful and reliable Leverage built-in and application-spec..…”
Libro electrónico -
29987“…Therefore, understanding the technology and being able to plan, design, and deploy IPv6 services are necessary skills for networking professionals. …”
Libro electrónico -
29988por Mugridge, Rick“…--Dave Thomas, coauthor of The Pragmatic Programmer “Ward and Rick do a great job in eschewing the typical, overly complicated technology trap by presenting a simple, user-oriented, and very usable technology that holds fast to the agile principles needed for success in this new millennium.” …”
Publicado 2005
Libro electrónico -
29989Publicado 2003Tabla de Contenidos: “…-- 1.6 Archetype patterns and analysis patterns -- 1.7 UML profile for archetypes and archetype patterns -- 1.8 Modeling style -- 1.9 Variation -- 1.10 Archetype variation and optionality -- 1.11 Archetype pattern variation -- 1.12 Pleomorphism -- 1.13 How to find archetype patterns -- 1.14 Model management for archetype patterns -- 1.15 Using archetype patterns in your models -- 1.16 Translation and mapping -- 1.17 Example applications of archetype patterns -- 1.18 Summary -- 2 Model Driven Architecture with archetype patterns -- 2.1 Introduction -- 2.2 Introduction to Model Driven Architecture -- 2.3 Archetype patterns and MDA-creating a PIM -- 2.4 Archetype pattern automation -- 2.5 Pattern configuration -- 2.6 A simple example -- 2.7 Pattern configuration rules -- 2.8 Pattern configuration rules in UML -- 2.9 How to create pattern configuration rules -- 2.10 Archetype pattern automation with ArcStyler -- 2.11 Enabling ArcStyler with archetype patterns -- 2.12 Entering the archetype pattern into ArcStyler -- 2.13 The pattern configuration GUI -- 2.14 Generating source code -- 2.15 Summary -- Part 2 Literate modeling -- 3 Literate modeling -- 3.1 Acknowledgments -- 3.2 Introduction -- 3.3 The problem with visual modeling -- 3.4 A solution-literate modeling -- 3.5 The comprehensibility and accessibility of UML models -- 3.6 The problem of comprehensibility -- 3.7 The trivialization of business requirements in visual modeling -- 3.8 Literate modeling -- 3.9 Structuring the business context document…”
Libro electrónico -
29990Publicado 2012“…Implement features such as screen navigation, data interaction, paging, and Excel export, with absolutely no coding Build simple data-centric applications and add power to them with relationships and details Rapidly create customized queries, filters, sorts, and reports Aggregate data from many locations, including SharePoint, SQL Server, and the cloud Simplify the implementation of application-level data validation Protect your applications with authentication and authorization Fine tune your code for scalability and performance Streamline deployment to local computers, web servers, and the Windows Azure cloud Use .NET code to define custom behaviors related to data and the user interface Understand how LightSwitch applications are architected and how they are handled by Visual Studio Use LightSwitch with other Visual Studio tools to manage the entire application life cycle Efficiently debug LightSwitch code–and create code that’s easier to debug Category: Microsoft Programming Covers: LightSwitch User Level: Intermediate—Advanced ON THE WEB: Download all examples and source code presented in this book as they are available from informit.com/title/9780672335532…”
Libro electrónico -
29991Publicado 2020Tabla de Contenidos: “…Learn Human-Computer Interaction: Solve human problems and focus on rapid prototyping and validating solutions through user testing…”
Libro electrónico -
29992por Swenson, ErikTabla de Contenidos: “…Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Authors; About the Technical Reviewers; Acknowledgments; Introduction; Who This Book Is For; How This Book Is Structured; Prerequisites; Downloading the code; CHAPTER 1 Intro to SharePoint 2010 Branding; Why Brand SharePoint?…”
Publicado 2011
Libro electrónico -
29993por Talbot, James“…Learn how to Set up your Android development environment on Windows or Mac operating systems Quickly create a simple, working app that demonstrates basic Android principles Master core building blocks, such as Activities, Intents, Services, and Resources Build a functional user interface, and then make it more intuitive and usable Professionally style your Android app Make your app location-aware Integrate social networking features Build highly efficient threaded apps Integrate database support to read and write data Make your app run faster, while using less memory and power Efficiently test and debug your app Easily internationalize your app for multiple countries and languages Sell your app through Google Play and the Amazon AppStore Get all of this book’s sample code at www.androiddevbook.com/code.html. …”
Publicado 2014
Libro electrónico -
29994Publicado 2005“…This first part provides specific techniques, usable in all routing protocols, to work around real-world problems. …”
Libro electrónico -
29995
-
29996Publicado 2009“…Profiling points you to code regions that burn more CPU cycles, so we learn to use the OProfile kernel profiler and the gprof application profiler to sense the presence of code bottlenecks. …”
Libro electrónico -
29997Publicado 2016“…Así, el ángel rebelde provoca la perdición de la nueva criatura (que habrá de llevar siempre en sí esa doble naturaleza, angélica e infernal) y abre un nuevo tablero de juego para su eterna disputa con Dios. …”
Libro -
29998por DIEZ CANO, L. Santiago“…La explicación de este doble (y como veremos problemático) carácter sirvió de inicial estímulo para nuestro trabajo, dado que deseábamos dedicar nuestra atención al muy poco cultivado campo de las investigaciones sobre las organizaciones empresariales. …”
Publicado 1992
Texto completo en Odilo
Otros -
29999por Company-Ramon, Juan Miguel“…Este libro despliega ante el lector un doble itinerario. En el primero, constituido por los textos de inicio (Travesía I) y fin (Travesía II), se habla de las determinaciones históricas, teóricas e ideológicas que cimentaron la labor crítica del autor desde comienzos de los años setenta del pasado siglo a la actualidad, así como del origen biográfico en el que su mirada a la pantalla de cine pudo convertirse en visión tras un largo aprendizaje. …”
Publicado 2014
Texto completo en Odilo
Otros -
30000por Verdet Martínez, Nuria“…En esta monografía se ofrece una caracterización de su personalidad desde un doble enfoque: el entorno personal, familiar y social del jurista es perfilado en la primera parte del trabajo, mientras la segunda se consagra al estudio de su carrera profesional.…”
Publicado 2014
Texto completo en Odilo
Otros