Mostrando 2,301 - 2,320 Resultados de 4,995 Para Buscar 'Övralid~', tiempo de consulta: 1.71s Limitar resultados
  1. 2301
    Publicado 2016
    Tabla de Contenidos: “…The basics of ElasticsearchInstalling and configuring your cluster; Manipulating data with the REST API; Searching with the URI request query; Summary; Elasticsearch indexing; Mappings configuration; Batch indexing to speed up your indexing process; Introduction to segment merging; Introduction to routing; Summary; Querying Elasticsearch; Understanding the querying process; Basic queries; Compound queries; Using span queries; Choosing the right query; Summary; Filtering your results; Highlighting; Validating your queries; Sorting data; Query rewrite; Summary; Indexing tree-like structures…”
    Libro electrónico
  2. 2302
    Publicado 2016
    Tabla de Contenidos: “…Using a Simulator Network and Proxy Setup ; Bypassing TLS Validation ; Bypassing SSL with stunnel ; Certificate Management on a Device ; Proxy Setup on a Device ; Xcode and Build Setup ; Make Life Difficult ; Enabling Full ASLR ; Clang and Static Analysis ; Address Sanitizer and Dynamic Analysis ; Monitoring Programs with Instruments ; Activating Instruments ; Watching Filesystem Activity with Watchdog ; Closing Thoughts ; Chapter 5: Debugging with lldb and Friends ; Useful Features in lldb ; Working with Breakpoints ; Navigating Frames and Variables…”
    Libro electrónico
  3. 2303
    Publicado 2007
    Tabla de Contenidos: “….; Bonus Exercise; Template; My Solution; Comments on My Solution; Bonus Example: Grays and Blues Quality Risk Analysis; Part III: Static Testing; Chapter 8: Reviews and Other Static Tests; Testing Requirements and Designs; Reviews Costs and Benefits; Types of Reviews; Reviews for Verification and Validation…”
    Libro electrónico
  4. 2304
    Publicado 2015
    Tabla de Contenidos: “…Creating Your First Spring MVC ApplicationConfiguring Spring MVC with Annotations; Handling Forms with JSP; Configuring the Form Tag Library; Understanding the Power of Binding; Working with Forms; Using Input Elements; Entering Dates; Selecting from a Drop-Down; Selecting with Radio Buttons; Selecting with Checkboxes; Adding Labels; Placing Buttons; Styling; Exploiting the Power of Annotations; @Controller; @RequestMapping; @ModelAttribute; @PathVariable; @ControllerAdvice; @InitBinder; @ExceptionHandler; Validating User Input; Uploading Files; Handling Exceptions…”
    Libro electrónico
  5. 2305
    Publicado 2015
    Tabla de Contenidos: “…NamespacesThe Kind; The ID; The key; Modeling your data; The first approach - storing a reference as a property; The second approach - a category within a key; Properties; The required option; The default option; The repeated option; The choices options; The indexed option; The validator option; The available properties; Structured Properties; The computed properties; The model; The constructor; Class methods; The allocate_ids() method; The get_by_id() method; The get_or_insert() method; The query() method; The instance methods; The populate() method; The put() method; The to_dict() method…”
    Libro electrónico
  6. 2306
    Publicado 2007
    Tabla de Contenidos: “…; Binary Search; Binary Search Trade-offs; Escaping the Loop; Search in the Large; Searching with Postings; Ranking Results; Searching the Web; Conclusion; Correct, Beautiful, Fast (in That Order): Lessons from Designing XML Verifiers; The Role of XML Validation; The Problem; Version 1: The Naïve Implementation…”
    Libro electrónico
  7. 2307
    por Josuttis, Nicolai M.
    Publicado 2007
    Tabla de Contenidos: “…SOA in Context; Mixed Architecture Models; Technical Architecture Models; Choosing the Right Architecture Model; Dealing with Frontends and Backends; Multilayer Validation; Multifrontendchannel Scenarios; Multiapplication Frontends; Future Management; Summary; 10. …”
    Libro electrónico
  8. 2308
    por Porter, Thomas, PhD
    Publicado 2007
    Tabla de Contenidos: “…Skype Firewall and Network Setup; A Word about Network Address Translation and Firewalls; What You Need to Know About Configuring Your Network Devices; Ports Required for Skype; Using Proxy Servers and Skype; How to Block Skype in the Enterprose; Endnote; Appendix A. Validate Existing Security Infrastructure; Introduction; Security Policies and Processes; Physical Security; Server Hardening; Supporting Services; Unified Network Management; Summary; Appendix B. …”
    Libro electrónico
  9. 2309
    por Pugh, Kenneth
    Publicado 2005
    Tabla de Contenidos: “…; Splitters Versus Lumpers; Clumping; Abstracting; Not Just a String; Constant Avoidance; Prototypes Are Worth a Thousand Words; General Development Issues; Start with the Big Picture; Interface Contracts; Validation; Code Communicates; Implicitness Versus Explicitness; Spell It Out; Spellcheck Your Code; Adapt Your Style to the Environment; Consistency Is Simplicity; A Prefactoring Attitude; Don't Repeat Yourself; Documentation of Assumptions and Decisions; Dealing with Deviations and Errors; Failure Distance; User Messages; Assertions; Speeding…”
    Libro electrónico
  10. 2310
    Publicado 2007
    Tabla de Contenidos: “…The scenario optimization model; 4. Model testing and validation; 5. Conclusions; Acknowledgements; Appendix A. …”
    Libro electrónico
  11. 2311
    por Wilton, Paul, 1969-
    Publicado 2005
    Tabla de Contenidos: “…SummaryExercises; Chapter 3: Extracting Information; The SELECT Statement; Logical Operators and Operator Precedence; Ordering Results with ORDER BY; Selecting Data from More Than One Table; Introducing NULL Data; Summary; Exercises; Chapter 4: Advanced Database Design; Normalization; Ensuring Data Validity with Constraints; Speeding Up Results with Indexes; Summary; Exercises; Chapter 5: Manipulating Data; Understanding SQL Arithmetic; Introducing String Functions; Converting Different Data Types; Re-examining NULL; Using INSERT INTO with the SELECT Statement; Summary; Exercises…”
    Libro electrónico
  12. 2312
    por Zdziarski, Jonathan A.
    Publicado 2008
    Tabla de Contenidos:
    Libro electrónico
  13. 2313
    por Flanagan, David
    Publicado 2002
    Tabla de Contenidos: “…Dynamic forms; 2.4.3. Form validation; 2.4.4. Image rollovers; 2.4.5. Working with cookies; 2.5. …”
    Libro electrónico
  14. 2314
    por Esposito, Dino
    Publicado 2009
    Tabla de Contenidos: “…Principles; Examining Key Architecture-Related Points in ANSI/IEEE 1471; Defining the System from a Standard Viewpoint; Describing the Architecture; Validating the Architecture; What's Architecture and What's Not; Defining the Borderline Between Architecture and Implementation; Dealing with Hard-to-Change Decisions; Architecture Is About Decisions…”
    Libro electrónico
  15. 2315
    por Braunstein, Roger, 1981-
    Publicado 2008
    Tabla de Contenidos: “…Designing InterfacesManipulating Types; Creating Dynamic Classes; Summary; Chapter 4: Working with Methods and Functions; Understanding Functions; Creating Custom Functions; Returning Results; Defining Functions Using Function Expressions; Accessing the Methods of a Superclass; Writing Recursive Functions; Functions as Objects; Summary; Chapter 5: Validating Your Program; Introducing Errors; Fixing Errors; Summary; Part II: Working with ActionScript 3.0 Objects; Chapter 6: Using Strings; Summary; Chapter 7: Working with Numbers and Math; Understanding Numeric Types…”
    Libro electrónico
  16. 2316
    por Landy, Gene K.
    Publicado 2008
    Tabla de Contenidos: “…Absence of Defenses; Registering Your Copyright; How Copyright Registration Works; Advantages of Copyright Registration; Statutory Damages under the Copyright Act; Getting a Good Shot at Attorneys' Fees; Filing for Timely Copyright Registration; Presumption of Validity of Your Copyright; Making Copyright Registration a Regular Practice; Recording Assignments and Exclusive Licenses; Criminal Copyright Violations; More on Copyright Law; Conclusion; Chapter 3: Copyrights on the Internet, for Software Protection and Around the World; In this Chapter…”
    Libro electrónico
  17. 2317
    por Duckett, Jon
    Publicado 2008
    Tabla de Contenidos: “…; How to Add a Script to Your Pages; The Document Object Model; Starting to Program with JavaScript; Variables; Operators; Functions; Conditional Statements; Looping; Events; Built-in Objects; Writing JavaScript; Summary; Exercises; Chapter 12: Working with JavaScript; Practical Tips for Writing Scripts; Form Validation; Form Enhancements; Image Rollovers; Random Script Generator; Pop-Up Windows; JavaScript Libraries…”
    Libro electrónico
  18. 2318
    por Cardwell, Kevin
    Publicado 2007
    Tabla de Contenidos: “…Forensic Software; Operating Systems; File Systems; Investigative Platforms; Other/Specialty Tools; Tools in the Enterprise; Ad Hoc scripts and programs; Software Licensing; Tool Validation; Chapter 2: Digital Forensics: An Overview; Introduction; Digital Forensic Principles; Practice Safe Forensics; Establish and Maintain a Chain of Custody; Minimize Interaction with Original Evidence; Use Proven Tools and Know How They Work; Is the Tool in General Use?…”
    Libro electrónico
  19. 2319
    por Padilla, Armando
    Publicado 2010
    Tabla de Contenidos: “…""The PHP Economy""""require vs. require_once""; ""Calculating Loop Length in Advance""; ""Accessing Array Elements Using foreach vs. for vs. while""; ""File Access""; ""Faster Access to Object Properties""; ""Looking Under the Hood Using VLD, strace, and Xdebug""; ""Reviewing Opcode Functions with VLD""; ""Installing VLD""; ""Using strace for C-level Tracing""; ""Installing strace""; ""Identifying Bottlenecks""; ""Xdebug 2: PHP Debugging Tool""; ""Installing Xdebug""; ""Updating the PHP.ini File""; ""Validating Installation""; ""Running Our First Profiler""; ""Installing the GUI-Based Tool""…”
    Libro electrónico
  20. 2320
    por Delisle, Marc
    Publicado 2006
    Tabla de Contenidos: “…Composite KeysImproving the Structure; Scalability over Time; Empty Columns; Avoiding ENUM and SET; Multilingual Planning; Validating the Structure; Summary; 5. Data Structure Tuning; Data Access Policies; Responsibility; Security and Privileges; Views; Storage Engines; Foreign Key Constraints; Performance; Indexes; Helping the Query Optimizer: Analyze Table; Accessing Replication Slave Servers; Speed and Data Types; Table Size Reduction; In-Column Data Encoding; Case Study's Final Structure; Vehicle; Person; Sale; Other tables; Summary; 6. …”
    Libro electrónico