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
-
1501Publicado 2015Tabla de Contenidos: “…Setting up the Android Software Development KitSetting up your physical Android device for development; Enabling Developer options; Enabling USB debugging; Trusting a computer with installed IDE using secure USB debugging (devices with Android 4.4.2); Setting up the Environment Variables on Windows 7 and higher; Setting up the Environment Variables for iOS on Mac OS X; Installing the iOS SDK; MongoDB; Installation of MongoDB on different Operating System; Windows; Linux; Ubuntu; Fedora/RHEL/CentOS; Starting MongoDB; Mac OS X; Windows; Linux and OSX; Summary…”
Libro electrónico -
1502
-
1503por Hashimi, Sayed IbrahimTabla de Contenidos: “…Extending ToolTaskToolTask Methods; ToolTask Properties; Debugging Tasks; Chapter 5: Custom Loggers; Overview; Console Logger; File Logger; ILogger Interface; Creating Custom Loggers; Extending the Logger Abstract Class; Extending Existing Loggers; FileLoggerBase and XmlLogger; Debugging Loggers; Part III: Advanced MSBuild Topics; Chapter 6: Batching and Incremental Builds; Batching Overview; Task Batching; Target Batching; Combining Task and Target Batching; Multi-batching; Using Batching to Build Multiple Configurations; Batching Using Multiple Expressions; Batching Using Shared Metadata…”
Publicado 2009
Libro electrónico -
1504por King, Chris, 1972-Tabla de Contenidos: “…Application TypesMIDlets; MIDlet Behavior; MIDlet UI; A MIDlet Example; Running a MIDlet; MIDlet Evaluation; CLDC Applications; CLDC Behavior; CLDC UI; A CLDC Example; CLDC Evaluation; Libraries; Library Functions; A Library Example; Library Evaluation; Connecting to Files and Networks; A GCF Overview; File Access; Paths; Access; Streams; Other Operations; Networking; Types of Connections; HTTP Requests; Simpler Networking; App: Media Grabber; Writing the App; Debugging on the Simulator; Debugging on the BlackBerry Device; Working with Devices; Sign Me Up; Excelsior; Chapter 2 Media Capture…”
Publicado 2011
Libro electrónico -
1505por Rettig, Pascal K.Tabla de Contenidos: “…SummaryChapter 6: Being a Good Mobile Citizen; Introduction; Responding to Device Capabilities; Dealing with Browser Resizing, Scrolling, and Zooming; Configuring Your App for the iOS Home Screen; Taking Mobile Performance into Consideration; Adapting to Limited Bandwidth and Storage; Going Offline Completely with Application Cache; Summary; Part III: JavaScript Game Dev Basics; Chapter 7: Learning about Your HTML5 Game Development Environment; Introduction; Picking an Editor; Exploring the Chrome Developer Tools; Debugging JavaScript; Profiling and Optimizing Your Code; Mobile Debugging…”
Publicado 2012
Libro electrónico -
1506por Desmurs-Linczewska, AleksandraTabla de Contenidos: “…A brief history -- Installing and configuring Redux -- Dispatching actions -- Adding Redux functionalities to the app -- User login state walkthrough -- Using Redux for liked images -- Combining various pieces of global state -- Taking advantage of Redux Toolkit for creating actions -- Fetching data -- Replacing the context -- Debugging -- Summary -- Further reading…”
Publicado 2023
Libro electrónico -
1507Publicado 2023Tabla de Contenidos: “…-- Sharing or shipping images -- Tagging an image -- Demystifying image namespaces -- Explaining official images -- Pushing images to a registry -- Summary -- Questions -- Answers -- Chapter 5: Data Volumes and Configuration -- Technical requirements -- Creating and mounting data volumes -- Modifying the container layer -- Creating volumes -- Mounting a volume -- Removing volumes -- Accessing Docker volumes -- Sharing data between containers -- Using host volumes -- Defining volumes in images -- Configuring containers -- Defining environment variables for containers -- Using configuration files -- Defining environment variables in container images -- Environment variables at build time -- Summary -- Further reading -- Questions -- Answers -- Chapter 6: Debugging Code Running in Containers -- Technical requirements -- Evolving and testing code running in a container -- Mounting evolving code into the running container -- Auto-restarting code upon changes -- Auto-restarting for Node.js -- Auto-restarting for Java and Spring Boot -- Auto-restarting for Python -- Auto-restarting for .NET -- Line-by-line code debugging inside a container -- Debugging a Node.js application…”
Libro electrónico -
1508Publicado 2018Tabla de Contenidos: “…Handling different screen resolutions part 1: Initialising the variables -- Errors, warnings, and bugs -- Printing Debugging Information -- Testing the game -- Summary -- Chapter 4: Structuring Code with Java Methods -- Methods -- Methods revisited and explained further -- The method signature -- Modifier -- Return type -- A closer look at method names -- Parameters -- Doing things in the method body -- Method Overloading by Example -- Creating a new project -- Coding the method overloading mini-app -- Running the method overloading mini-app -- Scope: Methods and Variables -- Revisiting the code and methods we have used already -- Generating random numbers to deploy a sub -- The Random class and the nextInt method -- Adding Random based code to newGame -- Testing the game -- Summary -- Chapter 5: The Android Canvas Class - Drawing to the Screen -- Understanding the Canvas class -- Getting started drawing with Bitmap, Canvas, and ImageView -- Canvas and Bitmap -- Paint -- ImageView and Activity -- Canvas, Bitmap, Paint and ImageView quick summary -- Using the Canvas class -- Preparing the objects of classes -- Initializing the objects -- Setting the Activity content -- Canvas Demo app -- Creating a new project -- Coding the Canvas demo app -- Drawing on the screen -- Android Coordinate system -- Plotting and drawing -- Drawing the Sub' Hunter graphics and text -- Preparing to draw -- Initializing a Canvas, Paint, ImageView, and Bitmap -- Drawing some grid lines -- Drawing the HUD -- Upgrading the printDebuggingText method -- Summary -- Chapter 6: Repeating Blocks of Code with Loops -- Decisions, decisions -- Keeping things tidy -- More operators -- Loops -- While loops -- Breaking out of a loop -- Do while loops -- For loops -- Nested loops -- Using for loops to draw the Sub' Hunter grid -- Summary…”
Libro electrónico -
1509Publicado 2018Tabla de Contenidos: “…Introduction to Vue Test Utils -- 2.4. Debugging tests with Chrome Debugger -- Summary -- Exercises -- Chapter 3. …”
Libro electrónico -
1510Publicado 2024Tabla de Contenidos: “…Following coding conventions -- Using the dart format command -- Following the Effective Dart conventions -- Ensuring consistency and preventing bugs with static code analysis -- Customizing lint rule list in analysis_options.yaml -- Exploring lint setup strategies -- Using the DCM tool -- Creating custom lints -- Exploring debugging practices and tools -- Logging - the good, the bad, and the ugly -- Using assertions to catch errors in debug mode -- Debugging code with breakpoints -- Diving into the world of Flutter DevTools -- Summary -- Index -- Other Books You May Enjoy…”
Libro electrónico -
1511Publicado 2024Tabla de Contenidos: “…. -- Using half floats to reduce memory load -- Getting ready -- How to do it... -- Chapter 9: Debugging and Performance Measurement Techniques -- Technical requirements -- Frame debugging -- Getting ready -- How to do it... -- See also -- Naming Vulkan objects for easy debugging -- Getting ready -- How to do it... -- Printing values from shaders in Vulkan -- Getting ready -- How to do it... -- Intercepting validation layer messages -- Getting ready -- How to do it... -- Retrieving debug information from shaders -- Getting ready -- How to do it... -- Measuring performance in Vulkan with timestamp queries -- Getting ready -- How to do it... -- Index -- Other Books You May Enjoy…”
Libro electrónico -
1512Publicado 2018Tabla de Contenidos: “…-- Giving up on perfection -- Handling Errors Another Way -- Revisiting the EnterSquareRoot procedure -- About the On Error statement -- Handling Errors: The Details -- Resuming after an error -- Error handling in a nutshell -- Knowing when to ignore errors -- Identifying specific errors -- An Intentional Error -- Chapter 13 Bug Extermination Techniques -- Species of Bugs -- Identifying Bugs -- Debugging Techniques -- Examining your code -- Using the MsgBox function -- Inserting Debug.Print statements -- Using the VBA debugger -- About the Debugger -- Setting breakpoints in your code -- Using the Watches window -- Using the Locals window -- Bug Reduction Tips -- Chapter 14 VBA Programming Examples -- Working with Ranges -- Copying a range -- Copying a variable-size range -- Selecting to the end of a row or column -- Selecting a row or column -- Moving a range -- Looping through a range efficiently -- Looping through a range efficiently (Part II) -- Prompting for a cell value -- Determining the selection type -- Identifying a multiple selection -- Changing Excel Settings -- Changing Boolean settings -- Changing non-Boolean settings -- Working with Charts -- AddChart versus AddChart2 -- Modifying the chart type -- Looping through the ChartObjects collection -- Modifying chart properties -- Applying chart formatting -- VBA Speed Tips -- Turning off screen updating -- Turning off automatic calculation -- Eliminating those pesky alert messages -- Simplifying object references -- Declaring variable types -- Using the With-End With structure -- Part 4 Communicating with Your Users -- Chapter 15 Simple Dialog Boxes -- UserForm Alternatives -- The MsgBox Function -- Displaying a simple message box -- Getting a response from a message box…”
Libro electrónico -
1513Publicado 2015Tabla de Contenidos: “…-- Giving up on perfection -- Handling Errors Another Way -- Revisiting the EnterSquareRoot procedure -- About the On Error statement -- Handling Errors: The Details -- Resuming after an error -- Error handling in a nutshell -- Knowing when to ignore errors -- Identifying specific errors -- An Intentional Error -- Chapter 13 Bug Extermination Techniques -- Species of Bugs -- Identifying Bugs -- Debugging Techniques -- Examining your code -- Using the MsgBox function -- Inserting Debug.Print statements -- Using the VBA debugger -- About the Debugger -- Setting breakpoints in your code -- Using the Watch window -- Using the Locals window -- Bug Reduction Tips -- Chapter 14 VBA Programming Examples -- Working with Ranges -- Copying a range -- Copying a variable‐size range -- Selecting to the end of a row or column -- Selecting a row or column -- Moving a range -- Looping through a range efficiently -- Looping through a range efficiently (Part II) -- Prompting for a cell value -- Determining the selection type -- Identifying a multiple selection -- Changing Excel Settings -- Changing Boolean settings -- Changing non‐Boolean settings -- Working with Charts -- AddChart versus AddChart2 -- Modifying the chart type -- Looping through the ChartObjects collection -- Modifying chart properties -- Applying chart formatting -- VBA Speed Tips -- Turning off screen updating -- Turning off automatic calculation -- Eliminating those pesky alert messages -- Simplifying object references -- Declaring variable types -- Using the With‐End With structure -- Part IV Communicating with Your Users -- Chapter 15 Simple Dialog Boxes -- UserForm Alternatives -- The MsgBox Function…”
Libro electrónico -
1514Publicado 2024Tabla de Contenidos: “…Chapter 6: Using Node.js Streams -- Preparing for this chapter -- Understanding streams -- Using Node.js streams -- Writing data to a stream -- Understanding stream enhancements -- Avoiding excessive data buffering -- Reading data from a stream -- Understanding the Readable class -- Reading data with events -- Reading data with an iterator -- Piping data to a writable stream -- Transforming data -- Using object mode -- Using third-party enhancements -- Working with files -- Serving files from client-side packages -- Sending and downloading files -- Automatically decoding and encoding JSON -- Summary -- Chapter 7: Using Bundles and Content Security -- Preparing for this chapter -- Packaging client files -- Creating stand-alone bundles -- Using the webpack development server -- Using a different request URL -- Forwarding requests from webpack to the backend server -- Forwarding requests from the backend server to webpack -- Using a content security policy -- Injecting malicious content -- Defining a content security policy -- Using a package to set the policy header -- Summary -- Chapter 8: Unit Testing and Debugging -- Preparing for this chapter -- Unit testing Node.js applications -- Writing unit tests -- Arranging a test -- Performing a test -- Asserting test results -- Testing asynchronous code -- Testing promises -- Creating subtests -- Debugging javascript code -- Adding code breakpoints -- Using Visual Studio Code for debugging -- Using the remote Node.js debugger -- Summary -- Part II - Node.js in Detail -- Chapter 9: Creating the Example Project -- Understanding the project -- Creating the project -- Installing the application packages -- Installing the development tool packages -- Installing the type packages -- Creating the configuration files -- Creating the backend server -- Creating the HTML and client-side JavaScript code…”
Libro electrónico -
1515por Daudi, HusenTabla de Contenidos: “…. -- There's more... -- Chapter 7: Debugging Modules -- The auto-reload and --dev options -- Getting ready -- How to do it... -- How it works... -- Producing server logs to help debug methods -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using the Odoo shell to interactively call methods -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using the Python debugger to trace method execution -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Understanding the debug mode options -- How to do it... -- How it works... -- Chapter 8: Advanced Server-Side Development Techniques -- Technical requirements -- Changing the user that performs an action -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Calling a method with a modified context -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Executing raw SQL queries -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Writing a wizard to guide the user -- Getting ready -- How to do it... -- How it works... -- There's more... -- Redirecting the user -- See also -- Defining onchange methods -- Getting ready -- How to do it... -- How it works... -- There's more... -- Calling onchange methods on the server side -- Getting ready -- How to do it…”
Publicado 2024
Libro electrónico -
1516
-
1517
-
1518
-
1519Publicado 2000Libro electrónico
-
1520Publicado 2019Libro electrónico