Mostrando 126,321 - 126,340 Resultados de 129,566 Para Buscar 'Jebús~', tiempo de consulta: 1.49s Limitar resultados
  1. 126321
    por Massol, Vincent
    Publicado 2004
    Tabla de Contenidos: “…Listing Available Goals1.7. Producing Debug Information; 1.7.2. What just happened?; 1.8. …”
    Libro electrónico
  2. 126322
    por Lomax, Paul
    Publicado 2003
    Tabla de Contenidos: “…Private; 4. Error Handling and Debugging; 4.1.1.2. Syntax errors at runtime; 4.1.2. …”
    Libro electrónico
  3. 126323
    por Stringham, Gary
    Publicado 2010
    Tabla de Contenidos: “…Easier to Program; 1.3.2. Easier to Debug; 1.3.3. Easier to Work around Defects; 1.4. …”
    Libro electrónico
  4. 126324
    por Martin, Robert C.
    Publicado 2014
    Tabla de Contenidos: “…3.3 SchlussfolgerungKapitel 4: Programmieren; 4.1 Bereit sein; 4.1.1 Code um drei Uhr früh; 4.1.2 Sorgencode; 4.2 Der Flow-Zustand; 4.2.1 Musik; 4.2.2 Unterbrechungen; 4.3 Schreibblockaden; 4.3.1 Kreativer Input; 4.4 Debugging; 4.4.1 Zeit zum Debuggen; 4.5 Die eigene Energie einteilen; 4.5.1 Wann man den Stift weglegen muss; 4.5.2 Die Heimfahrt; 4.5.3 Die Dusche; 4.6 In Verzug sein; 4.6.1 Hoffnung; 4.6.2 Sich beeilen; 4.6.3 Überstunden; 4.6.4 Unlautere Ablieferung; 4.6.5 Definieren Sie »fertig und erledigt«; 4.7 Hilfe; 4.7.1 Anderen helfen; 4.7.2 Hilfe annehmen; 4.7.3 Mentorenarbeit…”
    Libro electrónico
  5. 126325
    Publicado 2014
    Tabla de Contenidos: “…2.1 Introduction2.2 Programming Models and Tools for Many/Multicore; 2.2.1 OpenMP; 2.2.2 Brook for GPUs; 2.2.3 Sh; 2.2.4 CUDA; 2.2.4.1 Memory Management; 2.2.4.2 Kernel Creation and Invocation; 2.2.4.3 Synchronization; 2.2.5 HMPP; 2.2.6 OpenCL; 2.2.7 OpenAcc; 2.3 Compilers and Support Tools; 2.3.1 RapidMind Multicore Development Platform; 2.3.2 OpenMPC; 2.3.3 Source-to-Source Transformers; 2.3.3.1 CHiLL; 2.3.3.2 Cetus; 2.3.3.3 ROSE Compiler; 2.3.3.4 LLVM; 2.4 CALuMET: A Tool for Supporting Software Parallelization; 2.4.1 Component-Based Source Code Analysis Architecture…”
    Libro electrónico
  6. 126326
    Publicado 2011
    Tabla de Contenidos: “…Part IV: Programmability -- Chapter 10 Custom Controls -- Divide and Conquer -- Getting Started with Custom Controls -- Using Property Definitions -- Using the compositeData Object -- Send and You Shall Receive -- Custom Control Design Patterns -- Conclusion -- Chapter 11 Advanced Scripting -- Application Frameworks -- AJAX and Partial Refresh -- Event Parameters -- Dojo Integration -- Working with Traditional Notes/Domino Building Blocks -- Managed Beans -- Conclusion -- Chapter 12 XPages Extensibility -- How to Create a New User Interface Control -- Example Component -- Let's Get Started -- Building a Component -- Working with Component Properties -- Create the Initial xsp-config Definitions -- Specifying Complex Properties -- Complete the xsp-config for the UISpinner Component -- Complete the UI Component Extension, UISpinner -- Complete the Renderer UISpinnerRenderer -- Create a Sample Application Using the UISpinner Component -- Where to Go From Here -- Conclusion -- Chapter 13 XPages in the Notes Client -- Think Inside the Box -- Getting Started with XPages in the Notes Client -- 3, 2, 1...Lift Off -- Bookmarks -- Working Offline -- One of These Things Is Not Like the Other -- Other Subtle Differences -- XPages: A Good Notes Citizen -- Introducing enableModifiedFlag and disableModifiedFlag -- Keeping Tabs on Your Client Apps -- Notes Links Versus Domino Links -- Some Debugging Tips -- XPages and Composite Applications -- Further Adventures with Composite Applications -- Part V: Application User Experience -- Chapter 14 XPages Theming -- It Used to Be Like That...But Not Anymore! …”
    Libro electrónico
  7. 126327
    por Colonia (Diócesis).
    Publicado 1375
    Tabla de Contenidos: “…Inc.: In primis cum ad decus et decorem ecclesie nihil magis expediat (h . 36 v.) . 10 . …”
    Manuscrito
  8. 126328
    Publicado 2021
    Tabla de Contenidos: “…A shortcut shell syntax to the build procedure -- Dealing with compiler switch issues -- Dealing with missing OpenSSL development headers -- Summary -- Questions -- Further reading -- Chapter 4: Writing Your First Kernel Module - LKMs Part 1 -- Technical requirements -- Understanding kernel architecture - part 1 -- User space and kernel space -- Library and system call APIs -- Kernel space components -- Exploring LKMs -- The LKM framework -- Kernel modules within the kernel source tree -- Writing our very first kernel module -- Introducing our Hello, world LKM C code -- Breaking it down -- Kernel headers -- Module macros -- Entry and exit points -- Return values -- The 0/-E return convention -- The ERR_PTR and PTR_ERR macros -- The __init and __exit keywords -- Common operations on kernel modules -- Building the kernel module -- Running the kernel module -- A quick first look at the kernel printk() -- Listing the live kernel modules -- Unloading the module from kernel memory -- Our lkm convenience script -- Understanding kernel logging and printk -- Using the kernel memory ring buffer -- Kernel logging and systemd's journalctl -- Using printk log levels -- The pr_&lt -- foo&gt -- convenience macros -- Wiring to the console -- Writing output to the Raspberry Pi console -- Enabling the pr_debug() kernel messages -- Rate limiting the printk instances -- Generating kernel messages from the user space -- Standardizing printk output via the pr_fmt macro -- Portability and the printk format specifiers -- Understanding the basics of a kernel module Makefile -- Summary -- Questions -- Further reading -- Chapter 5: Writing Your First Kernel Module - LKMs Part 2 -- Technical requirements -- A "better" Makefile template for your kernel modules -- Configuring a "debug" kernel -- Cross-compiling a kernel module -- Setting up the system for cross-compilation…”
    Libro electrónico
  9. 126329
    Publicado 2021
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- What to Buy -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Book 1 Getting Started -- Chapter 1 Starting with Python -- Why Python Is Hot -- Choosing the Right Python -- Tools for Success -- Introducing Anaconda and VS Code -- Installing Anaconda and VS Code -- Writing Python in VS Code -- Choosing your Python interpreter -- Writing some Python code -- Getting back to VS Code Python -- Using Jupyter Notebook for Coding -- Chapter 2 Interactive Mode, Getting Help, and Writing Apps -- Using Python's Interactive Mode -- Opening Terminal -- Getting your Python version -- Going into the Python Interpreter -- Entering commands -- Using Python's built-in help -- Exiting interactive help -- Searching for specific help topics online -- Lots of free cheat sheets -- Creating a Python Development Workspace -- Creating a Folder for Your Python Code -- Typing, Editing, and Debugging Python Code -- Writing Python code -- Saving your code -- Running Python in VS Code -- Learning simple debugging -- Using the VS Code Python debugger -- Writing Code in a Jupyter Notebook -- Creating a folder for Jupyter Notebook -- Creating and saving a Jupyter notebook -- Typing and running code in a notebook -- Adding Markdown text -- Saving and opening notebooks -- Chapter 3 Python Elements and Syntax -- The Zen of Python -- Introducing Object-Oriented Programming -- Discovering Why Indentations Count, Big Time -- Using Python Modules -- Understanding the syntax for importing modules -- Using an alias with modules -- Chapter 4 Building Your First Python Application -- Opening the Python App File -- Typing and Using Python Comments -- Understanding Python Data Types -- Numbers -- Words (strings) -- Booleans…”
    Libro electrónico
  10. 126330
    Publicado 2004
    Tabla de Contenidos: “…7.4.5 Customized scripts -- 7.4.6 Activate the failover notification -- 7.5 HA MS operations -- 7.5.1 Start HA MS -- 7.5.2 Stopping the HA MS -- 7.5.3 Verify HA MS is active -- 7.5.4 Manual HA MS failover -- 7.5.5 Active MS shutdown -- 7.5.6 Active MS crash -- 7.5.7 Reintegration -- 7.5.8 Pause the HA MS -- 7.5.9 Things to do after an active MS failover -- 7.6 HA MS administration -- 7.6.1 Update HA MS definition file -- 7.6.2 Back up the HA MS definition file -- 7.6.3 HS MS PTF installation -- 7.7 HA MS log and debug information -- 7.7.1 HA MS logs -- 7.7.2 Audit log -- 7.7.3 Debugging tips -- 7.8 High Availability Management Server Q&amp -- A -- Appendix A. …”
    Libro electrónico
  11. 126331
    Tabla de Contenidos: “…Consommation publique réelle -- Le commerce extérieur s'est fortement contracté en 2001, mais il se redresse depuis le début de l'année -- Tableau 3. Évolution du commerce extérieur, 1995-2001 -- Graphique 5. …”
    Libro electrónico
  12. 126332
    Publicado 2017
    Tabla de Contenidos: “…. -- How it works... -- Setting debug watches -- Getting ready -- How to do it... -- How it works... -- Configuring different debug output levels -- Getting ready -- How to do it... -- How it works... -- Creating self-testing code using Python's __main__ section -- Getting ready -- How to do it... -- How it works... -- Creating robust GUIs using unit tests -- Getting ready -- How to do it... -- How it works... -- How to write unit tests using the Eclipse PyDev IDE -- Getting ready -- How to do it... -- How it works... -- Chapter 9: Extending Our GUI with the wxPython Library -- Introduction -- Installing the wxPython library -- Getting ready -- How to do it... -- How it works... -- Creating our GUI in wxPython -- Getting ready -- How to do it... -- How it works... -- Quickly adding controls using wxPython -- Getting ready -- How to do it... -- How it works... -- Trying to embed a main wxPython app in a main tkinter app -- Getting ready -- How to do it... -- How it works... -- Trying to embed our tkinter GUI code into wxPython -- Getting ready -- How to do it... -- How it works... -- Using Python to control two different GUI frameworks -- Getting ready -- How to do it... -- How it works...…”
    Libro electrónico
  13. 126333
    Publicado 2016
    Tabla de Contenidos: “…. -- Using a specific version of JIRA -- Reusing the data in each run -- Troubleshooting -- Making changes and redeploying a plugin -- How to do it... -- Debugging in Eclipse -- See also -- Using FastDev for plugin development -- Getting ready -- How to do it... -- How it works... -- There's more... -- Adding ignored files -- Changing admin credentials -- See also -- Testing and debugging -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using custom data for integration/functional Tests -- Testing against different version of JIRA/Tomcat -- See also -- Chapter 2: Understanding the Plugin Framework -- Introduction -- JIRA architecture -- Third-party components -- Webwork -- Seraph -- Embedded Crowd -- PropertySet -- Active Objects -- OSWorkflow -- OfBiz Entity Engine -- Apache Lucene -- Atlassian Gadget JavaScript Framework -- Shared Access Layer -- Architecture -- Authentication and user management -- Property management -- Presentation -- Database -- Workflows -- Searching -- Scheduled jobs -- Plugins…”
    Libro electrónico
  14. 126334
    Publicado 2018
    Tabla 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
  15. 126335
    por Chin, Robert. author
    Publicado 2014
    Tabla de Contenidos: “…Intro -- Beginning Android 3D Game Development -- Contents at a Glance -- Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Let's Meet the Android -- Overview of Android -- Overview of the Android SDK -- Android Software Development Kit (SDK) Requirements -- Android SDK Components Overview -- Eclipse with Android Development Tools Plug-in -- Android SDK Manager -- Android Virtual Device -- How to Set Up for Development -- Android Development Tools Integrated Development Environment (IDE) Overview -- Package Explorer -- Source Code Area -- Outline -- Dalvik Debug Monitor Server (DDMS) -- LogCat Window -- Launching the SDK Manager and AVD Manager from Eclipse -- Hands-on Example: Non-OpenGL ES Text "Hello World" Program -- Creating a New Android Project -- Running on an Android Emulator -- Running on an Actual Android Device -- The Main Source Code -- The Graphical Layout -- The Actual "Hello World" Data -- Summary -- Chapter 2: Java for Android -- Overview of the Java Language -- Java Comments -- Java Basic Data Types -- Arrays -- Data Modifiers -- Java Operators -- Arithmetic Operators -- Unary Operators -- Conditional Operators -- Bitwise and Bit Shift Operators -- Java Flow Control Statements -- Java Classes -- Packages and Classes -- Accessing Classes in Packages -- Java Interfaces -- Accessing Class Variables and Functions -- Java Functions -- Calling the Parent Function -- The Basic Android Java Program Framework -- Android Activity Life Cycle Overview -- Key Activity Life Cycle Cases -- Seeing the Activity Life Cycle in Action -- The Basic Android Java OpenGL Framework -- Basic Android OpenGL ES Framework for a Single-View OpenGL ES Application -- The Custom GLSurfaceView -- The Custom Renderer -- Basic Android OpenGL ES Framework for a Multiple View OpenGL ES Application…”
    Libro electrónico
  16. 126336
    Publicado 2015
    Tabla 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
  17. 126337
    Publicado 2023
    Tabla de Contenidos: “…Understanding computed properties -- Exercise 2.01 - implementing computed data into a Vue component -- Understanding computed setters -- Exercise 2.02 - using computed setters -- Exploring watchers -- Exercise 2.03 - using watchers to set new values -- Watching nested properties -- Exercise 2.04 - watching nested properties of a data object -- Exploring async methods and data fetching -- Exercise 2.05 - using asynchronous methods to retrieve data from an API -- Comparing methods, watchers, and computed properties -- Exercise 2.06 - handling the search functionality using a Vue method, a watcher, and computed props -- Activity 2.01 - creating a blog list using the Contentful API -- Summary -- Chapter 3: Vite and Vue Devtools -- Technical requirements -- Using Vite -- Exercise 3.01 - setting up a Vue project -- Using Vue Devtools -- Components tab -- Timeline tab -- Exercise 3.02 - debugging a Vue application using Devtools -- Activity 3.01 - creating a Vue application with Pinia and Router using Vite -- Summary -- Part 2: Building Your First Vue App -- Chapter 4: Nesting Components (Modularity) -- Technical requirements -- Passing props -- Defining a simple component that accepts props -- Passing props to a component -- Exercise 4.01 - Implementing a Greeting component -- Binding reactive data to props -- Exercise 4.02 - Passing reactive data that changes frequently to props -- Understanding prop types and validation -- Primitive prop validation -- Understanding union and custom prop types -- Custom validation of arrays and objects -- Understanding required props -- Setting the default props value -- Registering props in &lt -- script setup&gt -- (setup hook) -- Exercise 4.03 - Validating an Object property -- Understanding slots, named slots, and scoped slots -- Passing markup to a component for rendering…”
    Libro electrónico
  18. 126338
    Publicado 2024
    Tabla de Contenidos: “…Vertex ML Metadata -- Vertex AI Experiments -- Vertex AI Debugging -- Summary -- Exam Essentials -- Review Questions -- Chapter 13 Maintaining ML Solutions -- MLOps Maturity -- MLOps Level 0: Manual/Tactical Phase -- MLOps Level 1: Strategic Automation Phase -- MLOps Level 2: CI/CD Automation, Transformational Phase -- Retraining and Versioning Models -- Triggers for Retraining -- Versioning Models -- Feature Store -- Solution -- Data Model -- Ingestion and Serving -- Vertex AI Permissions Model -- Custom Service Account -- Access Transparency in Vertex AI -- Common Training and Serving Errors -- Training Time Errors -- Serving Time Errors -- TensorFlow Data Validation -- Vertex AI Debugging Shell -- Summary -- Exam Essentials -- Review Questions -- Chapter 14 BigQuery ML -- BigQuery - Data Access -- BigQuery ML Algorithms -- Model Training -- Model Evaluation -- Prediction -- Explainability in BigQuery ML -- BigQuery ML vs. …”
    Libro electrónico
  19. 126339
    Publicado 2007
    Tabla de Contenidos: “…Chapter 3 Initial Configuration and Troubleshooting of Cisco Multilayer Switches -- Comparing Cisco CatOS and Cisco IOS -- Initial Configuration of Management Parameters of Cisco Catalyst Switches -- System Name -- Management IP Configuration -- Clock and NTP Settings -- Telnet and SSH -- DNS -- System Logging -- SNMP -- Managing Catalyst Switch Configurations -- Understanding the Cisco IOS File System (IFS) and Software Images on Catalyst Switches -- Determining the IFS Size and Contents -- Cisco IOS Image Naming -- Upgrading Software Versions on Catalyst Switches -- Overview of Converting Cisco CatOS to Cisco Native IOS -- Basic Troubleshooting Practices -- show and debug Commands -- Configurations and Commands Useful When Troubleshooting -- The Impact of debug Commands and Recommended Use -- Initial Configuration Troubleshooting Tips -- What to Do When You Are Unable to Connect to the Switch via the Console Port -- What to Do When You Are Unable to Establish IP Connectivity to or from a Switch Using Telnet or SSH -- Study Tips -- Summary -- Configuration Exercise: Configuring a Cisco IOS-Based Catalyst Switch -- Required Resources -- Exercise Objective -- Network Diagram -- Command List -- Task 1: Establish Console (Out-of-Band) Connectivity and Configure the Switch Name -- Task 2: Configure the Switch for IP Connectivity -- Task 3: Configure the Switch Usernames and Passwords for Privileged and In-Band Access -- Task 4: Configure the Switch for SSH and Disable Telnet Access -- Task 5: Configure the Switch Time Settings, NTP Configuration, and System Logging Configuration -- Task 6: Upgrade the Switch Cisco IOS Version to a Later Release -- Review Questions -- Chapter 4 Implementing and Configuring VLANs -- VLANs -- Implementing VLANs in Multilayer Switched Networks -- Mapping VLANs to a Hierarchical Network -- Static and Dynamic VLANs…”
    Libro electrónico
  20. 126340
    Publicado 2009
    Tabla de Contenidos: “…Overview of Subscriptions -- Overview of Delivery Extensions -- Creating a Simple Subscription -- Creating a Data-Driven Subscription -- Managing Subscriptions -- Summary -- 23 SSRS Administration -- Monitoring -- Key Management -- Scale-Out Deployment -- Summary -- 24 RS Utility -- Inside the Reporting Services Script Files -- Command-Line Arguments -- Sample Command Lines -- Code Examples -- Summary -- Part IV: Reporting Services Customizations -- 25 Implementing Custom Embedded Functions -- Adding Embedded Code -- Debugging Embedded Code -- Summary -- 26 Creating and Calling a Custom Assembly from a Report -- Initializing Assembly Classes -- Strong-Named Custom Assemblies -- .NET Security Primer for an SSRS Administrator -- Assemblies That Require Other Than Execute Permissions -- Debugging Custom Assemblies -- Summary -- 27 Using URL Access -- How to Control Rendering Through URL Access -- How to Integrate URL Access in an Application -- Summary -- 28 Using Reporting Services Web Services -- Report Management Web Service (ReportService2005.asmx) -- How to Script Reporting Services (Using the RS Utility) -- Working with Report Parameters -- Security When Calling a Web Service (.NET 2.0 Style) -- Security When Calling a Web Service (.NET 3.x, WCF Style) -- Using SSL to Increase Security -- Some of the Commonly Used Methods with Short Code Snippets -- Summary -- 29 Extending Reporting Services -- Common Considerations for Custom Reporting Services Extensions: Implementation, Deployment, and Security -- Report Definition Customization Extension -- Delivery Extension -- Interactions Between User, SSRS, and a Delivery Extension -- Custom Report Items -- Summary -- Part V: SharePoint Integration -- 30 Reporting Services Integration with SharePoint -- SharePoint Technology -- Reporting Services Integration with SharePoint…”
    Libro electrónico