Mostrando 29,421 - 29,440 Resultados de 32,886 Para Buscar '"global"', tiempo de consulta: 0.19s Limitar resultados
  1. 29421
    Publicado 2003
    Tabla de Contenidos: “…Considerations -- Application Developer guidelines -- Workspace -- .Workspace structure -- Utility project -- Project structure -- Source code formatting -- Application Developer preferences -- Checkstyle -- Application logging -- Requirements for a logging framework -- Logging implementation -- Automation opportunities -- Using JNDI -- Obtaining an InitialContext -- Local and global JNDI namespaces -- Caching -- Coding for performance -- General performance tips -- Database connection pooling -- Using System.out -- String concatenation -- JSP and servlet performance tips -- Storing objects in HTTP sessions -- Using HTTP sessions in JSPs -- Servlet multi-threading -- EJB performance tips -- Accessing EJBs from client code -- Transaction isolation levels -- Managing application versions -- Specifying the application name -- Partitioning Web applications in the URI namespace -- Partitioning using virtual hosts -- Partitioning using the Web application context root -- Partitioning EJBs in the JNDI namespace -- Partitioning access to database and other resources -- Security -- Application-managed security -- Container-managed security…”
    Libro electrónico
  2. 29422
    Publicado 2017
    Tabla de Contenidos: “…Bucketing on geo-spatial data -- Geo distance aggregation -- GeoHash grid aggregation -- Pipeline aggregations -- Calculating the cumulative sum of usage over time -- Summary -- Chapter 5: Analyzing Log Data -- Log analysis challenges -- Logstash -- Installation and configuration -- Prerequisites -- Downloading and installing Logstash -- Installing on Windows -- Installing on Linux -- Running Logstash -- Logstash architecture -- Overview of Logstash plugins -- Installing or updating plugins -- Input plugins -- Output plugins -- Filter plugins -- Codec plugins -- Exploring plugins -- Exploring Input plugins -- File -- Beats -- JDBC -- IMAP -- Output plugins -- Elasticsearch -- CSV -- Kafka -- PagerDuty -- Codec plugins -- JSON -- Rubydebug -- Multiline -- Filter plugins -- Ingest node -- Defining a pipeline -- Ingest APIs -- Put pipeline API -- Get Pipeline API -- Delete pipeline API -- Simulate pipeline API -- Summary -- Chapter 6: Building Data Pipelines with Logstash -- Parsing and enriching logs using Logstash -- Filter plugins -- CSV filter -- Mutate filter -- Grok filter -- Date filter -- Geoip filter -- Useragent filter -- Introducing Beats -- Beats by Elastic.co -- Filebeat -- Metricbeat -- Packetbeat -- Heartbeat -- Winlogbeat -- Auditbeat -- Community Beats -- Logstash versus Beats -- Filebeat -- Downloading and installing Filebeat -- Installing on Windows -- Installing on Linux -- Architecture -- Configuring Filebeat -- Filebeat prospectors -- Filebeat global options -- Filebeat general options -- Output configuration -- Filebeat modules -- Summary -- Chapter 7: Visualizing data with Kibana -- Downloading and installing Kibana -- Installing on Windows -- Installing on Linux -- Configuring Kibana -- Data preparation -- Kibana UI -- User interaction -- Configuring the index pattern -- Discover -- Elasticsearch query string…”
    Libro electrónico
  3. 29423
    por Hébert, Fred, 1988-
    Publicado 2013
    Tabla de Contenidos: “…Distribunomicon -- This Is My Boomstick -- Fallacies of Distributed Computing -- The Network Is Reliable -- There Is No Latency -- Bandwidth Is Infinite -- The Network Is Secure -- Topology Doesn't Change -- There Is Only One Administrator -- Transport Cost Is Zero -- The Network Is Homogeneous -- Fallacies in a Nutshell -- Dead or Dead-Alive -- My Other Cap Is a Theorem -- Consistency -- Availability -- Partition Tolerance -- Zombie Survivors and CAP -- Setting Up an Erlang Cluster -- Through the Desert on a Node with No Name -- Connecting Nodes -- More Tools -- Cookies -- Remote Shells -- Hidden Nodes -- The Walls Are Made of Fire, and the Goggles Do Nothing -- The Calls from Beyond -- The net_kernel Module -- The global Module -- The rpc Module -- Burying the Distribunomicon -- 27. …”
    Libro electrónico
  4. 29424
    Publicado 2012
    Tabla de Contenidos: “…Administering Database Servers -- Registering Servers -- Connecting to a Server -- Creating a New Server Group -- Managing Multiple Servers -- Starting and Stopping Servers -- Managing Databases Using Object Explorer -- Creating Databases Without Using Transact-SQL -- Modifying Databases Without Using Transact-SQL -- Managing Tables Without Using Transact-SQL -- Authoring Activities Using SQL Server Management Studio -- Query Editor -- Solution Explorer -- SQL Server Debugging -- Summary -- Exercises -- Part II: Transact-SQL Language -- Chapter 4: SQL Components -- SQL's Basic Objects -- Literal Values -- Delimiters -- Comments -- Identifiers -- Reserved Keywords -- Data Types -- Numeric Data Types -- Character Data Types -- Temporal Data Types -- Miscellaneous Data Types -- Binary and BIT Data Types -- Large Object Data Types -- UNIQUEIDENTIFIER Data Type -- SQL_VARIANT Data Type -- HIERARCHYID Data Type -- TIMESTAMP Data Type -- Storage Options -- FILESTREAM Storage -- Sparse Columns -- Transact-SQL Functions -- Aggregate Functions -- Scalar Functions -- Numeric Functions -- Date Functions -- System Functions -- Metadata Functions -- Scalar Operators -- Global Variables -- NULL Values -- Summary -- Exercises -- Chapter 5: Data Definition Language -- Creating Database Objects -- Creation of a Database -- Attaching and Detaching Databases -- CREATE TABLE: A Basic Form -- CREATE TABLE and Declarative Integrity Constraints -- The UNIQUE Clause -- The PRIMARY KEY Clause -- The CHECK Clause -- The FOREIGN KEY Clause -- Referential Integrity -- Possible Problems with Referential Integrity -- The ON DELETE and ON UPDATE Options -- Creating Other Database Objects -- Integrity Constraints and Domains -- Alias Data Types -- CLR Data Types -- Modifying Database Objects -- Altering a Database -- Modifying File or Filegroup Properties -- Setting Database Options…”
    Libro electrónico
  5. 29425
    Publicado 2011
    Tabla de Contenidos: “…-- Defining Single-level Inheritance -- Capturing Multilevel Inheritance -- Writing a Multilevel Inheritance Program -- Polymorphism -- Creating a Heterogeneous Collection of Objects -- A Program That Demonstrates a Heterogeneous Collection -- Detecting the Object Type -- Typecasting Rules on Inheritance Hierarchies -- Preventing Method Overriding -- Preventing Subclassing -- Summary -- Chapter 5: Object Creation and Member Visibility -- Instantiating a Subclass -- The Object-Creation Process -- Calling the super Constructor -- Method Overloading -- Rules of Method Overloading -- Creating a Copy Constructor -- Invoking Constructors: Summary -- The final Keyword -- The final Classes -- The final Methods -- The final Variables -- The final Variables of the Class Type -- Important Points Related to the final Keyword -- Understanding Member Visibility Rules -- The public Modifier -- The private Modifier -- The protected Modifier -- The Default Modifier -- A Few Rules on Inheriting -- Summary -- Chapter 6: Static Modifier and Interfaces -- The static Keyword -- The Static Fields -- Accessing Static Fields Through Object References -- Inheriting Static Fields -- Creating a Truly Global Variable -- Creating Application Constants -- Some Important Notes on Static Fields -- The Static Methods -- Access Restrictions in Static Methods -- Some Important Notes on Static Methods -- The Static Initializers…”
    Libro electrónico
  6. 29426
    por Shaughnessy, Pat
    Publicado 2013
    Tabla de Contenidos: “…Method Lookup and Constant Lookup -- How Ruby Implements Modules -- Modules Are Classes -- Including a Module into a Class -- Ruby's Method Lookup Algorithm -- A Method Lookup Example -- The Method Lookup Algorithm in Action -- Multiple Inheritance in Ruby -- The Global Method Cache -- The Inline Method Cache -- Clearing Ruby's Method Caches -- Including Two Modules into One Class -- Including One Module into Another -- A Module#prepend Example -- How Ruby Implements Module#prepend -- Experiment 6-1: Modifying a Module After Including It -- Classes See Methods Added to a Module Later -- Classes Don't See Submodules Included Later -- Included Classes Share the Method Table with the Original Module -- Constant Lookup -- Finding a Constant in a Superclass -- How Does Ruby Find a Constant in the Parent Namespace? …”
    Libro electrónico
  7. 29427
    Publicado 2010
    Tabla de Contenidos: “…Myers, FL Home -- When You Have Explosive News, Make It Go Viral -- Chapter 9: The Content-Rich Web Site -- Political Advocacy on the Web -- Content: The Focus of Successful Web Sites -- Reaching a Global Marketplace -- Putting It All Together with Content -- Great Web Sites: More Art than Science…”
    Libro electrónico
  8. 29428
    Publicado 2018
    Tabla de Contenidos: “…Sci. 2018, 8, 231, doi: 10.3390/app8020231 -- Haifei Zhu, Shichao Gu, Li He, Yisheng Guan and Hong Zhang Transition Analysis and Its Application to Global Path Determination for a Biped Climbing Robot Reprinted from: Appl. …”
    Libro electrónico
  9. 29429
    Publicado 2024
    Tabla de Contenidos: “…-- How multiple cameras are synchronized -- Suggestions for filming to suit multicam editing -- Audio -- The two-minute rule -- Color balance -- Settings before multicam editing -- Importing and categorizing media -- Creating a new multicam clip -- Manual multicam synchronization -- Multicam angle timeline adjustments -- Fixing audio and video mismatches -- Adjusting the angle viewer -- Actions in the multicam angle timeline -- Audio synchronization -- Global adjustments -- Audio levels -- Color matching -- Editing the multicam project -- Setting up angles -- Switching angles -- Correcting the angle -- Stabilization -- Multicam audio -- Simulating a multicam shoot from one camera's footage -- Summary -- Chapter 9: Project Workflows - Pace and Structure -- Interviews -- Pre-editing -- Cutting -- Restoring removed clips -- Hiding jump cuts -- Removing fillers -- Audio in sync -- Conferences and seminars -- One long event -- Short, independent videos -- Weddings -- Organizing media -- Synchronizing cameras -- Full-length movies and documentaries -- Pacing -- Continuity editing -- Parallel editing (cross-cutting) -- J and L cuts -- Social media videos…”
    Libro electrónico
  10. 29430
    por van Gumster, Jason
    Publicado 2024
    Tabla de Contenidos: “…Discovering Procedural Textures -- Using Color Ramps -- Understanding Texture Mapping -- Making simple adjustments with the Texture Mapping panel -- Using texture coordinates -- Understanding Object coordinates and the UV Project modifier -- Unwrapping a Mesh -- Marking seams on a mesh -- Adding a test grid -- Generating and editing UV coordinates -- Painting Textures Directly on a Mesh -- Preparing to paint -- Working in Texture Paint mode -- Using textures on your Draw tool -- Saving Painted Textures and Exporting UV Layouts -- Chapter 3 Lighting and Environment -- Lighting a Scene -- Understanding a basic three-point lighting setup -- The key light -- The fill light -- The back light -- Knowing when to use which type of light -- Universal light options -- Light-specific options -- Using mesh lights in Cycles -- Understanding shadow maps in Eevee -- Lighting for Speedy Renders -- Working with three-point lighting in Blender -- Using light portals in Cycles -- Using Material Preview to set up lighting -- Setting Up the World -- Changing the sky to something other than dull gray -- Using high dynamic range images (HDRIs) for world lighting -- Understanding ambient occlusion -- Working with Light Probes in Eevee -- Baking from your light probes -- Understanding the limitations of light probes -- Chapter 4 Exporting and Rendering Scenes -- Blender's Render Engines -- Rendering a Scene -- Creating a still image -- Viewing your rendered images in Blender -- Picking an image format -- Setting dimensions for your renders -- Saving your still image -- Creating a sequence of still images for editing or compositing -- Rendering a sequence of images versus rendering video -- Working with Assets in Blender -- Building an asset library -- Customizing assets in the Asset Browser -- Creating a global asset library -- Exporting to external formats…”
    Libro electrónico
  11. 29431
    Publicado 2023
    Tabla de Contenidos: “…-- Using useState to develop stateful components -- Passing state as props -- Conditional rendering with state -- Using useEffect to create side effects -- Using useContext to manage global state in React applications -- Understanding props drilling -- Using useContext to solve the props drilling problem -- Using useRef to directly access DOM elements and persist state values -- Using useReducer for state management -- Using useMemo to improve performance -- Prevents unnecessary component re-rendering -- Using useCallback to avoid re-rendering functions -- Using custom Hooks for code reusability -- Summary -- Chapter 4: Fetching Data with React APIs -- Technical requirements -- Fetching data using the Fetch API in React -- Fetching data using async/await syntax -- Fetching data using Axios…”
    Libro electrónico
  12. 29432
    Publicado 2023
    Tabla de Contenidos: “…-- Summary -- Chapter 5: Project #2 - Creating a Portable Thing Tracker Using MKR GSM 1400 -- Technical requirements -- Enhancing operations with IoT asset tracking and remote control -- Exploring the advantages of GSM/LTE/NB-IoT communication technologies -- Seamless global connectivity with IoT SIM cards -- Building blocks - sensors and development boards for IoT -- Designing the project architecture -- Schematic design and assembly -- Testing GPS module data -- Activating SIM cards for IoT deployment -- Configuring the Thing, network credentials, cloud variables, and code -- Cloud variables -- Associating a device -- Network -- Coding…”
    Libro electrónico
  13. 29433
    por Neumann, Adrian J.
    Publicado 2024
    Tabla de Contenidos: “…Analysis -- 4.3.1. Model of Global and Situational Meaning -- Relevance -- Meaning-Making Coping stage -- 4.3.2. …”
    Libro electrónico
  14. 29434
    Publicado 2022
    Tabla de Contenidos: “…Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Query Performance Tuning -- The Query Performance Tuning Process -- Performance Issues -- A Repetitive Process -- Understanding What Defines "Good Enough" -- Establishing Comparison Points -- Most Likely Performance Issues -- Common Performance Issues -- Insufficient or Poor Indexes -- Inaccurate or Missing Statistics -- Bad T-SQL -- Problematic Execution Plans -- Excessive Blocking -- Deadlocks -- Non-Set-Based Operations -- Incorrect Database Design -- Poor Execution Plan Reuse -- Frequent Recompilation of Queries -- Summary -- Chapter 2: Execution Plan Generation and the Query Optimizer -- The Query Optimization Process -- Optimization Preparation -- Parsing -- Binding -- Optimization -- Simplification -- Trivial Plan Match -- Optimization Phases -- Generating Parallel Execution Plans -- Execution Plan Caching -- Aging of the Execution Plan -- Summary -- Chapter 3: Methods for Capturing Query Performance Metrics -- Methods to Capture Query Performance Metrics -- Include Client Statistics -- Connection Properties -- SET STATISTICS TIME/IO -- QueryTimeStats in the Execution Plan -- Trace Events (Profiler) -- Dynamic Management Views -- Actively Executing Queries -- Previously Executed Queries -- Query Store -- Extended Events -- Creating an Extended Events Session -- Adding and Configuring Events -- Adding Global Fields to Events -- Using Predicates with Events -- Optional Event Fields -- Defining Targets -- Using the event_file Target -- Using the histogram Target -- Working with Sessions -- Adding Causality Tracking -- Scripting Extended Events -- Live Data Explorer Window -- Filtering Live Data -- Aggregating Live Data -- General Recommendations for Using Extended Events -- Set Max File Size Appropriately…”
    Libro electrónico
  15. 29435
    Publicado 2023
    Tabla de Contenidos: “…Creating G/L Account With Template -- Summary -- Chapter 6: Clearing Open Items -- Objective -- Clearing Open Items -- Automatic Clearing Customizing -- Create Accounts for Clearing differences -- Define a Maximum Exchange Rate Difference -- Check Company Code Setting -- Foreign Currency Valuation -- Exchange Rate Types -- Define Valuation Methods -- Prepare Automatic Postings for Foreign Currency Valuation -- Interest Costs Using Exchange Rate key (KDB) -- Exchange Rate Difference for Open Items/GL Accounts -- Exchange Rate Differences for Open Items - Account Payable -- Summary -- Chapter 7: Maintaining Currency Types and Currency Pairs -- Currencies -- Exchange Rate types: -- Define Standard Quotation for exchange Rates -- Enter Prefixes for Direct/Indirect Quotation Exchange Rates -- Define Translation Ratios for Currency Translation -- Update the following fields -- Enter Exchange Rates -- Summary -- Chapter 8: GR/IR Clearing -- Objective -- GR/IR Clearing -- Invoiced But Not Yet Delivered -- Delivered but not yet invoiced -- Summary -- Chapter 9: Bank -- Introduction -- Defining House Bank -- Define Bank Account for your House Bank -- Bank Statement -- Electronic Bank Statement -- Electronic Bank Statement -- Defining Global Settings for Electronic Bank Statement -- Creating Account symbols -- Assigning Accounts to account symbols -- Creating Keys for Posting Rules -- Defining Posting Rules -- Create Transaction Type -- Assign External Transaction Types to Posting Rules -- Assign Bank Accounts to Transaction types -- Manual Bank Statement -- Create and Assign Business Transactions -- Define Variants for Manual Bank Statement -- Check Deposit -- Define Posting Keys and Posting Rules for Check Deposit -- Creating Account symbols for Check Deposit -- Assigning Accounts to account symbols -- Creating Keys for Posting Rules -- Defining Posting Rules…”
    Libro electrónico
  16. 29436
    Publicado 2024
    Tabla de Contenidos: “…Choosing the correct dependencies for your project -- Risks -- Good criteria -- Installing dependencies -- Locally or globally -- Dependency or development dependency -- Adding new dependency -- Installing all the dependencies -- Removing dependencies -- Understanding the package-lock.json -- Managing dependencies versions -- Outdated dependencies -- Building Isomorphic JavaScript -- Using npm scripts -- Executing packages directly with NPX -- npm alternatives -- Yarn -- PNPM -- Verdaccio -- Publishing your first package -- Registries -- npm account -- Prepare the package -- Reviewing the package -- Publish the package -- Avoid the scoped packages -- Release new versions -- Prevent accidental publishing -- Best practices -- Summary -- Further reading -- Chapter 7: Event-Driven Architecture -- Technical requirements -- Introducing events -- Watching for file changes -- The Node.js event emitter library -- Preventing chaos by organizing the listeners -- Removing listeners when they are not needed -- Your first HTTP server -- Adding an event layer to your modules -- Summary -- Further reading -- Chapter 8: Testing in Node.js -- Technical requirements -- Why is testing important? …”
    Libro electrónico
  17. 29437
    por Held, David
    Publicado 2003
    Libro
  18. 29438
  19. 29439
  20. 29440
    Publicado 1999
    Libro