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

Using and Understanding Java Data Objects, David Ezzio


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

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

Автор: David Ezzio
Название:  Using and Understanding Java Data Objects
ISBN: 9781590590430
Издательство: Springer
Классификация:
ISBN-10: 1590590430
Обложка/Формат: Paperback
Страницы: 456
Вес: 0.85 кг.
Дата издания: 11.06.2003
Язык: English
Размер: 235 x 181 x 28
Основная тема: Computer Science
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Like the servlet and EJB specification, JDO is a standard that is implemented by competing software vendors. Several JDO implementations are currently available as third party products for relational databases and object-oriented databases, and this is a comprehensive guide to its applications.


PHP 8 Objects, Patterns, and Practice: Mastering Oo Enhancements, Design Patterns, and Essential Development Tools

Автор: Zandstra Matt
Название: PHP 8 Objects, Patterns, and Practice: Mastering Oo Enhancements, Design Patterns, and Essential Development Tools
ISBN: 1484267907 ISBN-13(EAN): 9781484267905
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Поставка под заказ.

Описание: Learn how to develop elegant and rock-solid systems using PHP, aided by three key elements: object fundamentals, design principles, and best practices. The 6th edition of this popular book has been fully updated for PHP 8, including attributes, constructor property promotion, new argument and return pseudo-types, and more. It also covers many features new since the last edition including typed properties, the null coalescing operator, and void return types.

This book provides a solid grounding in PHP's support for objects, it builds on this foundation to instill core principles of software design and then covers the tools and practices needed to develop, test, and deploy robust code. PHP 8 Objects, Patterns, and Practice begins by covering PHP's object-oriented features. It introduces key topics including class declarations, inheritance, and reflection.

The next section is devoted to design patterns. It explains the principles that make patterns powerful. You'll cover many of the classic design patterns including enterprise and database patterns.

The last segment of the book covers the tools and practices that can help turn great code into a successful project. The section shows how to manage multiple developers and releases with git, and how to manage builds and dependencies with Composer. It also explores strategies for automated testing and continuous integration.

After reading and using this book, you will have mastered object-oriented enhancements, design patterns, and the essential development tools available for PHP 8. What You Will LearnWork with object fundamentals: write classes and methods, instantiate objects, and create powerful class hierarchies using inheritance Master advanced object-oriented features, including static methods and properties, managing error conditions with exceptions, and creating abstract classes and interfaces Understand and use design principles to deploy objects and classes effectively in your projectsDiscover a set of powerful patterns that you can implement in your own projectsGuarantee a successful project including unit testing; version control and build, installation, and package management; and continuous integration Who This Book Is ForAnyone with at least a basic knowledge of PHP who wants to use its object-oriented features in their projects. It is also for PHP coders who want to learn about the practices and tools (version control, testing, continuous integration, etc) that can make projects safe, elegant and stable.

Regex Quick Syntax Reference: Understanding and Using Regular Expressions

Автор: Nagy Zsolt
Название: Regex Quick Syntax Reference: Understanding and Using Regular Expressions
ISBN: 1484238753 ISBN-13(EAN): 9781484238752
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

This quick guide to regular expressions is a condensed code and syntax reference for an important programming technique. It demonstrates regex syntax in a well-organized format that can be used as a handy reference, showing you how to execute regexes in many languages, including JavaScript, Python, Java, and C#.
The Regex Quick Syntax Reference features short, focused code examples that show you how to use regular expressions to validate user input, split strings, parse input, and match patterns. Utilizing regular expressions to deal with search/replace and filtering data for backend coding is also covered.
You won’t find any bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise and highly accessible. The book is packed with useful information and is a must-have for any programmer.
What You Will Learn
Formulate an expressionWork with arbitrary char classes, disjunctions, and operator precedenceExecute regular expressions and visualize using finite state machinesDeal with modifiers, including greedy and lazy loops Handle substring extraction from regex using Perl 6 capture groups, capture substrings, and reuse substrings
Who This Book Is For
If you have dealt with at least one programming language, chances are you know enough to understand regular expressions, and the examples in this book will help you develop proficiency.
Using Asyncio in Python: Understanding Python`s Asynchronous Programming Features

Автор: Hattingh Caleb
Название: Using Asyncio in Python: Understanding Python`s Asynchronous Programming Features
ISBN: 1492075337 ISBN-13(EAN): 9781492075332
Издательство: Wiley
Рейтинг:
Цена: 6334.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Veteran Python developer Caleb Hattingh helps end-user developers gain a basic understanding of Asyncio`s building blocks-enough to get you started writing simple event-based programs.

Guide to Web Development with Java: Understanding Website Creation

Автор: Downey Tim
Название: Guide to Web Development with Java: Understanding Website Creation
ISBN: 3030622738 ISBN-13(EAN): 9783030622732
Издательство: Springer
Рейтинг:
Цена: 9781.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Web development is simpler than it seems, especially with the software tools freely available on the Web. Breaking from the tradition of teaching a history of Web development, this book jumps to the good stuff from the outset so that students can start writing real applications.

This comprehensive Guide to Web Development with Java introduces readers to the three-tiered, Model-View-Controller architecture by using Hibernate, JSPs, and Java Servlets. These three technologies all use Java, so that a student with a background in programming will be able to master them with ease, with the end result of being able to create web applications that use MVC, validate user input and save data to a database.

Topics and features: presents the many topics of web development in small steps, in an accessible, easy-to-follow style - focusing on the most important information first, and allowing the reader to gain basic understanding before moving forwards; uses existing powerful technologies that are freely available on the web to speed up web development, such as JSP, JavaBeans, annotations, JSTL, Java 1.5, Hibernate and Tomcat; discusses HTML, HTML Forms, Cascading Style Sheets and XML; starts with the simplest technology for web development (JSP) and gradually introduces the reader to more complex topics; introduces core technologies from the outset, such as the Model-View-Controller architecture; contains many helpful pedagogical tools for students and lecturers such as questions and exercises at the end of each chapter, detailed illustrations, chapter summaries, and a glossary; includes examples for accessing common web services; provides supplementary examples and tutorials at http: //www.bytesizebook.com/.

Written for novice developers with a solid background in programming, but who do not have any database training, this thorough, easy-to-use textbook/guide provides an exemplary introductory course in web development for undergraduates, as well as web developers. With its straightforward and systematic style this text is also ideal for self-study.

Java Data Objects

Название: Java Data Objects
ISBN: 0596002769 ISBN-13(EAN): 9780596002763
Издательство: Wiley
Рейтинг:
Цена: 5067.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This work offers a thorough introduction to Java Data Objects, starting with a simple application that demonstrates many of JDO`s capabilities. It shows you how to make classes persistent, how JDO maps persistent classes to the database and how to configure JDO at runtime.

Data Structures and Program Design Using Java: A Self-Teaching Introduction

Автор: Malhotra D., Malhotra N.
Название: Data Structures and Program Design Using Java: A Self-Teaching Introduction
ISBN: 1683924649 ISBN-13(EAN): 9781683924647
Издательство: Неизвестно
Цена: 11028.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Data structures provide a means to manage large amounts of information, such as large databases, using SEO, and create Internet/Web indexing services. This book presents the fundamentals of data structures for beginners using the Java programming language in a friendly, self-teaching format.

Learn Python: Get Started Now with Our Beginner`s Guide to Coding, Programming, and Understanding Artificial Intelligence in the Fas

Автор: Adams Anthony
Название: Learn Python: Get Started Now with Our Beginner`s Guide to Coding, Programming, and Understanding Artificial Intelligence in the Fas
ISBN: 1914065085 ISBN-13(EAN): 9781914065088
Издательство: Неизвестно
Рейтинг:
Цена: 3444.00 р.
Наличие на складе: Нет в наличии.

Описание: Do you want to become a coding & programming expert in no time? This guide will teach you how Are you interested in coding, programming, and artificial intelligence?Would you like to learn Python, but you have no idea how to start?


This guide is the answer to all your problems

Python is one of the top 10 popular programming languages, and it can be used to developing desktop GUI applications, websites, and web applications.

There are many reasons why learning Python is essential. The syntax rules of Python allow you to express concepts without writing additional code. At the same time, Python, unlike other programming languages, emphasizes code readability and will enable you to use English keywords instead of punctuations.


Then, Python has an extensive and robust standard library, which makes it score over other programming languages. Besides, it is an open-source programming language, meaning that it will help you curtail software development cost significantly.

Last but not least, Python is designed with features to facilitate data analysis and visualization. You can use it to create custom big data solutions without putting in extra time and effort.

Are you excited about learning more about Python and coding?


Here is what you can learn from this book:

-The importance of data analysis and machine learning

-How is Python different from other languages

-Learn from more than 25 Python programming examples

-All the benefits of learning Python

-How can Python help you out with learning other languages


Learning Python is easy, even if you've never learned about coding before. It offers excellent readability and simple-to-learn syntax, which helps beginners learn this programming language in no time

The software is user-friendly and designed to increase speed and productivity during programming. With Python, you can create any app you want to

Ready to start coding?


This book will teach you how to do it and guide you through the coding process


Buy Now and Get Your Copy Now


Learn Python: Get Started Now with Our Beginner`s Guide to Coding, Programming, and Understanding Artificial Intelligence in the Fas

Автор: Adams Anthony
Название: Learn Python: Get Started Now with Our Beginner`s Guide to Coding, Programming, and Understanding Artificial Intelligence in the Fas
ISBN: 191406531X ISBN-13(EAN): 9781914065316
Издательство: Неизвестно
Рейтинг:
Цена: 4824.00 р.
Наличие на складе: Нет в наличии.

Описание: Do you want to become a coding & programming expert in no time? This guide will teach you how Are you interested in coding, programming, and artificial intelligence?Would you like to learn Python, but you have no idea how to start?


This guide is the answer to all your problems

Python is one of the top 10 popular programming languages, and it can be used to developing desktop GUI applications, websites, and web applications.

There are many reasons why learning Python is essential. The syntax rules of Python allow you to express concepts without writing additional code. At the same time, Python, unlike other programming languages, emphasizes code readability and will enable you to use English keywords instead of punctuations.


Then, Python has an extensive and robust standard library, which makes it score over other programming languages. Besides, it is an open-source programming language, meaning that it will help you curtail software development cost significantly.

Last but not least, Python is designed with features to facilitate data analysis and visualization. You can use it to create custom big data solutions without putting in extra time and effort.

Are you excited about learning more about Python and coding?


Here is what you can learn from this book:

-The importance of data analysis and machine learning

-How is Python different from other languages

-Learn from more than 25 Python programming examples

-All the benefits of learning Python

-How can Python help you out with learning other languages


Learning Python is easy, even if you've never learned about coding before. It offers excellent readability and simple-to-learn syntax, which helps beginners learn this programming language in no time

The software is user-friendly and designed to increase speed and productivity during programming. With Python, you can create any app you want to

Ready to start coding?


This book will teach you how to do it and guide you through the coding process


Buy Now and Get Your Copy Now


Learn Python: Get Started Now with Our Beginner`s Guide to Coding, Programming, and Understanding Artificial Intelligence in the Fas

Автор: Adams Anthony
Название: Learn Python: Get Started Now with Our Beginner`s Guide to Coding, Programming, and Understanding Artificial Intelligence in the Fas
ISBN: 191406559X ISBN-13(EAN): 9781914065590
Издательство: Неизвестно
Рейтинг:
Цена: 4413.00 р.
Наличие на складе: Нет в наличии.

Описание:

55% OFF for bookstores!


Get maximum revenue from the sale of this book. Your customers will love this book.

Bitcoin for Beginners: The Simple Guide to Investing in Bitcoin & Understanding Blockchain Cryptocurrency (3 Books in 1)

Автор: Caro Artemis
Название: Bitcoin for Beginners: The Simple Guide to Investing in Bitcoin & Understanding Blockchain Cryptocurrency (3 Books in 1)
ISBN: 192259007X ISBN-13(EAN): 9781922590077
Издательство: Неизвестно
Рейтинг:
Цена: 1654.00 р.
Наличие на складе: Нет в наличии.

Описание: Learn how to make money with Bitcoin, even if you're a total beginner...


This 3 in 1 BOX SET includes:


  1. Bitcoin: The Beginners Guide to Investing in Bitcoin & Understanding Blockchain Cryptocurrency
  2. Blockchain: The Beginners Guide to Understanding the Technology Behind Bitcoin & Cryptocurrency
  3. Ethereum: The Definitive Guide to Investing in Ethereum & Blockchain Cryptocurrency


There is a reason why Elon Musk, Tesla and other big Blue Chip companies just invested over $3 billon in Bitcoin. (You read that right, billion with a B)


Many people still think that it's a scam, a bubble, or that it will be banned by the government.


They couldn't be more wrong.

Over the past decade Bitcoin outperformed numerous tried and trusted investments like Gold, Stock and even Real Estate...by a lot.


But, is it too late to invest in Bitcoin?


Experts predict the price of 1 single Bitcoin could reach $100K by the end of this year, and over $1M within the next 5 - So no, it's most certainly not too late


Trading and investing in cryptocurrency has never been more lucrative than it is right now.


Drawing from decades of experience as a hedge fund manager and working at companies like Coinbase, Luno and Bitstamp,


I've distilled it all down into this easy-to-read playbook.


No computer science jargon. No mathematical formulas. No programming code.


Just everything you need to get started with Bitcoin today.


Get ready to learn:

✓ Why Bitcoin is not a bubble or scam (and why it never will be) ✓ How Bitcoin is different from other cryptocurrencies. ✓ Why it is impossible for the US government to ban Bitcoin - ever.

✓ The best (and safest) way to buy Bitcoin ✓ How to avoid most common pitfalls and costly mistakes that beginners make

✓How professional investors approach Bitcoin ✓ The ONE thing you should never do when buying Bitcoin (don't invest a penny until you read this) ✓And much, much more..


Even if you are a complete beginner, this book will bring you up to speed in no time.


Bitcoin is just getting started, and 2021 will be a year like no other.


If you missed out on the internet boom, make sure you don't miss out on the Bitcoin revolution... happening right now.


Scroll up and hit that "BUY" button now to join the next financial revolution, or get left in the wake of the new of Crypto millionaires.

Learn Python: Get Started Now with Our Beginner`s Guide to Coding, Programming, and Understanding Artificial Intelligence in the Fas

Автор: Adams Anthony
Название: Learn Python: Get Started Now with Our Beginner`s Guide to Coding, Programming, and Understanding Artificial Intelligence in the Fas
ISBN: 1914065603 ISBN-13(EAN): 9781914065606
Издательство: Неизвестно
Рейтинг:
Цена: 5516.00 р.
Наличие на складе: Нет в наличии.

Описание: Do you want to become a coding & programming expert in no time? This guide will teach you how Are you interested in coding, programming, and artificial intelligence?Would you like to learn Python, but you have no idea how to start?


This guide is the answer to all your problems


(This is the color version of the book)


Python is one of the top 10 popular programming languages, and it can be used to developing desktop GUI applications, websites, and web applications.

There are many reasons why learning Python is essential. The syntax rules of Python allow you to express concepts without writing additional code. At the same time, Python, unlike other programming languages, emphasizes code readability and will enable you to use English keywords instead of punctuations.


Then, Python has an extensive and robust standard library, which makes it score over other programming languages. Besides, it is an open-source programming language, meaning that it will help you curtail software development cost significantly.

Last but not least, Python is designed with features to facilitate data analysis and visualization. You can use it to create custom big data solutions without putting in extra time and effort.

Are you excited about learning more about Python and coding?


Here is what you can learn from this book:

-The importance of data analysis and machine learning

-How is Python different from other languages

-Learn from more than 25 Python programming examples

-All the benefits of learning Python

-How can Python help you out with learning other languages


Learning Python is easy, even if you've never learned about coding before. It offers excellent readability and simple-to-learn syntax, which helps beginners learn this programming language in no time

The software is user-friendly and designed to increase speed and productivity during programming. With Python, you can create any app you want to

Ready to start coding?


This book will teach you how to do it and guide you through the coding process


Buy Now and Get Your Copy Now


PHP Objects, Patterns, and Practice

Автор: ZANDSTRA
Название: PHP Objects, Patterns, and Practice
ISBN: 1484219953 ISBN-13(EAN): 9781484219959
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Поставка под заказ.

Описание:

The 5th edition of this popular book has been fully updated for PHP 7, including replacing the PEAR package manager with Composer, and new material on Vagrant and PHP standards. It provides a solid grounding in PHP's support for objects, it builds on this foundation to instill core principles of software design and then covers the tools and practices needed to develop, test and deploy robust code.
PHP Objects, Patterns, and Practice begins by covering PHP's object-oriented features. It introduces key topics including class declaration, inheritance, reflection and much more.
The next section is devoted to design patterns. It explains the principles that make patterns powerful. The book covers many of the classic design patterns and includes chapters on enterprise and database patterns.
The last segment of the book covers the tools and practices that can help turn great code into a successful project. The section shows how to manage multiple developers and releases with git, how to manage builds and dependencies with Composer. It also explores strategies for automated testing and continuous integration.
Taken together these three elements: object fundamentals, design principles, and best practice will help the reader develop elegant and rock solid systems.
PHP Objects, Patterns, and Practice:
Describes and demonstrates PHP's built-in object-oriented featuresBreaks down the principles of object-oriented design, explaining key design patterns using practical examples.Discusses the tools and practices necessary for developing, testing and deploying exemplary applications.
What You'll Learn:
How to work with object fundamentals: writing classes and methods, instantiating objects, creating powerful class hierarchies using inheritance.Master advanced object-oriented features, including static methods and properties, managing error conditions with exceptions, and creating abstract classes and interfaces.Learn about the new object-oriented features introduced by PHP 7 and why they matter for your code.Understand and use design principles to deploy objects and classes effectively in your projects.Learn about design patterns, their purpose, structure and the underlying principles that govern them. Discover a set of powerful patterns that you can deploy in your own projects.Learn about the tools and practices that can guarantee a successful project including unit testing; version control, build, installation and package management; and continuous integration.
Who This Book is For:
This book is suitable for anyone with at least a basic knowledge of PHP who wants to use its object-oriented features in their projects.
Those who already know their interfaces from their abstracts may well still find it hard to use these features in their systems. They will benefit from the book's emphasis on design. They will learn how to choose and combine the participants of a system; how to read design patterns and how to use them in their code.
Finally this book is for PHP coders who want to learn about the practices and tools (version control, testing, continuous integration, etc) that can make projects safe, elegant and stable.

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