Mostrando 1,701 - 1,720 Resultados de 5,772 Para Buscar '"Copi"', tiempo de consulta: 0.11s Limitar resultados
  1. 1701
    Publicado 2024
    Tabla de Contenidos: “…-- Configuring DNS resolution -- SSL configuration -- Alternatives to a functional local environment -- Summary -- Chapter 2: Installing the Magento/Adobe Commerce Application -- Technical requirements -- Getting to know the platform -- Getting a copy of Adobe Commerce/Magento Open Source -- Creating an Adobe ID and getting Composer keys -- Installing Adobe Commerce - preparing Docker -- Installing Adobe Commerce using the CLI -- Installing sample data - let's get some products! …”
    Libro electrónico
  2. 1702
    por Leiva, Nicolas
    Publicado 2023
    Tabla de Contenidos: “…-- Go Proverbs -- Go source code files -- Packages -- Go modules -- Importing packages -- Comments -- Names -- Executing your Go code -- Running Go programs online -- The Go Playground -- The Go Play Space -- A look into the Future -- The Go tool -- Build -- Run -- Mod -- Get -- Install -- Fmt -- Test -- Env -- Summary -- Further reading -- Chapter 3: Getting Started with Go -- Technical requirements -- Go's type system -- Basic types -- Container types -- User-defined types -- Arithmetic, comparison, and logical operators -- Arithmetic operators -- Logical operators -- Comparison operators -- Control flow -- for loops -- Conditional statements -- goto statements -- Functions -- Function arguments -- Error handling -- Methods -- Variadic functions -- Closures -- Defer -- Interfaces -- Network automation example -- Standard library example -- Interfaces as contracts -- Input and output operations -- The io.Reader interface -- The io.Writer interface -- The io.Copy function -- Composition -- Decoding and encoding -- Decoding -- Encoding -- Concurrency -- Goroutines -- Channels -- Channels and Timers -- Shared data access -- Concurrency caveats -- Summary -- Further reading -- Chapter 4: Networking (TCP/IP) with Go…”
    Libro electrónico
  3. 1703
    por Deitel, Paul
    Publicado 2021
    Tabla de Contenidos: “…Array-Oriented Programming with NumPy -- 7.1 Introduction -- 7.2 Creating arrays from Existing Data -- 7.3 array Attributes -- 7.4 Filling arrays with Specific Values -- 7.5 Creating arrays from Ranges -- 7.6 List vs. array Performance: Introducing %timeit -- 7.7 array Operators -- 7.8 NumPy Calculation Methods -- 7.9 Universal Functions -- 7.10 Indexing and Slicing -- 7.11 Views: Shallow Copies -- 7.12 Deep Copies -- 7.13 Reshaping and Transposing -- 7.14 Intro to Data Science: pandas Series and DataFrames -- 7.14.1 pandas Series -- 7.14.2 DataFrames -- 7.15 Wrap-Up -- 8. …”
    Libro electrónico
  4. 1704
    Publicado 2005
    Tabla de Contenidos: “…10.4.2 Re-clustering for DataStore objects -- 10.4.3 Monitoring re-clustering requests -- 10.4.4 Data copy -- 10.5 InfoCube compression -- 10.6 Data deletion with new SQL DELETE statement -- 10.7 Use of sampled statistics -- 10.8 Migration of SAP BI systems to DB2 UDB -- 10.8.1 Migration procedure -- 10.8.2 Generation of the DDL for the target database platform -- 10.8.3 Exporting the source database -- 10.8.4 Creating and importing the target database -- 10.8.5 SAP BI migration post processing -- Related publications -- IBM Redbooks -- Other publications -- Online resources -- How to get IBM Redbooks -- Help from IBM -- Index -- Back cover…”
    Libro electrónico
  5. 1705
    Publicado 2010
    Tabla de Contenidos: “…Cover -- Media Files Table of Contents -- Chapter 1: Setting Up Snow Leopard -- Show Me: Media 1.1-Setting Network Preferences -- Show Me: Media 1.2-Changing Your User Account Password -- Tell Me More: Media 1.3-Creating Strong Passwords -- Chapter 2: Getting Comfortable with Snow Leopard -- Show Me: Media 2.1-Creating a User Account -- Show Me: Media 2.2-Deleting a User Account -- Show Me: Media 2.3-Setting Up Fast User Switching -- Tell Me More: Media 2.4-Inappropriate Use of Automatic Login -- Chapter 3: Getting Familiar with Your Hardware -- Tell Me More: Media 3.1-Trackpad Gestures -- Show Me: Media 3.2-Using the System Profiler -- Show Me: Media 3.3-Installing a Printer -- Chapter 4: Tailoring the Desktop to Your Liking -- Tell Me More: Media 4.1-Creating Neutral Space in a Photo -- Show Me: Media 4.2-Hiding the Dock -- Show Me: Media 4.3-Adding the Eject Button to Menu Extras -- Show Me: Media 4.4-Using the Mosaic Effect in a Screen Saver -- Chapter 5: Making Use of Support Resources -- Show Me: Media 5.1-Searching for Text in a Help Article -- Tell Me More: Media 5.2-Boolean Operators -- Show Me: Media 5.3-Scheduling a Callback from an Apple Expert -- Show Me: Media 5.4-Making an Appointment at the Genius Bar -- Chapter 6: Managing Applications and Files -- Tell Me More: Media 6.1-Contrasting Two Methods for Minimizing Windows -- Show Me: Media 6.2-Using Spaces -- Show Me: Media 6.3-Customizing Views in the Finder -- Show Me: Media 6.4-Creating a Smart Folder -- Show Me: Media 6.5-Adding Spotlight Comments to Files -- Show Me: Media 6.6-Using Other Features of Spotlight -- Show Me: Media 6.7-Copying Files by Dragging -- Show Me: Media 6.8-Moving Files by Dragging -- Chapter 7: Browsing the Web -- Tell Me More: Media 7.1-Setting Safari Preferences -- Show Me: Media 7.2-Customizing Top Sites…”
    Vídeo online
  6. 1706
    por Pandey, Hari Mohan
    Publicado 2012
    Tabla de Contenidos: “…Multiple Choice Questions -- Key for Multiple Choice Questions -- Chapter 6: Functions in Java -- 6.1 Introduction -- 6.2 Function Declaration and Definition -- 6.3 No Return Type but Arguments -- 6.3.1 Returning Prematurely from Function -- 6.4 Function with Parameters and Return Type -- 6.5 Recursion -- 6.6 Function Overloading -- 6.7 Ponderable Points -- Review Questions -- Multiple Choice Questions -- Key for Multiple Choice Questions -- Chapter 7: Classes and Objects -- 7.1 Introduction -- 7.2 Programming Examples -- 7.3 Accessing Private Data -- 7.4 Passing and Returning Objects -- 7.5 Copying Objects -- 7.6 Array of Objects -- 7.7 Static Class Members -- 7.7.1 Static Member Functions -- 7.7.2 Static Data Members -- 7.8 Constructors -- 7.8.1 Constructors with Parameters -- 7.9 Copy Constructor -- 7.10 The this Reference -- 7.11 Garbage Collection and Finalize Method -- 7.12 The Final Keyword Revisited -- 7.12.1 Blank Finals -- 7.12.2 Final Arguments to Methods -- 7.13 Ponderable Points -- Review Questions -- Multiple Choice Questions -- Key for Multiple Choice Questions -- Chapter 8: Inheritance in Java -- 8.1 Introduction -- 8.2 Types of Inheritance -- 8.2.1 Single-level Inheritance -- 8.2.2 Multilevel Inheritance -- 8.2.3 Multiple Inheritance -- 8.2.4 Hierarchical Inheritance -- 8.2.5 Hybrid Inheritance -- 8.3 Programming Examples -- 8.4 Method Overriding -- 8.5 Dynamic Method Dispatch -- 8.6 Hierarchical Inheritance Revisited -- 8.7 The Super Keyword -- 8.8 Constructor and Inheritance -- 8.9 Object Slicing -- 8.10 Final Class -- 8.11 Abstract Class -- 8.12 Ponderable Points -- Review Questions -- Multiple Choice Questions -- Key for Multiple Choice Questions -- Chapter 9: Packages and Interfaces -- 9.1 Introduction -- 9.2 Package Types -- 9.2.1 Built-in Packages -- 9.2.2 User-defined Packages -- 9.3 Interface -- 9.3.1 Interface Declaration…”
    Libro electrónico
  7. 1707
    Publicado 2009
    Tabla de Contenidos: “…Cokgen : a software for the identification of rare copy number variation from SNP microarrays / Gökhan Yavas ... …”
    Libro electrónico
  8. 1708
    Publicado 2021
    Tabla de Contenidos: “…."' -- The Hire as an Investment -- The Business Case for HR -- The ROI of Copy and Paste -- It Opened Their Eyes -- Be Careful -- ELTV Template -- Putting the Template into Practice -- Situation Analysis -- Proposed Solution -- Return on Investment (ROI) -- Obstacles, Challenges, and Open Questions -- Chapter 3: Takeaways -- Expert Insights: Andres Traslavina -- Chapter 4 Structured Hiring -- The Master Plan -- Chapter 4: Takeaways -- Expert Insights: Jan Fiegel -- Expert Insights: Gerardo Alvarez -- Chapter 5: Own Every Moment of Your Hiring Experience -- Top Talent -- "But the numbers prove I'm in the driver's seat, because I always have many more candidates than I have openings." -- What Are You Posting? …”
    Libro electrónico
  9. 1709
    Publicado 2021
    Tabla de Contenidos: “…-- OS Virtualization -- Kubernetes -- Deploying the QnA System -- Building a Flask Structure -- Deep Dive into app.py -- Understanding index.html -- Dockerizing Your Application -- Creating a Docker Image -- Base Image and FROM Command -- COPY and EXPOSE -- WORKDIR, RUN, and CMD -- Dockerfile -- Building Docker Image -- Making It Live Using Heroku -- Conclusion -- Index…”
    Libro electrónico
  10. 1710
    Publicado 2009
    Tabla de Contenidos: “…Cover -- CONTENTS -- CHAPTER 1 GETTING STARTED -- Mac OS X's Desktop -- Touring the Desktop -- Using the Dock -- Moving and Resizing Windows -- Minimizing and Maximizing Windows -- Managing Multiple Windows -- Using Custom Spaces -- Using Contextual Menus -- Restarting or Shutting Down the Mac -- Setting Basic System Preferences -- Using Universal Access -- Setting Up Voice Over -- CHAPTER 2 WORKING WITH DISKS, FOLDERS, AND FILES -- Using Single-Window Mode -- Using Multi-window Mode -- Using the Toolbar -- Customizing the Toolbar -- Using Different Folder Views -- Choosing Files in Cover Flow View -- Using the Go Menu -- Selecting Files -- Moving and Copying Files and Folders -- Making a Stack -- Viewing Stacked Files -- Making a New Folder -- Renaming Folders and Files -- Viewing File Information -- Previewing a File -- Opening a File -- Choosing a Program to Open a File -- Handling Files with Automator -- Recording Tasks -- Finding Files with Spotlight -- Creating a Smart Folder -- Creating a Burn Folder -- Accessing Your Favorite Files and Places -- Deleting a File -- Setting Up a Backup Drive -- Restoring Backed Up Files -- Using Your iDisk -- CHAPTER 3 INSTALLING AND USING APPLICATIONS -- Mac OS X's Programs -- Installing Programs -- Finding and Starting Up Programs -- Saving Files -- Writing with TextEdit -- Using the Font Panel -- Watching DVDs -- Playing Music and Video with Front Row -- Using the Apple Remote -- Switching Programs with the Dock -- Hiding Programs -- Running Windows on Your Mac -- CHAPTER 4 SETTING SYSTEM PREFERENCES -- The System Preferences Window -- Setting System Preferences -- Changing Your Alert Sound -- Changing Display Settings -- Changing the Mouse Speed -- Changing Keyboard Settings -- Setting Energy Saver Options -- Setting The Time and Date -- Adjusting the System Volume -- Setting Trackpad Preferences…”
    Libro electrónico
  11. 1711
    Publicado 2017
    Tabla de Contenidos: “…. -- There's more... -- Copying files, attributes, and timestamps -- Getting started -- How to do it... -- How it works... -- There's more... -- Hashing files and data streams -- Getting started -- How to do it... -- How it works... -- Keeping track with a progress bar -- Getting started -- How it works... -- There's more... -- Logging results -- Getting started -- How to do it... -- How it works... -- There's more... -- Multiple hands make light work -- Getting started -- How to do it... -- How it works... -- There's more... -- Chapter 2: Creating Artifact Report Recipes -- Introduction -- Using HTML templates -- Getting started -- How to do it... -- How it works... -- There's more... -- Creating a paper trail -- Getting started -- How to do it... -- How it works... -- There's more... -- Working with CSVs -- Getting started -- How to do it... -- How it works... -- There's more... -- Visualizing events with Excel -- Getting started -- How to do it... -- How it works... -- Auditing your work -- Getting started -- How to do it... -- How it works... -- There's more... -- Chapter 3: A Deep Dive into Mobile Forensic Recipes -- Introduction -- Parsing PLIST files -- Getting started -- How to do it... -- How it works... -- There's more... -- Handling SQLite databases -- Getting started -- How to do it... -- How it works... -- Identifying gaps in SQLite databases…”
    Libro electrónico
  12. 1712
    Publicado 2019
    Tabla de Contenidos: “…-- Terminal Emulators -- Making Your First Keystrokes -- Try Some Simple Commands -- Ending a Terminal Session -- Summing Up -- 2 NAVIGATION -- Understanding the File System Tree -- The Current Working Directory -- Listing the Contents of a Directory -- Changing the Current Working Directory -- Summing Up -- 3 EXPLORING THE SYSTEM -- More Fun with ls -- Determining a File's Type with file -- Viewing File Contents with less -- Taking a Guided Tour -- Symbolic Links -- Hard Links -- Summing Up -- 4 MANIPULATING FILES AND DIRECTORIES -- Wildcards -- mkdir-Create Directories -- cp-Copy Files and Directories -- mv-Move and Rename Files -- rm-Remove Files and Directories -- ln-Create Links -- Building a Playground -- Summing Up -- 5 WORKING WITH COMMANDS -- What Exactly Are Commands? …”
    Libro electrónico
  13. 1713
    Publicado 2018
    Tabla de Contenidos: “…-- Summary -- Chapter 9: Best Practices in Java -- A brief history of Java -- Features of Java 5 -- Features of Java 8 -- Currently supported versions of Java -- Best practices and new features of Java 9 -- Java platform module system -- JShell -- Private methods in interfaces -- Enhancements in streams -- Creating immutable collections -- Method addition in arrays -- Additions to the Optional class -- New HTTP client -- Some more additions to Java 9 -- Best practices and new features of Java 10 -- Local variable type inference -- copyOf method for collections -- Parallelization of full garbage collection -- Some more additions to Java 10 -- What should be expected in Java 11? …”
    Libro electrónico
  14. 1714
    Publicado 2023
    Tabla de Contenidos: “…No Accountability -- No or Low Compensation and Recognition for DEI Work -- Not Listening to Employees -- No Transparency -- "Copying and Pasting" DEI Initiatives from Other Organizations -- Going Alone -- The Consequences of Ineffective DEI Initiatives -- Conclusion -- Summary -- Chapter 3 The Virtuous Cycle of Innovation and Diversity -- The Power of Innovation -- Why Companies Get Stuck -- Innovation Is Simply Not Prioritized -- Inertia Is the Mortal Enemy of Original Thinking -- The Power of Humility Is Overlooked and Undervalued -- Diversity Drives Innovation -- Innovation Principles -- Courage -- Risk-Taking -- Trust -- Collaboration -- Leadership -- Conclusion -- Summary -- Chapter 4 Innovating the Apprenticeship Model to Advance Diversity in Tech -- The Problem: Recruiting and retaining more tech talent from diverse and military backgrounds. -- "It's time to get creative!" …”
    Libro electrónico
  15. 1715
    Publicado 2006
    Tabla de Contenidos: “…-- Backing Up Video -- Mixing Video Formats -- Importing Footage From An Analog Camcorder -- Importing Old Vhs Tapes Using a Dv Camcorder -- How Imovie Manages Clips -- Managing Clips -- Working With the Trash -- Imovie Hd Does Not Rewrite Media Files -- Extracting Footage From a Dvd -- Copy-Protected Dvds -- Chapter 8: Editing Video -- Timecode -- Adding Clips to the Movie -- Working Through the Video Editing Backlog…”
    Libro electrónico
  16. 1716
    Publicado 2009
    Tabla de Contenidos: “…Example Code Used in This Chapter -- 4 The Anatomy of a Class -- The Name of the Class -- Comments -- Attributes -- Constructors -- Accessors -- Public Interface Methods -- Private Implementation Methods -- Conclusion -- References -- Example Code Used in This Chapter -- 5 Class Design Guidelines -- Modeling Real World Systems -- Identifying the Public Interfaces -- The Minimum Public Interface -- Hiding the Implementation -- Designing Robust Constructors (and Perhaps Destructors) -- Designing Error Handling into a Class -- Documenting a Class and Using Comments -- Building Objects with the Intent to Cooperate -- Designing with Reuse in Mind -- Documenting a Class and Using Comments -- Designing with Extensibility in Mind -- Making Names Descriptive -- Abstracting Out Nonportable Code -- Providing a Way to Copy and Compare Objects -- Keeping the Scope as Small as Possible -- A Class Should Be Responsible for Itself -- Designing with Maintainability in Mind -- Using Iteration -- Testing the Interface -- Using Object Persistence -- Serializing and Marshaling Objects -- Conclusion -- References -- Example Code Used in This Chapter -- 6 Designing with Objects -- Design Guidelines -- Performing the Proper Analysis -- Developing a Statement of Work -- Gathering the Requirements -- Developing a Prototype of the User Interface -- Identifying the Classes -- Determining the Responsibilities of Each Class -- Determining How the Classes Collaborate with Each Other -- Creating a Class Model to Describe the System -- Case Study: A Blackjack Example -- Using CRC Cards -- Identifying the Blackjack Classes -- Identifying the Classes' Responsibilities -- UML Use-Cases: Identifying the Collaborations -- First Pass at CRC Cards -- UML Class Diagrams: The Object Model -- Prototyping the User Interface -- Conclusion -- References -- 7 Mastering Inheritance and Composition…”
    Libro electrónico
  17. 1717
    Publicado 2015
    Tabla de Contenidos: “…Retrieving Prior Commands -- psql Gems -- Executing Shell Commands -- Watching Statements -- Lists -- Importing and Exporting Data -- psql Import -- psql Export -- Copy from/to Program -- Basic Reporting -- Chapter 4. …”
    Libro electrónico
  18. 1718
    Publicado 2010
    Tabla de Contenidos: “…Accessing the Windows Home Server Shared Folders -- Copying Files to a Shared Folder -- Publishing a Windows Vista Calendar to the Server -- Viewing Share Storage History -- Searching the Shared Folders -- Deleting a Shared Folder -- From Here -- 7 Making Connections to Network Computers -- Configuring a Computer as a Remote Desktop Host -- Connecting via Remote Desktop Connection -- Connecting via Windows Home Server Web Site Remote Access -- Connecting via the Internet -- Customizing the Remote Access Web Pages -- From Here -- 8 Streaming and Sharing Digital Media -- Streaming Digital Media to Network Computers and Devices -- Sharing Photos -- Sharing Music -- Sharing Videos -- From Here -- 9 Backing Up and Restoring Network Computers -- Understanding Windows Home Server's Backup Technology -- Converting Client Partitions to NTFS -- Configuring Windows Home Server Backups -- Configuring a Computer for Backup -- Running a Manual Backup -- Working with Backups -- Restoring Network Backups -- From Here -- 10 Monitoring Your Network -- Monitoring the Windows Home Server Status Icon -- Monitoring the Windows Home Server Shares -- Monitoring Remote Desktop Sessions -- From Here -- 11 Implementing Windows Home Server Security -- Enabling Security Auditing on Windows Home Server -- More Ways to Secure Windows Home Server -- Securing Network Computers -- Implementing Wireless Network Security -- From Here -- 12 Setting Up a Windows Home Server Website -- Understanding the Windows Home Server Default Website -- Adding Folders and Files to the Default Website -- Creating a New Website -- Configuring a Website -- From Here -- 13 Running a SharePoint Site on Windows Home Server -- Installing and Configuring Windows SharePoint Services -- Adding Sites to SharePoint -- Working with Site Settings -- Creating Content for a SharePoint Site -- From Here…”
    Libro electrónico
  19. 1719
    Publicado 2010
    Tabla de Contenidos: “…Chapter 15: Build a Team: Recruit and Manage People -- 10 Questions to Ask When Recruiting -- 10 Positive Ways to Deal With Employment Legislation -- 10 Things That Will Make You a Better Boss -- 10 Ways to Delegate and Share the Work -- Chapter 16: Be Motivating: Get the Best From Yourself and Others -- 10 Ways to Motivate Yourself -- 10 Things to Do That Will Make You More Motivating -- 10 Training Opportunities Most Overlooked -- 10 Common People Problems and How to Solve Them -- 10 Ways to Manage Stress in Yourself and Others -- Chapter 17: Avoid Surprises: Predict and Overcome Those Unexpected Hurdles -- 10 Staff Surprises -- 10 Customer Surprises -- 10 Supplier Surprises -- 10 Unlikely But Possible Surprises -- Chapter 18: Be Generous: How to Help Yourself By Helping Others -- 10 Ways to Build Your Business By Helping Others -- 10 Ways to Entertain Your Customers for Free -- 10 Lessons You Can Learn From Social Entrepreneurs -- 10 Benefits of Making a Philanthropic Gesture -- Chapter 19: Sell Your Business: How to Realise the Value -- 10 Ways to Decide That it's Time to Move on -- 10 Things That Add Value to Your Business -- 10 Ways to Find a Buyer -- 10 Reasons to Merge Your Business With Another -- 10 Things You'Ll Do Differently the Second Time Around -- Useful Document Templates: Shortcuts for You to Copy, Adapt and Use -- Sales Letters -- Follow-Up Letters -- Getting-Paid Letters -- The Business Plan -- Confidentiality and Intellectual Property…”
    Libro electrónico
  20. 1720
    Publicado 2020
    Tabla de Contenidos: “…Note continued: Find Apps on the App Store -- Update and Remove Apps -- Type, Cut, Copy, and Paste Text -- Format and Replace Text -- ch. 8 Browsing the Web and E-Mailing -- Browse the Web with Safari -- Access Websites Quickly with Bookmarks -- Create Bookmarks -- Keep a Reading List of Web Pages -- Navigate Among Open Web Pages Using Tabs -- Tighten Up Safari's Security -- Manage Your App and Website Passwords -- Using the Sign In with Apple Feature -- Read E-Mail -- Reply To or Forward an E-Mail Message -- Organize Your Messages in Mailbox Folders -- Write and Send E-Mail Messages -- ch. 9 Keeping Your Life Organized -- Browse Existing Events in Your Calendars -- Create New Events in Your Calendars -- Work with Calendar Invitations -- Track Your Commitments with Reminders -- Keep Essential Documents at Hand with Wallet -- Find Your Location with Maps -- Find Directions with Maps -- Explore with 3D Flyover -- Using Maps' Favorites and Contacts -- Take Notes…”
    Libro electrónico