万本电子书0元读

万本电子书0元读

Thumbprint
Thumbprint
Hill, Joe
¥107.82
A short story from critically acclaimed, bestselling author Joe Hill about a young woman who returns home from a military tour in the Middle East . . . and her dark past follows closely behind.
Ramona empieza el curso
Ramona empieza el curso
Cleary, Beverly
¥39.24
Here is the Spanish language version of Ramona Quimby, Age 8, the classic middle grade favorite from Beverly Cleary.En este libro de Newbery Honor escrito por la escritora querida Beverly Cleary, el entusiasmo por la vida de Ramona Quimby, ahora de ocho a?os de edad, es tan infecciosa como siempre. No importa si ella está diciendo lo que piensa a su maestra de tercer grado o haciéndose amiga del matón de la escuela, ?nadie puede la Ramona!Hasta que un día un incidente de vergüenza en la clase deja la Ramona completamente humillada. ?Puede regresarse de esto?Compatible con los Estándares Estatales Comunes.
Mastering Google App Engine
Mastering Google App Engine
Mohsin Shafique Hijazee
¥90.46
Build robust and highly scalable web applications with Google App EngineAbout This BookGet an in-depth look at how Google App Engine works under the hoodDesign and model your application around Google's highly scalable distributed NoSQL datastore to unlock its full potentialA comprehensive guide to ensure your mastery of Google App Engine Who This Book Is For If you have been developing web applications in Python or any other dynamic language but have always wondered how to write highly scalable web applications without getting into system administration and other plumbing, then this is the book for you. No experience in writing scalable applications is required.What You Will LearnScale and develop your applications with Google App Engine's runtime environmentGet to grips with request handling mechanism and write request handlersDeep dive into Google's distributed NoSQL and highly scalable datastore and design your application around itImplement powerful search with scalable datastorePerform long-running tasks in the background using task queuesWrite compartmentalized apps using multi tenancy, memcache, and other Google App Engine runtime servicesHandle web requests using the CGI, WSGI, and multi-threaded configurationsDeploy, tweak, and manage apps in production on Google App Engine In Detail Developing web applications that serve millions of users is no easy task, as it involves a number of configurations and administrative tasks for the underlying software and hardware stack. This whole configuration requires not only expertise, but also a fair amount of time as well. Time that could have been spent on actual application functionality. Google App Engine allows you develop highly scalable web applications or backends for mobile applications without worrying about the system administration plumbing or hardware provisioning issues. Just focus writing on your business logic, the meat of the application, and let Google's powerful infrastructure scale it to thousands of requests per second and millions of users without any effort on your part. This book takes you from explaining how scalable applications work to designing and developing robust scalable web applications of your own, utilizing services available on Google App Engine. Starting with a walkthrough of scalability is and how scalable web applications work, this book introduces you to the environment under which your applications exist on Google App Engine. Next, you will learn about Google's datastore, which is a massively scalable distributed NoSQL solution built on top of BigTable. You will examine the BigTable concepts and operations in detail and reveal how it is used to build Google datastore. Armed with this knowledge, you will then advance towards how to best model your data and query that along with transactions. To augment the powerful distributed dataset, you will deep dive into search functionality offered on Google App Engine. With the search and storage sorted out, you will get a look into performing long running tasks in the background using Google App Engine task queues along with sending and receiving emails. You will also examine the memcache to boost web application performance, image processing for common image manipulation tasks. You will then explore uploading, storing, and serving large files using Blobstore and Cloud storage. Finally, you will be presented with the deployment and monitoring of your applications in production along with a detailed look at dividing applications into different working modules.Style and approach This book is an in-depth guide where you will examine the problems in the context of highly scalable web applications. This book will take you through the libraries, services, and required configuration and finally puts everything together into a small web application that showcases all the capabilities of Google App Engine.
Python Data Visualization Cookbook - Second Edition
Python Data Visualization Cookbook - Second Edition
Igor Milovanovi?
¥80.65
Over 70 recipes to get you started with popular Python libraries based on the principal concepts of data visualization About This Book Learn how to set up an optimal Python environment for data visualization Understand how to import, clean and organize your data Determine different approaches to data visualization and how to choose the most appropriate for your needs Who This Book Is For If you already know about Python programming and want to understand data, data formats, data visualization, and how to use Python to visualize data then this book is for you. What You Will Learn Introduce yourself to the essential tooling to set up your working environment Explore your data using the capabilities of standard Python Data Library and Panda Library Draw your first chart and customize it Use the most popular data visualization Python libraries Make 3D visualizations mainly using mplot3d Create charts with images and maps Understand the most appropriate charts to describe your data Know the matplotlib hidden gems Use plot.ly to share your visualization online In Detail Python Data Visualization Cookbook will progress the reader from the point of installing and setting up a Python environment for data manipulation and visualization all the way to 3D animations using Python libraries. Readers will benefit from over 60 precise and reproducible recipes that will guide the reader towards a better understanding of data concepts and the building blocks for subsequent and sometimes more advanced concepts. Python Data Visualization Cookbook starts by showing how to set up matplotlib and the related libraries that are required for most parts of the book, before moving on to discuss some of the lesser-used diagrams and charts such as Gantt Charts or Sankey diagrams. Initially it uses simple plots and charts to more advanced ones, to make it easy to understand for readers. As the readers will go through the book, they will get to know about the 3D diagrams and animations. Maps are irreplaceable for displaying geo-spatial data, so this book will also show how to build them. In the last chapter, it includes explanation on how to incorporate matplotlib into different environments, such as a writing system, LaTeX, or how to create Gantt charts using Python. Style and approach A step-by-step recipe based approach to data visualization. The topics are explained sequentially as cookbook recipes consisting of a code snippet and the resulting visualization.
Windows PowerShell for .NET Developers - Second Edition
Windows PowerShell for .NET Developers - Second Edition
Chendrayan Venkatesan
¥90.46
Efficiently administer and maintain your development environment with Windows PowerShellAbout This BookExplore *ing and automation techniques with Windows PowerShellGain concrete knowledge of Windows PowerShell *ing to perform professional level *ingDiscover the benefits of the Configuration Management Platform with this step-by-step guide that includes real-world *ing examples Who This Book Is For If you are an IT professional or developer who has worked on the .Net platform and you want to learn automation using Windows PowerShell, then this book is for you. This self-start guide takes you from the basics and gradually moves to an intermediate level to show you how to perform professional *ing.What You Will LearnUnderstand the concepts of building PowerShell *s and the basics of programmingManage the LYNC, Exchange, and SharePoint platformsCreate a Pull server using a SMB file share and HTTP and HTTPSUse .NET classes in Windows PowerShell and C# to manage Exchange OnlineUse PowerShell in C# to manage Exchange Online and work with .NET classes in PowerShellAutomate LYNC clients, consuming Client Server Object Models to administrate SharePoint Online In Detail Windows PowerShell 5.0 for .NET Developers is your self-start guide to performing automation using Windows PowerShell. This book will help you to understand the PowerShell syntax and grammar and will also teach you techniques to remove the rough edges of manual deployments. Packed with PowerShell *s and sample C# codes to automate tasks, it also includes real-world scenarios such as administrating office servers to help you save time and perform deployments swiftly and efficiently. The book begins with the Windows PowerShell basics, explores the significant features of Windows Management Framework 5.0, covers the basic concepts of Desired State Configuration and the importance of idempotent deployments. By the end of the book, you will have a good understanding of Windows PowerShell’s features and will be able to automate your tasks and manage configuration effectively.Style and approach This is an easy-to-follow step-by-step guide with text-enabled screenshots. Each topic is explained with codes and examples. It also includes multiple approaches for a number of tasks to let you choose the best one for you depending on your scenario.
Nginx HTTP Server - Third Edition
Nginx HTTP Server - Third Edition
Clement Nedelcu
¥80.65
Harness the power of Nginx to make the most of your infrastructure and serve pages faster than ever About This Book ?Discover possible interactions between Nginx and Apache to get the best of both worlds ?Learn to exploit the features offered by NGinx for your web applications ?Get the newest techniques available, designed with the latest version in mind Who This Book Is For By covering both the early setup stages and advanced topics, this book suits web administrators who interested in solutions to optimize their infrastructure, whether you are looking into replacing your existing web server software or integrating a new tool to cooperate with applications that are already up and running. If you, your visitors, and your operating system have been disappointed by Apache, this book is exactly what you need. What You Will Learn ?Get to know the basics of the Nginx configuration: syntax, structure, and semantics ?Understand the advanced load balancing functionality of Nginx and the newest innovative IO mechanisms ?Create virtual host configurations effortlessly ?Discover all the first-party modules: how to enable, configure, and use them ?Establish advanced rewrite rules with the Nginx Rewrite module ?Set up Nginx to work with PHP, Python, and more via FastCGI ?Configure Nginx to work as frontend for your existing HTTP server ?Manipulate configuration files with ease and adapt them to various situations ?Discover the common pitfalls and find out how to avoid them In Detail Nginx is a lightweight HTTP server designed for high-traffic websites, with network scalability as the primary objective. With the advent of high speed Internet access, short loading times and fast transfer rates have become a necessity. This free, open source solution will either come as a full replacement of other software such as Apache, or stand in front of your existing infrastructure to improve its overall speed. This book is a detailed guide to setting up Nginx in different ways that correspond to actual production situations: as a standalone server, as a reverse proxy, interacting with applications via FastCGI, and more. In addition, this complete directive reference will be your best friend at all stages of the configuration and maintenance processes. This book is the perfect companion for both Nginx beginners and experienced administrators. For beginners, it will take you through the complete process of setting up this lightweight HTTP server on your system and configuring its various modules so it does exactly what you need quickly and securely. For more experienced administrators, this book provides different approaches that can help you make the most of your current infrastructure. Nginx can be employed in many situations, whether you are looking to construct an entirely new web-serving architecture or simply want to integrate an efficient tool to optimize your site loading speeds. Style and approach This tutorial-style book includes detailed instructions on each of the processes it describes, as well as step-by-step tutorials, commented configuration sections, and in-depth module de*ions, so you can make the most of the performance potential offered by Nginx.
今個假期京滬廣鐵路遊 (2014-2015年版)
今個假期京滬廣鐵路遊 (2014-2015年版)
黃照康SUNNY
¥81.75
2014年是廣九直通車來往廣州至九龍開行35周年,現時來往廣州至九龍之列車班次頗為頻密,安坐車內,不用兩小時便到廣州,可謂是從香港到廣州快舒適的交通工具。商務旅客更可利用車廂內提供的WiFi上網處理業務。車上的餐飲種類繁多,為旅客帶來極大方便。本書推薦旅客選乘直通火車達北京、上海、廣州這三大城市,並詳細介紹京、滬、廣著名景點三地美食。 作者簡介: 黃照康,從事旅遊業三十多年,現任香港外遊旅行團代理商協會名譽會長、前香港旅遊業議會理事、香港旅遊業會領隊課程導師、旅行社顧客服務及親善技巧課程導師、廣東省增城等市、縣的旅遊形象大使公職。黃照康(Sunny)自小喜愛背囊式自助遊,遊遍中國各省、東南亞、印度、中東、歐美澳紐,以至於中南美洲及北極與北韓等神秘地域。由1993年起曾為港、甹的紙張媒體和電子媒體任嘉賓主持。
A European Life
A European Life
Michael Tracy
¥24.44
"To those who think Europe matters, and even more so, to those who don’t”… Michael Tracy’s “Memoirs” recount his experiences from boyhood in wartime Scotland, through hi life in “public school” and university, to postings in various international organisations and a senior position within the European Union in Brussels; then to involvement in Russia and other Central/European countries in the 1990s. The book concludes with an assessment of current issues facing both the EU and Russia; also Britain in its relations with the EU. . . . . . Michael Tracy grew up in Scotland during the war of 193945. After gaining scholarships to Fettes College in Edinburgh, then to Cambridge University (studying Modern Languages, then Economics), he worked in international organisations and for ten years was a Director in the Council Secretariat of the European Union. He also pursued an academic career, writing on agricultural policy and economics and lecturing in various European universities, including Wye College in England and the College of Europe in Bruges. In Moscow in 1991 he witnessed at close quarters the collapse of the Soviet Union, and subsequently was involved in a new institute in St. Petersburg. Subsequently he had advisory and teaching roles in the countries of Central/Eastern Europe during their transition to market economies and accession to the European Union. His final chapter assesses the issues currently facing both the European Union and Russia. Taking the story up to May 2010, it discusses the prospects for the eurozone, and the implications of Britain’s new coalition government for Britain’s relations with the EU (a subject which he has followed from the outset in the late 1950s). This is not a history: it is a personal, lively and often humorous account of Michael Tracy’s experiences, in which personal contacts figure largely. Nor is it a tract for or against the European Union; on the other hand, it sheds a more human light on proceedings in “Brussels”. Graham Dalton of the University of Aberdeen admires the depth of knowledge at the heart of Michael Tracy’s memoir and concludes: “His thoughts on Europe are wellfounded, rounded and are to be taken seriously.” Michael Tracy has been President of the British Agricultural Economics Society and is an honorary member of the Académie d’Agriculture de France. His other main works are: Government and Agriculture in Western Europe, 18801988 (3rd edn. 1989); Food and Agriculture in a Market Economy – an introduction to theory, practice and policy (1993); and in retirement: The World of the Edwardian Child, as seen in Arthur Mee’s Children’s Encyclop?dia 19081910 (2008). c After retirement, Michael continues to live mainly in Belgium, where he and his wife have a “hobby farm” with pedigree sheep. He also spends time in an Andalucian mountain village. His main hobby in both places is as an amateur pianist, is making music with friends.
Karmalitics
Karmalitics
Duncan Abbott
¥24.44
In his pacey, darkly humorous first novel, Duncan Abbott doesn't pull any punches. With a searing eye for satire and a great deal of comic ingenuity he proposes some startling new political ideas at a time when paucity of thought and poverty of ideals seem to be the norm. Join our hero George King, a talented, popular and ethical MP, and his cadre of madcap idealists as they saunter amusingly through the sordid side of parliament changing the nation as they go! Watch them improve the lives of millions, sweep away swathes of avarice and laugh in the face of adversity, while tearing down a sex, drugs and prostitution-based blackmail campaign that could bring down British politics as we know it.
行山王:新界東行山路線
行山王:新界東行山路線
黃梓莘
¥29.35
全書包括新界東的行山路線,以“新手體驗路線”、“高手勇嘗路線”及“老手歷奇路線”三個層面讓讀者們選取適合自己的路線遊歷。
Pride and Prejudice
Pride and Prejudice
Jane Austen
¥29.35
Pride and Prejudice is a novel of manners by Jane Austen, first published in 1813. The story follows the main character, Elizabeth Bennet, as she deals with issues of manners, upbringing, morality, education, and marriage in the society of the landed gentry of the British Regency. Elizabeth is the second of five daughters of a country gentleman living near the fictional town of Meryton in Hertfordshire, near London.
中學普通話水平考試研究
中學普通話水平考試研究
陳瑞端,祝新華,劉文采,楊軍
¥32.45
《中學普通話水平考試研究》是香港理工大學中文及雙語學系測試組在普通話評估領域的一項成果。學者透過實證研究,探討語言教學和語言測試的規劃與實踐、聆聽語料的選擇和調整、學生聆聽表現的評估、語音測量的音位學基礎、規範表達、語音間接表現、朗讀與說話表現等,完整地展現了從語言規劃至設計普通話説話和聆聽測試內容時遇到的問題,以及有效的解決方案。理據充足,很具參考價值。
Moby Dick; Or, The Whale
Moby Dick; Or, The Whale
Herman Melville
¥29.35
Moby-Dick is a novel considered an outstanding work of Romanticism and the American Renaissance. Ishmael narrates the monomaniacal quest of Ahab, captain of the whaler Pequod, for revenge on Moby Dick, a white whale which on a previous voyage destroyed Ahab's ship and severed his leg at the knee. Although the novel was a commercial failure and out of print at the time of the author's death in 1891, its reputation as a Great American Novel grew during the twentieth century. D. H. Lawrence called it "one of the strangest and most wonderful books in the world," and "the greatest book of the sea ever written."Call me Ishmael" is one of world literature's most famous opening sentences.
治本修身──中醫內分泌調節養生法
治本修身──中醫內分泌調節養生法
徐小萍
¥73.33
本書從中醫學、美容學、西醫內分泌學的角度,系統分析了面色蒼白、痤瘡、黃褐斑、脫髮、眼球突出、頸腫、皮膚乾燥症、多汗症、多毛症、肥胖、消瘦、乳房發育不良等12種常見病症的發病原因與機理,以及西醫的常規治療方法。闡明了中醫調節內分泌失調的方法與機理,突出整體治療,治病求本的中醫學理念,並具體介紹通過內服中藥、針灸耳針、外敷按摩、食療食養、日常護理等綜合措施,以達到美容塑形,展現自信美的目的。
The Call of the Wild
The Call of the Wild
Jack London
¥29.35
The Call of the Wild is a novel by Jack London published in 1903. The story is set in the Yukon during the 1890s Klondike Gold Rush—a period when strong sled dogs were in high demand. The novel's central character is a dog named Buck, a domesticated dog living at a ranch in the Santa Clara Valley of California as the story opens. Stolen from his home and sold into service as sled dog in Alaska, he reverts to a wild state. Buck is forced to fight in order to dominate other dogs in a harsh climate. Eventually he sheds the veneer of civilization, relying on primordial instincts and learned experience to emerge as a leader in the wild.
The Picture of Dorian Gray
The Picture of Dorian Gray
Oscar Wilde
¥29.35
The Picture of Dorian Gray is an 1891 philosophical novel by Irish writer and playwright Oscar Wilde. First published as a serial
Little Women
Little Women
Louisa May Alcott
¥29.35
Little Women was originally published in two volumes in 1868 and 1869. Alcott wrote the books rapidly over several months at the request of her publisher. The novel follows the lives of four sisters—Meg, Jo, Beth, and Amy March—detailing their passage from childhood to womanhood, and is loosely based on the author and her three sisters.
戰火下的詩情 ── 抗日戰爭時期戴望舒在港的文學翻譯
戰火下的詩情 ── 抗日戰爭時期戴望舒在港的文學翻譯
鄺可怡
¥82.81
本書收錄著名詩人戴望舒在抗日戰爭期間於香港翻譯的文學著作,包括法國著名左翼作家馬爾羅長篇小說《希望》及其他英法小說家作品。相關篇章的整理和出版不僅為戴望舒的翻譯研究提供豐富卻長期被忽略的文獻材料,也將為戴望舒的詩學理念與翻譯、抗日時期戴望舒與香港文學及大眾媒體、中國現代派與歐洲左翼文藝思潮、戰爭歷史以及跨文化語境(從巴黎、上海到香港)下法國現代主義文學的譯介等研究課題,提供重要資料。同時,讀者亦可從中了解抗戰時期詩人香港的文學活動。
Peter Pan
Peter Pan
J. M. Barrie
¥29.35
Peter Pan; or, the Boy Who Wouldn't Grow Up or Peter and Wendy is J. M. Barrie's most famous work, in the form of a 1904 play and a 1911 novel. Both versions tell the story of Peter Pan, a mischievous little boy who can fly, and his adventures on the island of Neverland with Wendy Darling and her brothers, the fairy Tinker Bell, the Lost Boys, and the pirate Captain Hook. The play and novel were inspired by Barrie's friendship with the Llewelyn Davies family. Barrie continued to revise the play for years after its debut until publication of the play * in 1928.
The Silver Mountain
The Silver Mountain
Katerina Spathi
¥24.44
Iro and Iona, two little bears who are best friends, live deep in the forest and spend their days playing happily with all the other little animals. But Iro wants some adventure and so she decides to take her friend Iona and set off on a trip to the mysterious Silver Mountain that everyone is so afraid of. This is the story of what happens when two naughty little bears disobey their parents and get themselves into all sorts of sticky situations. The Silver Mountain is an exciting place full of mystery and we follow Iro and Iona on their adventures in a magical world where in the end, goodness and bravery win the day. A great bedtime story with gorgeous illustrations for children aged 4 to 8 years old.
Learning Predictive Analytics with R
Learning Predictive Analytics with R
Eric Mayor
¥90.46
Get to grips with key data visualization and predictive analytic skills using R About This Book Acquire predictive analytic skills using various tools of R Make predictions about future events by discovering valuable information from data using R Comprehensible guidelines that focus on predictive model design with real-world data Who This Book Is For If you are a statistician, chief information officer, data scientist, ML engineer, ML practitioner, quantitative analyst, and student of machine learning, this is the book for you. You should have basic knowledge of the use of R. Readers without previous experience of programming in R will also be able to use the tools in the book. What You Will Learn Customize R by installing and loading new packages Explore the structure of data using clustering algorithms Turn unstructured text into ordered data, and acquire knowledge from the data Classify your observations using Na?ve Bayes, k-NN, and decision trees Reduce the dimensionality of your data using principal component analysis Discover association rules using Apriori Understand how statistical distributions can help retrieve information from data using correlations, linear regression, and multilevel regression Use PMML to deploy the models generated in R In Detail R is statistical software that is used for data analysis. There are two main types of learning from data: unsupervised learning, where the structure of data is extracted automatically; and supervised learning, where a labeled part of the data is used to learn the relationship or scores in a target attribute. As important information is often hidden in a lot of data, R helps to extract that information with its many standard and cutting-edge statistical functions. This book is packed with easy-to-follow guidelines that explain the workings of the many key data mining tools of R, which are used to discover knowledge from your data. You will learn how to perform key predictive analytics tasks using R, such as train and test predictive models for classification and regression tasks, score new data sets and so on. All chapters will guide you in acquiring the skills in a practical way. Most chapters also include a theoretical introduction that will sharpen your understanding of the subject matter and invite you to go further. The book familiarizes you with the most common data mining tools of R, such as k-means, hierarchical regression, linear regression, association rules, principal component analysis, multilevel modeling, k-NN, Na?ve Bayes, decision trees, and text mining. It also provides a de*ion of visualization techniques using the basic visualization tools of R as well as lattice for visualizing patterns in data organized in groups. This book is invaluable for anyone fascinated by the data mining opportunities offered by GNU R and its packages. Style and approach This is a practical book, which analyzes compelling data about life, health, and death with the help of tutorials. It offers you a useful way of interpreting the data that’s specific to this book, but that can also be applied to any other data.