Mostrando 7,761 - 7,780 Resultados de 9,070 Para Buscar '"Windows"', tiempo de consulta: 0.16s Limitar resultados
  1. 7761
    Publicado 2017
    Tabla de Contenidos: “…. -- How to create the title of a tkinter window form -- Getting ready -- How to do it... -- How it works... -- Changing the icon of the main root window -- Getting ready -- How to do it... -- How it works... -- Using a spin box control -- Getting ready -- How to do it... -- How it works... -- Relief, sunken and raised appearance of widgets -- Getting ready -- How to do it... -- How it works... -- Creating tooltips using Python -- Getting ready -- How to do it... -- How it works... -- Adding a progressbar to the GUI -- Getting ready -- How to do it... -- How it works... -- How to use the canvas widget -- Getting ready -- How to do it... -- How it works... -- Chapter 4: Data and Classes -- Introduction -- How to use StringVar() -- Getting ready -- How to do it... -- How it works... -- How to get data from a widget -- Getting ready -- How to do it... -- How it works... -- Using module-level global variables -- Getting ready -- How to do it... -- How it works... -- How coding in classes can improve the GUI -- Getting ready -- How to do it... -- How it works... -- Writing callback functions -- Getting ready -- How to do it... -- How it works... -- Creating reusable GUI components -- Getting ready -- How to do it... -- How it works... -- Chapter 5: Matplotlib Charts -- Introduction -- Creating beautiful charts using Matplotlib -- Getting ready -- How to do it... -- How it works... -- Installing Matplotlib using pip with whl extension -- Getting ready -- How to do it...…”
    Libro electrónico
  2. 7762
    Publicado 2016
    Tabla de Contenidos: “…-- Analytics with DataFrames -- Creating SparkSession -- Creating DataFrames -- Creating DataFrames from structured data files -- Creating DataFrames from RDDs -- Creating DataFrames from tables in Hive -- Creating DataFrames from external databases -- Converting DataFrames to RDDs -- Common Dataset/DataFrame operations -- Input and Output Operations -- Basic Dataset/DataFrame functions -- DSL functions -- Built-in functions, aggregate functions, and window functions -- Actions…”
    Libro electrónico
  3. 7763
    Publicado 2017
    Tabla de Contenidos: “…-- Java is a very verbose language -- Java is not ideal for everything or everyone -- Missing classes in Java Class Library -- Mixing JVM languages in a project -- Increasing build process complexity -- Language runtime libraries -- Writing unit tests in a different language -- Summary -- Chapter 2: Developing on the Java Virtual Machine -- JDK -- Installing JDK -- Downloading JDK -- Installing JDK on Windows -- Installing JDK on macOS -- Installing JDK on Linux -- Downloading API documentation -- Exploring JDK -- The directory structure -- JDK commands -- GUI monitoring tools -- Java VisualVM -- Oracle Mission Control -- JConsole -- JRE -- Class organization with packages -- What are packages? …”
    Libro electrónico
  4. 7764
    Publicado 2017
    Tabla de Contenidos: “…-- Installing and launching ROS -- Configuring your Ubuntu repositories -- Setting up your sources.list file -- Setting up your keys -- Installing ROS Kinetic -- Initialize rosdep -- Environment setup -- Getting rosinstall -- Troubleshooting - examining your ROS environment -- Creating a catkin workspace -- ROS packages and manifest -- ROS manifest -- Exploring the ROS packages -- rospack find packages -- rospack list -- ROS nodes, topics, and messages -- ROS nodes -- ROS topics -- ROS messages -- ROS Master -- Invoking the ROS Master using roscore -- ROS commands to determine the nodes and topics -- Turtlesim - the first ROS robot simulation -- Starting turtlesim nodes -- rosrun command -- Turtlesim nodes -- Turtlesim topics and messages -- rostopic list -- rostopic type -- rosmsg list -- rosmsg show -- rostopic echo -- Move the turtle by publishing /turtle1/cmd_vel -- Move the turtle using the keyboard or joystick -- Parameter Server of Turtlesim -- rosparam help -- rosparam list for the /turtlesim node -- Change parameters for the color of the turtle's background -- ROS services to move turtle -- rosservice call -- ROS commands summary -- Summary -- Chapter 2: Creating Your First Two-Wheeled ROS Robot (in Simulation) -- Introducing rviz -- Installing and launching rviz -- Getting familiar with rviz -- Displays panel -- Views and Time panels -- Toolbar -- Main window menu bar -- Creating and building a ROS package -- Building a differential drive robot URDF -- Creating a robot chassis -- Using roslaunch -- Adding wheels -- Adding a caster…”
    Libro electrónico
  5. 7765
    Publicado 2002
    Tabla de Contenidos: “…2.10 Handling a zip File Inside a String -- Problem -- Solution -- Discussion -- See Also -- 2.11 Archiving a Tree of Files into a Compressed tar File -- Problem -- Solution -- Discussion -- See Also -- 2.12 Sending Binary Data to Standard Output Under Windows -- Problem -- Solution -- Discussion -- See Also -- 2.13 Using a C++-like iostream Syntax -- Problem -- Solution -- Discussion -- See Also -- 2.14 Rewinding an Input File to the Beginning -- Problem -- Solution -- Discussion -- See Also -- 2.15 Adapting a File-like Object to a True File Object -- Problem -- Solution -- Discussion -- See Also -- 2.16 Walking Directory Trees -- Problem -- Solution -- Discussion -- See Also -- 2.17 Swapping One File Extension for Another Throughout a Directory Tree -- Problem -- Solution -- Discussion -- See Also -- 2.18 Finding a File Given a Search Path -- Problem -- Solution -- Discussion -- See Also -- 2.19 Finding Files Given a Search Path and a Pattern -- Problem -- Solution -- Discussion -- See Also -- 2.20 Finding a File on the Python Search Path -- Problem -- Solution -- Discussion -- See Also -- 2.21 Dynamically Changing the Python Search Path -- Problem -- Solution -- Discussion -- See Also -- 2.22 Computing the Relative Path from One Directory to Another -- Problem -- Solution -- Discussion -- See Also -- 2.23 Reading an Unbuffered Character in a Cross-Platform Way -- Problem -- Solution -- Discussion -- See Also -- 2.24 Counting Pages of PDF Documents on Mac OS X -- Problem -- Solution -- Discussion -- See Also -- 2.25 Changing File Attributes on Windows -- Problem -- Solution -- Discussion -- See Also -- 2.26 Extracting Text from OpenOffice.org Documents -- Problem -- Solution -- Discussion -- See Also -- 2.27 Extracting Text from Microsoft Word Documents -- Problem -- Solution -- Discussion -- See Also -- 2.28 File Locking Using a Cross-Platform API…”
    Libro electrónico
  6. 7766
    Publicado 2015
    Tabla de Contenidos: “…Creating composite primary keys -- Indexing Access Tables -- The importance of indexes -- Multiple-field indexes -- When to index tables -- Printing a Table Design -- Saving the Completed Table -- Manipulating Tables -- Renaming tables -- Deleting tables -- Copying tables in a database -- Copying a table to another database -- Adding Records to a Database Table -- Understanding Attachment Fields -- Chapter 4: Understanding Table Relationships -- Building Bulletproof Databases -- Data Normalization and Denormalization -- First normal form -- Second normal form -- Identifying entities -- Less obvious entities -- Breaking the rules -- Third normal form -- Denormalization -- Table Relationships -- Connecting the data -- One-to-one -- One-to-many -- Many-to-many -- Integrity Rules -- No primary key can contain a null value -- All foreign key values must be matched by corresponding primary keys -- Keys -- Deciding on a primary key -- Looking at the benefits of a primary key -- Designating a primary key -- Single-field versus composite primary keys -- Natural versus surrogate primary keys -- Creating primary keys -- Creating relationships and enforcing referential integrity -- Specifying the join type between tables -- Enforcing referential integrity -- Viewing all relationships -- Deleting relationships -- Following application-specific integrity rules -- Chapter 5: Working with Access Tables -- Understanding Datasheets -- Looking at the Datasheet Window -- Moving within a datasheet -- Using the Navigation buttons -- Examining the Datasheet Ribbon -- Views -- Clipboard -- Sort &amp -- Filter -- Records -- Find -- Window -- Text Formatting -- Opening a Datasheet -- Entering New Data -- Saving the record -- Understanding automatic data-type validation -- Knowing how properties affect data entry -- Standard text data entry -- Date/Time data entry…”
    Libro electrónico
  7. 7767
    Publicado 2016
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Book I Common Office Tasks -- Chapter 1 Office Nuts and Bolts -- A Survey of Office Applications -- All about Office 365 -- Finding Your Way Around the Office Interface -- The File tab and Backstage -- The Quick Access toolbar -- The Ribbon and its tabs -- Context-sensitive tabs -- The anatomy of a tab -- Mini-toolbars and shortcut menus -- Office 2016 for keyboard lovers -- Saving Your Files -- Saving a file -- Saving a file for the first time -- Saving AutoRecovery information -- Navigating the Save As and Open Windows -- Opening and Closing Files -- Opening a file -- Closing a file -- Reading and Recording File Properties -- Locking a File with a Password -- Password-protecting a file -- Removing a password from a file -- Chapter 2 Wrestling with the Text -- Manipulating the Text -- Selecting text -- Moving and copying text -- Taking advantage of the Clipboard task pane -- Deleting text -- Changing the Look of Text -- Choosing fonts for text -- Changing the font size of text -- Applying font styles to text -- Applying text effects to text -- Underlining text -- Changing the color of text -- Quick Ways to Handle Case, or Capitalization -- Entering Symbols and Foreign Characters -- Creating Hyperlinks -- Linking a hyperlink to a web page -- Creating a hyperlink to another place in your file -- Creating an email hyperlink -- Repairing and removing hyperlinks -- Chapter 3 Speed Techniques Worth Knowing About -- Undoing and Repeating Commands -- Undoing a mistake -- Repeating an action - and quicker this time -- Zooming In, Zooming Out -- Viewing a File Through More Than One Window -- Correcting Typos on the Fly…”
    Libro electrónico
  8. 7768
    por Cook, Jim
    Publicado 2005
    Tabla de Contenidos: “…Getting started -- 3.1 Enhancements to Job Watcher at V5R3M0 -- 3.1.1 The collection engine -- 3.1.2 GUI -- 3.1.3 Naming -- 3.2 How to obtain Job Watcher -- 3.3 Starting a Job Watcher collection -- 3.3.1 Connecting to your system -- 3.3.2 Access Job Watcher -- 3.3.3 Starting the Job Watcher collection wizard -- 3.3.4 Data collection options -- 3.3.5 Job and task options -- 3.3.6 More on selecting specific jobs and tasks -- 3.3.7 Ending Options window -- 3.3.8 Job Watcher Wizard summary -- 3.3.9 Active Job Watcher -- 3.4 Stopping a Job Watcher collection -- 3.5 Viewing Job Watcher data -- 3.5.1 Job Watcher view -- 3.5.2 iDoctor preferences -- 3.5.3 Reports and graphs: Example 1 -- 3.5.4 Graphs and reports: Example 2 -- 3.5.5 Tabs in the Interval Details window…”
    Libro electrónico
  9. 7769
    por Duarte, Alejandro
    Publicado 2013
    Tabla de Contenidos: “…-- Have a go hero - improve user experience -- Shortcuts for Window and Panel -- Pop quiz - navigation capabilities -- Summary -- 5. …”
    Libro electrónico
  10. 7770
    por Creighton, Ryan Henson
    Publicado 2013
    Tabla de Contenidos: “…Hammer time -- Fight Some Angry Bots -- The wonders of technology! -- The Scene window -- The Game window -- The Hierarchy panel -- The Project panel -- The Inspector panel -- Heads Up? …”
    Libro electrónico
  11. 7771
    Publicado 2018
    Tabla de Contenidos: “…Upgrading vCenter Server 5.5 on Windows…”
    Libro electrónico
  12. 7772
    Publicado 2010
    Tabla de Contenidos: “…Cover -- Table of Contents -- Introduction -- Hour 1 Get to Know Microsoft Expression Web 4 -- Introducing Expression Web 4 -- Getting and Installing Expression Web 4 -- Getting Acquainted With the Workspace -- The Program Bar -- The Menu Bar -- Common and Other Toolbars -- Code, Design, and Split View -- Left and Right Panels -- Status Bar -- Changing and Customizing the Workspace -- Summary -- Q&A -- Workshop -- Quiz -- Answers -- Hour 2 Beginning At the End: A Walkthrough of the Finished Project -- Introduction -- Working With a Completed Website -- Previewing the Site in Your Browser -- Setting Up a Website and Building Pages -- Hyperlinks -- Images -- Tables -- Styling the Content -- Page Layout -- Buttons -- Behaviors -- Frames and Layers -- The Main Menu -- Contact Forms -- Flash and Silverlight Galleries -- Exploring the Website in Expression Web 4 -- Keeping Your Pages Functional -- Summary -- Q&A -- Exercise -- Hour 3 A Website Is Really Just Text: Build One in 5 Minutes -- Introduction -- Creating a New Website -- Creating Your First Web Page -- Testing Your Web Page in Multiple Browsers -- Superpreview: A Sneak Preview -- Summary -- Q&A -- Workshop -- Quiz -- Answers -- Hour 4 Building a Home Page: A Look Behind the Curtain -- Introduction -- Opening and Editing An Existing File Using Code View -- Importing Styled Text From a Document -- Cleaning Up Imported Text -- Further Reading -- Summary -- Q&A -- Workshop -- Quiz -- Answer -- Exercise -- Hour 5 Getting Connected With (Hyper) Links: The Cornerstone of the World Wide Web -- Introduction -- Import a New Page and Create An Internal Hyperlink -- Creating External Links and New Windows -- Creating Internal Links Within Documents Using Bookmarks -- Creating An Email Hyperlink -- Summary -- Q&A -- Workshop -- Quiz -- Answers -- Exercise…”
    Libro electrónico
  13. 7773
    Publicado 2013
    Tabla de Contenidos: “…-- A New Name, a New Owner, a Familiar Operating System -- Solaris Now "Goes to 11" -- A Short Review of Solaris' Long History -- The Future of Solaris -- Solaris 11 Licensing -- Solaris Communities -- Solaris 11 Documentation -- For Those Moving from Solaris 10 to Solaris 11 -- Summary -- Reference -- Chapter 2: Getting Ready for Solaris 11 -- Where Solaris 11 Runs: Hardware Requirements -- The Application Guarantee Program -- Testing Your x86 System for Solaris 11 Compatibility -- The Oracle Solaris 11 Live Media -- Running the Solaris 11 Live Media -- Preparing Your x86 System for Solaris 11 Installation -- Disk Partitions -- Other Installation Methods -- Summary -- References -- Chapter 3: Installation Options -- How to Get Solaris 11 -- Downloads -- Licensing -- Write to DVD -- Write to a USB Key -- A Focus on Workstations -- A Range of Installation Scenarios -- New Systems -- Linux -- Microsoft Windows -- Solaris 10 -- Notes on Virtual Machines -- The GUI Interactive Installation -- Boot the Live Media -- Answer Basic Questions -- Start the Interactive GUI Installation -- Basic Parameters -- Risks -- Partitions for Solaris and More -- Time Zones and Locales -- Users and Hostnames -- Final Step -- Multiboot Situations -- GRUB on Solaris -- A GRUB Option for Windows -- A GRUB Option for Linux -- Configure a GRUB Password -- A Triple-Boot Scenario -- Summary -- References -- Chapter 4: Alternative Oracle Solaris 11 Installation Methods -- SPARC and x86 Systems…”
    Libro electrónico
  14. 7774
    Publicado 2004
    Tabla de Contenidos: “…Internet printing scenarios -- 11.1 Internet printing protocol (IPP) -- 11.1.1 IPP clients, servers and printers -- 11.1.2 IPP on the iSeries -- 11.1.3 Security -- 11.2 Configuring IPP -- 11.2.1 Configure the iSeries IPP server -- 11.2.2 Start the IPP server -- 11.2.3 Configure the Windows 2000 based client to use this IPP printer. -- 11.2.4 Test the configuration -- 11.3 Configuring the IPP client on the iSeries -- 11.3.1 Configure the iSeries IPP client -- 11.3.2 Test the configuration -- 11.4 Securing the IPP server -- 11.4.1 Configure the iSeries IPP server to use SSL -- 11.4.2 Create a Certificate Authority, *SYSTEM store, and a server certificate -- 11.4.3 Configure the client for secure connections -- 11.4.4 Test the configuration -- Appendix A. …”
    Libro electrónico
  15. 7775
    Publicado 2023
    Tabla de Contenidos: “…-- Key Components of EC2 -- Amazon Machine Images (AMIs) -- Storage -- Controlling Access with Security Groups -- Customizing an Instance on Creation -- Instance Role and Permissions -- Creating and Configuring an EC2 Instance -- Connecting to the Instance with the Management Console -- Remote Desktop Connections to Windows Instances…”
    Libro electrónico
  16. 7776
    Publicado 2024
    Tabla de Contenidos:
    Libro electrónico
  17. 7777
    Publicado 2023
    Tabla de Contenidos: “…. -- Exploring ProBuilder Boolean operations to add a window to our house -- Getting ready…”
    Libro electrónico
  18. 7778
    Publicado 2024
    Tabla de Contenidos: “…-- Roles in a team for Git -- Downloading the latest Git -- Git integration with Visual Studio -- Configuring your Git identity -- Configuring SSH signature enforcement -- Configuring your default branch -- Getting help for Git -- Working with Git -- Starting with a Git repository -- Creating and adding files to a Git repository in theory -- Tracking changes in Git -- Creating a Git repository in practice -- Creating a new project -- Committing files -- Undoing a commit -- Cleaning a commit -- Stashing -- Ignoring files -- Reviewing Git repositories -- Viewing differences in files -- Viewing your commit history -- Filtering log output -- Managing remote repositories -- Branching and merging -- Walking through a branching and merging example -- Deleting and listing branches -- Summary of common Git commands -- Practicing and exploring -- Exercise 3.1 - Online-only material -- Exercise 3.2 - Practice exercises -- Exercise 3.3 - Test your knowledge -- Exercise 3.4 - Explore topics -- Summary -- Chapter 4: Debugging and Memory Troubleshooting -- Debugging strategies -- Introducing debugging strategies -- Understanding the problem -- How to start debugging -- When to give up debugging -- Interactive debugging with Visual Studio -- Creating code with objects to view -- Setting a breakpoint and starting debugging -- Navigating with the debugging toolbar -- Debugging windows -- Controlling what appears in debug panes -- Debugging test projects -- Asking GitHub Copilot Chat for debugging help -- Understanding stack and heap memory -- How reference and value types are stored in memory -- Understanding unsafe code -- Understanding pointers -- Other uses of pointers…”
    Libro electrónico
  19. 7779
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Package Installation and Management -- Introducing Anaconda -- Installing Python using Anaconda -- Running a Jupyter Notebook -- Running a Notebook -- Creating a new Notebook -- Adding code -- Managing Python packages -- Managing packages with Anaconda Navigator -- Online searching for packages using Anaconda Cloud -- Managing Python packages with conda -- Managing Python packages using pip -- Upgrading and uninstalling the package with pip -- Python virtual environments -- Virtual environments using Anaconda -- Managing environments with conda -- Virtual environments using virtualenv -- Summary -- Chapter 2: Introduction to Geospatial Code Libraries -- Geospatial Data Abstraction Library (GDAL) and the OGR Simple Features Library -- Installing GDAL -- Installing GDAL using Anaconda3 -- Installing GDAL using conda -- Installing GDAL using pip -- Installing a second GDAL version using pip -- Other recommended GDAL resources -- GEOS -- Installing GEOS -- Shapely -- Installing Shapely -- Fiona -- Installing Fiona -- Python shapefile library (pyshp) -- Installing pyshp -- pyproj -- Installing pyproj -- Rasterio -- Rasterio dependencies -- Installation of Rasterio -- GeoPandas -- GeoPandas installation -- GeoPandas dependencies -- How it all works together -- Summary -- Chapter 3: Introduction to Geospatial Databases -- Installing PostgreSQL and PostGIS on Windows -- Installing PostgreSQL and PostGIS on Mac -- Working with PostgreSQL and PostGIS using Python -- Connecting to PostgreSQL using psycopg2 -- Installing psycopg2 -- Connecting to the database and creating a table -- Adding data to the table -- Shapely -- Querying the data -- Changing the CRS -- Buffer -- Distance and near -- Lines in the database -- Length of a line…”
    Libro electrónico
  20. 7780
    Publicado 2024
    Tabla de Contenidos: “…Cover -- FM -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Azure and Cloud Fundamentals -- Making the Most Out of This Book - Your Certification and Beyond -- Technical Requirements -- Understanding the Benefits of Cloud Computing -- Reviewing Cloud Deployment Models -- Examining Cloud Service Models -- Exploring the Core Concepts Of Azure -- Regions and Availability Zones -- Azure Resource Manager -- Resource Providers and Resource Types -- Azure CLI and Azure PowerShell -- Azure PowerShell Module -- Azure CLI -- Summary -- Further Reading -- Exam Readiness Drill - Chapter Review Questions -- Chapter 2: Implementing Azure App Service Web Apps -- Technical Requirements -- Exploring Azure App Service -- App Service Plans -- Exercise 1: Creating an App Service Plan -- App Service Web Apps -- Exercise 2: Creating a Basic Web App Using the Azure Portal -- Authentication and Authorization -- Authentication and Authorization Module -- Authentication Flow -- Exercise 3: Configuring App Service -- Networking Features -- Outbound Flows -- Inbound Flows -- Configuring App Settings and Logging -- Application Settings -- Exercise 4: Configuring Applications in App Service -- Logging -- Windows Only -- Windows and Linux -- Exercise 5: Implementing and Observing Application Logging -- Scaling App Service Apps -- Exercise 6: Configuring Autoscale in Azure App Service -- Leveraging Deployment Slots -- Exercise 7: Mastering Deployment Slots -- Summary -- Further Reading -- Exam Readiness Drill - Chapter Review Questions -- Chapter 3: Implementing Containerized Solutions -- Technical Requirements -- Understanding Containers -- Docker -- Stage 1 - Creating a Dockerfile -- Stage 2 - Building a Container Image -- Stage 3 - Running a Container -- Exercise 1: Creating and Using Containers -- Task 1: Using an Existing Container Image…”
    Libro electrónico