LitMy.ru - литература в один клик

  • Добавил: Имедведь
  • Дата: 7-11-2020, 22:36
  • Комментариев: 0
Название: Windows 7. Справочник администратора
Автор: Станек Уильям Р.
Издательство: Русская Редакция, БХВ-Петербург
ISBN: 978-5-7502-0399-4, 978-5-9775-0587-1
Год: 2010
Формат: PDF
Страниц: 715
Размер: 14.9 MB
Язык: Русский

Эта книга - подробный справочник по администрированию новейшей клиентской операционной системы от Microsoft Windows 7. В ней содержатся сведения об архитектуре системы, описание ее установки и развертывания, а также работы в средах Windows PE и Windows RE. Детально рассказывается об управлении Windows 7, об использовании групповой политики, об автоматической и ручной настройке системы, о настройке рабочего стола и панели задач. Приводятся сведения о настройке и контроле учетных записей пользователей и групп, об организации входа в систему и о работе в компьютерных сетях. Отдельные главы посвящены вопросам установки оборудования и программного обеспечения, управлению дисками и другими накопителями, а также использованию новых технологий — TPM и шифрованию BitLocker. Особое внимание уделено вопросам производительности системы, безопасности данных, а также их архивации и восстановлению. Кроме того, специально рассматривается использование Window 7 на мобильных компьютерах.
  • Добавил: literator
  • Дата: 6-11-2020, 13:02
  • Комментариев: 0
Oracle 19c Database Administration: Oracle SimplifiedНазвание: Oracle 19c Database Administration: Oracle Simplified
Автор: Tanveer A.
Издательство: Amazon.com Services LLC
Год: 2020
Страниц: 428
Язык: английский
Формат: pdf, epub
Размер: 14.9 MB

Oracle Database 19c is the final, and therefore 'long term support' releaseof the Oracle Database 12c family of products (which includes Oracle Database 18c). Oracle Database 19c builds upon the innovations of previous releases such as Multitenant, In-Memory, JSON support, Sharding and many other features that enable Oracle’s Autonomous Database Cloud Services. This latest release of the world’s most popular database also introduces new functionality, providing customers with a multi-model enterprise-class database for all their typical use cases.
  • Добавил: gol8425
  • Дата: 6-11-2020, 11:13
  • Комментариев: 0
Название: Новый мультимедийный самоучитель. Ноутбук с Windows 7
Автор: Гленн Кристофер
Издательство: Солон-Пресс
Год: 2010
Формат: pdf
ISBN: 978-5-91359-070-1
Размер: 19,32 мб
Качество: хорошее
Язык: русский

Как выбрать именно тот ноутбук, который вам необходим? Для решения этих задач и предназначена наша книга. Здесь вы найдете подробное описание технических характеристик ноутбуков, описание различных моделей, обзоры интересных программ.
  • Добавил: Maurix
  • Дата: 5-11-2020, 13:47
  • Комментариев: 0
Название: Practical Azure SQL Database for Modern Developers: Building Applications in the Microsoft Cloud
Автор: de Davide Mauri, Silvano Coriani, Anna Hoffman, Sanjay Mishra, Jovan Popovic
Издательство: Apress
Год: 2021
Формат: EPUB, PDF
Страниц: 351
Размер: 11,5 Mb
Язык: English

Here is the expert-level, insider guidance you need on using Azure SQL Database as your back-end data store. This book highlights best practices in everything ranging from full-stack projects to mobile applications to critical, back-end APIs. The book provides instruction on accessing your data from any language and platform. And you learn how to push processing-intensive work into the database engine to be near the data and avoid undue networking traffic. Azure SQL is explained from a developer's point of view, helping you master its feature set and create applications that perform well and delight users.
  • Добавил: literator
  • Дата: 5-11-2020, 03:17
  • Комментариев: 0
Design with MongoDB: Best models for applicationsНазвание: Design with MongoDB: Best models for applications
Автор: Alessandro Fiori, Silvia Chiusano
Издательство: Independently published
Год: 2020
Страниц: 107
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

The world of NoSQL databases is constantly evolving. Many applications are adopting these new technologies to provide developers with increasingly powerful tools. One of their prominent hallmarks is the freedom from having to define a database model ahead - a feature known as being "schemaless". MongoDB, the market leader in NoSQL document databases, has made this feature its strong point. An unprecedented level of flexibility makes MongoDb an incredibly powerful tool, but may likewise compromise performance, if not properly tamed. The design of database models, therefore, becomes fundamental to achieving the best performance. In this book we will analyze some use cases and identify optimal modeling patterns, by taking into account the constraints of the application context.
  • Добавил: literator
  • Дата: 4-11-2020, 18:18
  • Комментариев: 0
PostgreSQL for beginnersНазвание: PostgreSQL for beginners
Автор: Michael Fallon
Издательство: Amazon.com Services LLC
Год: 2020
Страниц: 419
Язык: английский
Формат: pdf, mobi, epub
Размер: 10.1 MB

Currently, the term "database" is known to many people, even those far from professional development of computer programs. Databases have become very widespread technology, which required, in turn, more the number of specialists able to design and maintain them. In the course of evolution theory and practice of databases, the de facto standard has become the relational model data, and within the framework of this model, a specialized language was formed gramming, which allows you to perform all the necessary operations with data Structured Query Language (SQL). Thus, an important component of qualification The database specialist's knowledge is SQL.
  • Добавил: literator
  • Дата: 4-11-2020, 03:09
  • Комментариев: 0
Small Summaries for Big DataНазвание: Small Summaries for Big Data
Автор: Graham Cormode, Ke Yi
Издательство: Cambridge University Press
Год: 2020
Страниц: 279
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

The massive volume of data generated in modern applications can overwhelm our ability to conveniently transmit, store, and index it. For many scenarios, building a compact summary of a dataset that is vastly smaller enables flexibility and efficiency in a range of queries over the data, in exchange for some approximation. This comprehensive introduction to data summarization, aimed at practitioners and students, showcases the algorithms, their behavior, and the mathematical underpinnings of their operation. The coverage starts with simple sums and approximate counts, building to more advanced probabilistic structures such as the Bloom Filter, distinct value summaries, sketches, and quantile summaries. Summaries are described for specific types of data, such as geometric data, graphs, and vectors and matrices.
  • Добавил: Maurix
  • Дата: 1-11-2020, 18:31
  • Комментариев: 0
Название: MATLAB Database Toolbox User's Guide 2020
Автор: The MathWorks
Издательство: The MathWorks
Год: 2020
Формат: PDF
Страниц: 1246
Размер: 10 Mb
Язык: English

Exchange data with relational and nonrelational databases.
Database Toolbox™ provides functions and an app for exchanging data with relational and nonrelational databases. It enables this exchange by automatically converting between database and MATLAB® data types.
  • Добавил: literator
  • Дата: 31-10-2020, 13:03
  • Комментариев: 0
SQL Server 2019 High Availability (SQL Server Simplified Book 1)Название: SQL Server 2019 High Availability
Автор: Tanveer A.
Издательство: Amazon.com Services LLC
Год: 2020
Страниц: 174
Язык: английский
Формат: pdf, epub
Размер: 31.0 MB

This Book introduces several SQL Server high-availability solutions that improve the availability of servers or databases. It will cover some of the best recommended techniques to ensure the high availability of customer database servers. It will show you how to address pain-points and how to build a failover cluster, to avoid even the slightest downtime. By the end, you will be equipped with all the tools and techniques to ensure your SQL server is always on.
  • Добавил: literator
  • Дата: 30-10-2020, 17:40
  • Комментариев: 0
Azure SQL Revealed: A Guide to the Cloud for SQL Server ProfessionalsНазвание: Azure SQL Revealed: A Guide to the Cloud for SQL Server Professionals
Автор: Bob Ward
Издательство: Apress
Год: 2020
Страниц: 519
Язык: английский
Формат: pdf (true), epub
Размер: 42.4 MB

Access detailed content and examples on Azure SQL, a set of cloud services that allows for SQL Server to be deployed in the cloud. This book teaches the fundamentals of deployment, configuration, security, performance, and availability of Azure SQL from the perspective of these same tasks and capabilities in SQL Server. This distinct approach makes this book an ideal learning platform for readers familiar with SQL Server on-premises who want to migrate their skills toward providing cloud solutions to an enterprise market that is increasingly cloud-focused.