Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 532
- Application software 520
- Engineering & Applied Sciences 276
- Computer Science 239
- Programming 184
- Computer programming 170
- Web site development 164
- Computer programs 142
- Python (Computer program language) 136
- Java (Computer program language) 126
- JavaScript (Computer program language) 121
- Computer software 120
- Microsoft .NET Framework 114
- Design 110
- Operating systems (Computers) 106
- Web sites 101
- Internet programming 96
- Cloud computing 89
- Linux 81
- Web applications 81
- Android (Electronic resource) 78
- Programming languages (Electronic computers) 77
- Debugging in computer science 76
- Open source software 76
- Computer networks 74
- Software engineering 74
- Mobile computing 72
- Database management 69
- iOS (Electronic resource) 69
- Management 67
-
1701por Kreines, David C.Tabla de Contenidos: “…System privilegesAUDIT; CLUSTER; CONTEXT; DATABASE; DATABASE LINKS; DEBUG; DIMENSION; DIRECTORY; INDEX; INDEXTYPE; LIBRARY; MATERIALIZED VIEW; OPERATOR; OUTLINE; PROCEDURE; PROFILE; RESOURCE COST; ROLE; ROLLBACK SEGMENT; SEQUENCE; SESSION; SYNONYM; SYSTEM; TABLE; TABLESPACES; TRIGGER; TYPES; USER; VIEW; Miscellaneous privileges; Special system privileges; Schema object privileges; Directories; External tables; Indextypes; Libraries; Materialized views; Operators; Procedures, functions, and packages; Sequences; Tables; User-defined types; Views; Privilege commands; GRANT; REVOKE; Roles…”
Publicado 2005
Libro electrónico -
1702por Pavlov, StanislavTabla de Contenidos: “…Application Development; OS Design Subprojects and Separate Projects; Building Applications as OS Design Subprojects; Building Applications as Separate Projects; Environment Preparation for Building Managed Code Applications; Connecting to the Device to Deploy and Debug Applications; 10. Testing Operating System Images; Testing the Image with Support for KITL Enabled; CETK Utilities; CPU Monitor; PerfToCsv; Print Screen; Windows Embedded CE Stress Tool; Glossary; References; Resources; Blogs; Newsgroups; Books; Index…”
Publicado 2009
Libro electrónico -
1703por Marshall, DonisTabla de Contenidos: “…Key Success FactorsTactics for Writing Solid Code; Focus on Design; Defend and Debug; Analyze and Test; Improve Processes and Attitudes; Summary; Key Points; Chapter 2: Class Design and Prototyping; Collaboration in Visual Studio; Think First, Code Later; Software Modeling; Unified Modeling Language; Prototyping; Summary; Key Points; Chapter 3: Metaprogramming; What Is Metadata?…”
Publicado 2009
Libro electrónico -
1704por Perdeck, MattTabla de Contenidos: “…Long wait timesAdditional measures; Deployment; Building projects in release mode; Publishing your website; Disabling debug mode; Reducing number of assemblies; Reducing round trips; Using Server.Transfer instead of Response.Redirect; Always specifying the default file in URLs; Permanent redirects; Minimize CNAME records; SSL; Unwanted requests; Search engine bots; Hotlinking; CAPTCHA; Scrapers; Usability testing; Find out more; Summary; Chapter 3:Memory; Managed resources; Life cycle; Generations; Large Object Heap; Counters; CLR profiler; Garbage collector versions; Acquire late…”
Publicado 2010
Libro electrónico -
1705Publicado 2014Tabla de Contenidos: “…Platforms and enemiesRunning the code; Summary; Chapter 4: HUD and Text Display; Fonts and text; Storing the font on a texture; Storing special characters and international alphabets; Workaround for unsupported languages; Other limitations of the font texture; Writing text; HUD; Working with toasts; Localization; Debug output; Logging to LogCat from AndEngine; Logging best practices; Summary; Chapter 5: Basic Interactions; A simple animation; An animated sprite; Entity modifiers; User input; Touchscreen; Touch events; The scene touch listener; The entity touch area; Touch area bindings…”
Libro electrónico -
1706Publicado 2014Tabla de Contenidos: “…Remove MiddlemanWrap Return Value; Invert Boolean; Pull Members Up or Push Members Down; Replace Inheritance With Delegation; Convert Anonymous Class to Inner; Encapsulate Fields; Replace Constructor with Factory Method / Builder; Generify; Summary; Chapter 5: Make It Happen - Running Your Project; A temporary configuration; The permanent configuration; The Run/Debug configuration for a Java application; Creating a Tomcat server local configuration; The Node.js configuration; Configuration defaults; Sharing the configuration; Running; Summary; Chapter 6: Building Your Project…”
Libro electrónico -
1707por Jiang, YifengTabla de Contenidos: “…Hot region-write diagnosisChapter 6:Maintenance and Security; Introduction; Enabling HBase RPC DEBUG-level logging; Graceful node decommissioning; Adding nodes to the cluster; Rolling restart; Simple script for managing HBase processes; Simple script for making deployment easier; Kerberos authentication for Hadoop and HBase; Configuring HDFS security with Kerberos; HBase security configuration; Chapter 7:Troubleshooting; Introduction; Troubleshooting tools; Handling the XceiverCount error; Handling the ""too many open files"" error; Handling the ""unable to create new native thread"" error…”
Publicado 2012
Libro electrónico -
1708Publicado 2016Tabla de Contenidos: “…9.3.1 Introduction -- 9.3.2 High-Level Design -- 9.3.3 Building and Testing the Simulator -- 9.3.4 Debugging with the LLVM HSA Simulator -- References -- Index -- Back Cover…”
Libro electrónico -
1709Publicado 2017Tabla de Contenidos: “…-- Using file-like objects -- Other resources -- Summary -- Chapter 10: Unit testing with the Python standard library -- Test cases -- Fixtures -- Assertions -- Unit testing example: text analysis -- Running the initial tests -- Making the test pass -- Using fixtures to create temporary files -- Using the new fixtures -- Using assertions to test behavior -- Counting lines -- Counting characters -- Testing for exceptions -- Testing for file existence -- Moment of zen -- Summary -- Chapter 11: Debugging with PDB -- Debugging commands -- Palindrome debugging -- Bug hunting with PDB -- Finding infinite loops with sampling -- Setting explicit breaks -- Stepping through execution -- Fixing the bug -- Summary -- Afterword - Just the Beginning -- Virtual Environments -- Creating a virtual environment -- Activating a virtual environment -- Deactivating a virtual environment -- Other tools for working with virtual environments -- Packaging and Distribution -- Configuring a package with distutils -- Installing with distutils -- Packaging with distutils…”
Libro electrónico -
1710Publicado 2017Tabla de Contenidos: “…-- Route Guards for access control -- Routing configuration design patterns -- Routing within AppModule -- Routing as a separate module at the app root level -- Routing within feature modules -- Creating a single page app (SPA)& -- #160 -- -- Lean root module -- Features as separate modules -- Auth module -- Doctor module -- Route Guards for controlled access -- Debugging Angular app -- Debugging Angular app using Firefox and Chrome -- Debugging Angular app using Augury -- Summary -- Chapter 8: Unit Testing with Angular Apps -- Introduction to unit testing -- Unit testing tools for Angular apps -- Jasmine -- Karma -- Protractor& -- #160…”
Libro electrónico -
1711Publicado 2023Tabla de Contenidos: “…-- Summary -- Chapter 11: Debugging a Multiplayer Game -- Technical requirements -- Introducing network debugging -- Explaining game debugging -- Introducing multiplayer options -- Logging in a networked environment -- Filtering the LogNet category -- Creating a custom log category -- Emulating a networked environment -- Enabling network emulation -- Testing the game with network emulation -- Using the Network Profiler -- Recording a profiling session -- Analyzing a profiling session -- Improving performance and bandwidth utilization -- Turning on replication only when necessary -- Avoiding invoking RPCs that are not required or essential -- Distinguishing between reliable and unreliable RPCs -- Validating data -- Remembering that the GameMode exists only on the server -- Using a naming convention for RPCs -- Summary -- Part 4: Deploying Your Game Online -- Chapter 12: Managing Multiplayer Sessions -- Technical requirements -- Understanding game sessions -- Introducing the Online Subsystem -- Understanding session commands -- Understanding connection errors -- Preparing a project game session -- Creating a session -- Adding the visual elements -- Implementing the Visual Scripting logic -- Joining a session -- Creating the SessionItemRenderer widget -- Creating the FindSessions widget -- Creating the Main Menu widget…”
Libro electrónico -
1712
-
1713
-
1714por Freeman, Adam, 1972-Tabla de Contenidos: “…Understanding the JavaScript ReferencesExploring the Default Files; Understanding the Default HTML File; Understanding the Default CSS File; Understanding the Default JavaScript File; Understanding the Manifest; The Visual Studio Tools; The Visual Studio Editor; The JavaScript Console; The DOM Explorer; The Debugger; Setting Breakpoints in Your Own Code; Setting Breakpoints in Other Code; Monitoring a Variable; Using the JavaScript Console; Summary; CHAPTER 3 Your First Windows 8 App; Understanding the App Structure; Revisiting the Example App Project; Creating the Navigation Infrastructure…”
Publicado 2012
Libro electrónico -
1715por Jackson, Wallace. authorTabla de Contenidos: “…""NetBeans 8.0 Is User Interface Design Friendly: UI Design Tools""""NetBeans 8.0 Is not Bug Friendly: Squash Bugs with a Debugger""; ""NetBeans 8.0 Is a Speed Freak: Optimize the Code with a Profiler""; ""Creating Your Java 8 Game Project: The InvinciBagel""; ""Compiling Your Java 8 Game Project in NetBeans 8.0""; ""Running Your Java 8 Game Project in NetBeans 8.0""; ""Profiling Your Java 8 Game Project in NetBeans 8.0""; ""Profiling Your Java 8 Game Application CPU Usage""; ""Unblocking the Java 8 Platform Binary via the Windows Firewall""…”
Publicado 2014
Libro electrónico -
1716por Cesarini, FrancescoTabla de Contenidos: “…Iterations Versus Recursive FunctionsRuntime Errors; Handling Errors; Using try ... catch; Using catch; Library Modules; Documentation; Useful Modules; The Debugger; Exercises; Exercise 3-1: Evaluating Expressions; Exercise 3-2: Creating Lists; Exercise 3-3: Side Effects; Exercise 3-4: Database Handling Using Lists; Exercise 3-5: Manipulating Lists; Exercise 3-6: Sorting Lists; Exercise 3-7: Using Library Modules; Exercise 3-8: Evaluating and Compiling Expressions; Exercise 3-9: Indexing; Exercise 3-10: Text Processing; Chapter 4. …”
Publicado 2009
Libro electrónico -
1717por Feldt, Kenneth C.Tabla de Contenidos: “…Inline event handlersDynamic assignment of attributes; Dynamic addition of event listeners; External script files; The event parameter; Modifying Node Contents; Simple Authentication Script; XUL Input Widgets; Modifying node styles; Removing and adding document nodes; When Things Don't Work; Looking for the Obvious: Bad Typing; The JavaScript console; Programming and Design Errors; The console dump() command; The Venkman debugger; The DOM Inspector tool; Summary; Configuring for Chrome and a Server; Chrome Overview; Running as a Local Installation; Chrome Directory Structure…”
Publicado 2007
Libro electrónico -
1718por Trent, Michael, 1972-Tabla de Contenidos: “…Apple Developer ConnectionSummary; Exercises; Chapter 3: Xcode; Starting a New Project; Working with Files; Writing Your Code; Building and Running; Using the Debugger; Online Documentation; Summary; Exercises; Chapter 4: Interface Builder; Starting a New Interface; Building Menus; Building Windows; Making Windows Resizable; Summary; Exercises; Part II: Application Programming; Chapter 5: The Application; Basic Bundle Structure; Examining Application Bundles; Building an Application Bundle; Application Preferences; Summary; Exercises; Chapter 6: The C Language; A Little History…”
Publicado 2005
Libro electrónico -
1719por Trent, Michael, 1972-Tabla de Contenidos: “…SUMMARY Chapter 3: Xcode; STARTING A NEW PROJECT; WORKING WITH FILES; WRITING YOUR CODE; BUILDING AND RUNNING; FINDING PROBLEMS WITH THE STATIC ANALYZER; USING THE DEBUGGER; ONLINE DOCUMENTATION; SUMMARY; Chapter 4: Interface Builder; STARTING A NEW INTERFACE; BUILDING MENUS; BUILDING WINDOWS; MAKING WINDOWS RESIZABLE; SUMMARY; Part II: Application Programming; Chapter 5: The Application; BASIC BUNDLE STRUCTURE; EXAMINING APPLICATION BUNDLES; BUILDING AN APPLICATION BUNDLE; APPLICATION PREFERENCES; SUMMARY; Chapter 6: The C Language; A LITTLE HISTORY; GETTING STARTED; VARIABLES AND DATA TYPES…”
Publicado 2010
Libro electrónico -
1720por Patel, Ram N.Tabla de Contenidos: “…Introduction to MATLAB® Desktop -- 1.1 Introduction -- 1.2 Getting Started -- 1.3 MATLAB Desktop -- 1.3.1 Command Window -- 1.3.2 Command History Window -- 1.3.3 Current Directory Browser -- 1.3.4 Workspace and Array Editor -- 1.3.5 Help Browser -- 1.3.6 Edit/Debug Window -- 1.3.7 Path Browser -- 1.4 Getting Help from Command Window -- 1.5 General Syntax -- 1.6 Writing Simple Expressions -- 1.7 Screen Display Control (The "Format" Function) -- 1.8 MATLAB Demonstrations -- 1.9 How to Quit MATLAB -- Programming Tips and Pitfalls -- Summary -- Exercises -- 2. …”
Publicado 2014
Libro electrónico