Pocket References - Böcker
Visar alla böcker i serien Pocket References. Handla med fri frakt och snabb leverans.
2 produkter
2 produkter
83 kr
Skickas inom 7-10 vardagar
In this book, Mark Gurry shares his in-depth knowledge of Oracle's SQL statement optimizers. Mark's knowledge is the result of many hard-fought tuning battles during his many years of providing Oracle tuning services to clients. Mark provides insights into the workings of the rule-based optimizer that go well beyond what the rules tell you. He also provides solutions to many common problems that occur with both the rule-based and cost-based optimizers. In addition to the specific problem/solution scenarios for the optimizers, the book provides a number of SQL tuning tips. It discusses the various optimizer hints, telling you when they can be used to good effect. Finally, it discusses the use of the DBMS_STATS package to manage database statistics, and the use of outlines to specify execution plans for SQL statements in third-party applications that you can't otherwise modify..
184 kr
Skickas inom 7-10 vardagar
C++ is a complex language with many subtle facets. This is especially true when it comes to object-oriented and template programming. The "C++ Pocket Reference" is a memory aid for C++ programmers, enabling them to quickly look up usage and syntax for unfamiliar and infrequently used aspects of the language. The book's small size makes it easy to carry about, ensuring that it will always be at-hand when needed. In the book, you will find: information on C++ types and type conversions; syntax for C++ statements and preprocessor directives; help declaring and defining classes, and managing inheritance; information on declarations, storage classes, arrays, pointers, strings, and expressions; and refreshers on key concepts of C++ such as namespaces and scope. It should be useful to Java and C programmers making the transition to C++, or who find themselves occasionally programming in C++. The three languages are often confusingly similar. This book enables programmers familiar with C or Java to quickly come up to speed on how a particular construct or concept is implemented in C++.Together with its companion "STL Pocket Reference, the C++ Pocket Reference" forms one of the most concise, easily-carried, quick-references to the C++ language available.