Либрус
 
Сделать стартовой
Добавить в избранное
Обратная связь
Карта сайта
Зеркало сайта
Новости RSS 2.0
ПОСТУПЛЕНИЯ 
«    Апрель 2024    »
ПнВтСрЧтПтСбВс
1234567
891011121314
15161718192021
22232425262728
2930 
РУБРИКАТОР 
Открыть | Закрыть

ПОПУЛЯРНОЕ  
АРХИВЫ   
Август 2016 (216)
Июль 2016 (456)
Июнь 2016 (321)
Май 2016 (398)
Апрель 2016 (433)
Март 2016 (554)


  Visual Basic .NET. Библия пользователя
 Категория: Basic, VB, Серия «Bible»
   
 
Visual Basic .NET. Библия пользователя
Автор: Ивьен Б., Берес Д.
Издательство: Hungry Minds, Диалектика
Год издания: 2002
isbn: 0-7645-4826-3, 5-8459-0395-5
Количество страниц: 1024
Язык: русский
Формат: PDF

Visual Basic .NET — результат самых решительных изменений, когда-либо сделанных в популярном языке Visual Basic. Эта книга, написанная командой экспертов Visual Basic .NET, поможет вам овладеть всеми нюансами платформы .NET, будь вы ветеран Visual Basic 6 или разработчик на ASP, или даже просто новичок в программировании. Начав с обзора новых объектно-ориентированных свойств, авторы познакомят вас с основами языка Visual Basic, со средой разработки Visual Studio .NET, технологиями ADO.NET и XML и объяснят на примерах, как создавать формы Windows, приложения ASP.NET и Web-сервисы.
 
  • 0
Опубликовал: flashsoft | 24-01-2006, 00:00 | Просмотров: 1323  Подробнее и с комментариями (0)
  Beginning Perl
 Категория: Perl, Ruby, «Wrox»
   
 
Beginning Perl
Автор: Simon Cozens, Peter Wainwright
Издательство: Wrox
Год издания: 2000
isbn: 1-861003-14-5
Количество страниц: 672
Язык: english
Формат: PDF

Perl is an immensely popular scripting language that combines the best features of C, key UNIX utilities and a powerful use of regular expressions. It has a wide range of uses beyond simple text processing and is commonly used for web programming - creating and parsing CGI forms, validating HTML syntax and hyperlinks - as well as e-mail and Usenet news filtering. Perl is increasingly the system administrator's scripting language of choice and is used for file and directory manipulation, database access and a whole range of daily system operator chores.
 
  • 0
Опубликовал: flashsoft | 24-01-2006, 00:00 | Просмотров: 1068  Подробнее и с комментариями (0)
  SQL Functions Programmer’s Reference
 Категория: Компьютерная литература » Языки программирования » SQL, MySQL
   
 
SQL Functions Programmer’s Reference
Автор: Arie Jones, Ryan K. Stephens, Ronald R. Plew
Издательство: Wrox
Год издания: 2005
isbn: 0-7645-6901-5
Количество страниц: 795
Язык: english
Формат: PDF

SQL Functions SQL functions are special commands for manipulating data. The international SQL standard defines many functions implemented by all major RDBMS vendors. This comprehensive SQL functions reference enables you to quickly master SQL function data manipulation in any database. First, the book presents the basics you need to use standard SQL functions with any database. Then the expert authors take you into the core reference material for built-in and user-defined SQL functions in each major RDBMS product. Packed with examples, you'll immediately learn to apply standard functions and extend your power with functions you define. You'll learn all of this from a core author team from Perpetual Technologies, Inc. These experts have extensive experience with Oracle, SQL Server, Sybase, DB2, and MySQL, database design and management for some of the world's largest corporations and government agencies. What you will learn from this book How to cross-reference different SQL implementations and integrate data from different vendor products Ways to create custom functions using vendors' procedural extensions Numerous SQL implementations, such as ANSI SQL, Oracle, Microsoft SQL Server, Sybase, MySQL, IBMDB2, and PostgreSQL How the internationally standardized SQL 99 functions are implemented in various vendor-specific products User-defined functions built with proprietary procedural extensions Expert guidance on moving from one RDBMS to another Who this book is for This book is for the SQL programmer or software developer of any level who needs to effectively retrieve data from a relational database or integrate applications with RDBMS implementations. Wrox Programmer's References are designed to give the experienced developer straight facts on a new technology, without hype or unnecessary explanations. They deliver hard information with plenty of practical examples to help you apply new tools to your development projects today.
 
  • 0
Опубликовал: flashsoft | 24-01-2006, 00:00 | Просмотров: 1273  Подробнее и с комментариями (0)
  Beginning SQL
 Категория: Компьютерная литература » Языки программирования » SQL, MySQL
   
 
Beginning SQL
Автор: Paul Wilton, John W. Colby
Издательство: Wrox
Год издания: 2005
isbn: 0-7645-7732-8
Количество страниц: 522
Язык: english
Формат: PDF

This book starts right from the basics with databases and SQL. Prior database or SQL knowledge is not necessary, as this book covers everything from database design to creating your first database and understanding how the SQL language is used with databases.
 
  • 0
Опубликовал: flashsoft | 23-01-2006, 00:00 | Просмотров: 1341  Подробнее и с комментариями (0)
  Beginning RSS and Atom Programming
 Категория: XML, XSL, RSS, «Wrox»
   
 
Beginning RSS and Atom Programming
Автор: Danny Ayers, Andrew Watt
Издательство: Wrox
Год издания: 2005
isbn: 0-7645-7916-9
Количество страниц: 769
Язык: english
Формат: PDF

Beginning RSS and Atom Programming is intended to help you understand the issues that face the user community and, by extension, the developer community. By understanding user needs you will be better placed to write software to meet those needs. RSS, in its various versions, and Atom are useful tools to help you provide software that helps your customers to process information efficiently and effectively.
 
  • 0
Опубликовал: flashsoft | 23-01-2006, 00:00 | Просмотров: 890  Подробнее и с комментариями (0)
  Professional C++
 Категория: С, С++, С#, «Wrox»
   
 
Professional C++
Автор: Nicholas A. Solter, Scott J. Kleper
Издательство: Wrox
Год издания: 2005
isbn: 0-7645-7484-1
Количество страниц: 867
Язык: english
Формат: PDF

Professional C++ is an approach to C++ programming that will both increase the quality of your code and improve your programming efficiency. Professional C++ teaches more than just the syntax and language features of C++. It also emphasizes programming methodologies, reusable design patterns, and good programming style. The Professional C++ methodology incorporates the entire software development process—from designing and writing code to testing, debugging, and working in groups. This approach will enable you to master the C++ language and its idiosyncrasies, as well as take advantage of its powerful capabilities for large-scale software development.
 
  • 0
Опубликовал: flashsoft | 23-01-2006, 00:00 | Просмотров: 1194  Подробнее и с комментариями (1)
  Язык Си в системе Unix
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
Язык Си в системе Unix
Автор: А. Богатырев
Год издания: 1996
Количество страниц: 346
Язык: русский
Формат: PDF

В этой книге вы найдете ряд задач, примеров, алгоритмов, советов и стилистических замечаний по использованию языка программирования «C» (Си) в среде операционной системы UNIX. Здесь собраны этюды разной сложности и «штрихи к портрету» языка Си. Также описаны различные «подводные камни» на которых нередко терпят крушение новички в Си. В этом смысле эту книгу можно местами назвать «Как не надо программировать на Си».
 
  • 0
Опубликовал: flashsoft | 22-01-2006, 00:00 | Просмотров: 1037  Подробнее и с комментариями (0)
  Visual Basic 2005 Database Programming
 Категория: Basic, VB, «Wrox»
   
 
Visual Basic 2005 Database Programming
Автор: R.Jennings
Издательство: Wrox
Год издания: 2006
isbn: 0-7645-7678-X
Количество страниц: 620
Язык: english
Формат: PDF

One-on-One Expert Visual Basic 2005 Database Programming concentrates on programming the .NET Framework 2.0’s System.Data namespace, which implements ADO.NET 2.0 and related namespaces, such as System.Transactions and System.Xml. The book isn’t a new user’s guide to the .NET Framework, VS 2005, VBX, or VB 2005; it’s devoted entirely to data-related topics. Many code and project examples in the early chapters retrieve and update table data directly with customized SqlConnection, SqlCommand, and SqlDataReader objects. Later chapters’ examples use strongly typed DataSets that are filled by TableAdapters and display data in bound text boxes, DataGridViews, and dropdown lists. SQL Server 2000, MSDE 2000, SQL Server 2005, or SQL Server 2005 Express (SQLX) can serve as the data source for the code and sample projects of the book’s Parts I through III. Most examples in these parts can be modified to run with Access 2000 or later .mdb files with the native OleDbproviders. Part IV covers important new features of SQL Server 2005 and SQLX. Thus, the T-SQL and VB 2005 code of Part IV’s chapters requires SQL Server 2005 or SQLX. SQLX is missing some new SQL Server 2005 functions, so you’ll need SQL Server 2005 Developer Edition or higher to get the most out of Part IV.
 
  • 0
Опубликовал: flashsoft | 22-01-2006, 00:00 | Просмотров: 1654  Подробнее и с комментариями (0)
  Beginning Python
 Категория: Прочие языки программирования, «Wrox»
   
 
Beginning Python
Автор: P.Norton, A.Samuel, D.Aitel
Издательство: Wrox
Год издания: 2005
isbn: 0-7645-9654-3
Количество страниц: 679
Язык: english
Формат: PDF

Python is a very rich language with many features, so it is important to learn to walk before you learn to run.
 
  • 0
Опубликовал: flashsoft | 22-01-2006, 00:00 | Просмотров: 1844  Подробнее и с комментариями (0)
  Скрипты для администратора Windows
 Категория: Компьютерная литература » Языки программирования » Прочие языки программирования
   
 
Скрипты для администратора Windows
Автор: Джесси Торрес
Издательство: Coriolis, Питер
Год издания: 2002
isbn: 5-318-00488-1
Количество страниц: 338
Язык: русский
Формат: DJVU

Книга содержит базовые сведения, описания и примеры скриптов, используемых для администрирования Windows. Рассматриваются основные команды и ключевые слова, используемые в интерпретаторе .bat файлов, интерпретаторе KiXtart и Windows Script Host. В книге приведены рабочие примеры скриптов, выполняющих самые разнообразные задачи по автоматизации работы в среде Windows.
 
  • 0
Опубликовал: flashsoft | 19-01-2006, 00:00 | Просмотров: 1204  Подробнее и с комментариями (0)
  Главная страница | Регистрация | Новое на сайте | Статистика |
 
«Librus - Mountain of Knowledge»
«Либрус - гора знаний» 2004-2020
Design by Flashsoft © 2005-2020