Author :
Publisher : IOS Press
Page : 7289 pages
File Size : 25,89 MB
Release :
Category :
ISBN :
Author :
Publisher : IOS Press
Page : 7289 pages
File Size : 25,89 MB
Release :
Category :
ISBN :
Author : Vivian Siahaan
Publisher : SPARTA Publishing
Page : 439 pages
File Size : 10,85 MB
Release : 2019-03-04
Category : Computers
ISBN :
You will learn Java/MySQL fast, easy and fun. This book provides you with a complete MySQL guidance presented in an easy-to-follow manner. Each chapter has practical examples with SQL script and screenshots available. If you go through the entire chapters, you will know how to manage MySQL databases and manipulate data using various techniques such as MySQL queries, MySQL stored procedures, database views, triggers. In the first part of the book, you will learn Basic MySQL statements including how to implement querying data, sorting data, filtering data, joining tables, grouping data, subquerying data, dan setting operators. Aside from learning basic SQL statements, you will also learn step by step how to develop stored procedures in MySQL. First, we introduce you to the stored procedure concept and discuss when you should use it. Then, we show you how to use the basic elements of the procedure code such as create procedure statement, if-else, case, loop, stored procedure’s parameters. In the next chapter, we will discuss the database views, how they are implemented in MySQL, and how to use them more effectively. After that, you will learn how to work with the MySQL triggers. By definition, a trigger or database trigger is a stored program executed automatically to respond to a specific event e.g., insert, update or delete occurred in a table. The database trigger is powerful tool for protecting the integrity of the data in your MySQL databases. In addition, it is useful to automate some database operations such as logging, auditing, etc. Then, you will learn about MySQL index including creating indexes, removing indexes, listing all indexes of a table and other important features of indexes in MySQL. MySQL uses indexes to quickly find rows with specific column values. Without an index, MySQL must scan the whole table to locate the relevant rows. The larger table, the slower it searches. After that, you will find a lot of useful MySQL administration techniques including MySQL server startup and shutdown, MySQL server security, MySQL database maintenance, and backup. The last chapter gives you the most commonly used MySQL functions including aggregate functions, string functions, date time functions, control flow functions, etc.
Author : G. Brewka
Publisher : IOS Press
Page : 892 pages
File Size : 32,68 MB
Release : 2006-08-10
Category : Computers
ISBN : 1607501899
In the summer of 1956, John McCarthy organized the famous Dartmouth Conference which is now commonly viewed as the founding event for the field of Artificial Intelligence. During the last 50 years, AI has seen a tremendous development and is now a well-established scientific discipline all over the world. Also in Europe AI is in excellent shape, as witnessed by the large number of high quality papers in this publication. In comparison with ECAI 2004, there’s a strong increase in the relative number of submissions from Distributed AI / Agents and Cognitive Modelling. Knowledge Representation & Reasoning is traditionally strong in Europe and remains the biggest area of ECAI-06. One reason the figures for Case-Based Reasoning are rather low is that much of the high quality work in this area has found its way into prestigious applications and is thus represented under the heading of PAIS.
Author : Michael J. Donahoo
Publisher : Elsevier
Page : 273 pages
File Size : 38,10 MB
Release : 2010-07-21
Category : Computers
ISBN : 0080489745
SQL is a solid guide and reference to the key elements of SQL and how to use it effectively. Developed by authors who needed a good resource for students in their database class, this is an ideal supplement for database courses — no matter what main text you use or what flavor of SQL is required. It features a short and inexpensive introduction to SQL for students who have some programming experience and need to learn the main features of SQL; and suggested shortcuts for learning and practice, depending on the experience of the user. This book is recommended for novice developers, programmers, and database administrators as well as students in database courses, business courses, and IT-related courses. - Provides tutorial-based instruction for the main features of SQL for programmers and other technical professionals in need of a brief but really good introduction to SQL. - The approach is vendor-neutral—so very adaptable and flexible - The focus is on teaching concepts by walking through concrete examples and explanations, and self-review exercises are included at the end of each chapter. - Coverage is on the key features of the language that are required to understand SQL and begin using it effectively. - SQL 2003-compliant.
Author : B.M. Harwani
Publisher : Addison-Wesley
Page : 576 pages
File Size : 20,63 MB
Release : 2013-05-16
Category : Computers
ISBN : 0133137295
The Android Tablet Developer’s Cookbook helps experienced Android developers leverage new Android 4.2.2 features to build compelling applications that take full advantage of tablets’ bigger screens, dual-core processors, and larger, faster memory. Tightly focused on Android 4.2.2’s tablet-related capabilities, it presents an unparalleled library of easy-to-reuse code for solving real-world problems. Everything’s organized in modular, standalone sections to help you quickly find what you’re looking for, even when you need to use multiple classes together. Throughout, B.M. Harwani clearly explains how Android tablet apps are unique, how to leverage Android skills and libraries you’ve already mastered, and how to efficiently integrate tablet APIs and features. From media to NFC, porting phone apps to integrating analytics, this book will help you do it fast and do it right. Coverage includes Providing user control via the system clipboard, notifications, and pending intents Supporting drag and drop for both text and images Displaying navigation and core app functionality via the ActionBar Using widgets to present calendars, number pickers, image stacks, and options lists Delivering powerful graphics via animation and hardware accelerated 2D Recording audio, video, and images Responding to sensors Pairing tablets to other Bluetooth-enabled Android devices or PCs Using Wi-Fi Direct to share media Creating custom home screen widgets Making the most of threads and the AsyncTask class Exchanging data via JSON Displaying and browsing Web content via the WebView widget Creating fragments dynamically at runtime and implementing communication between fragments Porting apps from smartphones to tablets and building new apps for both Supporting older versions of the Android SDK Sharing data and messages via NFC with Android Beam Integrating app analytics and tracking Turn to The Android Tablet Developer’s Cookbook for proven, expert answers--and the code you need to implement them. It’s all you need to jump-start any project and quickly create compelling Android tablet apps that sell!
Author : Seppo Sippu
Publisher : Springer
Page : 399 pages
File Size : 14,13 MB
Release : 2015-01-27
Category : Computers
ISBN : 3319122924
Transactions are a concept related to the logical database as seen from the perspective of database application programmers: a transaction is a sequence of database actions that is to be executed as an atomic unit of work. The processing of transactions on databases is a well- established area with many of its foundations having already been laid in the late 1970s and early 1980s. The unique feature of this textbook is that it bridges the gap between the theory of transactions on the logical database and the implementation of the related actions on the underlying physical database. The authors relate the logical database, which is composed of a dynamically changing set of data items with unique keys, and the underlying physical database with a set of fixed-size data and index pages on disk. Their treatment of transaction processing builds on the “do-redo-undo” recovery paradigm, and all methods and algorithms presented are carefully designed to be compatible with this paradigm as well as with write-ahead logging, steal-and-no-force buffering, and fine-grained concurrency control. Chapters 1 to 6 address the basics needed to fully appreciate transaction processing on a centralized database system within the context of our transaction model, covering topics like ACID properties, database integrity, buffering, rollbacks, isolation, and the interplay of logical locks and physical latches. Chapters 7 and 8 present advanced features including deadlock-free algorithms for reading, inserting and deleting tuples, while the remaining chapters cover additional advanced topics extending on the preceding foundational chapters, including multi-granular locking, bulk actions, versioning, distributed updates, and write-intensive transactions. This book is primarily intended as a text for advanced undergraduate or graduate courses on database management in general or transaction processing in particular.
Author : Korry Douglas
Publisher : Sams Publishing
Page : 818 pages
File Size : 18,21 MB
Release : 2003
Category : Computers
ISBN : 9780735712577
"PostgreSQL" leads users through the internals of an open-source database. Throughout the book are explanations of data structures and algorithms, each backed by a concrete example from the actual source code. Each section contains information about performance implications, debugging techniques, and pointers to more information (on the Web and in book form).
Author : Robert Trypuz
Publisher : Springer Science & Business Media
Page : 355 pages
File Size : 18,12 MB
Release : 2013-10-22
Category : Philosophy
ISBN : 9400770464
This volume describes and analyzes in a systematic way the great contributions of the philosopher Krister Segerberg to the study of real and doxastic actions. Following an introduction which functions as a roadmap to Segerberg's works on actions, the first part of the book covers relations between actions, intentions and routines, dynamic logic as a theory of action, agency, and deontic logics built upon the logics of actions. The second section explores belief revision and update, iterated and irrevocable beliefs change, dynamic doxastic logic and hypertheories. Segerberg has worked for more than thirty years to analyze the intricacies of real and doxastic actions using formal tools - mostly modal (dynamic) logic and its semantics. He has had such a significant impact on modal logic that "It is hard to roam for long in modal logic without finding Krister Segerberg's traces," as Johan van Benthem notes in his chapter of this book.
Author : Simon Brown
Publisher : Apress
Page : 708 pages
File Size : 35,60 MB
Release : 2006-11-05
Category : Computers
ISBN : 1430201118
* J2EE 5 compliant - Pro JSP 2 will be latest/first book that contains JSP 2.1 that’s in the new J2EE 5 platform. * Covers integration and use with open source projects such as Apache Struts, Ant, XDoclet, JUnit, and Cactus. It also includes all the rich features of JSP 2 as well as adds JavaServer Faces (JSF) interoperability and integration with JSP. * Shows the reader best persistence options, security means, performance optimization, and design patterns and best practices.
Author : Christel Baier
Publisher : Springer
Page : 207 pages
File Size : 20,74 MB
Release : 2018-05-29
Category : Computers
ISBN : 3319926128
This book constitutes the proceedings of the 38th IFIP WG 6.1 International Conference on Formal Techniques for Distributed Objects, Components, and Systems, FORTE 2018, held in Madrid, Spain, in June 2018, as part of the 13th International Federated Conference on Distributed Computing Techniques, DisCoTec 2018. The 10 full papers presented were carefully reviewed and selected from 28 submissions. The conference is dedicated to fundamental research on theory, models, tools, and applications for distributed systems.