Mostrando 3,421 - 3,440 Resultados de 6,504 Para Buscar '"The Set Up"', tiempo de consulta: 0.23s Limitar resultados
  1. 3421
    Publicado 2003
    Tabla de Contenidos: “…-- 1.6 What's new in the Sametime 3.1 APIs -- 1.6.1 Reverse proxy support -- 1.6.2 Multiplatform support in STLinks Toolkit -- 1.6.3 Status on login support -- 1.6.4 STLinks scalability upgrade -- 1.6.5 Fixed window size and place in chat dialogs -- 1.7 The structure of this redbook -- Chapter 2. Setting up the development environment -- 2.1 Setting up the development environment -- 2.2 Installing the toolkits -- 2.2.1 Sametime Software Development Kit (SDK) documentation -- 2.3 The Java Client and Community Server Toolkits -- 2.3.1 IBM WebSphere Studio Application Developer 5.0 -- 2.3.2 Borland JBuilder -- 2.3.3 Sun JDK -- 2.3.4 Installing the C++ Toolkits -- 2.3.5 Microsoft Visual C++ -- 2.4 Installing the COM Toolkit -- 2.4.1 Microsoft Visual Basic -- Part 2 Sametime enabling applications -- Chapter 3. …”
    Libro electrónico
  2. 3422
    Publicado 2018
    Tabla de Contenidos: “…. -- There's more... -- Setting up the client to use LDAP -- Replacement for the User Name Map feature -- See also -- Connecting using SSL -- Getting ready -- How to do it... -- How it works... -- There's more... -- Getting the SSL key and certificate -- Setting up a client to use SSL -- Checking server authenticity -- Using SSL certificates to authenticate -- Getting ready -- How to do it... -- How it works... -- There's more... -- Avoiding duplicate SSL connection attempts -- Using multiple client certificates -- Using the client certificate to select the database user -- See also -- Mapping external usernames to database roles -- Getting ready -- How to do it... -- How it works... -- There's more... -- Encrypting sensitive data -- Getting ready -- How to do it... -- How it works... -- There's more... -- For really sensitive data -- For really, really, really sensitive data! …”
    Libro electrónico
  3. 3423
    Publicado 2018
    Tabla de Contenidos: “…-- Configuring relationships -- Global query filters -- Compiled queries -- In-memory provider for testing -- Summary -- Chapter 2: Setting Up the Development Environment -- Choosing a web browser -- Installing frontend tools and dependencies -- Installing Node and npm -- Installing Vue -- npm or Yarn? …”
    Libro electrónico
  4. 3424
    Publicado 2018
    Tabla de Contenidos: “…Mocking beans -- Why we mock -- Setting up a mock -- Returning mocked values -- Verifying Mock invocation -- Fluent tests -- Adding Kluent -- Testing our services expressively -- Testing our controller expressively -- Summary -- Chapter 10: Monitoring Microservices -- Understanding monitoring -- What is monitoring? …”
    Libro electrónico
  5. 3425
    Publicado 2021
    Tabla de Contenidos: “…-- Class recap -- Looking at the code for a class -- Class implementation -- Declaring, initializing, and using an object of the class -- Basic classes mini-app -- Creating your first class -- More things we can do with our first class -- Encapsulation -- Controlling class use with access modifiers -- Controlling variable use with access modifiers -- Methods have access modifiers too -- Accessing private variables with getters and setters -- Setting up our objects with constructors -- Using "this -- Static methods -- Encapsulation and static methods mini-app -- OOP and inheritance -- Inheritance mini-app -- Polymorphism -- Abstract classes -- Interfaces -- Starting the Pong game -- Planning the Pong game -- Setting up the Pong project -- Refactoring MainActivity to PongActivity -- Locking the game to fullscreen and landscape orientation -- Amending the code to use the full screen and the best Android class -- Summary -- Chapter 9: The Game Engine, Threads, and the Game Loop -- Coding the PongActivity class -- Coding the PongGame class -- Thinking ahead about the PongGame class -- Adding the member variables -- Coding the PongGame constructor -- Coding the startNewGame method -- Coding the draw method -- Understanding the draw method and the SurfaceView class -- The game loop -- Getting familiar with threads -- Problems with threads -- Java try-catch exception handling -- Implementing the game loop with a thread -- Implementing Runnable and providing the run method -- Coding the thread -- Starting and stopping the thread -- The activity lifecycle…”
    Libro electrónico
  6. 3426
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Hadoop -- Hadoop Distributed File System -- High availability -- Intra-DataNode balancer -- Erasure coding -- Port numbers -- MapReduce framework -- Task-level native optimization -- YARN -- Opportunistic containers -- Types of container execution -- YARN timeline service v.2 -- Enhancing scalability and reliability -- Usability improvements -- Architecture -- Other changes -- Minimum required Java version -- Shell script rewrite -- Shaded-client JARs -- Installing Hadoop 3 -- Prerequisites -- Downloading -- Installation -- Setup password-less ssh -- Setting up the NameNode -- Starting HDFS -- Setting up the YARN service -- Erasure Coding -- Intra-DataNode balancer -- Installing YARN timeline service v.2 -- Setting up the HBase cluster -- Simple deployment for HBase -- Enabling the co-processor -- Enabling timeline service v.2 -- Running timeline service v.2 -- Enabling MapReduce to write to timeline service v.2 -- Summary -- Chapter 2: Overview of Big Data Analytics -- Introduction to data analytics -- Inside the data analytics process -- Introduction to big data -- Variety of data -- Velocity of data -- Volume of data -- Veracity of data -- Variability of data -- Visualization -- Value -- Distributed computing using Apache Hadoop -- The MapReduce framework -- Hive -- Downloading and extracting the Hive binaries -- Installing Derby -- Using Hive -- Creating a database -- Creating a table -- SELECT statement syntax -- WHERE clauses -- INSERT statement syntax -- Primitive types -- Complex types -- Built-in operators and functions -- Built-in operators -- Built-in functions -- Language capabilities -- A cheat sheet on retrieving information -- Apache Spark -- Visualization using Tableau -- Summary…”
    Libro electrónico
  7. 3427
    Publicado 2017
    Tabla de Contenidos: “…-- Sketching the idea of how it works -- Setting up the spawning system -- Managing waves -- The single wave -- The main menu -- Designing the main menu -- Creating the main menu in another scene -- Loading scenes through scripts -- Techniques we learnt in this chapter -- Homework -- Summary -- Chapter 8: What Is beyond the Cake? …”
    Libro electrónico
  8. 3428
    Publicado 2017
    Tabla de Contenidos: “…. -- There's more... -- Setting up the client to use LDAP -- Replacement for the User Name Map feature -- See also -- Connecting using SSL -- Getting ready -- How to do it... -- How it works... -- There's more... -- Getting the SSL key and certificate -- Setting up a client to use SSL -- Checking server authenticity -- Using SSL certificates to authenticate -- Getting ready -- How to do it…”
    Libro electrónico
  9. 3429
    Publicado 2018
    Tabla de Contenidos:
    Libro electrónico
  10. 3430
    Publicado 2023
    Tabla de Contenidos:
    Libro electrónico
  11. 3431
    Publicado 2023
    Tabla de Contenidos:
    Libro electrónico
  12. 3432
    Publicado 2017
    Tabla de Contenidos: “…Looking at different performance evaluation metrics -- Reading a confusion matrix -- Optimizing the precision and recall of a classification model -- Plotting a receiver operating characteristic -- Scoring metrics for multiclass classification -- Dealing with class imbalance -- Summary -- Chapter 7: Combining Different Models for Ensemble Learning -- Learning with ensembles -- Combining classifiers via majority vote -- Implementing a simple majority vote classifier -- Using the majority voting principle to make predictions -- Evaluating and tuning the ensemble classifier -- Bagging - building an ensemble of classifiers from bootstrap samples -- Bagging in a nutshell -- Applying bagging to classify samples in the Wine dataset -- Leveraging weak learners via adaptive boosting -- How boosting works -- Applying AdaBoost using scikit-learn -- Summary -- Chapter 8: Applying Machine Learning to Sentiment Analysis -- Preparing the IMDb movie review data for text processing -- Obtaining the movie review dataset -- Preprocessing the movie dataset into more convenient format -- Introducing the bag-of-words model -- Transforming words into feature vectors -- Assessing word relevancy via term frequency-inverse document frequency -- Cleaning text data -- Processing documents into tokens -- Training a logistic regression model for document classification -- Working with bigger data - online algorithms and out-of-core learning -- Topic modeling with Latent Dirichlet Allocation -- Decomposing text documents with LDA -- LDA with scikit-learn -- Summary -- Chapter 9: Embedding a Machine Learning Model into a Web Application -- Serializing fitted scikit-learn estimators -- Setting up an SQLite database for data storage -- Developing a web application with Flask -- Our first Flask web application -- Form validation and rendering -- Setting up the directory structure…”
    Libro electrónico
  13. 3433
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started with Spring Boot 2.0 -- Introducing Spring Boot -- Simplifying Spring application development using Spring Boot -- The essential key components of Spring Boot -- Spring Boot Starters -- Spring Boot Starter Parent POM -- Spring Boot auto-configuration -- Enabling Spring Boot auto-configuration -- Spring Boot CLI -- Spring Boot Actuator -- Setting up a Spring Boot workspace -- Setting up Spring Boot with Maven -- Setting up Spring Boot with Gradle -- Developing your first Spring Boot application -- Using a web interface for Spring Initializr -- Creating a Spring Boot project using the STS IDE -- Implementing the REST service -- New features in Spring Boot 2.0 -- Summary -- Chapter 2: Customizing Auto-Configuration in Spring Boot Application -- Understanding auto-configuration -- Learning how auto-configuration works -- Customizing Spring Boot -- Customizing using Spring Boot properties -- Replacing generated beans -- Disabling specific auto-configuration classes -- Changing a library's dependencies -- Externalizing configuration with properties -- Order of evaluation for overridden properties -- Renaming application.properties in the Spring application -- Externally configuring application properties -- Using the @EnableConfigurationProperties annotation -- Fine-tuning with logging -- Logging output -- Using YAML for configuration -- YAML for properties -- Multiple profiles inside a single YAML file -- Customizing application error pages -- Summary -- Chapter 3: Getting Started with Spring CLI and Actuator -- Getting started with using Spring Boot CLI -- Installing the Spring Boot CLI -- Manually installing from a downloaded distribution -- Installation with SDKMAN! …”
    Libro electrónico
  14. 3434
    Publicado 2013
    Tabla de Contenidos: “…-- Modeling File Sources, Including Microsoft Excel -- Overview -- Setting Up Connectivity and Importing File Metadata Using ODBC Drivers -- Creating the Physical Model -- Modeling XML Sources -- Overview -- Setting Up Connectivity to XML Sources…”
    Libro electrónico
  15. 3435
    por Rodriguez, Juan R.
    Publicado 2005
    Tabla de Contenidos: “…9.3 Sample scenario -- 9.3.1 Scenario set up -- 9.3.2 Running the sample scenario -- 9.3.3 PDA clients -- Chapter 10. …”
    Libro electrónico
  16. 3436
    Publicado 2013
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- About the Authors -- About the Technical Editor -- Contents at a Glance -- Contents -- Acknowledgments -- Introduction -- Part I: Implementing and Maintaining Cloud Control 12C -- Chapter 1: Overview of Cloud Control Architecture -- Architectural Developments from GC 10g to CC 12c -- OEM 11g and 12c Use WLS Whereas OEM 10g Uses AS 10g -- Must Preinstall a Database for the Repository in OEM 11g and 12c -- Cloud Control 12c Components -- Cloud Control Console -- Oracle Management Agent -- Oracle Management Service -- Oracle Management Repository -- Data Flow Between Cloud Control Components -- Summary -- Chapter 2: Cloud Control Preinstallation -- Key Architectural Design Decisions -- Decide How Many Cloud Control Environments to Build -- Make Required CC Architectural Choices -- Network Configuration Steps -- Set Up Host Name Resolution -- Fully Qualify Host Name References -- Host Name Constraints -- Use Static IP Addresses -- Connectivity Checks -- Hardware Requirements -- Software Requirements -- Download and Stage CC and Related Software -- Verify Certification Information -- Create Required OS Groups and Users -- Create Required Directories -- Synchronize OS Timestamps/Time Zones -- Confirm Platform-Specific Software Requirements -- Summary -- Chapter 3: Building a Preconfigured Management Repository Database -- Part I: Build a Database with a Preconfigured Repository -- Perform a Software-only Installation of Oracle Database 11gR2 -- Create a Database with the DBCA EM Template -- Part II: Finish Configuring the Repository Database -- Rename CC Datafiles If Using OMF -- Disable Auto Optimizer Statistics Collection -- Set the COMPATIBLE Initialization Parameter -- Create Additional Redo Log Groups If Using OMF -- Confirm Listeners Load Balance Across RAC Nodes…”
    Libro electrónico
  17. 3437
    por Chodorow, Kristina
    Publicado 2013
    Tabla de Contenidos: “…Replication -- Chapter 9. Setting Up a Replica Set -- Introduction to Replication -- A One-Minute Test Setup…”
    Libro electrónico
  18. 3438
    Publicado 2018
    Tabla de Contenidos: “…-- Controlling class use with access modifiers -- Class access in a nutshell -- Controlling variable use with access modifiers -- Variable access summary -- Methods have access modifiers too -- Method access summary -- Accessing private variables with getters and setters -- Setting up our objects with constructors -- Using "this -- Static methods -- Encapsulation and static methods mini-app -- OOP and inheritance -- Inheritance mini-app -- Polymorphism -- Abstract classes -- Interfaces -- Starting the Pong game -- Planning the Pong game -- Setting up the Pong project -- Summary -- Chapter 9: The Game Engine, Threads, and The Game Loop -- Coding the PongActivity class -- Coding the PongGame class -- Coding the PongGame class -- Adding the member variables -- Coding the PongGame constructor -- Coding the startNewGame method -- Coding the draw method -- Adding the printDebuggingText method…”
    Libro electrónico
  19. 3439
    Publicado 2015
    Tabla de Contenidos: “…-- Chapter 2 - Securing the Network -- Information in this chapter -- Securing the network -- Network Firewalls -- Web Server on the Public Internet Network -- Web Server on the Internal Side of the Network -- Web Server in the Demilitarized Zone -- Server Firewalls -- Windows Firewall Inbound Rules -- Windows Firewall Outbound Rules -- Special Requirements for Clustering -- Direct Internet Access -- Public IP addresses versus private IP addresses -- vLANs -- Accessing SQL server from home -- Setting up Routing and Remote Access -- Allowing Users to VPN in to the Network -- Setting up Client VPN Connection -- Physical security -- Keep Your Hands Off My Box -- Open Network Ports -- Unlocked Workstations -- Automatically Locking Computers -- Social engineering -- Finding the instances -- Testing the network security -- Antivirus installation on SQL servers -- Summary -- References -- Chapter 3 - Key Management -- Information in this chapter -- Service master key -- Database master key -- Encryption password management -- Enterprise key management -- High availability and disaster recovery for key management -- Conclusions -- Chapter 4 - Database Encryption -- Information in this chapter: -- Database encryption -- Hashing versus Encryption -- Triple DES -- RC Algorithms -- Advanced Encryption Standard -- Hashing -- SHA2 and SQL Server -- Encrypting Objects -- Encrypting data within tables -- Encrypting within Microsoft SQL Server…”
    Libro electrónico
  20. 3440
    Publicado 2023
    Tabla de Contenidos: “…Making Offers They Can't Refuse -- Don't delay -- Make an offer over the phone -- Prepare and send an official offer letter -- Set a deadline -- Stay connected -- Know how to negotiate salary -- Decide how far you're willing to go in negotiating salary -- Know when to draw the line -- Clarify acceptance details -- Stay in touch -- Part 3 Retaining and Engaging Talent -- Chapter 10 Onboarding: Setting Up New Team Members for Success -- Explaining What Onboarding Is -- Integrating New Team Members into the Organization -- Recognizing Three Unproductive Approaches That Don't Work -- Osmosis -- "Just follow Joe around" -- Watch the video -- Doing It Right: A Little Empathy Goes a Long Way -- The First Day: Easing Anxieties -- The First Week: Revealing More about the Company and the Job -- Providing the rules of the road -- Keeping onboarding practical -- Involving senior leaders from across the business -- Holding large-group sessions in a suitable location -- Making group presentations user-friendly and engaging -- Providing an onboarding session agenda -- Offering information in digestible chunks -- Giving a clear sense of tasks and setting concrete goals -- Onboarding: A Process, Not an Event -- Developing a checklist -- Keeping the message alive -- Using mentoring to build a solid foundation -- Getting feedback: How good is your onboarding program? …”
    Libro electrónico