Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 91
- Application software 82
- Design 80
- Development 77
- Web sites 73
- Database management 67
- Web site development 65
- Computer Science 60
- Computer programs 56
- Photography 52
- Programming 45
- Data processing 44
- Digital techniques 42
- Computer graphics 33
- SQL (Computer program language) 32
- HTML (Document markup language) 31
- Electrical & Computer Engineering 30
- JavaScript (Computer program language) 30
- Client/server computing 28
- Economics 27
- Editing 27
- History 27
- Internet programming 27
- Management 27
- Operating systems (Computers) 26
- Telecommunications 26
- Cascading style sheets 25
- Java (Computer program language) 25
- Macintosh (Computer) 24
- SQL server 24
-
1101por Cohen, MartinTabla de Contenidos: “…Solving Puzzles: Reasoning by Analogy -- Investigating Inventiveness and Using Your Imagination -- Understanding the importance of analogies to creativity -- Watching your language -- Seeing how words play tricks -- Confused Comparisons and Muddled Metaphors -- Seeing false analogies in action -- Uncovering false analogies -- Becoming a Thought Experimenter -- Discovering thought experiments -- Dropping Galileo's famous balls: Critical thinking in action -- Splitting brains in half with philosophy -- Answers to Chapter 5's Exercises -- Schrödinger's Cat -- Chapter 6 Thinking in Circles: The Power of Recursion -- Thinking Like a Computer Programmer -- Taking tips on clarity from programmers -- Thinking methodically with algorithms -- Approaching the chaos -- Producing a solution -- Distinguishing between semantics and syntax -- Thinking dialectically -- Sort, Select, Amplify, Generate: Using Design Skills to See New Solutions -- Check all the angles -- State the problem, gather relevant information, and analyze the implications -- Look close, look away, look back -- Try to avoid facts -- Ordering Yourself a Nice, Fresh Argument! …”
Publicado 2024
Libro electrónico -
1102por Barton, RickTabla de Contenidos: “…. -- There's more... -- Dropping schemas to empty components -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating schemas from lists -- Getting ready -- How to do it... -- How it works... -- There's more... -- 3. …”
Publicado 2013
Libro electrónico -
1103Publicado 2018Tabla de Contenidos: “…-- Importing data -- Importing data into pandas from Python data structures -- Importing data into pandas from a flat file -- Importing data into pandas from a database -- Common operations on DataFrames -- Adding columns -- Adding blank or user-initialized columns -- Adding new columns by transforming existing columns -- Dropping columns -- Applying functions to multiple columns -- Combining DataFrames -- Converting DataFrame columns to lists -- Getting and setting DataFrame values -- Getting/setting values using label-based indexing with loc -- Getting/setting values using integer-based labeling with iloc -- Getting/setting multiple contiguous values using slicing -- Fast getting/setting of scalar values using at and iat -- Other operations -- Filtering rows using Boolean indexing -- Sorting rows -- SQL-like operations -- Getting aggregate row COUNTs -- Joining DataFrames -- Introduction to scikit-learn -- Sample data -- Data preprocessing -- One-hot encoding of categorical variables -- Scaling and centering -- Binarization -- Imputation -- Feature-selection -- Machine learning algorithms -- Generalized linear models -- Ensemble methods -- Additional machine learning algorithms…”
Libro electrónico -
1104Publicado 2022Tabla de Contenidos: “…. -- Removing a user without dropping their data -- Getting ready -- How to do it... -- How it works... -- Checking whether all users have a secure password -- How to do it... -- How it works... -- Giving limited superuser powers to specific users -- Getting ready -- How to do it... -- How it works... -- There's more... -- Auditing database access -- Getting ready -- Auditing access -- Auditing SQL -- Auditing table access -- Managing the audit log -- Auditing data changes -- Always knowing which user is logged in -- Getting ready -- How to do it... -- How it works... -- There's more... -- Integrating with LDAP…”
Libro electrónico -
1105por Obermeier, BarbaraTabla de Contenidos: “…Using the Layer and Select menus -- The Layer menu -- The Select menu -- Working with Different Layer Types -- Image layers -- Adjustment layers -- Fill layers -- Shape layers -- Type layers -- Tackling Layer Basics -- Creating a new layer from scratch -- Using Layer via Copy and Layer via Cut -- Duplicating layers -- Dragging and dropping layers -- Using the Paste into Selection command -- Moving a Layer's Content -- Transforming Layers -- Adding Layer Masks -- Flattening and Merging Layers -- Flattening layers -- Merging layers -- Chapter 10 Simple Image Makeovers -- Cropping and Straightening Images -- Cutting away with the Crop tool -- Fixing distortion with the Perspective Crop tool -- Cropping with a selection border -- Straightening images -- Using the Straighten tool -- Using the Straighten menu commands -- Recomposing Images -- Employing One-Step Auto Fixes -- Auto Smart Fix -- Auto Smart Tone -- Auto Levels -- Auto Contrast -- Auto Haze Removal -- Auto Color Correction -- Auto Sharpen -- Auto Red Eye Fix -- Editing in Quick Mode -- Fixing Small Imperfections with Tools -- Cloning with the Clone Stamp tool -- Retouching with the Healing Brush -- Zeroing in with the Spot Healing Brush -- Repositioning with the Content-Aware Move tool -- Lightening and darkening with Dodge and Burn tools -- Smudging away rough spots -- Softening with the Blur tool -- Focusing with the Sharpen tool -- Sponging color on and off -- Replacing one color with another -- Chapter 11 Correcting Contrast, Color, and Clarity -- Editing Your Photos Using a Logical Workflow -- Adjusting Lighting -- Fixing lighting with Shadows/Highlights -- Using Brightness/Contrast -- Pinpointing proper contrast with Levels -- Adjusting Color -- Removing color casts automatically -- Adjusting with Hue/Saturation -- Eliminating color with Remove Color -- Switching colors with Replace Color…”
Publicado 2023
Libro electrónico -
1106Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1: Refactoring with C# inVisual Studio -- Chapter 1: Technical Debt, Code Smells, and Refactoring -- Understanding technical debt and legacy code -- Where technical debt comes from -- Identifying code smells -- Introducing refactoring -- Refactoring tools in Visual Studio -- Case study - Cloudy Skies Airlines -- Summary -- Questions -- Further reading -- Chapter 2: Introduction to Refactoring -- Technical requirements -- Refactoring a baggage price calculator -- Converting properties to auto properties -- Introducing locals -- Introducing constants -- Introducing parameters -- Removing unreachable and unused code -- Extracting methods -- Refactoring manually -- Testing refactored code -- Refactoring in other editors -- Refactoring in Visual Studio Code with the C# Dev Kit -- Refactoring in JetBrains Rider -- Refactoring in Visual Studio with ReSharper -- Summary -- Questions -- Further reading -- Chapter 3: Refactoring Code Flow and Iteration -- Technical requirements -- Refactoring the boarding app -- Controlling program flow -- Inverting if statements -- Dropping else statements after return statements -- Restructuring if statements -- Using ternary operators -- Converting if statements into switch statements -- Converting to switch expressions -- Instantiating objects -- Replacing var with explicit Types -- Simplifying creation with target-typed new -- Using object initializers -- Iterating over collections -- Introducing foreach -- Converting to for loops -- Converting to LINQ -- Refactoring LINQ statements -- Choosing the correct LINQ method -- Combining LINQ methods -- Transforming with Select -- Reviewing and testing our refactored code -- Summary -- Questions -- Further reading -- Chapter 4: Refactoring at the Method Level…”
Libro electrónico -
1107Publicado 2024Tabla de Contenidos:Libro electrónico
-
1108por Ferrone, HarrisonTabla de Contenidos: “…Queues over lists -- Thread-safe pools -- Managing different pooled objects -- Leveraging Unity's ObjectPool class -- Summary -- Further reading -- Chapter 8: Binding Actions with the Command Pattern -- Technical requirements -- Breaking down the Command pattern -- Diagramming the pattern -- Reusable versus single-use commands -- Pros and cons -- Building a basic Command structure -- Creating reusable commands -- Adding a receiver -- Adding an invoker class -- Using an input listener -- Updating the client -- Creating coupled commands -- Implementing an undo/redo system -- Stacking commands -- Adding an undo feature -- Adding a redo feature -- Confirming and clearing commands -- Summary -- Further reading -- Chapter 9: Decoupling Systems with the Observer Pattern -- Technical requirements -- Breaking down the Observer pattern -- Diagramming the pattern -- Pros and cons -- Creating a basic Observer structure -- Writing the abstract base objects -- Making the UI an observer -- Subscribing observers and publishing events -- Pattern strategies and optimizations -- Choosing a communication strategy -- Listening for different state changes -- Cleaning up hanging resources -- Using C# event types -- Delegates and events -- Updating to Action types -- UnityEvents and the Inspector -- Adding Unity events -- Adding UnityEvent parameters -- Persistent versus non-persistent events -- The final boss - drag-and-drop system -- Writing a ScriptableObject event -- Creating listeners -- Creating ScriptableObject event assets -- Invoking the SOEvent -- Connecting the system -- Performance considerations -- Picking the right implementation -- Summary -- Further reading -- Chapter 10: Controlling Behavior with the State Pattern -- Technical requirements -- Breaking down the State pattern -- A little automata theory -- Diagramming the pattern -- Pros and cons…”
Publicado 2024
Libro electrónico -
1109
-
1110Publicado 2013“…In this model, the CFD simulation generates the particle growth and nucleation rates in consideration of fluid dynamics, drying and multiple interactions, such as drops deposition, dust integration and nucleation between different particles (drops, dust and granules)…”
Libro electrónico -
1111Publicado 2020Tabla de Contenidos: “…ELEMENTO OPTGROUP -- ELEMENTO OPTION -- ELEMENTO OUTPUT -- ELEMENTO PROGRESS -- ELEMENTO SELECT -- ELEMENTO TEXTAREA -- ELEMENTOS DISPONIBLES EN CSS -- PROPIEDAD BOX-SIZING -- PROPIEDAD RESIZE -- VALIDACIÓN DE FORMULARIOS -- LA INTERFAZ VALIDITYSTATE -- PROPIEDADES Y MÉTODOS -- EVENTOS -- USABILIDAD Y ACCESIBILIDAD EN LOS FORMULARIOS -- AUTOCOMPLETADO -- ESTRUCTURACIÓN Y OPTIMIZACIÓN -- CAPACIDADES DE LOS DISPOSITIVOS -- COMBOS O DESPLEGABLES -- NÚMERO DE CAMPOS -- NOMBRES DE CAMPO -- TIPOS DE DATOS ESTÁNDAR -- BOTONES Y ENLACES -- RANGOS DE VALORES -- PRÁCTICA 7: PÁGINA DE ACCESO DE "UNIVERES" -- RECURSOS PARA HACER LA PRÁCTICA -- RESOLUCIÓN -- PRÁCTICA 8: EXPERIMENTO DE PÁGINA DE CONTACTO DE "UNIVERES" -- RECURSOS PARA HACER LA PRÁCTICA -- RESOLUCIÓN -- 7- IFRAMES Y OBJETOS -- ELEMENTOS DISPONIBLES EN HTML5 -- ELEMENTO IFRAME -- ELEMENTO OBJECT -- ELEMENTO EMBED -- ELEMENTOS DISPONIBLES EN CSS -- USABILIDAD Y ACCESIBILIDAD EN LOS MARCOS -- IFRAMES Y OBJETOS MULTIMEDIA RESPONSIVE -- 8- ANIMACIONES, TRANSICIONES Y EFECTOS -- TRANSFORMACIONES -- FUNCIÓN DE ESCALADO (SCALE) -- FUNCIÓN DE ROTACIÓN (ROTATE) -- FUNCIÓN DE SESGADO (SKEW) -- FUNCIÓN DE TRASLADO (TRANSLATE) -- FILTROS O EFECTOS -- DESENFOQUE (BLUR) -- BRILLO O ILUMINACIÓN (BRIGHTNESS) -- CONTRASTE (CONTRAST) -- SOMBRA PARALELA (DROP-SHADOW) -- ESCALA DE GRISES (GRAYSCALE) -- ROTACIÓN DE COLOR (HUE-ROTATE) -- INVERSIÓN (INVERT) -- OPACIDAD (OPACITY) -- SATURACIÓN (SATURATE) -- SEPIA (SEPIA) -- TRANSICIONES -- PROPIEDAD TRANSITION-DELAY -- PROPIEDAD TRANSITION-DURATION -- PROPIEDAD TRANSITION-PROPERTY -- PROPIEDAD TRANSITION-TIMING-FUNCTION -- ANIMACIONES -- PRÁCTICA 9: DISEÑO DE UN PLANETA EN 3D -- RECURSOS PARA HACER LA PRÁCTICA -- RESOLUCIÓN -- PRÁCTICA 10: CREACIÓN DE UN LOADER -- RESOLUCIÓN -- 9- METADATOS -- ATRIBUTOS ASOCIADOS A LOS METADATOS -- ATRIBUTO NAME -- EL ATRIBUTO CONTENT…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
1112Publicado 2018Tabla de Contenidos: “…Configuring the character sets -- Language selection -- Time zone settings for MySQL8 -- Locale support -- MySQL 8 server logs -- The error log -- Component configuration -- Default error log destination configuration -- Default error log destination on Windows -- Default error log destination on Unix and Unix-Like systems -- The general query log -- The binary log -- The slow query log -- The DDL log -- Server log maintenance -- Summary -- Chapter 6: MySQL 8 Storage Engines -- Overview of storage engines -- MySQL storage engine architecture -- Several types of storage engine -- Overview of the InnoDB storage engine -- Custom storage engine -- Several types of storage engines -- Pluggable storage engine architecture -- The common database server layer -- Setting the storage engine -- The MyISAM storage engine -- The MEMORY storage engine -- The CSV storage engine -- The ARCHIVE storage engine -- The BLACKHOLE storage engine -- The MERGE storage engine -- The FEDERATED storage engine -- The EXAMPLE storage engine -- The InnoDB storage engine -- ACID model -- Multiversioning -- Architecture -- Locking and transaction model -- Configuration -- Tablespaces -- Tables and indexes -- INFORMATION_SCHEMA tables -- Memcached plugin -- Creating a custom storage engine -- Creating storage engine source files -- Adding engine-specific variables and parameters -- Creating the handlerton -- Handling handler installation -- Defining filename extensions -- Creating tables -- Opening a table -- Implementing basic table scanning -- Closing a table -- Reference for advanced custom storage engine -- Summary -- Chapter 7: Indexing in MySQL 8 -- An overview on indexing -- Uses of indexes in MySQL 8 -- SQL commands related to indexes -- Creating an INDEX command -- Spatial index characteristics -- Non-spatial index characteristics -- Drop index command…”
Libro electrónico -
1113Publicado 2018Tabla de Contenidos: “…Using event types to group results -- Calculating top for a large time frame -- Summary index searches -- Using CSV files to store transient data -- Pre-populating a dropdown -- Creating a running calculation for a day -- Summary -- Chapter 11: Configuring Splunk -- Locating Splunk configuration files -- The structure of a Splunk configuration file -- The configuration merging logic -- The merging order -- The merging order outside of search -- The merging order when searching -- The configuration merging logic -- Configuration merging - example 1 -- Configuration merging - example 2 -- Configuration merging - example 3 -- Configuration merging - example 4, search -- Using btool -- An overview of Splunk.conf files -- props.conf -- Common attributes -- Search-time attributes -- Index-time attributes -- Parse-time attributes -- Input-time attributes -- Stanza types -- Priorities inside a type -- Attributes with class -- inputs.conf -- Common input attributes -- Files as inputs -- Using patterns to select rolled logs -- Using blacklist and whitelist -- Selecting files recursively -- Following symbolic links -- Setting the value of the host from the source -- Ignoring old data at installation -- When to use crcSalt -- Destructively indexing files -- Network inputs -- Native Windows inputs -- Scripts as inputs -- transforms.conf -- Creating indexed fields -- Creating a loglevel field -- Creating a session field from the source -- Creating a tag field -- Creating host categorization fields -- Modifying metadata fields -- Overriding the host -- Overriding the source -- Overriding sourcetype -- Routing events to a different index -- Lookup definitions -- Wildcard lookups -- CIDR wildcard lookups -- Using time in lookups -- Using REPORT -- Creating multivalue fields -- Creating dynamic fields -- Chaining transforms -- Dropping events -- fields.conf…”
Libro electrónico -
1114por OECDTabla de Contenidos: “…Environmental performance: Trends and recent developments -- Belgium may achieve its 2020 climate targets, but it lacks a long-term vision shared by the federal and regional governments to reach 2030 targets aligned with climate neutrality -- Air emissions have dropped, but air pollution remains a health concern -- Material productivity is high and municipal waste management is efficient -- Intensive agriculture is a major environmental pressure -- Better management of protected areas is required to improve the conservation of habitats and species -- More needs to be done to improve water quality -- 1.2. …”
Publicado 2021
Libro electrónico -
1115Publicado 2016Tabla de Contenidos: “…Health un-insurance has dropped since 2013 -- Meeting environmental challenges -- Box 8. …”
Libro electrónico -
1116por Mischel, MagnusTabla de Contenidos: “…Writing Rules -- SecRule syntax -- Variables and collections -- The transaction collection -- Storing data between requests -- Examining several variables -- Quotes: Sometimes you need them and sometimes you don't -- Creating chained rules -- Rule IDs -- An introduction to regular expressions -- Examples of regular expressions -- More about regular expressions -- Using @rx to block a remote host -- Simple string matching -- Matching numbers -- More about collections -- Counting items in collections -- Filtering collection fields using a regular expression -- Built-in fields -- Transformation functions -- Other operators -- Set-based pattern matching with @pm and @pmFromFile -- @pmFromFile -- Performance of the phrase matching operators -- Validating character ranges -- Phases and rule ordering -- Actions-what to do when a rule matches -- Allowing requests -- Blocking requests -- Taking no action but continuing rule processing -- Dropping requests -- Redirecting and proxying requests -- SecAction -- Using the ctl action to control the rule engine -- How to use the ctl action…”
Publicado 2009
Libro electrónico -
1117Publicado 2018Tabla de Contenidos: “…Chapter 10 Masters of the Universe Meet the Templates of Doom -- Working with Masters -- Modifying the Slide Master -- Working with the Slide Master and Edit Master tabs -- Adding recurring text or other elements -- Applying themes to your Masters -- Adding new layouts -- Adjusting the Handout and Notes Masters -- Changing the Handout Master -- Changing the Notes Master -- Using Masters -- Overriding the Master text style -- Hiding background objects -- Using Headers and Footers -- Adding a date, number, or footer to slides -- Adding a header or footer to notes or handouts pages -- Editing the header and footer placeholders directly -- Yes, You Can Serve Two Masters -- Creating a new Slide Master -- Applying Masters -- Preserving your masters -- Restoring Lost Placeholders -- Working with Templates -- Creating a new template -- Creating a presentation based on a template -- Working with Presentation Sections -- Part 3 Embellishing Your Slides -- Chapter 11 Inserting Pictures -- Exploring the Many Types of Pictures -- Bitmap pictures -- Victor, give me a vector -- Using Pictures -- Dropping in a picture -- Moving, sizing, and stretching pictures -- Inserting Pictures from a File -- Cropping a Picture -- Adding Style to Your Pictures -- Applying a picture border -- Applying picture effects -- Correcting Sharpness, Brightness, and Contrast -- Adjusting Color -- Applying Artistic Effects -- Compressing Your Pictures -- Removing Picture Backgrounds -- Working with 3D Models -- Chapter 12 Drawing on Your Slides -- Some General Drawing Tips -- Zooming in -- Displaying the ruler, gridlines, and guides -- Sticking to the color scheme -- Saving frequently -- Remembering Ctrl+Z -- Drawing Simple Objects -- Drawing straight lines -- Drawing rectangles, squares, ovals, and circles -- Creating Other Shapes -- Drawing a shape -- Drawing a polygon or free-form shape…”
Libro electrónico -
1118Publicado 2016Tabla de Contenidos: “…Modifying the Slide Master -- Working with the Slide Master and Edit Master tabs -- Adding recurring text or other elements -- Applying themes to your Masters -- Adding new layouts -- Adjusting the Handout and Notes Masters -- Changing the Handout Master -- Changing the Notes Master -- Using Masters -- Overriding the Master text style -- Hiding background objects -- Using Headers and Footers -- Adding a date, number, or footer to slides -- Adding a header or footer to notes or handouts pages -- Editing the header and footer placeholders directly -- Yes, You Can Serve Two Masters -- Creating a new Slide Master -- Applying Masters -- Preserving your masters -- Restoring Lost Placeholders -- Working with Templates -- Creating a new template -- Creating a presentation based on a template -- Working with Presentation Sections -- Part III Embellishing Your Slides -- Chapter 11 Inserting Pictures -- Exploring the Many Types of Pictures -- Bitmap pictures -- Victor, give me a vector -- Using Pictures -- Dropping in a picture -- Moving, sizing, and stretching pictures -- Inserting Pictures from a File -- Cropping a Picture -- Adding Style to Your Pictures -- Applying a picture border -- Applying picture effects -- Correcting Sharpness, Brightness, and Contrast -- Adjusting Color -- Applying Artistic Effects -- Compressing Your Pictures -- Removing Picture Backgrounds -- Chapter 12 Drawing on Your Slides -- Some General Drawing Tips -- Zooming in -- Displaying the ruler, gridlines, and guides -- Sticking to the color scheme -- Saving frequently -- Remembering Ctrl+Z -- Drawing Simple Objects -- Drawing straight lines -- Drawing rectangles, squares, ovals, and circles -- Creating Other Shapes -- Drawing a shape -- Drawing a polygon or free-form shape -- Drawing a curved line or shape -- Creating a text box -- Styling Your Shapes -- Setting the shape fill…”
Libro electrónico -
1119Publicado 2016Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- How This Book Is Organized -- Part I: Getting Started With Outlook 2016 -- Part II: Taming the Email Beast -- Part III: Managing Contacts, Dates, Tasks, and More -- Part IV: Beyond the Basics: Tips and Tricks You Won't Want to Miss -- Part V: Outlook at Work -- Part VI: The Part of Tens -- Conventions Used in This Book -- Dialog boxes -- Ribbons and tabs -- Keyboard shortcuts -- Icons Used in This Book -- Part I Getting Started With Outlook 2016 -- Chapter 1 Outlook Features You Really Need to Know -- Explaining Why So Many People Use Outlook -- Doing Anything in Outlook the Easy Way -- Using Email: Basic Delivery Techniques -- Reading email -- Answering email -- Creating new email messages -- Sending a File -- Maintaining Your Calendar -- Entering an appointment -- Managing your schedule -- Adding a Contact -- Entering a Task -- Taking Notes -- Chapter 2 Inside Outlook: Getting More Done With Less Effort -- Outlook and Other Programs -- There's No Place Like Home: Outlook's Main Screen -- Looking at modules -- Using the Folder pane -- The Information Viewer: Outlook's hotspot -- Navigating folders -- Tying It All Together: The Ribbon -- Viewing ScreenTips -- Using the New Items button -- Finding Things in a Flash With Instant Search -- Taking Peeks -- Getting Help in Outlook -- Chapter 3 On the Fast Track: Drag 'Til You Drop -- Dragging -- Dispatching Tasks in a Flash -- Making Time Stand Still With Calendar Wizardry -- Keeping Friends Close and Enemies Closer -- Creating Instant Email Messages -- Creating email from a name in your Contacts list -- Creating an email from an appointment -- Expanding Your Outlook Workspace -- Zen of the Right Button -- Part II Taming the Email Beast -- Chapter 4 The Essential Secrets of Email…”
Libro electrónico -
1120Publicado 2015Tabla de Contenidos: “…Entering numbers with fractions -- Using a form for data entry -- Entering the current date or time into a cell -- Applying Number Formatting -- Using automatic number formatting -- Formatting numbers by using the Ribbon -- Using shortcut keys to format numbers -- Formatting numbers by using the Format Cells dialog box -- Adding your own custom number formats -- Chapter 3: Essential Worksheet Operations -- Learning the Fundamentals of Excel Worksheets -- Working with Excel windows -- Moving and resizing windows -- Switching among windows -- Closing windows -- Activating a worksheet -- Adding a new worksheet to your workbook -- Deleting a worksheet you no longer need -- Changing the name of a worksheet -- Changing a sheet tab color -- Rearranging your worksheets -- Hiding and unhiding a worksheet -- Controlling the Worksheet View -- Zooming in or out for a better view -- Viewing a worksheet in multiple windows -- Comparing sheets side by side -- Splitting the worksheet window into panes -- Keeping the titles in view by freezing panes -- Monitoring cells with a Watch Window -- Working with Rows and Columns -- Inserting rows and columns -- Deleting rows and columns -- Changing column widths and row heights -- Changing column widths -- Changing row heights -- Hiding rows and columns -- Chapter 4: Working with Cells and Ranges -- Understanding Cells and Ranges -- Selecting ranges -- Selecting complete rows and columns -- Selecting noncontiguous ranges -- Selecting multisheet ranges -- Selecting special types of cells -- Selecting cells by searching -- Copying or Moving Ranges -- Copying by using Ribbon commands -- Copying by using shortcut menu commands -- Copying by using shortcut keys -- Copying or moving by using drag-and-drop -- Copying to adjacent cells -- Copying a range to other sheets -- Using the Office Clipboard to paste…”
Libro electrónico