Mostrando 1,981 - 2,000 Resultados de 3,162 Para Buscar 'debbugs~', tiempo de consulta: 1.45s Limitar resultados
  1. 1981
    Publicado 2024
    Tabla de Contenidos: “…Great ways to help you debug -- Versioning excellence -- Summary -- Part 2: GitHub Excellence and CI/CD Fundamentals -- Chapter 4: Elevating Team Collaboration with GitHub -- Technical requirements -- Getting started with GitHub -- Setting up your GitHub account -- Creating your first GitHub repository -- Registering your SSH key -- git remote - Connecting local and remote repositories -- git push - Making your code count -- Examining code on GitHub -- git pull - Bridging local and remote work -- git fetch - Syncing without disruption -- Fetch versus pull -- git clone - Bringing GitHub repos to your workspace -- Forking - More than just copying code -- Issues - Collaboration excellence at GitHub -- What makes GitHub Issues unique -- Crafting an issue - Essentials for a well-structured issue -- Effective communication -- Pull request excellence -- What makes pull requests unique? …”
    Libro electrónico
  2. 1982
    Publicado 2014
    Tabla de Contenidos: “…Auto-Negotiation -- Development of Auto-Negotiation -- Auto-Negotiation for Fiber Optic Media -- Basic Concepts of Auto-Negotiation -- Auto-Negotiation Signaling -- FLP Burst Operation -- Auto-Negotiation Operation -- Parallel Detection -- Operation of Parallel Detection -- Parallel Detection and Duplex Mismatch -- Auto-Negotiation Completion Timing -- Auto-Negotiation and Cabling Issues -- Limiting Ethernet Speed over Category 3 Cable -- Cable Issues and Gigabit Ethernet Auto-Negotiation -- Crossover Cables and Auto-Negotiation -- 1000BASE-X Auto-Negotiation -- Auto-Negotiation Commands -- Disabling Auto-Negotiation -- Auto-Negotiation Debugging -- General Debugging Information -- Debugging Tools and Commands -- Developing a Link Configuration Policy -- Link Configuration Policies for Enterprise Networks -- Issues with Manual Configuration -- Chapter 6. …”
    Libro electrónico
  3. 1983
    por Redmond, Tony, 1959-
    Publicado 2013
    Tabla de Contenidos: “…Getting to Know the Environment -- 03.01 Rearrange Windows in Visual Studio 2010 Using the Guide Diamond -- 03.02 Dock a Floating Tool Window Back to Its Previous Location -- 03.03 Cycle Through Your Open Tool Windows -- 03.04 Closing Tool Windows -- 03.05 Expand and Collapse All in the Toolbox -- 03.06 Searching in the Toolbox -- 03.07 Navigate Among Tabs in the Toolbox -- 03.08 Window Layouts: The Four Modes -- Design View -- Debugging View -- Full Screen -- File View -- 03.09 Window Layouts: Design, Debug, and Full Screen -- Design Mode -- Debug Mode -- Full Screen Mode -- 03.10 Working with Tabs in the Toolbox -- Creating Tabs -- Adding Items -- Custom Controls -- Renaming Tabs -- Deleting Tabs -- 03.11 Using Additional Browsers for Web Development -- Adding New Browsers -- Changing the Default Browser -- Browser Window Size -- Removing Browsers…”
    Libro electrónico
  4. 1984
    Publicado 2018
    Tabla de Contenidos: “…-- How This Book Is Organized -- Typographical Conventions Used in This Book -- Software Used to Develop the Book's Content -- References -- About the Authors -- We Want to Hear from You -- Acknowledgments -- Section 1 -- Chapter 1: Make JMP Work for You -- Overview -- Capturing Scripts from Your Analyses -- Capturing Scripts from Imported Data -- Capturing Scripts from Data Manipulations -- Creating a Combined Script -- Summary -- Chapter 2: Stitching It Together -- Overview -- Stitching Saved Scripts Together -- Combining Summary Data with an Analysis -- Combining Data Import, Summary, and Two Analyses -- Summary -- Chapter 3: The Double Layer Cake -- Presentation Options -- Display Boxes -- Adding Items to a Report -- Removing Items from a Report -- Summary -- Chapter 4: JSL Language Foundations -- Overview -- Fundamental Concepts -- Data Structures -- Namespaces -- Name Resolution -- Conditional Logic -- Looping -- Summary -- Chapter 5: Close Your Eyes and Jump! -- Debugging Tips -- JSL Debugger -- Defensive Programming Strategies -- Chapter 6: The Dashboard and Application Builders -- Overview -- Combine Windows, the Dashboard Builder, and the Application Builder -- Summary -- Chapter 7: Advanced Topics -- Overview -- Building Custom Dialogs -- Navigating Reports Programmatically -- Expression Handling -- Summary -- Section 2 -- Chapter 8: Rows, Columns, and Tables -- Question 8.1: I can manipulate a data table interactively, such as by -- Question 8.2: How can I select rows where more than one condition is true? …”
    Libro electrónico
  5. 1985
    por Lat, Joshua Arvin
    Publicado 2022
    Tabla de Contenidos: “…Analyzing the data -- Exporting the data flow -- Turning off the resources -- Verifying the results -- Summary -- Further reading -- Part 3: Diving Deeper with Relevant Model Training and Deployment Solutions -- Chapter 6: SageMaker Training and Debugging Solutions -- Technical requirements -- Getting started with the SageMaker Python SDK -- Preparing the essential prerequisites -- Creating a service limit increase request -- Training an image classification model with the SageMaker Python SDK -- Creating a new Notebook in SageMaker Studio -- Downloading the training, validation, and test datasets -- Uploading the data to S3 -- Using the SageMaker Python SDK to train an ML model -- Using the %store magic to store data -- Using the SageMaker Python SDK to deploy an ML model -- Using the Debugger Insights Dashboard -- Utilizing Managed Spot Training and Checkpoints -- Cleaning up -- Summary -- Further reading -- Chapter 7: SageMaker Deployment Solutions -- Technical requirements -- Getting started with model deployments in SageMaker -- Preparing the pre-trained model artifacts -- Preparing the SageMaker script mode prerequisites -- Preparing the inference.py file -- Preparing the requirements.txt file -- Preparing the setup.py file -- Deploying a pre-trained model to a real-time inference endpoint -- Deploying a pre-trained model to a serverless inference endpoint -- Deploying a pre-trained model to an asynchronous inference endpoint -- Creating the input JSON file -- Adding an artificial delay to the inference script -- Deploying and testing an asynchronous inference endpoint -- Cleaning up -- Deployment strategies and best practices -- Summary -- Further reading -- Part 4: Securing, Monitoring, and Managing Machine Learning Systems and Environments -- Chapter 8: Model Monitoring and Management Solutions -- Technical prerequisites…”
    Libro electrónico
  6. 1986
    Publicado 2017
    Tabla de Contenidos: “…section I General Wisdom -- chapter 1 The Illusion of Intelligence / chapter 2 Creating the Past, Present, and Future with Random Walks / chapter 3 Logging Visualization in FINAL FANTASY XV / chapter 4 What You See Is Not What You Get / chapter 5 Six Factory System Tricks for Extensibility and Library Reuse / chapter 6 Debugging AI with Instant In-Game Scrubbing / chapter 7 But, It Worked on My Machine! …”
    Libro electrónico
  7. 1987
    Publicado 2018
    Tabla de Contenidos: “…Sending HATEOAS Links in Response -- Spring Boot Starter HATEOAS -- Validation -- Enabling Validation on the Controller Method -- Defining validations on the Bean -- Unit Testing Validations -- Documenting REST Services -- Generating a Swagger Specification -- Swagger UI -- Customizing Swagger Documentation Using Annotations -- Securing REST Services with Spring Security -- Adding Spring Security Starter -- Basic Authentication -- Integration Testing -- Unit Testing -- OAuth 2 Authentication -- High-level flow -- Implementing OAuth 2 authentication for Our Service -- Setting up Authorization and Resource Servers: -- Executing OAuth Requests -- Obtaining an Access Token -- Executing the Request Using the Access Token -- Integration Test -- Internationalization -- Caching -- Spring-boot-starter-cache -- Enabling Caching -- Caching Data -- JSR-107 Caching Annotations -- Auto-Detection Order -- Summary -- Assessments -- Lesson 3: Advanced Spring Boot Features -- Externalised Configuration -- Customizing Frameworks Through application.properties -- Logging -- Embedded Server Configuration -- Spring MVC -- Spring Starter Security -- Data Sources, JDBC and JPA -- Other Configuration Options -- Custom Properties in Application.Properties -- Configuration properties - Type-Safe Configuration Management -- Profiles -- Profiles-Based Bean Configuration -- Other Options for Application Configuration Values -- YAML Configuration -- Embedded Servers -- Switching to Jetty and Undertow -- Building a WAR file -- Developer Tools -- Live Reload -- Spring Boot Actuator -- HAL Browser -- Configuration Properties -- Environment Details -- Health -- Mappings -- Beans -- Metrics -- Auto-Configuration -- Debugging -- Deploying an Application to Cloud -- Cloud Foundry -- Summary -- Assessments -- Appendix: Assessment Answers…”
    Libro electrónico
  8. 1988
    por Vermeir, Nico
    Publicado 2013
    Tabla de Contenidos: “…Notification QueuesBackground Tasks; Debugging a Background Task; Background Task Triggers; Summary; CHAPTER 7 Notifications; Toast Notifications; Building a Toast-Capable App; Toast Templates; Toasts with Images; Scheduling a Notification; Adding Audio to Toasts; Lockscreen Notifications; Summary; CHAPTER 8 Building an Adaptable App; Multiple Resolutions; Grids; Testing Multiple Resolutions; Dots Per Inch; GridView; Variable-Sized WrapGrid; Changing the App Layout; Visual State Manager; Snap That App; Device Orientation; Summary; CHAPTER 9 Sensors; Accelerometer Sensor; How Does It Work?…”
    Libro electrónico
  9. 1989
    por Thangaswamy, Vivek
    Publicado 2009
    Tabla de Contenidos:
    Libro electrónico
  10. 1990
    Publicado 2017
    Tabla de Contenidos: “…[Python multiprocessing and the GIL] -- Python multiprocessing and the GIL -- Summary -- Chapter 5: Dynamic Content -- An example dynamic web page -- Reverse engineering a dynamic web page -- Edge cases -- Rendering a dynamic web page -- PyQt or PySide -- Debugging with Qt -- Executing JavaScript -- Website interaction with WebKit -- Waiting for results -- The Render class -- Selenium -- Selenium and Headless Browsers -- Summary -- Chapter 6: Interacting with Forms -- The Login form -- Loading cookies from the web browser -- Extending the login script to update content -- Automating forms with Selenium -- -- Summary -- Chapter 7: Solving CAPTCHA -- Registering an account -- Loading the CAPTCHA image -- Optical character recognition -- Further improvements -- Solving complex CAPTCHAs -- Using a CAPTCHA solving service -- Getting started with 9kw -- The 9kw CAPTCHA API -- Reporting errors -- Integrating with registration -- CAPTCHAs and machine learning -- Summary -- Chapter 8: Scrapy -- Installing Scrapy -- Starting a project -- Defining a model -- Creating a spider -- Tuning settings -- Testing the spider -- Different Spider Types -- Scraping with the shell command -- Checking results -- Interrupting and resuming a crawl -- Scrapy Performance Tuning -- Visual scraping with Portia -- Installation -- Annotation -- Running the Spider -- Checking results -- Automated scraping with Scrapely -- Summary -- Chapter 9: Putting It All Together -- Google search engine -- Facebook -- The website -- Facebook API -- Gap -- BMW -- Summary -- Index…”
    Libro electrónico
  11. 1991
    Publicado 2015
    Tabla de Contenidos: “…Going Mobile: Developing for Gear VR; The Gear VR User Interface and Oculus Home; Using the Oculus Mobile SDK; Setting Up the Android SDK; Generating an Oculus Signature File; Setting Up Your Device for USB Debugging; Developing for Gear VR Using Unity3D; Setting Up Your Unity3D Environment; A Simple Unity3D Sample; Handling Touchpad Events; Deploying Applications for Gear VR; Chapter Summary; Chapter 5. …”
    Libro electrónico
  12. 1992
    por Davies, Alex
    Publicado 2010
    Tabla de Contenidos: “…Chapter 4: MySQL Cluster TroubleshootingIntroduction; Single storage node failure; Multiple storage node failures; Storage node partitioning and arbitration; Debugging MySQL Clusters; Seeking help; NIC teaming with MySQL Cluster; Chapter 5: High Availability with MySQL Replication; Introduction; Designing a replication setup; Configuring a replication master; Configuring a replication slave; without syncing data; Configuring a replication slave,; migrating data with a simple SQL dump; Using LVM to reduce downtime; on a master when bringing a slave online; Replication safety tricks…”
    Libro electrónico
  13. 1993
    Publicado 2010
    Tabla de Contenidos: “…Let's Take This Offline; Diving In; The Cache Manifest; Network Sections; Fallback Sections; The Flow of Events; The Fine Art of Debugging, a.k.a. "Kill Me! Kill Me Now!"; Let's Build One!…”
    Libro electrónico
  14. 1994
    por Tang, Jeff. author
    Publicado 2014
    Tabla de Contenidos: “…System RequirementsAndroid Developer Tools; ADT on Mac; ADT on Windows; ADT on Linux; Playing with Glass; Enabling Debugging Mode on Glass; The adb Command; Installing the USB Driver on Windows; Showing the Glass Screen on a Bigger Screen; Developing with Simulated Devices or Emulators; Testing with GDK Samples; The HelloGlass Glassware; Step-by-Step Tutorial; What's Going On; The Big Picture; Source Code; AppDrawer.java; AppService.java; AppViewer.java; MenuActivity.java; Resource Files; drawable; start.xml in layout; main.xml in menu; strings.xml in values; AndroidManifest.xml; Summary…”
    Libro electrónico
  15. 1995
    Publicado 2007
    Tabla de Contenidos: “…; XSLT Syntax; Executing XSLT; Changes with XSLT 2.0; Generating Output with XSLT; Debugging XSLT; Summary; Resources; Chapter 9: XPath; Major Features of XPath; Lessons from the Trenches; XPath in Java, .NET, and PHP; Tools for XPath; Summary; References; Chapter 10: XQuery; What Is XQuery?…”
    Libro electrónico
  16. 1996
    por Sahlin, Doug
    Publicado 2006
    Tabla de Contenidos: “…Building a Moving BackdropCreating a Ticker Tape Marquee; Creating Flying Text; Part IV: Sharing Your Site with the World; Chapter 12: Optimizing Your Site; Optimizing Your Site; Test Each Web Site Movie; Debugging the Site; Adding Breakpoints; Chapter 13: Publishing the Site; Setting Publish Settings; Publishing Your Site; Part V: The Part of Tens; Chapter 14: Ten Tips for Creating Flash Sites That Work; Optimize Images Before Building the Flash Site; Don't Put All Your Eggs in One Basket; Get the Bugs Out of Your Scripts; Label Your Frames and Scenes; Use Named Anchors; Create Linkage…”
    Libro electrónico
  17. 1997
    por Pattison, Ted
    Publicado 2009
    Tabla de Contenidos: “…Web Parts; Web Control Basics; SharePoint Development Versus ASP.NET Development; Developing Web Parts for WSS 3.0; Creating a Feature for Importing Web Parts; Debugging Web Parts; Customization and Personalization; Asynchronous Web Part Processing; Web Part Building Blocks; Using SharePoint&s SPGridView Control…”
    Libro electrónico
  18. 1998
    por Hamilton, Bill, 1964-
    Publicado 2006
    Tabla de Contenidos: “…User-Defined TypesCREATE TYPE; DROP TYPE; Metadata; Triggers; CREATE TRIGGER; ALTER TRIGGER; DROP TRIGGER; Metadata; ADO.NET In-Process Extensions Supporting CLR Programming; SqlContext Object; SqlPipe Object; SqlTriggerContext Object; SqlDataRecord Object; Custom Attributes for CLR Routines; SQL Server Data Types in the .NET Framework; Testing and Debugging CLR Routines; Programming SQL Server CLR Routines; Scalar-Valued Functions; Table-Valued Functions; Stored Procedures; User-Defined Aggregate Functions; User-Defined Types; Triggers; DML Triggers; DDL Triggers…”
    Libro electrónico
  19. 1999
    por Garrett, Aviva
    Publicado 2006
    Tabla de Contenidos: “…Activating the Router Configuration; Solution; Discussion; See Also; 1.8. Debugging a Failed Commit; Solution; Discussion; 1.9. …”
    Libro electrónico
  20. 2000
    por Chiaretta, Simone
    Publicado 2009
    Tabla de Contenidos: “…A Shortcut for Creating ViewsSummary; Exercises; Chapter 7: Routing; Life before Routing; Key Concepts; The Anatomy of a Route; How to Register Routes; Easier Route Management with ASP.NET MVC; Debugging Routes; Summary; Exercises; Chapter 8: Unit Testing Concepts; What Is Unit Testing?…”
    Libro electrónico