万本电子书0元读

万本电子书0元读

Beginning C++ Programming
Beginning C++ Programming
Richard Grimes
¥90.46
C++ has come a long way and is now adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not to forget its importance in game programming. Despite its strengths in these areas, beginners usually tend to shy away from learning the language because of its steep learning curve. The main mission of this book is to make you familiar and comfortable with C++. You will finish the book not only being able to write your own code, but more importantly, you will be able to read other projects. It is only by being able to read others' code that you will progress from a beginner to an advanced programmer. This book is the first step in that progression. The first task is to familiarize you with the structure of C++ projects so you will know how to start reading a project. Next, you will be able to identify the main structures in the language, functions, and classes, and feel confident being able to identify the execution flow through the code. You will then become aware of the facilities of the standard library and be able to determine whether you need to write a routine yourself, or use an existing routine in the standard library. Throughout the book, there is a big emphasis on memory and pointers. You will understand memory usage, allocation, and
C# 7 and .NET Core Cookbook
C# 7 and .NET Core Cookbook
Dirk Strauss
¥90.46
C# has recently been open-sourced and C# 7 comes with a host of new features for building powerful, cross-platform applications. This book will be your solution to some common programming problems that you come across with C# and will also help you get started with .NET Core 1.1. Through a recipe-based approach, this book will help you overcome common programming challenges and get your applications ready to face the modern world. We start by running you through new features in C# 7, such as tuples, pattern matching, and so on, giving you hands-on experience with them. Moving forward, you will work with generics and the OOP features in C#. You will then move on to more advanced topics, such as reactive extensions, Regex, code analyzers, and asynchronous programming. This book will also cover new, cross-platform .NET Core 1.1 features and teach you how to utilize .NET Core on macOS. Then, we will explore microservices as well as serverless computing and how these benefit modern developers. Finally, you will learn what you can do with Visual Studio 2017 to put mobile application development across multiple platforms within the reach of any developer. What you will learn ?Writing better and less code to achieve the same result as in previous versions of C# ?Working with analyzers in Visual Studio ?Working with files, streams, and serialization ?Writing high-performant code
Java 9 Programming By Example
Java 9 Programming By Example
Peter Verhas
¥80.65
This book gets you started with essential software development easily and quickly, guiding you through Java's different facets. By adopting this approach, you can bridge the gap between learning and doing immediately. You will learn the new features of Java 9 quickly and experience a simple and powerful approach to software development. You will be able to use the Java runtime tools, understand the Java environment, and create Java programs. We then cover more simple examples to build your foundation before diving to some complex data structure problems that will solidify your Java 9 skills. With a special focus on modularity and HTTP 2.0, this book will guide you to get employed as a top notch Java developer. By the end of the book, you will have a firm foundation to continue your journey towards becoming a professional Java developer. What you will learn ?Compile, package and run a trivial program using a build management tool ?Get to know the principles of test-driven development and dependency management ?Separate the wiring of multiple modules from the application logic into an application using dependency injection ?Benchmark Java execution using Java 9 microbenchmarking ?See the workings of the Spring framework
Implementing Cisco UCS Solutions - Second Edition
Implementing Cisco UCS Solutions - Second Edition
Anuj Modi
¥90.46
Cisco Unified Computer System (UCS) is a powerful solution for modern data centers and is responsible for increasing efficiency and reducing costs. This hands-on guide will take you through deployment in Cisco UCS. Using real-world examples of configuring and deploying Cisco UCS components, we'll prepare you for the practical deployments of Cisco UCS data center solutions. If you want to develop and enhance your hands-on skills with Cisco UCS solutions, this book is certainly for you. We start by showing you the Cisco UCS equipment options, then introduce Cisco UCS Emulator so you can learn and practice deploying Cisco UCS components. We'll also introduce you to all the areas of UCS solutions through practical configuration examples. Moving on, you'll explore the Cisco UCS Manager, which is the centralized management interface for Cisco UCS. Once you get to know UCS Manager, you'll dive deeper into configuring LAN, SAN, identity pools, resource pools, and service profiles for the servers. You'll also get hands-on with administration topics including backup, restore, user's roles, and high availability cluster configuration. Finally, you will learn about virtualized networking, third-party integration tools, and testing failure scenarios. By the end of this book, you'll know everything you need to know to rapidly grow Cisco UCS deployments in the real world. What you will learn ?Set up your Lab using Cisco UCS Emulator ?Configure Cisco UCS, LAN, and SAN connectivity ?Create and manage Service profiles ?Perform various tasks using UCS ?Back up and restore Cisco UCS configuration ?Test various Cisco UCS scenarios
PostgreSQL Administration Cookbook, 9.5/9.6 Edition
PostgreSQL Administration Cookbook, 9.5/9.6 Edition
Simon Riggs
¥107.90
Over 150 recipes to help you administer your PostgreSQL database more efficiently About This Book ?Get to grips with the capabilities of PostgreSQL 9.6 to administer your database more efficiently ?Monitor, tune, secure and protect your database ?A step-by-step, recipe-based guide to help you tackle any problem in PostgreSQL administration with ease Who This Book Is For This book is for system administrators, database administrators, data architects, developers, and anyone with an interest in planning for, or running, live production databases. This book is most suited to those who have some technical experience. What You Will Learn ?Implement PostgreSQL features for performance and reliability ?Harness the power of the latest PostgreSQL 9.6 features ?Manage open source PostgreSQL versions 9.5 and 9.6 on various platforms ?Discover advanced technical tips for experienced users ?Explore best practices for planning and designing live databases ?Select and implement robust backup and recovery techniques ?Explore concise and clear guidance on replication and high availability ?See the latest details on Logical Replication and Bi-Directional Replication In Detail PostgreSQL is a powerful opensource database management system; now recognized as the expert's choice for a wide range of applications, it has an enviable reputation for performance and stability. PostgreSQL provides an integrated feature set comprising relational database features, object-relational, text search, Geographical Info Systems, analytical tools for big data and
Java 9 Data Structures and Algorithms
Java 9 Data Structures and Algorithms
Debasish Ray Chawdhuri
¥71.93
Gain a deep understanding of the complexity of data structures and algorithms and discover the right way to write more efficient code About This Book ?This book provides complete coverage of reactive and functional data structures ?Based on the latest version of Java 9, this book illustrates the impact of new features on data structures ?Gain exposure to important concepts such as Big-O Notation and Dynamic Programming Who This Book Is For This book is for Java developers who want to learn about data structures and algorithms. Basic knowledge of Java is assumed. What You Will Learn ?Understand the fundamentals of algorithms, data structures, and measurement of complexity ?Find out what general purpose data structures are, including arrays, linked lists, double ended linked lists, and circular lists ?Get a grasp on the basics of abstract data types―stack, queue, and double ended queue ?See how to use recursive functions and immutability while understanding and in terms of recursion ?Handle reactive programming and its related data structures ?Use binary search, sorting, and efficient sorting―quicksort and merge sort ?Work with the important concept of trees and list all nodes of the tree, traversal of tree, search trees, and balanced search trees ?Apply advanced general purpose data structures, priority queue-based sorting, and random access immutable linked lists ?Gain a better understanding of the concept of graphs, directed and undirected graphs, undirected trees, and much more In Detail Java
Mastering OpenCV 3 - Second Edition
Mastering OpenCV 3 - Second Edition
Daniel Lélis Baggio
¥80.65
Practical Computer Vision Projects About This Book ?Updated for OpenCV 3, this book covers new features that will help you unlock the full potential of OpenCV 3 ?Written by a team of 7 experts, each chapter explores a new aspect of OpenCV to help you make amazing computer-vision aware applications ?Project-based approach with each chapter being a complete tutorial, showing you how to apply OpenCV to solve complete problems Who This Book Is For This book is for those who have a basic knowledge of OpenCV and are competent C++ programmers. You need to have an understanding of some of the more theoretical/mathematical concepts, as we move quite quickly throughout the book. What You Will Learn ?Execute basic image processing operations and cartoonify an image ?Build an OpenCV project natively with Raspberry Pi and cross-compile it for Raspberry Pi.text ?Extend the natural feature tracking algorithm to support the tracking of multiple image targets on a video ?Use OpenCV 3's new 3D visualization framework to illustrate the 3D scene geometry ?Create an application for Automatic Number Plate Recognition (ANPR) using a support vector machine and Artificial Neural Networks ?Train and predict pattern-recognition algorithms to decide whether an image is a number plate ?Use POSIT for the six degrees of freedom head pose ?Train a face recognition database using deep learning and recognize faces from that database In Detail As we become more capable of handling data in every kind, we are becoming more reliant on visual input and what
HoloLens Beginner’s Guide
HoloLens Beginner’s Guide
Jason Odom
¥90.46
"Key Features?Start developing immersive and interactive apps for Microsoft HoloLens ?Explore the Windows Universal Development platform for HoloLens development ?Leverage the full set of HoloLens sensors to create mesmerizing apps"
Learning Windows Server Containers
Learning Windows Server Containers
Srikanth Machiraju
¥90.46
"About This Book ?Discover the secret to building highly portable apps that run on any machine with Windows Server 2016 anywhere, from laptops, desktop servers, and public or private clouds, without any changes to the code ?Build your company cost-effective, container-based apps that support large-scale, virtual cloud environments ?The most up-to-date help on the market, offering developers expert guidance in building and shipping high-quality apps, and also helping admins create infrastructure that's simple to maintain Who This Book Is For This book is for application developers with a basic programming knowledge of C#, ASP.NET, and PowerShell. IT Administrators or DevOps engineers with basic PowerShell experience can benefit by extending their learning to use PowerShell to manage containers on Windows environments and use additional management tools. What You Will Learn ?Build and deploy ASP.NET web applications as Windows Containers on Windows 10 (Desktop) and Azure using Visual Studio 2015, Docker, and PowerShell ?Build and manage custom images using Windows Server Core base OS image and Docker CLI, publish images to Docker, tag images, author Docker files, and so on ?Create enterprise-scale, production-grade container environments using Redis Cache containers and SQL Server containers with storage volumes, set up custom container networks, continuous integration, and deployment pipelines using VSTS, Azure, and Git ?Deploy a composite container environment using Docker Compose on Windows ?Learn to build applications using Microsoft's thinnest server platform - Nano Servers. Build custom Nano Server images and Nano Containers using Windows PowerShell and "
Learning Ionic - Second Edition
Learning Ionic - Second Edition
Arvind Ravulavaru
¥80.65
"Create real-time hybrid applications with the leader of HTML5 frameworks: Ionic Framework About This Book ?Step into the world of amazingly interactive and real-time app development using Ionic 2 ?Leverage the powerful Angular 2 along with Ionic to develop cutting edge apps ?Detailed code examples and explanations will help you get up and running with Ionic quickly and easily Who This Book Is For This book is for JavaScript developers with basic skills. No previous knowledge of Ionic is required for this book. What You Will Learn ?Understanding the world of the mobile hybrid architecture ?Scaffolding and working with Ionic templates ?Transforming a single page app to a multi-page app using Navigation Controller ?Integrating Ionic components, decorators, and services and rapidly developing complex applications ?Theming Ionic apps as well as customizing components using SCSS ?Working with Ionic Native to interface with device features, such as camera, notifications, and battery ?Building a production grade app using Ionic and Uber API to let users book a ride ?Migrating an Ionic 1 app to Ionic 2 or Ionic 3 ?Performing unit testing, end-to-end testing, and device testing on your apps ?Deploying Ionic apps to store and manage their subsequent releases In Detail Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5, SCSS, and Angular. Ionic also makes app development easier, faster, and more fun. This hands-on guide will help you understand the Ionic framework and how you can leverage it to create amazing real-time applications. We begin by covering the essential features of Angular 2, and then dive straight into how Ionic fits in today's world of hybrid app development and give you a better understanding of the mobile hybrid architecture along the way. Further on, you will learn how to work with Ionic decorators, services, and components, which will allow you to build complex apps using the Ionic framework. We will take a look at theming Ionic apps using the built-in SCSS setup. After that, we will explore Ionic Native, and you will learn how to integrate device-specific features, such as notifications, with the Ionic app. To complete our learning, we will be building a Rider app, using Ionic and Uber API, to book a ride. Next, you will learn how to unit test, end-to-end test, monkey test, and execute device testing on AWS Device farm. Then, we will take a look at migrating the existing Ionic 1 apps to Ionic 2 and deploy them to the App Store. The final chapter on Ionic 3 wraps up this book by explaining the new features of Ionic 3 at the time of writing this book. By the end of this book, you will be able to develop, deploy, and manage hybrid mobile applications built with Cordova, Ionic, and Angular. All the examples in this book are valid for both Ionic 2 and Ionic 3. Style and approach A step-by-step, practical approach to learning Ionic using the example of designing an online course app. Each topic is explained sequentially in the process of creating a course. This includes explanations of both basic and advanced features of Ionic. "
Vue.js 2 Cookbook
Vue.js 2 Cookbook
Andrea Passaglia
¥80.65
"Key Features ?Understand and use Vue's reactivity system, data binding, and computed properties ?Create fluid transitions in your application with Vue's built-in transition system ?Use Vuex and Webpack to build medium-to-large scale SPAs and enhance your development workflow Book De*ion Vue.js is an open source JavaScript library for building modern, interactive web applications. With a rapidly growing community and a strong ecosystem, Vue.js makes developing complex single page applications a breeze. Its component-based approach, intuitive API, blazing fast core, and compact size make Vue.js a great solution to craft your next front-end application. From basic to advanced recipes, this book arms you with practical solutions to common tasks when building an application using Vue. We start off by exploring the fundamentals of Vue.js: its reactivity system, data-binding syntax, and component-based architecture through practical examples. After that, we delve into integrating Webpack and Babel to enhance your development workflow using single file components. Finally, we take an in-depth look at Vuex for state management and Vue Router to route in your single page applications, and integrate a variety of technologies ranging from Node.js to Electron, and Socket.io to Firebase and HorizonDB. This book will provide you with the best practices as determined by the Vue.js community. What you will learn ?Understand the fundamentals of Vue.js through numerous practical examples ?Piece together complex web interfaces using theVue.js component system ?Use Webpack and Babel to enhance your development workflow ?Manage your "
Implementing DevOps with Microsoft Azure
Implementing DevOps with Microsoft Azure
Mitesh Soni
¥90.46
"Accelerate and Automate Build, Deploy, and Management of applications to achieve High Availability. About This Book ?This guide highlights tools that offer development and deployment environments for application services ?Secure and continuously monitor your web application in order to make it highly available ?Use Visual Studio Team Services for Continuous Integration and Continuous Development to expedite your application life cycle management process ?Use Microsoft Azure App Services (Azure Web Apps / Azure Websites), PaaS offering from Microsoft to deploy web application Who This Book Is For This book is for DevOps engineers, system administrators, and developers (.net) who want to implement DevOps for their organization. You do not need to have any knowledge of VSTS or Azure App Services (Azure Web Apps / Azure Websites). What You Will Learn ?Explore the features of PaaS and aPaaS in DevOps ?Use Visual Studio Team Services (VSTS) to manage versions of code and integrating VSTS with Eclipse IDE ?Understand and configure Continuous Integration in VSTS ?Review Unit Test Execution for Automated Testing ?Create different environments that can be used to continuous deploy a web application ?Configure Roll-based Access to enable secure access for Azure Web Apps ?Create and configure the App Service Environment to enhance security ?Understand the execution of the end-to-end automation process ?Conduct Performance Testing using JMeter ?Discover the different monitoring options available in Microsoft Azure Portal In Detail This book will teach you all about the Visual Studio Team Services and Microsoft Azure PaaS offerings that support Continuous Integration, Continuous Delivery, Continuous Deployment, and execution in the cloud with high availability, disaster recovery, and security. You will first be given a tour of all the concepts and tools that Microsoft Azure has to offer and how these can be used in situations to cultivate the DevOps culture. You'll be taught how to use and manage Visual Studio Team Services (VSTS) and about the structure of the sample application used throughout the book. You will become familiar with the nitty gritty of Continuous Integration and Continuous Development with VSTS and Microsoft Azure Apps. You will not only learn how to create App service environments, but also how to compare Azure Web Apps and App Service Environments to deploy web applications in a more secure environment. Once you have completed Continuous Integration and created the Platform for application deployment, you will learn more about the final stepping stone in achieving end-to-end automation using approval-based Continuous Delivery and Deployment. You will then learn about Continuous Monitoring, using the monitoring and notification options provided by Microsoft Azure and Visual Studio Team Services. Style and Approach This book is an easy-to-follow guide filled with examples and real-world applications for gaining an in-depth understanding of Microsoft Azure and Visual Studio. This book will help you leverage Microsoft Azure and Visual Studio using real-world examples. "
安娜卡列尼娜(上、下)
安娜卡列尼娜(上、下)
(俄)列夫·托尔斯泰
¥11.50
《安娜·卡列宁娜》是托尔斯泰第二部里程碑式的长篇小说,成功塑造了安娜这一极富艺术真实性、*美丰满的女性艺术形象。小说首次成功采用了互相对照、相辅相成的平行线式结构,通过贵妇安娜追求自由爱情而失败的悲剧——在矛盾与绝望中卧轨自杀,庄园主列文进行庄园改革失败的结局——梦想破灭后皈依宗教,揭露了十九世纪六七十年代俄罗斯上流社会的丑恶与虚伪,反映了农奴制改革后俄国整个社会在政治、经济、道德、心理等方面的矛盾,表达了作者对伦理、灵魂、社会等因素的思考与探索。
HOLLYWOOD SHAPED MY HAIR
HOLLYWOOD SHAPED MY HAIR
James King
¥22.66
A humorous look at the influence of celebrity style, charting the hairdos (and hair don’ts) James King has fashioned over the years. From the classic ‘Rachel from Friends’ to the questionable David Beckham mohawk, most of us, probably unwisely, have tried to emulate our favourite star’s hairstyles at some point. In HOLLYWOOD SHAPED MY HAIR, James King takes us on a hair-history of cinema.
I Will Find You: A Reporter Investigates the Life of the Man Who Raped Her
I Will Find You: A Reporter Investigates the Life of the Man Who Raped Her
Joanna Connors
¥69.26
A hard-hitting memoir about a woman’s search to understand the man who raped her Joanna Connors was thirty years old when she was raped at knifepoint by a stranger. Many years later she realised she had to confront the fear that had ruled her life ever since that day. She needed, finally, to understand. So she went in search of her rapist’s story, determined to find out who he was, where he came from, what his life was like – and what leads a person to do something as destructive as what he did to her. ‘More chilling than a horror film and more thought-provoking than an HBO doc’ Cosmopolitan ‘Brutally affecting’ Guardian ‘Riveting’Mail on Sunday
Facing the Other Way: The Story of 4AD
Facing the Other Way: The Story of 4AD
Martin Aston
¥103.10
The first official account of the iconic record label. An NME Book of the Year 2013 ? A Rough Trade Book of the Year 2013 ? A Times Literary Supplement Book of the Year 2013 This Mortal Coil, Birthday Party, Bauhaus, Cocteau Twins, Pixies, Throwing Muses, Breeders, Dead Can Dance, Lisa Germano, Kristin Hersh, Belly, Red House Painters. Just a handful of the bands and artists who started out recording for 4AD, a record label founded by Ivo Watts-Russell and Peter Kent in 1979, a label which went on to be one of the most influential of the modern era. Combining the unique tastes of Watts-Russell and the striking design aesthetic of Vaughan Oliver, 4AD records were recognisable by their look as much their sound. In this comprehensive account concentrating on the label’s first two decades (up to the point that Watts-Russell left), music journalist Martin Aston explores the fascinating story with unique access to all the key players and pretty much every artist who released a record on 4AD during that time, and to its notoriously reclusive founder. With a cover designed by Vaughan Oliver this is an essential book for all 4AD fans and anyone who loved the music of that time.
The Rest Is Noise Series: Beethoven Was Wrong
The Rest Is Noise Series: Beethoven Was Wrong
Alex Ross
¥11.77
This is a chapter from Alex Ross’s groundbreaking history of twentieth-century classical music, ‘The Rest is Noise’. Further extracts are available as digital shorts, accompanying the London Southbank festival programme. After Paul McCartney listened to the electronic layering and looping of Stockhausen, the Beatles used the same effects on Revolver’s ‘Tomorrow Never Knows’ and put an image of the composer on Sgt. Pepper’s Lonely Hearts Club Band. For a split second during ‘Revolution 9’ the final chords of Sibelius’s Seventh Symphony can be heard. Even the most jaded veteran of twentieth century music must have been startled by the influence of the post-war avant-garde on the psychedelic generation. Now a major festival running throughout 2013 at London’s Southbank, The Rest is Noise is an intricate commentary not just on the sounds that defined the century, but on art’s troublesome dance with politics, social and cultural change. Alex Ross is the New Yorker’s music critic, and the winner of the Guardian First Book Award and the National Book Critics Circle Award for The Rest is Noise, which was also shortlisted for the Samuel Johnson and Pulitzer prizes for non-fiction.
The Keeper of Secrets (Novella)
The Keeper of Secrets (Novella)
Amanda Brooke
¥28.06
An emotionally-charged novella from Richard & Judy Book Club pick, Amanda Brooke. Can long-buried secrets break you apart … or set you free? On the surface, Elle has the perfect life – husband, child and a beautiful home. But sometimes a perfect facade hides the cracks beneath: Elle’s husband Rick seems determined to clip her wings at every turn, keeping her at home and away from her friends and from the world. When Elle’s father dies and she starts to clear his house, the cracks start to widen – and it’s only a matter of time before everything breaks open. On a quest for buried treasure at the house, her young son, Charlie, finds a box underneath the apple tree, with love letters from the past that could tear her world apart. As past and present collide, Elle must decide what is right – and what course her life should take.
If I Should Go (Novella)
If I Should Go (Novella)
Amanda Brooke
¥28.06
Another heart-felt short story from the Richard and Judy Book Club bestseller. Rachel is a single mum to Hope, and since Hope’s father left, has raised her daughter alone. They are as close as can be. So when Martin enters her life, he’s a breath of fresh air – the first guy that she has felt a connection to in a long time. But Martin’s plans for the future appear to be different to Rachel’s day-dreams: a future for two, without Hope… At the Sunny Days nursing home where Rachel works, Mrs Wilson is convalescing after a fall. But although she’s only staying for a short time, there’s a finality about her that Rachel just can’t get to grips with. Despite Mrs Wilson’s initial reluctance, Rachel starts to break through her tough exterior but she doesn’t seem to be able to get beneath the surface. As the clock starts to count down to the end of Mrs Wilson’s stay and Martin’s eventual move to Liverpool time is running out for Rachel to make a difference. The question is: what could she give up for love?
The Fairy Bell Sisters: Hearts and Flowers for Clara
The Fairy Bell Sisters: Hearts and Flowers for Clara
Margaret McNamara
¥31.59
Do you believe in fairies? Join Tinker Bell’s sisters on a magical adventure. Inspired by Tinker Bell, from the book Peter Pan, by J. M. Barrie Before Tinker Bell flew to Never Land and met Peter Pan she lived on Sheepskerry Island with her fairy sisters – Clara, Lily, Rosie, Silver and Squeak the baby. The young fairies go to fairy school and love tea parties, dressing up and exciting adventures. Lily’s dressing-up dreams have come true – she’s going to Queen Titania's annual fancy-dress competition. She’s always dreamed of meeting the fashionable town fairies on the mainland, and now’s her chance! But not everywhere is like Sheepskerry Island, and some fairies are less friendly than others. Without her Fairy Bell sisters to help her, Lily’s adventure spells trouble. How can she turn a dressing-up disaster into a prize-winning success? Young readers will love the enchanting stories and beautiful illustrations in this charming new series.
Ever After
Ever After
Kim Harrison
¥72.30
New York Times bestselling author Kim Harrison returns to the Hollows with the electrifying follow-up to her acclaimed Ever After! The ever-after, the demonic realm that parallels our own, is shrinking, and if it disappears, so does all magic. It's up to witch-turned-daywalking-demon Rachel Morgan to fix the ever-after before the fragile balance between magic users and humans falls apart. Of course, there's also the small fact that Rachel is the one who caused the ley line to rip in the first place, and her life is forfeit unless she can fix it. Not to mention the most powerful demon in the ever-after―the soul-eater Ku'Sox Sha-Ku'ru―has vowed to destroy her, and has kidnapped her friend and her goddaughter as leverage. If Rachel doesn't give herself up, they will die. Forced by circumstance, Rachel teams up with elven tycoon Trent Kalamack―a partnership fraught with dangers of the heart as well as betrayal of the soul―to return to the ever-after and rescue those she loves. One world teeters on the brink of interspecies war, the other on the brink of its very demise―and it's up to Rachel to keep them both from being destroyed.