Mostrando 156,701 - 156,720 Resultados de 158,288 Para Buscar 'userv~', tiempo de consulta: 1.31s Limitar resultados
  1. 156701
    Publicado 2020
    “…Why We Must Plan for a Just AI Future"; Gina Neff of the Oxford Internet Institute, University of Oxford who spoke on "From Bad Users and Failed Uses to Responsible Technologies: A Call to Expand the AI Ethics Toolkit"; and Frank Pasquale of the University of Maryland who spoke on "Machines Judging Humans: The Promise and Perils of Formalizing Evaluative Criteria"…”
    Libro electrónico
  2. 156702
    por Steel, Christopher, 1968-
    Publicado 2005
    “…The developer must understand the security requirements of the application and how to use the features Java provides in order to meet those requirements. …”
    Libro electrónico
  3. 156703
    Publicado 2007
    “…A few of the things you'll find inside: What vending machines can teach you about effective user interfaces A deeper understanding of window and dialog management Why performance optimization can be so counterintuitive A peek at the underbelly of COM objects and the Visual C..…”
    Libro electrónico
  4. 156704
    por Mathers, Todd W.
    Publicado 2004
    “…Coverage includes Terminal Services and Citrix MetaFrame: how they relate, and how to determine what you need Common implementation traps and "gotchas"—and how to avoid them Planning client hardware/software, server hardware, networking, hotfix distribution, and more Step-by-step installation, including service-pack integration and answer files Detailed checklists and tuning techniques for optimizing performance and stability New Windows Server 2003 licensing requirements: overcoming the misinterpretations Expanded coverage of security in both Terminal Services and Citrix environments New and improved solutions for client drive and printer mapping Interoperability between MetaFrame 1.8 and MetaFrame Presentation Server 3.0 User profile and account creation, configuration, and management RDP and ICA client configuration, in detail Application compatibility: using Terminal Services' application support features Using Session Dir..…”
    Libro electrónico
  5. 156705
    Publicado 2018
    Tabla de Contenidos: “…-- Plotting with glyphs -- Creating line plots -- Creating bar plots -- Creating patch plots -- Creating scatter plots -- Customizing glyphs -- Summary -- Chapter 3: Plotting with different Data Structures -- Technical requirements -- Creating plots using NumPy arrays -- Creating line plots using NumPy arrays -- Creating scatter plots using NumPy arrays -- Creating plots using pandas DataFrames -- Creating a time series plot using a pandas DataFrame -- Creating scatter plots using a pandas DataFrame -- Creating plots with ColumnDataSource -- Creating a time series plot using the ColumnDataSource -- Creating a scatter plot using the ColumnDataSource -- Summary -- Chapter 4: Using Layouts for Effective Presentation -- Technical requirements -- Creating multiple plots along the same row -- Creating multiple plots in the same column -- Creating multiple plots in a row and column -- Creating multiple plots using a tabbed layout -- Creating a robust grid layout -- Linking multiple plots together -- Summary -- Chapter 5: Using Annotations, Widgets, and Visual Attributes for Visual Enhancement -- Technical requirements -- Creating annotations to convey supplemental information -- Adding titles to plots -- Adding legends to plots -- Adding color maps to plots -- Creating widgets to add interactivity to plots…”
    Libro electrónico
  6. 156706
    Publicado 2019
    “…Then, you'll use Spring Security with the LDAP libraries for authenticating users and create a central authentication and authorization server using OAuth 2 protocol. …”
    Libro electrónico
  7. 156707
    Publicado 2017
    “…For those of you who have bought the first edition, this time we go into internals in far greater depth, talking less about theory and using much more practical examples. The book serves as a primer for topics to follow, such as branching and merging, creating and managing a GitHub personal repository, and fork and pull requests. …”
    Libro electrónico
  8. 156708
    Publicado 2017
    “…Use properties instead of accessible data members (Item 1) Distinguish between value and reference types (Item 4) Understand relationships among multiple concepts of equality (Item 9) Avoid conversion operators in your APIs (Item 11) Understand how interface and virtual methods differ (Item 15) Avoid overloading methods defined in base classes (Item 19) Create method groups that are clear, minimal, and complete (Item 22) Enable immediate error reporting in iterators and async methods (Item 26) Use async methods for async work (Item 27) Avoid thread allocations and context switches (Item 30) Construct PLINQ parallel algorithms with exceptions in mind (Item 36) Use the thread pool instead of creating threads (Item 37) Use BackgroundWorker for cross-thread communication (Item 38) Use the smallest possible scope for lock handles (Item 41) Understand the pros and cons of dynamic programming (Item 43) Make full use of the expression API (Item 46) Minimize dynamic objects in public APIs (Item 47) You’re already a successful C# programmer: this book will make you an outstanding one. …”
    Libro electrónico
  9. 156709
    Publicado 2017
    Tabla de Contenidos: “…. -- How it works... -- Using a normal table as a temporary table -- How to do it... -- How it works... -- Copying a record -- How to do it... -- How it works... -- There's more... -- Building a query object -- How to do it... -- How it works... -- There's more... -- Using the OR operator -- See also -- Using a macro in a SQL statement -- How to do it... -- How it works... -- Executing a direct SQL statement -- How to do it... -- How it works... -- There's more... -- Enhancing the data consistency checks -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using the date effectiveness feature -- How to do it... -- How it works... -- Chapter 2: Working with Forms -- Introduction -- Creating dialogs using the RunBase framework -- How to do it... -- How it works... -- Handling the dialog event -- How to do it... -- How it works... -- See also -- Creating dialogs using the SysOperation framework -- Getting ready -- How to do it... -- Building a dynamic form -- How to do it... -- How it works... -- Adding a form splitter -- How to do it... -- How it works... -- Creating a modal form -- How to do it... -- How it works... -- There's more... -- See also -- Modifying multiple forms dynamically -- How to do it... -- How it works... -- Storing the last form values -- How to do it... -- How it works... -- Using a tree control -- How to do it…”
    Libro electrónico
  10. 156710
    Publicado 2019
    “…Additionally, you'll learn how to manage network security and explore backups and replications while understanding useful PostgreSQL extensions to help you in optimizing the performance of large databases. …”
    Libro electrónico
  11. 156711
    Publicado 2018
    Tabla de Contenidos: “…-- How to do it... -- Using React on Windows -- How to do it... -- Chapter 2: Conquering Components and JSX -- Introduction -- Creating our first React component -- Getting ready -- How to do it... -- How it works... -- There's more... -- Organizing our React application -- How to do it... -- How it works... -- Styling a component with CSS classes and inline styles -- How to do it... -- How it works... -- There's more... -- Passing props to a component and validating them with PropTypes -- How to do it... -- How it works... -- There's more... -- Using local state in a component -- How to do it... -- How it works... -- There's more... -- Making a functional or stateless component -- How to do it... -- How it works... -- There's more... -- Understanding React lifecycle methods -- How to do it... -- Todo list - implementing ComponentWillMount -- Pomodoro timer - implementing the constructor and componentDidMount -- Crypto coins exchanger - implementing shouldComponentUpdate -- Notes - implementing componentWillReceiveProps and componentWillUnmount -- C3.js chart - implementing componentDidUpdate -- Basic animation - implementing componentWillUpdate -- How it works... -- Understanding React Pure Components -- Getting ready -- How to do it... -- How it works... -- Preventing XSS vulnerabilities in React -- How to do it... -- How it works... -- There's more... -- Chapter 3: Handling Events, Binding and Useful React Packages -- Introduction -- Binding methods using the constructor versus using arrow functions -- How to do it... -- How it works... -- Creating form elements with events…”
    Libro electrónico
  12. 156712
    Publicado 2018
    “…Whether you’re a DBA, developer, user, or student, there’s no better way to master SQL. …”
    Libro electrónico
  13. 156713
    Publicado 2018
    “…What you will learn Get creative with Unity's shaders and learn to build your own shaders with the new Shader Graph tool Create a text and image character dialog with the free Fungus Unity plugin Explore new features integrated into Unity 2018, including TextMesh Pro and ProBuilder Master Unity audio, including ducking, reverbing, and matching pitch to animation speeds Work with the new Cinemachine and timeline to intelligently control camera movements Improve ambiance through the use of lights and effects, including reflection and light probes Create stylish user interfaces with the UI system, including power bars and clock displays Who this book is for Unity 2018 Cookbook is for you if you want to explore a wide range of Unity scripting and multimedia features and find ready-to-use solutions for many game features. …”
    Libro electrónico
  14. 156714
    Publicado 2017
    Tabla de Contenidos: “…-- The electrical lines -- 1-Wire ports on the BeagleBone Black -- 1-Wire ports on the SAMA5D3 Xplained -- 1-Wire ports on the Wandboard -- The 1-Wire bus in Linux -- Getting access to 1-Wire devices -- Using the GPIO interface -- Using an external controller -- Summary -- Chapter 12: Ethernet Network Device - ETH -- What is an Ethernet network device? …”
    Libro electrónico
  15. 156715
    Publicado 2016
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Overview of PL/SQL Programming Concepts; Chapter 2: Oracle 12c SQL and PL/SQL New Features; Chapter 3: Designing PL/SQL Code; Chapter 4: Using Collections; Chapter 5: Using Advanced Interface Methods; Chapter 6: Virtual Private Database; Chapter 7: Oracle SecureFiles; Chapter 8: Tuning PL/SQL Code; Chapter 9: Result Cache; Chapter 10: Analyzing, Profiling, and Tracing PL/SQL Code; Chapter 11: Safeguarding PL/SQL Code against SQL injection…”
    Libro electrónico
  16. 156716
    Publicado 2017
    “…What You Will Learn Understanding the world of the mobile hybrid architecture Scaffolding and working with Ionic templates Transforming a single page app to a multi-page app using Navigation Controller Integrating Ionic components, decorators, and services and rapidly developing complex applications Theming Ionic apps as well as customizing components using SCSS Working with Ionic Native to interface with device features, such as camera, notifications, and battery Building a production grade app using Ionic and Uber API to let users book a ride Migrating an Ionic 1 app to Ionic 2 or Ionic 3 Performing unit testing, end-to-end testing, and device testing on your apps Deploying Ionic apps to store and manage their subsequent releases In Detail Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5, SCSS, and Angular. …”
    Libro electrónico
  17. 156717
    por Dewsbury, Ryan
    Publicado 2008
    “…In this valuable book, insider Ryan Dewsbury provides instructions for using the robust tool set and gets you on your way to creating first-class web applications by providing a comprehensive overview of GWT technology. …”
    Libro electrónico
  18. 156718
    por Bellagio, David E.
    Publicado 2005
    “…This publication does just that...this continues to be the standard for users interested in Unified Change Management deployment." …”
    Libro electrónico
  19. 156719
    por Sadun, Erica
    Publicado 2009
    “…Use this fully documented, easy-to-customize code to get productive fast—and focus your time on the specifics of your application, not boilerplate tasks. …”
    Libro electrónico
  20. 156720
    Publicado 2010
    “…Jin demonstrates how to manage every facet of a VMware environment, including inventory, host systems, virtual machines (VMs), snapshots, VMotion, clusters, resource pools, networking, storage, data stores, events, alarms, users, security, licenses, and scheduled tasks. Coverage includes Understanding how the VI SDK fits into your VMware VI and Cloud Ready vSphere Environment Discovering the VI and vSphere SDK from the bottom up Using the author’s new VI Java API to write shorter, faster, and more maintainable code Managing VI and vSphere inventory and configurations Moving running VMs and storages across different physical platforms without disruption Optimizing system resources, hardening system securities, backing up VMs and other resources Leveraging events, alarms, and scheduled tasks to automate the system management Developing powerful applications that integrate multiple API features and run on top of or alongside VMware platforms Using the VI SDK to monitor performance Scripting with the VI SDK: building solutions with VI Perl, PowerShell, and Jython Avoiding the pitfalls that trip up VMware VI developers Integrating with and extending VMware platforms using VI SDK This book is an indispensable resource for all VMware developers and administrators who want to get..…”
    Libro electrónico