Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Santa Dies Once Again: Fictional Book, Ford MR Tim Patrick


Варианты приобретения
Цена: 3962.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-23
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Ford MR Tim Patrick
Название:  Santa Dies Once Again: Fictional Book
ISBN: 9781523436811
Издательство: Createspace Independent Publishing Platform
Классификация: ISBN-10: 1523436816
Обложка/Формат: Paperback
Страницы: 690
Вес: 0.91 кг.
Дата издания: 07.02.2016
Язык: English
Размер: 229 x 152 x 35
Поставляется из: США


Lonely Road

Автор: Ford Patrick
Название: Lonely Road
ISBN: 1291531602 ISBN-13(EAN): 9781291531602
Издательство: Неизвестно
Рейтинг:
Цена: 3322.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Into the Dark Night, Falling

Автор: Ford Patrick
Название: Into the Dark Night, Falling
ISBN: 1291338438 ISBN-13(EAN): 9781291338430
Издательство: Неизвестно
Рейтинг:
Цена: 3615.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Occupied France is under the control of the Nazis, but there are some who will not accept this state of affairs. Dominique is one of these. She helps downed airmen escape into Spain, until she meets Jack, an Australian bomber pilot. They fall in love but are separated by the war. After the war, Dominique searches for Jack without success. More than forty years later, Dominique's daughter discovers what had happened to her father. Finally, she comes to Australia to meet her relatives, who do not know of her existence, and in the process, finds a true love of her own.

Horses

Автор: Ford Patrick
Название: Horses
ISBN: 129144906X ISBN-13(EAN): 9781291449068
Издательство: Неизвестно
Рейтинг:
Цена: 2931.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Drowning in Her Eyes

Автор: Ford Patrick
Название: Drowning in Her Eyes
ISBN: 1291351329 ISBN-13(EAN): 9781291351323
Издательство: Неизвестно
Рейтинг:
Цена: 3420.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Start-To-Finish Visual Basic 2015

Автор: Patrick Tim
Название: Start-To-Finish Visual Basic 2015
ISBN: 0692653325 ISBN-13(EAN): 9780692653326
Издательство: Неизвестно
Цена: 6895.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Nobody learns a programming language just to brag about writing loops. Instead, languages exist so you can create great software. That's the purpose of Start-to-Finish Visual Basic 2015, to show you how to write a complete, useful, working application in Visual Basic and .NET.

Each chapter introduces essential Visual Basic concepts, and shows you how to apply them by crafting a full business-level application. With this comprehensive book, you will: Understand how to design and implement .NET applications Learn the core features of the Visual Basic language Access and modify database content using ADO.NET Perform advanced development activities, including cryptography and localization Master cool VB features, such as Generics, XML Literals, and LINQ Get a head start on programming via the downloadable source code

Whether you're new to programming, or want to add Visual Basic to your existing skillset, Start-to-Finish Visual Basic 2015 will guide you step-by-step through the learning process.

C#-Visual Basic Bilingual Dictionary: Visual Studio 2015 Edition

Автор: Patrick Tim
Название: C#-Visual Basic Bilingual Dictionary: Visual Studio 2015 Edition
ISBN: 0692433694 ISBN-13(EAN): 9780692433690
Издательство: Неизвестно
Цена: 6033.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Performance Tuning with SQL Server Dynamic Management Views

Автор: Davidson Louis, Ford Tim
Название: Performance Tuning with SQL Server Dynamic Management Views
ISBN: 1906434476 ISBN-13(EAN): 9781906434472
Издательство: Неизвестно
Цена: 4137.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Dynamic Management Views (DMVs) are a significant and valuable addition to the DBA's troubleshooting armory, laying bare previously unavailable information regarding the under-the-covers activity of your database sessions and transactions. Why, then, aren't all DBAs using them? Why do many DBAs continue to ignore them in favour of "tried and trusted" tools such as sp_who2, DBCC OPENTRAN, and so on, or make do with the "ready made" reports built into SSMS? Why do even those that do use the DMVs speak wistfully about "good old sysprocesses"? There seem to be two main factors at work. Firstly, some DBAs are simply unaware of the depth and breadth of the information that is available from the DMvs, or how it might help them troubleshoot common issues. This book investigates all of the DMVs that are most frequently useful to the DBA in investigating query execution, index usage, session and transaction activity, disk IO, and how SQL Server is using or abusing the operating system. Secondly, the DMVs have a reputation of being difficult to use. In the process of exposing as much useful data as possible, sysprocesses has been de-normalized, and many new views and columns have been added. This fact, coupled with the initially-baffling choices of what columns will be exposed where, has lead to some DBAs to liken querying DMVs to "collecting mystic spells". In fact, however, once you start to write your own scripts, you'll see the same tricks, and similar join patterns, being used time and again. As such, a relatively small core set of scripts can be readily adapted to suit any requirement. This book is here to de-mystify the process of collecting the information you need to troubleshoot SQL Server problems. It will highlight the core techniques and "patterns" that you need to master, and will provide a core set of scripts that you can use and adapt for your own systems, including how to: * Root out the queries that are causing memory or CPU pressure on your system * Investigate caching, and query plan reuse * Identify index usage patterns * Track fragmentation in clustered indexes and heaps * Get full details on blocking and blocked transactions, including the exact commands being executed, and by whom. * Find out where SQL Server is spending time waiting for resources to be released, before proceeding * Monitor usage and growth of tempdb The DMVs don't make existing, built-in, performance tools obsolete. On the contrary, they complement these tools, and offer a flexibility, richness and granularity that are simply not available elsewhere. Furthermore, you don't need to master a new GUI, or a new language in order to use them; it's all done in a language all DBAs know and mostly love: T-SQL.

Quality and Safety in Radiation Oncology: Implementing Tools and Best Practices for Patients, Providers, and Payers

Автор: Dicker Adam P., Williams Tim R., Ford Eric C.
Название: Quality and Safety in Radiation Oncology: Implementing Tools and Best Practices for Patients, Providers, and Payers
ISBN: 1620700743 ISBN-13(EAN): 9781620700747
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 11913.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Provides an authoritative and evidence-based guide to the understanding and implementation of quality and safety procedures in radiation oncology practice. Chapter topics range from fundamental concepts of value and quality to commissioning technology and the use of metrics. They include perspectives on quality and safety from the patient, third-party payers, and government.

Start-To-Finish Visual C# 2015

Автор: Patrick Tim
Название: Start-To-Finish Visual C# 2015
ISBN: 0996465421 ISBN-13(EAN): 9780996465427
Издательство: Неизвестно
Цена: 6895.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия