Mostrando 65,321 - 65,340 Resultados de 69,254 Para Buscar 'Réquista~', tiempo de consulta: 2.03s Limitar resultados
  1. 65321
    Publicado 2014
    Tabla de Contenidos: “…Scalability - understanding the scale up and scale out processesScale in; Scale out; Reading and writing cycle; Write-Ahead Logs; MemStore; HBase housekeeping; Compaction; Minor compaction; Major compaction; Region split; Region assignment; Region merge; RegionServer failovers; The HBase delete request; The reading and writing cycle; List of available HBase distributions; Prerequisites and capacity planning for HBase; The forward DNS resolution; The reverse DNS resolution; Java; SSH; Domain Name Server; Using Network Time Protocol to keep your node on time…”
    Libro electrónico
  2. 65322
    por Nordstrom, Kent
    Publicado 2012
    Tabla de Contenidos: “…Password synchronizationFIM Service Management Agent; FIM Service; Request pipeline; FIM Service Management Agent; Management Policy Rules (MPRs); FIM Portal; Self Service Password Reset (SSPR); FIM Reporting; FIM Certificate Management (FIM CM); Certificate Management portal; Licensing; Summary; Chapter 3:Installation; Development versus production; Capacity planning; Separating roles; Databases; FIM features; Hardware; Installation order; Prerequisites; Databases; Collation and languages; SQL aliases; FIM-Dev; SQL; SCSM; Web servers; FIM Portal; FIM Password Reset…”
    Libro electrónico
  3. 65323
    Publicado 2014
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Backend Development with Express; Node.js and Node Package Manager; Using Express in Node; Using middleware in Express; Creating our own middleware; Adding templates to the mix; Layouts; Using sessions in Express; Using cookies in Express; Adding sessions; Redis as a session store; Processing forms; Cross-Site Request Forgery (CSRF); Very simple authentication; Setting up a config file for our app; Route mapping; Updating our app to use the config…”
    Libro electrónico
  4. 65324
    Publicado 2014
    Tabla de Contenidos: “…Serializing a dataset to JSON and backSerializing objects to JSON and back using RTTI; Sending a POST HTTP request encoding parameters; Implementing a RESTful interface using WebBroker; Controlling remote applications using UDP; Using App Tethering to create a companion app; Creating DataSnap Apache modules; Chapter 6: Riding the Mobile Revolution with FireMonkey; Introduction; Taking a photo, applying effects, and sharing it; Using listview to show and search local data; Do not block the main thread!…”
    Libro electrónico
  5. 65325
    por Garrett, Robert. author
    Publicado 2013
    Tabla de Contenidos: “…; User Interface and User Experience Changes; Architectural Changes; Database Enhancements; Shredded Storage; Request Management; New Workflow Framework…”
    Libro electrónico
  6. 65326
    por Shimonski, Robert
    Publicado 2012
    Tabla de Contenidos: “…Initiating an Attack: A Look at Cross-Site Scripting (XSS); The Net Result; The Threats of Cross-Site Scripting; Planning the Attack; Anatomy of Some Potential Attacks; Theft of Information in User Cookies; Sending an Unauthorized or Unknown Request; Other Client-Side Attacks; Vulnerabilities that Lead to Client-Side Attacks; Summary; Reference; Protecting Web Browsers; Common Functions of a Web Browser; Features of Modern Browsers; Microsoft Internet Explorer; Features; Security; Add-ons and Other Features; Known Security Flaws in Internet Explorer…”
    Libro electrónico
  7. 65327
    Publicado 2015
    Tabla de Contenidos: “…Rendering and viewing a 3D objectAdding materials, lights, and shadows; Expanding your first scene with animations; Introducing requestAnimationFrame; Animating the cube; Bouncing the ball; Using dat.GUI to make experimenting easier; Automatically resize the output when browser size changes; Summary; Chapter 2: Basic Components That Make Up a Three.js Scene; Creating a scene; Basic functionality of a scene; Adding fog to the scene; Using the overrideMaterial property; Geometries and meshes; The properties and functions of a geometry; Functions and attributes for meshes…”
    Libro electrónico
  8. 65328
    por Alexander, Brandon
    Publicado 2011
    Tabla de Contenidos: “…Creating a Certificate Request…”
    Libro electrónico
  9. 65329
    por Kelley, Jeff
    Publicado 2012
    Tabla de Contenidos: “…Chapter 6 Integrating Networkingand Web ServicesLoading Data from the Network; Creating a URL Request; Creating a URL Connection; Interpreting the Response; Using Received Data; Asynchronous Operation; URL Connection Delegate Methods; Asynchronous Networking Concerns; Parsing JSON and XML from Web ServicesJSON and; Parsing XML; Parsing JSON; Creating JSON Representations; Parsing Foundation Objects into Model Objects; Downloading Files; When to Cache Files; Downloading Images; Sending Data Across the Network; Creating a Twitter Client; Summary; Chapter 7 Writing Modern Codewith Blocks…”
    Libro electrónico
  10. 65330
    por Richter, Kyle
    Publicado 2011
    Tabla de Contenidos: “…; Common Matchmaking Scenarios; Creating a New Match Request; Presenting Match GUI…”
    Libro electrónico
  11. 65331
    Publicado 2010
    Tabla de Contenidos: “…Best Practices for Documentation; References; Appendix A: Example Document Outlines; Work Order (WO); Minutes; Problem Report/Corrective Action (PRCA); Engineering Change Request (ECR); Engineering Change Notice (ECN); Project Management Plan (PMP); Interface Control Documents (ICDs); Development Plans; Requirements; Risk Management Plan; Configuration Management Plan; Documentation Plan; Analysis Reports; Design Description; Test Plan; Operation Plan; Metrology Concerns and Procedures…”
    Libro electrónico
  12. 65332
    Publicado 2012
    Tabla de Contenidos: “…Debugging Using the Developer Dashboard Debugging Using SharePoint Logs; Debugging Silverlight Code; Unit, Capacity, and Load Testing; Other Useful Tools for Debugging and Testing; Deploying and Maintaining Your Code; Customizing Deployment in VS; ALM with VS 2010 and SharePoint; New in VS 2010 Service Pack 1: IntelliTrace and Unit Testing; Moving from Test to Production; Upgrading Code from 2007; Summary; Chapter 3: IT Pro Enhancements for the Developer; Performance Improvements; List Throttling; External List Throttling; HTTP Request Throttling; Remote Blob Storage…”
    Libro electrónico
  13. 65333
    por Foster, Robert Hill
    Publicado 2013
    Tabla de Contenidos: “…Moving to the current version with current()Rolling back/stepping forward with version(); Generating an XML from a database result; Generating a CSV from a database result; Chapter 7: Creating a Secure User Environment; Introduction; Escaping user input; Preventing cross-site request forgery; Escaping data - for a database; Using HTTPS with CodeIgniter; Chapter 8: Calendaring, Right Place, and Right Time; Introduction; Building a CodeIgniter Calendar helper with database results; Building an appointment manager with Calendar Library; Creating a helper to work with a person's date of birth…”
    Libro electrónico
  14. 65334
    por MacIntyre, Peter
    Publicado 2011
    Tabla de Contenidos: “…First Things First: Getting a Twitter AccountAuthentication with My Access Token; Client Authentication with a Personal Identification Number (PIN); Step 1: Obtain a PIN; Step 2: Validating the PIN to Receive Access Tokens; Step 3: Authenticating with the Access Tokens to Use the Twitter API; Sample API Usage: Friend Statuses; Authenticating with a Callback; Using Twitter OAuth to Tie into Your Site Login; Using a Database to Store Multiple Users; Caching Data; More API Methods and Examples; Facebook; Adding a Link to Log Out of Facebook; Requesting Additional Permissions; Graph API…”
    Libro electrónico
  15. 65335
    por Cheng, Steven
    Publicado 2010
    Tabla de Contenidos: “…Using transport and message security at the same timeAuthorizing through declarative role-based access control; Impersonating with a client caller identity; Adding multiple tokens in a service request (supportingToken); Supplying dedicated credentials for firewall or proxy authentication; Securing a dynamic SoapHeader; Chapter 8: Concurrency; Introduction; Hosting a singleton instance service; Invoking a WCF service without blocking the front UI; Using throttling to control service concurrency; Ensuring termination of a client session…”
    Libro electrónico
  16. 65336
    Publicado 2010
    Tabla de Contenidos: “…Must-Have Profiles; Profile Roles; Raw Data Profile; Master Profile; Test Profile; Access-Based Profiles; Using Profiles to Segment Data; Exclude Internal Traffic; Include Valid Traffic; Force Request URI to Lowercase; Force Campaign Parameters to Lowercase; Keeping Track of Your Configuration Changes; Chapter 9. …”
    Libro electrónico
  17. 65337
    Publicado 2017
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright -- Acknowledgments -- Introduction -- New for this Edition -- Audience -- Organization -- 1 Initiating Forms -- 1.0 Initiating Process Group -- 1.1 Project Charter -- 1.2 Assumption Log -- 1.3 Stakeholder Register -- 1.4 Stakeholder Analysis -- 2 Planning Forms -- 2.0 Planning Process Group -- 2.1 Project Management Plan -- 2.2 Change Management Plan -- 2.3 Project Roadmap -- 2.4 Scope Management Plan -- 2.5 Requirements Management Plan -- 2.6 Requirements Documentation -- 2.7 Requirements Traceability Matrix -- 2.8 Project Scope Statement -- 2.9 Work Breakdown Structure -- 2.10 WBS Dictionary -- 2.11 Schedule Management Plan -- 2.12 Activity List -- 2.13 Activity Attributes -- 2.14 Milestone List -- 2.15 Network Diagram -- 2.16 Duration Estimates -- 2.17 Duration Estimating Worksheet -- 2.18 Project Schedule -- 2.19 Cost Management Plan -- 2.20 Cost Estimates -- 2.21 Cost Estimating Worksheet -- 2.22 Cost Baseline -- 2.23 Quality Management Plan -- 2.24 Quality Metrics -- 2.25 Responsibility Assignment Matrix -- 2.26 Resource Management Plan -- 2.27 Team Charter -- 2.28 Resource Requirements -- 2.29 Resource Breakdown Structure -- 2.30 Communications Management Plan -- 2.31 Risk Management Plan -- 2.32 Risk Register -- 2.33 Risk Report -- 2.34 Probability and Impact Assessment -- 2.35 Probability and Impact Matrix -- 2.36 Risk Data Sheet -- 2.37 Procurement Management Plan -- 2.38 Procurement Strategy -- 2.39 Source Selection Criteria -- 2.40 Stakeholder Engagement Plan -- 3 Executing Forms -- 3.0 Executing Process Group -- 3.1 Issue Log -- 3.2 Decision Log -- 3.3 Change Request -- 3.4 Change Log -- 3.5 Lessons Learned Register -- 3.6 Quality Audit -- 3.7 Team Performance Assessment -- Note -- 4 Monitoring and Controlling Forms -- 4.0 Monitoring and Controlling Process Group -- 4.1 Team Member Status Report…”
    Libro electrónico
  18. 65338
    Publicado 2015
    Tabla de Contenidos: “…DocumentationsOpenness (feature request with user voice); Highcharts - a quick tutorial; Directory structure; Summary; Chapter 2: Highcharts Configurations; Configuration structure; Understanding Highcharts' layout; Chart margins and spacing settings; Chart label properties; Title and subtitle alignments; Legend alignment; Axis title alignment; Credits alignment; Experimenting with an automatic layout; Experimenting with a fixed layout; Framing the chart with axes; Accessing the axis data type; Adjusting intervals and background; Using plot lines and plot bands; Extending to multiple axes…”
    Libro electrónico
  19. 65339
    Publicado 2015
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Lync 2013 Security; Introduction; Controlling administrative rights with RBAC and custom cmdlets; Hardening Lync Servers; Hardening Lync databases; Enhancing conferencing security; Managing certificates for the authentication of desk-phones; Deploying a secure Lync Edge; Applying ethical walls for federation security; Using Application Request Routing to ; configure a reverse proxy for Lync Server 2013; Chapter 2: Lync 2013 Authentication; Introduction…”
    Libro electrónico
  20. 65340
    Tabla de Contenidos: “…BooleansUndefined and Null; Objects, Functions, and Arrays; Operators; Math; Logic; Loops; Events and user interaction; Event listeners and handlers; User interaction: keyboard, mouse, and touch events; Drag and drop; The canvas coordinate system; The canvas drawing API; The canvas context; Drawing lines and curves; Creating fills and gradients; Animating using the canvas context; Producing animation using code; Using JavaScript timers; Using requestAnimationFrame(); Using getTime() to compute elapsed time; Precalculating motion; Summary; Chapter 3: Some Math Background…”
    Libro electrónico