Learning Rust:A comprehensive guide to writing Rust applications
¥334.25
Start building fast and robust applications with the power of Rust by your sideAbout This Book·Get started with the language to build scalable and high performance applications·This book will help C#/C++ developers gain better performance and memory management·Discover the power of Rust when developing concurrent applications for large and scalable softwareWho This Book Is ForThe book is for absolute beginners to Rust, who want to build high performance, concurrent applications for their projects. It is suitable for developers who have a basic knowledge of programming and developers who are using the C#/C++ language to write their applications. No knowledge of Rust is expected.What You Will Learn·Set up Rust for Windows, Linux, and OS X·Write effective code using Rust·Expand your Rust applications using libraries·Interface existing non-Rust libraries with your Rust applications·Use the standard library within your applications·Understand memory management within Rust and speed efficiency when passing variables·Create more complex data types·Study concurrency in Rust with multi-threaded applications and sync threading techniques to improve the performance of an application problemIn DetailRust is a highly concurrent and high performance language that focuses on safety and speed, memory management, and writing clean code. It also guarantees thread safety, and its aim is to improve the performance of existing applications. Its potential is shown by the fact that it has been backed by Mozilla to solve the critical problem of concurrency.Learning Rust will teach you to build concurrent, fast, and robust applications. From learning the basic syntax to writing complex functions, this book will is your one stop guide to get up to speed with the fundamentals of Rust programming. We will cover the essentials of the language, including variables, procedures, output, compiling, installing, and memory handling.You will learn how to write object-oriented code, work with generics, conduct pattern matching, and build macros. You will get to know how to communicate with users and other services, as well as getting to grips with generics, scoping, and more advanced conditions. You will also discover how to extend the compilation unit in Rust.By the end of this book, you will be able to create a complex application in Rust to move forward with.Style and approachThis comprehensive book will focus on the Rust syntax, functions, data types, and conducting pattern matching for programmers. It is divided into three parts and each part of the book has an objective to enable the readers to create their own applications at an appropriate level, ultimately towards creating complex applications.
St. Ives by Robert Louis Stevenson (Illustrated)
¥8.09
This eBook features the unabridged text of ‘St. Ives’ from the bestselling edition of ‘The Complete Works of Robert Louis Stevenson’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Stevenson includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily.eBook features:* The complete unabridged text of ‘St. Ives’* Beautifully illustrated with images related to Stevenson’s works* Individual contents table, allowing easy navigation around the eBook* Excellent formatting of the textPlease visit www.delphiclassics.com to learn more about our wide range of titles
Flux Architecture
¥334.25
Learn to build powerful and scalable applications with Flux, the architecture that serves billions of Facebook users every dayAbout This Book·This the first resource dedicated to the new architectural pattern that powers Facebook·You'll learn all the tips and tricks you need to get the most out of Flux·Filled with practical, hands-on samples, you'll not only understand how Flux works, but will be able to start building Flux-powered applications straight away·Written by Adam Boduch, software architect at Virtustream (EMC), and author of JavaScript at Scale, JavaScript Concurrency, and jQuery UI Cookbook for Packt PublishingWho This Book Is ForAre you trying to use React, but are struggling to get your head around Flux? Maybe you're tired of MV* spaghetti code at scale? Do you find yourself asking what the Flux?!Flux Architecture will guide you through everything you need to understand the Flux pattern, and design and build powerful web applications that rely on the Flux architecture.You don't need to know what Flux is or how it works to read along with the book. No knowledge of Flux's partner technology, ReactJS, is necessary to follow along, but it is recommended that you have a good working knowledge of JavaScript.What You Will Learn·Understand the Flux pattern and how it will impact your React applications·Build real-world applications that rely on Flux·Handle asynchronous actions in your application·Implement immutable stores with Immutable.js·Replace React.js with alternate View components such as jQuery and Handlebars·Test and benchmark your Flux architecture using Jest—Facebook's enhancement of the Jasmine libraryIn DetailWhilst React has become Facebook's poster-child for clean, complex, and modern web development, it has quietly been underpinned by its simplicity. It's just a view. The real beauty in React is actually the architectural pattern that handles data in and out of React applications: Flux. With Flux, you're able to build data-rich applications that engage your users, and scale to meet every demand. It is a key part of the Facebook technology stack that serves billions of users every day.This book will start by introducing the Flux pattern and help you get an understanding of what it is and how it works. After this, we'll build real-world React applications that highlight the power and simplicity of Flux in action. Finally, we look at the landscape of Flux and explore the Alt and Redux libraries that make React and Flux developments easier.Filled with fully-worked examples and code-first explanations, by the end of the book, you'll not only have a rock solid understanding of the architecture, but will be ready to implement Flux architecture in anger.Style and approachThis book is filled with practical, hands-on examples. You'll not only understand how Flux works, but will be able to start building Flux-powered applications straight away.
RESTful Web API Design with Node.js - Second Edition
¥222.81
Design and implement efficient RESTful solutions with this practical hands-on guideAbout This Book·Create a fully featured RESTful API solution from scratch.·Learn how to leverage Node.JS, Express, MongoDB and NoSQL datastores to give an extra edge to your REST API design.·Use this practical guide to integrate MongoDB in your Node.js application.Who This Book Is ForThe ideal target audience for this book is web developers who have some experience with RESTful services. Familiarity with basic JavaScript programming techniques is required. No prior experience with Node.JS or Express.js is required.What You Will Learn·Install, develop, and test your own Node.js user modules·Comprehend the differences between an HTTP and a RESTful application·Optimize RESTful service URI routing with best practices·Eliminate third-party dependencies in your tests with mocking·Learn about NoSQL data stores and integrate MongoDB in your Node.js application with Mongoose·Secure your services with NoSQL database integration within Node.js applications·Enrich your development skills to create scalable, server-side, RESTful applications based on the Node.js platformIn DetailIn this era of cloud computing, every data provisioning solution is built in a scalable and fail-safe way. Thus, when building RESTful services, the right choice for the underlying platform is vital. Node.js, with its asynchronous, event-driven architecture, is exactly the right choice to build RESTful APIs.This book will help you enrich your development skills to create scalable, server-side, RESTful applications based on the Node.js platform.Starting with the fundamentals of REST, you will understand why RESTful web services are better data provisioning solution than other technologies. You will start setting up a development environment by installing Node.js, Express.js, and other modules. Next, you will write a simple HTTP request handler and create and test Node.js modules using automated tests and mock objects. You will then have to choose the most appropriate data storage type, having options between a key/value or document data store, and also you will implement automated tests for it. This module will evolve chapter by chapter until it turns into a full-fledged and secure Restful service.Style and approachCreate state of the art RESTful API solutions leveraging Node.JS 4.x.
Deployment with Docker
¥297.10
A practical guide to rapidly and efficiently mastering Docker containers, along with tips and tricks learned in the field.About This Book·Use Docker containers, horizontal node scaling, modern orchestration tools (Docker Swarm, Kubernetes, and Mesos) and Continuous Integration/Continuous Delivery to manage your infrastructure.·Increase service density by turning often-idle machines into hosts for numerous Docker services.·Learn what it takes to build a true container infrastructure that is scalable, reliable, and resilient in the face of increased complexities from using container infrastructures.·Find out how to identify, debug, and mitigate most real-world, undocumented issues when deploying your own Docker infrastructure.·Learn tips and tricks of the trade from existing Docker infrastructures running in production environments.Who This Book Is ForThis book is aimed at system administrators, developers, DevOps engineers, and software engineers who want to get concrete, hands-on experience deploying multi-tier web applications and containerized microservices using Docker. This book is also for anyone who has worked on deploying services in some fashion and wants to take their small-scale setups to the next level (or simply to learn more about the process).What You Will Learn·Set up a working development environment and create a simple web service to demonstrate the basics·Learn how to make your service more usable by adding a database and an app server to process logic·Add resilience to your services by learning how to horizontally scale with a few containers on a single node·Master layering isolation and messaging to simplify and harden the connectivity between containers·Learn about numerous issues encountered at scale and their workarounds, from the kernel up to code versioning·Automate the most important parts of your infrastructure with continuous integrationIn DetailDeploying Docker into production is considered to be one of the major pain points in developing large-scale infrastructures, and the documentation available online leaves a lot to be desired. With this book, you will learn everything you wanted to know to effectively scale your deployments globally and build a resilient, scalable, and containerized cloud platform for your own use.The book starts by introducing you to the containerization ecosystem with some concrete and easy-to-digest examples; after that, you will delve into examples of launching multiple instances of the same container. From there, you will cover orchestration, multi-node setups, volumes, and almost every relevant component of this new approach to deploying services. Using intertwined approaches, the book will cover battle-tested tooling, or issues likely to be encountered in real-world scenarios, in detail. You will also learn about the other supporting components required for a true PaaS deployment and discover common options to tie the whole infrastructure together.At the end of the book, you learn to build a small, but functional, PaaS (to appreciate the power of the containerized service approach) and continue to explore real-world approaches to implementing even larger global-scale services.Style and approachThis in-depth learning guide shows you how to deploy your applications in production using Docker (from the basic steps to advanced concepts) and how to overcome challenges in Docker-based infrastructures. The book also covers practical use-cases in real-world examples, and provides tips and tricks on the various topics.
A Horse’s Tale by Mark Twain (Illustrated)
¥8.09
This eBook features the unabridged text of ‘A Horse’s Tale’ from the bestselling edition of ‘The Complete Works of Mark Twain’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Twain includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily.eBook features:* The complete unabridged text of ‘A Horse’s Tale’* Beautifully illustrated with images related to Twain’s works* Individual contents table, allowing easy navigation around the eBook* Excellent formatting of the textPlease visit www.delphiclassics.com to learn more about our wide range of titles
新视野日本语(入门)
¥39.90
本套教材为“非全日制日语专业”(也适合中等教育)零起综合日语教材。学完本套教材之后学习者普遍达到全日制日语本科二年级结束时水平,日语能力考试N2水平。本套教材分为,主教材1~4册,外加教学参考用书1册,共5册。主教材1~4册分别为“新视野日本语(门)”“新视野日本语(基础)”“新视野日本语(提高)”“新视野日本语(精通)”。
标准日语初级词汇:刷词手册
¥14.94
标准日语初级词汇:刷词手册
日语语法新思维(修订版)
¥16.99
日语语法新思维(修订版)
日语会话王轻图解
¥18.00
本书是为了帮助日语学习者学习标准地道的日语口语而编写的,旨在利用超简单的方法让日语初学者有效提高日语口语水平。本书围绕与生活息息相关的话题,分谈天说地、着装扮、品尝美食、房屋住宿、交通出行、休闲娱乐、日常物、潮流生活八个部分,涵盖生活方方面面的常用对话。
简单易学日语会话
¥14.99
《简单易学日语会话》是一本为对日语会话感兴趣的学习者造的全面、地道的日语会话图书。全书分七个部分对日常生活中常见的场景行分类,每部分细化为6个小节,每小节更一步分不同话题对日语会话中常用的句子行了归纳。正文不仅涵盖场景常用句,更有举一反三板块列出当前场景的常用句子。此外,每节还设置知识加油站板块,对当前小节经常使用的单词行了补充,便于学习者在学习会话的同时提升词汇量。
人鼠之间 Of Mice and Men(壹力文库 百灵鸟英文经典)
¥12.99
《人鼠之间》讲述了二十世纪30年代美国经济大萧条时期,两个一贫如洗却又相依为命的美国流动农业工人佐治和李奈从怀揣梦想、追逐梦想、近梦想到梦想破灭的悲惨故事,艺术地展现了田园牧歌式的农庄生活和残酷的社会现实的冲突,反映了人对生存条件的真切感受。
晨读夜诵.每天读一点韩语名家名作(中韩对照)
¥9.90
“书味在胸中,甘于饮陈酒。”好的文学作品,如同一壶陈年的老酒,沁人心脾,回味无穷。本书共选取57篇经典作品,包括经典诗歌、小说、名家散文三个部分。在诗歌部分,除了金素月、金永郎、韩龙云等现当代诗坛文人的作品,还选取了朝鲜王朝时期的几篇时调作品。书中的每一篇作品都附有作品介绍、原文欣赏、生词短语、参考译文。通过文学作品和译文的阅读,读者不仅可以提高文学鉴赏能力,还可以一步提升韩语水平及翻译能力。此外,本书中选取的每一篇作品都堪称韩国文学史上的经典,读者在享受文学经典的同时,可以深了解韩国人的文化、思想情感及美学观念,并能产生心灵的共鸣。此外,本书还提供朗读音频,读者在欣赏语言文字的同时,让耳朵也能够充分感受韩语的魅力与美妙。
完全掌握.新韩国语能力考试TOPIKII(中高级)写作考前对策(第3版)
¥19.99
写作,一直是新韩国语能力考试TOPIKⅡ(中高级)考生的一大难题。特别是改革后的新TOPIK考试,更是加大了写作的难度。《完全掌握.新韩国语能力考试TOPIKII(中高级)写作考前对策》作为TOPIK考试名师金龙一的成名之作,自2016年推出以来广受好评。今年对本书行了改版,内容更加系统和完整,适合各种水平的考生参考。在第三版中,作者修订了TOPIK写作的备考策略,新增了实用的“大作文七句成章法”写作模板、适合高分考生的“议论文阶”、数道大小作文题(含TOPIK写作真题)及高分范文、隔写规则及标符号使用规则。
金龙一教你过韩语能力考试:TOPIK近似语法(初中高级)
¥9.99
《完全掌握.新韩国语能力考试TOPIK语法(初级、中高级全收录)》并非常规的语法书,而是为TOPIK考生“量身定制”的工具书。本书针对备考TOPIK初级和中高级的考生编写,强调实用性和学习效果。通过学习本书,考生可以在一个月内了解和巩固TOPIK考试必考的360个语法条目。如果某个语法有多种用法,但考试中只考其中两种常见用法,本书只收录常见用法。作者在解释语法时充分结合TOPIK考,尽可能多地列举出考试中可能出现的形式。另外,本书还收录相近语法和语法辨析,其中相近语法是TOPIK阅读专项的重要考,语法辨析则从实际应用层面阐述了作者对相近语法的解析。
金龙一教你过韩语能力考试:TOPIK语法辨析(初中高级)
¥9.99
《完全掌握.新韩国语能力考试TOPIK语法(初级、中高级全收录)》并非常规的语法书,而是为TOPIK考生“量身定制”的工具书。本书针对备考TOPIK初级和中高级的考生编写,强调实用性和学习效果。通过学习本书,考生可以在一个月内了解和巩固TOPIK考试必考的360个语法条目。如果某个语法有多种用法,但考试中只考其中两种常见用法,本书只收录常见用法。作者在解释语法时充分结合TOPIK考,尽可能多地列举出考试中可能出现的形式。另外,本书还收录相近语法和语法辨析,其中相近语法是TOPIK阅读专项的重要考,语法辨析则从实际应用层面阐述了作者对相近语法的解析。
Immortal with a Kiss
¥78.55
Born by blood to be Dhampir—a vampire hunter—Emma Andrews nearly lost her life and everyone she loves at Dulwich Manor. Now something evil is preying on students at a northern Lake District girls' school—the same school Emma's mother attended years ago. Drawn as much by the desire to learn more about her family's secrets as the possibility of vampires, Emma finds the schoolgirls in the grip of a terrible legacy—the ageless evil of the Cyprian Queen, a dark goddess of ancient legend. Now Emma must tread a careful path—along with her old friends Sebastian, Father Luke, and the mysterious and dashing Valerian Fox—deeper into the darkness to face her most paralyzing fears . . . and perhaps come one step closer to the Dracula himself.
Earwig and the Witch
¥33.18
"I would like to declare Diana Wynne Jones an international treasure," proclaimed Neil Gaiman, Newbery Medalist and best-selling author. In this enchanting introduction to Diana Wynne Jones's magical and funny work, Earwig is a fearless young orphan. When she finds herself in a house of dark magic, she does whatever she can to adapt—especially if it means that she'll learn a little magic herself! A young middle grade novel by World Fantasy Award for Lifetime Achievement?winner Diana Wynne Jones, beautifully illustrated in black and white by Caldecott Medalist Paul O. Zelinsky.Not every orphan would love living at St. Morwald's Home for Children, but Earwig does. She gets whatever she wants, whenever she wants it, and it's been that way since she was dropped on the orphanage doorstep as a baby. But all that changes the day Bella Yaga and the Mandrake come to St. Morwald's, disguised as foster parents. Earwig is whisked off to their mysterious house full of invisible rooms, potions, and spell books, with magic around every corner. Most children would run in terror from a house like that . . . but not Earwig. Using her own cleverness—with a lot of help from a talking cat—she decides to show the witch who's boss.
Illusions
¥55.93
"I don't do patrols, I don't go hunting, I just stick close to you. You live your life. I'll keep you safe," Tamani said, sweeping a lock of hair from her face. "Or die trying."Laurel hasn't seen Tamani since she begged him to let her go last year. Though her heart still aches, Laurel is confident that David was the right choice.But just as life returns to normal, Laurel realizes that a hidden enemy lies in wait. Once again, Laurel must turn to Tamani to protect and guide her, for the danger that now threatens Avalon is one that no faerie thought would ever be possible. And for the first time, Laurel cannot be sure that her side will prevail.
Everything Beautiful Began After
¥88.56
Rebecca is young, lost, and beautiful. A gifted artist, she seeks solace and inspiration in the Mediterranean heat of Athens—trying to understand who she is and how she can love without fear. George has come to Athens to learn ancient languages after growing up in New England boarding schools and Ivy League colleges. He has no close relationships with anyone and spends his days hunched over books or wandering the city in a drunken stupor.Henry is in Athens to dig. An accomplished young archaeologist, he devotedly uncovers the city’s past as a way to escape his own, which holds a secret that not even his doting parents can talk about....And then, with a series of chance meetings, Rebecca, George, and Henry are suddenly in flight, their lives brighter and clearer than ever, as they fall headlong into a summer that will forever define them in the decades to come.
Clean Gut
¥94.10
The New York Times bestselling author of Clean offers a groundbreaking program to eliminate minor and major health problems—from extra weight, chronic pain, and allergies to heart disease, inflammation, autoimmune disorders, and depression.All of today's most diagnosed ailments can be traced back to an injured and irritated gut. The gut is an intricate and powerful system naturally designed to protect and heal the body every moment of every day. And yet for far too many of us this remarkable system is in disrepair, which leads to all kinds of health problems. We are sick and getting sicker. Chronic diseases are on the rise, and everyone we know seems to be suffering from something, getting tests done and taking over-the-counter or pre*ion medications. But we no longer have to be sick to get healthy. Dr. Alejandro Junger explains how instead of treating the symptoms as they arise, we can preemptively attack disease before it takes root in the gut.No matter your current state of health, you will benefit from this program. We are all walking around with damaged guts, to different degrees suffering the consequences in our day-to-day and long-term health. The Clean Gut program will put an end to these everyday ailments, reverse chronic disease, and help you achieve true, long-lasting health.

购物车
个人中心

