Mostrando 65,161 - 65,180 Resultados de 69,254 Para Buscar 'Réquista~', tiempo de consulta: 2.06s Limitar resultados
  1. 65161
    por Cologon, Raymond Joseph
    Publicado 2009
    Tabla de Contenidos: “…FileMaker's Hidden TalentsResources and Exemplars; Chapter 3 Getting Acquainted with FileMaker; Getting FileMaker Working for You; Finding Your Way Around; Entering and Editing Data; The Ins and Outs; Getting to Know the Relatives; Optimizing the Application; Chapter 4 What's New in FileMaker 10; Embracing Change; Status Area Redesign; Live Reports/Sub-summaries; Maintain Record Sort Order; Saved Find Requests; Set Field by Name; Script Events Triggers; New Calculation Functions; External SQL Data Sources (ESS) Enhancements; Bento Integration; File Recovery Improvements…”
    Libro electrónico
  2. 65162
    Publicado 2012
    Tabla de Contenidos: “…; Building a Model under Pressure; Model Layout Flow Charting; Steps to Building a Model; The Streamlined Version; The Team Version; Information Requests; Version-Control Documentation; File Structure; Summary; Chapter 3: Best Practice Principles of Modelling; Document Your Assumptions; Linking, Not Hard Coding; Only Enter Data Once; Avoid Bad Habits; Use Consistent Formulas…”
    Libro electrónico
  3. 65163
    Publicado 2015
    “…Readers learn the ways and means of running more efficient businesses, review bank and investor requirements as they evaluate funding requests, gain knowledge selling themselves, confidence in business plans, and their ability to make good on loans. …”
    Libro electrónico
  4. 65164
    Publicado 2014
    Tabla de Contenidos: “…Creating Qt Quick applications in Qt DesignerCreating a reusable button; The calculator's main view; Learning more about Qt Quick and QML; Summary; Chapter 4: Qt Foundations; Representing data using Qt's core classes; Working with key-value pairs; Multithreading in Qt; Accessing files using Qt; Accessing HTTP resources using Qt; Performing HTTP requests; Parsing XML using Qt; Using XML parsing with HTTP; Implementing WorkerThread; Summary; Chapter 5: Developing Applications with Qt Widgets; Your main application and its menus; Simple Qt Widgets; Managing the widget layout with layouts…”
    Libro electrónico
  5. 65165
    Publicado 2014
    Tabla de Contenidos: “…Displaying the product name and commentsIncluding CSS and JS media in the controller; Adding a pagination system; Creating routes for a module's controller; Installing overrides with modules; Creating the override class; Editing the template file to display grades on products list; Creating a new method in a native class; Using object models to create cleaner code; Creating the ObjectModel class; Using the ObjectModel in our module; Placing all the database requests in our ObjectModel; Using HelperForm to make a scalable form; Cleaning your code using the hook's controller; Summary…”
    Libro electrónico
  6. 65166
    Publicado 2012
    Tabla de Contenidos: “…Chapter 4 Dynamic Management ViewsUnderstanding the Basics; Naming Convention; Groups of Related Views; Varbinary Hash Values; Common Performance-Tuning Queries; Retrieving Connection Information; Showing Currently Executing Requests; Locking Escalation; Finding Poor Performing SQL; Using the Power of DMV Performance Scripts; Divergence in Terminology; Optimizing Performance; Inspecting Performance Stats; Top Quantity Execution Counts; Physical Reads; Physical Performance Queries; Locating Missing Indexes; Partition Statistics; System Performance Tuning Queries…”
    Libro electrónico
  7. 65167
    Publicado 2010
    Tabla de Contenidos: “…Produce Results""; ""4.4. Accommodate Change Requests""; ""Step 5. Communicate and Coordinate the Work""; ""5.1. …”
    Libro electrónico
  8. 65168
    por Esposito, Dino
    Publicado 2011
    Tabla de Contenidos: “…Cover; Copyright page; Contents at a Glance; Table of Contents; Introduction; Who Should Read This Book; Assumptions; Who Should Not Read This Book; System Requirements; Code Samples; Errata & Book Support; We Want to Hear from You; Stay in Touch; Acknowledgments; Part I:ASP.NET MVC Fundamentals; Chapter 1:ASP.NET MVC Controllers; Routing Incoming Requests; Simulating the ASP.NET MVC Runtime; The URL Routing HTTP Module; Application Routes; The Controller Class; Aspects of a Controller; Writing Controller Classes; Processing Input Data; Producing Action Results…”
    Libro electrónico
  9. 65169
    Publicado 2010
    Tabla de Contenidos: “…Advanced Styling; Adding a Touch of Ajax; Traffic Cop; Setting Up Some Content to Work With; Routing Requests with JavaScript; Simple Bells and Whistles; Progress Indicator; Setting the Page Title; Handling Long Titles; Automatic Scroll-to-Top; Hijacking Local Links Only; Roll Your Own Back Button; Adding an Icon to the Home Screen; What You've Learned; Chapter 4. …”
    Libro electrónico
  10. 65170
    por Gollapudi, Sunila
    Publicado 2013
    “…With the advent of Big Data, existing Data Warehousing and Business Intelligence solutions are becoming obsolete, and a requisite for new agile platforms consisting of all the aspects of Big Data has become inevitable. …”
    Libro electrónico
  11. 65171
    por Stagner, Alan R.
    Publicado 2013
    Tabla de Contenidos: “…Filtering and caching a room listAutomatic matchmaking; Finding friends; Syncing a level between players; Creating a chat client; The Connect screen; The Lobby screen; The chat room; Adding friends lists; Summary; Chapter 3: Photon Server - Star Collector; Dedicated Servers; Getting Photon Server; Creating a server application; Creating a class library; Responding to operation requests; Deploying the server code; Connecting from Unity and passing messages; Creating a game logic class; Assigning player IDs; Building a star collector game; Preparing the class library; The Actor Class…”
    Libro electrónico
  12. 65172
    por Buchner, Alex
    Publicado 2011
    Tabla de Contenidos: “…Web host file managementFile management via the File system repository; Summary; Chapter 3: Courses, Users, and Roles; A high-level overview; Moodle courses; Moodle users; Moodle roles; Summary; Chapter 4: Course Management; Course categories; Course categories-an overview; Managing course categories; Adding course categories; Course sub-categories; Deleting course categories; Organizing courses; Creating courses; Course requests-enabling teachers to ask for new courses; Creating courses and categories in bulk; Forms of enrolment; Internal enrolment; Manual enrolment; Self enrolment…”
    Libro electrónico
  13. 65173
    Publicado 2015
    Tabla de Contenidos: “…The graphics moduleQuerying delta time; Querying display size; Querying the frames per second (FPS) counter; The audio module; Sound playback; Music streaming; The input module; Reading the keyboard/touch/mouse input; Reading the accelerometer; Starting and canceling vibrator; Catching Android's soft keys; The files module; Getting an internal file handle; Getting an external file handle; The network module; HTTP requests; Client/server sockets; Opening a URI in a web browser; LibGDX's application life cycle and interface; Starter classes; Running the demo application on a desktop…”
    Libro electrónico
  14. 65174
    Publicado 2015
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Spring Mongo Integration; Installing MongoDB and creating a database; Setting up a batch file for MongoDB; Order use case with Spring and MongoDB; Mapping a Mongo document to Spring Bean; Setting up a Spring-MongoDB project; Application design; Application implementation of Spring with MongoDB; Order management use case; Creating and inserting Order; Controller to handle requests; Adding the @Modelattribute annotation at the Method level…”
    Libro electrónico
  15. 65175
    por Williams, Gavin
    Publicado 2012
    Tabla de Contenidos: “…File SizeNumber of Files; Activity; CSS3 Support; Summary; Chapter 8: JavaScript: Models, Views, and Controllers; Cleaning Up Your Code; MVC and a JavaScript Primer; The Model; The Video Source Model; The Video Model; The Actor Model; The Movie Model; Validation; Applying Validation to Models; Throwing and Handling Exceptions; Strengthening the Models; Creating New Types; Application Utilities; Managing the Deck; Sending Cross-Site Requests; Controlling the Layout and Handling Resizes; The View; The Movie List Item View; The Movie List View; The Movie View; The Bootstrap and Controller…”
    Libro electrónico
  16. 65176
    Tabla de Contenidos: “…El consentimiento informado como requisito de validez…”
    Libro electrónico
  17. 65177
    Publicado 2012
    Tabla de Contenidos: “…; Legalidad de las cámaras de video instaladas por la empresa; Legalidad de las pruebas de alcoholemia o similares practicadas al trabajador; ¿Puede el empleador practicar requisas a sus trabajadores?…”
    Libro electrónico
  18. 65178
    Publicado 2021
    Tabla de Contenidos: “…/ Guillermo Garía-Panasco Morales -- El Derecho a la verdad: El tratamiento penal de las noticias falsas y su reflejo enlos delitos de odio / Antonio Zárate Conde -- El derecho a la verdad: una aproximación desde el Derecho penal / Juan Ignacio Fuster-Fabra Toapanta, José Carlos Velasco Sánchez -- EL DERECHO A LA VERDAD DESDE UNA PERSPECTIVA CIVIL -- La veracidad como requisito del ejercicio legítimo del derecho de información / José Miguel de la Rosa Cortina -- El derecho a la verdad y la protección de datos de carácter personal en el ámbitode la seguridad jurídica preventiva / Javier Gómez Gálligo -- El derecho a la verdad en el derecho de consumo y en la contratación de productos financieros. la transparencia en la contratación. …”
    >Texto completo en Biblioteca Virtual Tirant
    Libro electrónico
  19. 65179
    Publicado 2013
    Tabla de Contenidos: “…Debates y disputas en torno a la Regencia (1808-1810); ANTHONY MCFARLANE La crisis imperial en el Río de la Plata: una perspectiva realista desde Montevideo; MONICA HENRY Un champ d'observation pour les États-Unis : la révolution au Río de la Plata; DANIEL GUTIÉRREZ ARDILA La République de Colombie face à la cause des Grecs; BRIAN HAMNETT Epílogo…”
    Texto completo en Odilo
    Otros
  20. 65180
    por Moral Roldán, Joana
    Publicado 2013
    Tabla de Contenidos: “….); CONTENIDO; 1. INTRODUCCIÓN; 2. REQUISITOS MÍNIMOS DE CALIDAD PARA FLORES (...); 3. …”
    Libro electrónico