万本电子书0元读

万本电子书0元读

Spring 5.0 Cookbook
Spring 5.0 Cookbook
Sherwin John Calleja Tragura
¥90.46
Over 100 hands-on recipes to build web applications easily and efficiently IN Spring 5.0 About This Book ? Solve real-world problems using the latest features of the Spring framework like Reactive Streams and the Functional Web Framework. ? Learn how to use dependency injection and aspect-oriented programming to write compartmentalized and testable code. ? Understand when to choose between Spring MVC and Spring Web Reactive for your projects Who This Book Is For Java developers who would like to gain in-depth knowledge of how to overcome problems that they face while developing great Spring applications. It will also cater to Spring enthusiasts, users and experts who need an arena for comparative analysis, new ideas and inquiries on some details regarding Spring 5.0 and its previous releases. A basic knowledge of Spring development is essential What You Will Learn ? Understand how functional programming and concurrency in JDK 1.9 works, and how it will affect Spring 5.0 ? Learn the importance and application of reactive programming in creating services, and also the process of creating asynchronous MVC applications ? Implement different Spring Data modules ? Integrate Spring Security to the container ? Create applications and deploy using Spring Boot ? Conceptualize the architecture behind Microservices and learn the details of its implementation ? Create different test cases for the components of Spring 5.0 components In Detail The Spring framework has been the go-to framework for Java developers for quite some time. It enhances modularity, provides more readable code, and enables the developer to focus on developing the application while the underlying framework takes care of transaction APIs, remote APIs, JMX APIs, and JMS APIs. The upcoming version of the Spring Framework has a lot to offer, above and beyond the platform upgrade to Java 9, and this book will show you all you need to know to overcome common to advanced problems you might face. Each recipe will showcase some old and new issues and solutions, right from configuring Spring 5.0 container to testing its components. Most importantly, the book will highlight concurrent processes, asynchronous MVC and reactive programming using Reactor Core APIs. Aside from the core components, this book will also include integration of third-party technologies that are mostly needed in building enterprise applications. By the end of the book, the reader will not only be well versed with the essential concepts of Spring, but will also have mastered its latest features in a solution-oriented manner. Style and Approach This book follows a cookbook style approach, presenting a problem and showing you how to overcome it with useful recipes. The examples provided will help you code along as you learn.
Salesforce Lightning Reporting and Dashboards
Salesforce Lightning Reporting and Dashboards
Johan Yu
¥90.46
Learn how to build advanced reports and dashboards in Salesforce Lightning experience About This Book ? Visualize and create advanced reports and dashboards using Lightning Experience ? Improve overall business efficiency with advanced and effective reports and dashboards ? Understand and create custom reports and dashboards Who This Book Is For This book is targeted at Salesforce.com administrators, business analysts, and managers who use Salesforce.com for their daily job and want to learn in depth about Salesforce Reporting and Dashboard in Lightning Experience. Readers should have a basic knowledge of Salesforce, such as: Accounts, Contacts, Leads, Opportunities and custom objects. What You Will Learn ? Navigate in Salesforce.com within the Lightning Experience user interface ? Secure and share your reports and dashboards with other users ? Create, manage, and maintain reports using Report Builder ? Learn how the report type can affect the report generated ? Explore the report and dashboard folder and the sharing model ? Create reports with multiple formats and custom report types ? Explore various dashboard features in Lightning Experience ? Use Salesforce1, including accessing reports and dashboards In Detail Built on the Salesforce App Cloud, the new Lightning Experience combines the new Lightning Design System, Lightning App Builder, and Lightning Components to enable anyone to quickly and easily create modern enterprise apps. The book will start with a gentle introduction to the basics of Salesforce reports and dashboards. It will also explain how to access reports in depth. Then you will learn how to create and manage reports, to use Schedule Report, and create advanced report configurations. The next section talks about dashboards and will enable you to understand and compare various types of dashboard component and how you can benefit the most from each of them. Then we move on to advanced topics and explain tips and tricks related to reports and dashboards, including reporting snapshots, report parameters, and collaboration. Finally, we will discuss how to access dashboards and reports from the Salesforce1 mobile app. Style and approach This comprehensive guide covers the advanced features of the all new Salesforce Lightning concepts and communicates them through a practical approach to explore the underlying concepts of how, when, and why to use them.
Learning Salesforce Visual Workflow and Process Builder - Second Edition
Learning Salesforce Visual Workflow and Process Builder - Second Edition
Rakesh Gupta
¥90.46
Click your way to automating various business processes using Salesforce Visual Workflow About This Book ? Develop an application using Point and Click with the help of Flow ? Get to grips with various ways to launch a Flow ? Capture data from an external user without using the Visualforce page ? Save user input into the database, and learn how to query and manipulate the data ? Discover various ways to debug and deploy Flow and Process Builder ? Understand the concepts of Subflow and Login Flow ? Handle complex business processes using Process builder and keep them clean ? Use existing or new Flows to work with Salesforce Lightning Experience. Who This Book Is For This book is intended for those who want to use Flows to automate their business requirements by clicking, not coding. No previous experience in computer coding or programming is required. What You Will Learn ? Develop an application using point and click with the help of Flow ? Get to grips with various ways to launch a Flow ? Capture data from an external user without using the Visualforce page ? Save user input into the database, and learn how to query and manipulate the data ? Discover various ways to debug and deploy Flow and Process Builder ? Understand the concepts of Subflow and Login Flow ? Handle complex business processes using Process builder and keep them clean ? Use existing or new Flows to work with Salesforce Lightning Experience. In Detail Salesforce Management System is an information system used in CRM to automate the business processes like sales and marketing. To implement this, Force.com developed a powerful tool called Visual Workflow to automate business processes by creating applications also called Flows. Learning Salesforce Visual Workflow, Second Edition is a practical guide on Flows that will enable you to develop custom applications in Salesforce with minimized code usage. The book starts with an introduction to Visual Workflows that teaches all the building blocks of creating Flows and use it efficiently. You will learn how to easily automate business processes and tackle complex business scenarios using Flows. The book explains the working of the Process Builder so you can create reusable processes. The book also covers how you can integrate existing or newly created Flows with the Salesforce Lightening Experience. By the end of the book, you will get a clear understanding on how to use Flows and Process Builder in your organization to optimize code usage. Style and approach Step by step approch to use Process Builder to solve complex business requirements with the help of Flow
Kubernetes for Serverless Applications
Kubernetes for Serverless Applications
Russ McKendrick
¥81.74
Transform yourself into a Kubernetes specialist in serverless applications. About This Book ? Get hands-on experience in installing, configuring, and using services such as Kubeless, Funktion, OpenWhisk, and Fission ? Learn how to launch Kubernetes both locally and in public clouds ? Explore the differences between using services such as AWS Lambda and Azure Functions and running your own Who This Book Is For If you are a DevOps engineer, cloud architect, or a stakeholder keen to learn about serverless functions in Kubernetes environments, then this book is for you. What You Will Learn ? Get a detailed analysis of serverless/Functions as a Service ? Get hands-on with installing and running tasks in Kubernetes using Minikube ? Install Kubeless locally and launch your first function. ? Launch Kubernetes in the cloud and move your applications between your local machine and your cloud cluster ? Deploy applications on Kubernetes using Apache OpenWhisk ? Explore topics such as Funktion and Fission installation on the cloud followed by launching applications ? Monitor a serverless function and master security best practices and Kubernetes use cases In Detail Kubernetes has established itself as the standard platform for container management, orchestration, and deployment. It has been adopted by companies such as Google, its original developers, and Microsoft as an integral part of their public cloud platforms, so that you can develop for Kubernetes and not worry about being locked into a single vendor. This book will initially start by introducing serverless functions. Then you will configure tools such as Minikube to run Kubernetes. Once you are up-and-running, you will install and configure Kubeless, your first step towards running Function as a Service (FaaS) on Kubernetes. Then you will gradually move towards running Fission, a framework used for managing serverless functions on Kubernetes environments. Towards the end of the book, you will also work with Kubernetes functions on public and private clouds. By the end of this book, we will have mastered using Function as a Service on Kubernetes environments. Style and approach A clear, concise, and straightforward book that will empower you work with clusters and run serverless functions effectively.
Dream Casters Light
Dream Casters Light
Adrienne Woods
¥0.01
Mr. Sandman, send me a dream, ta da da da.....Seventeen year old Chastity Blake knows the Sandman is just a silly children's story parents tell their children to get them to sleep. At least she thought it was, until the day a mysterious, light golden sand appeared in her hands during a high school prank that went horribly wrong. A sand that has the power to send anyone it touches into a deep, sound sleep. Fearing she had lost her mind, Chastity soon discovers the shocking truth of her heritage- she is a Dream Caster. Chastity was never supposed to be raised on the Domain, or what humans call Earth and she is forced to return to her true birth place, Revera – the world of Dreams. However, in Revera there is no balance between good, the Light Casters, and darkness, the Shadow Casters, and Chastity is caught square in the middle. She soon learns that there is no place for anyone containing both the light and the darkness within them, and the shocking truth that if anyone in Revera ever discovered her shadow self, Chastity would be thrown into the Oblivion – the world of Nightmares. Dreams are always more than they seem, and this time Chastity is going to discover just how different they can be.
世界经典童话:灰姑娘(日文版)
世界经典童话:灰姑娘(日文版)
(法)夏尔·佩罗 著,(日)楠山 正雄 译
¥3.00
灰姑娘是一个童话故事中的角色,原在欧洲民间广为流传,后来才由法国作家夏尔·佩罗和德国的格林兄弟加以采集编写。灰姑娘的故事向我们传达了这么一个人生历练过程——在任何嘲讽、刁难和欺凌之下,都要吃苦耐劳,忍辱负重地活着,即使极度艰难困苦只要心怀对美好未来的无限憧憬,保持善良与积极的心态,终是会获得幸福生活的。全书为日文版。难词标注假名,供日语学习者学习使用。
Jira Quick Start Guide
Jira Quick Start Guide
Ravi Sagar
¥54.49
Leverage Jira's powerful task management and workflow features to better manage your business processes Key Features * The book covers all major applications of Jira, which are Jira Software, Jira Core, Jira Service Desk. * Configure project workflows and the fields that will be used in the project with the help of Jira's features * Create tickets for issues and manage your projects using the Jira software Book Description Jira is an issue tracker and project management system. With their latest release, the Jira team has now expanded their user base to agile teams as well as business teams. This book provides a comprehensive explanation covering all major components of Jira, including Jira Software, Jira Core, and Jira Service Desk. This book starts with an introduction to Jira's unique features and how it can be used as an issue-tracking tool. It will then teach you about how a new project is created by a Jira administrator, what responsibilities there are, and using correct and relevant schemes in your project. You will then learn how to configure project workflows and fields for project screens. You will understand the various permissions used in projects and the importance of project roles in Jira. Then, the book talks about the concepts of versions acting as milestones and using components when handling issues in your projects. It will then focus on analysing data using built-in reports and creating dashboards in Jira. At the end, it will discuss various best practices for users as well as project managers or project administrators. What you will learn * Implement Jira as a project administrator or project manager * Get familiar with various functionalities of Jira * Configure projects and boards in your organisation's Jira instance * Understand how and when to use components and versions in your projects * Manage project configurations and Jira schemes * Learn the best practices to manage your Jira instance Who this book is for This book will be especially useful for project managers but it's also intended for other Jira users, including developers, and any other industry besides software development, who would like to use Jira for project management.
志怪小说:促织(日文版)
志怪小说:促织(日文版)
(清)蒲松龄 著,(日)田中贡太郎 译
¥3.00
本故事为蒲松龄创作的聊斋志异作品之一。国内风行都促织,皇帝也喜欢,于是官府把上交促织作为任务摊派下去。成名(主人公)也被摊派。官府要求的促织规定很高,成名一时做不到合乎规格的促织,非常着急。于是他老婆就去一个巫神那里问卜。巫神给了她一幅画,上面画的野外的一座荒房什么的。成名觉得是指点捕捉促织的地点,就按图索骥,结果抓到一只非常好的促织,他很高兴,就把促织放起来,准备第二天交上去。结果他的小儿子,偷偷拿这只促织和别的小孩去玩,让促织跑了。儿子知道这只促织对父亲的意义,所以非常害怕,就跳井自杀了。被人们就上来后,没有死掉,在昏迷中,儿子就变成一只小小的促织。虽然这只促织很小,但也没有办法,成名也还是把它交了上去。谁知道,这只小促织凶猛异常,胜过了所有的优等促织,甚至还咬破了公鸡的鸡冠。完成任务后,儿子也醒了过来。全书为日文版。难词标注假名,供日语学习者学习使用。
满1件7折 2件6折 非凡.新日本语能力考试.N3全真模拟试题
非凡.新日本语能力考试.N3全真模拟试题
刘文照
¥19.90
【本书内容与特】 一、“文字?词汇”试题涉及所有的词性。二、“语法”中的项目尽可能选择实际运用中出现比较频繁的表达形式,出题形式也努力做到紧扣真题。三、“读解”中的文章根据考试要求以及级别的不同,选编了诸如论述文、评论文、说明文、随笔以及应用文等不同体裁的文章。文章的来源既有日本的报纸、杂志等传统出版物,也有网络、电视等媒体。四、“听解”中的内容紧密结合实际生活,难易度和篇幅等也尽可能地近真题,文本均由日语专家海老原博先生编写。五、编者精心编写了所有模拟试题的详细解析及听力原文。
满1件7折 2件6折 非凡.新日本语能力考试.N3文字词汇
非凡.新日本语能力考试.N3文字词汇
刘文照
¥16.50
一、正文。正文按场景分类,每个大类中又分若干小项,如“生计?工作”中包含“生计”“产业”“职场”等小项,这样能让学习者在把握出题范围的同时,了解各个类别中的近义词表达。正文中的例句简短、精练。通过对例句的学习,学习者可以掌握单词*核心的用法。全书所有例句均标注注音假名,以便学习者学习。二、课后练习。练习不仅采用了出题形式中的题型,还根据学习需要,增加了“汉字书写”“读音书写”“词语搭配”等题型,从而帮助学习者更全面地掌握词语的应用知识。三、模拟试题。选择出题频率高的词汇作为考查对象,有助于学习者有效检验和评价自己的学习效果和实战能力。
Hands-On Game Development with WebAssembly
Hands-On Game Development with WebAssembly
Rick Battagline
¥70.84
Make your WebAssembly journey fun while making a game with it Key Features * Create a WebAssembly game that implements sprites, animations, physics, particle systems, and other game development fundamentals * Get to grips with advanced game mechanics in WebAssembly * Learn to use WebAssembly and WebGL to render to the HTML5 canvas element Book Description Within the next few years, WebAssembly will change the web as we know it. It promises a world where you can write an application for the web in any language, and compile it for native platforms as well as the web. This book is designed to introduce web developers and game developers to the world of WebAssembly by walking through the development of a retro arcade game. You will learn how to build a WebAssembly application using C++, Emscripten, JavaScript, WebGL, SDL, and HTML5. This book covers a lot of ground in both game development and web application development. When creating a game or application that targets WebAssembly, developers need to learn a plethora of skills and tools. This book is a sample platter of those tools and skills. It covers topics including Emscripten, C/C++, WebGL, OpenGL, JavaScript, HTML5, and CSS. The reader will also learn basic techniques for game development, including 2D sprite animation, particle systems, 2D camera design, sound effects, 2D game physics, user interface design, shaders, debugging, and optimization. By the end of the book, you will be able to create simple web games and web applications targeting WebAssembly. What you will learn * Build web applications with near-native performance using WebAssembly * Become familiar with how web applications can be used to create games using HTML5 Canvas, WebGL, and SDL * Become well versed with game development concepts such as sprites, animation, particle systems, AI, physics, camera design, sound effects, and shaders * Deploy C/C++ applications to the browser using WebAssembly and Emscripten * Understand how Emscripten HTML shell templates, JavaScript glue code, and a WebAssembly module interact * Debug and performance tune your WebAssembly application Who this book is for Web developers and game developers interested in creating applications for the web using WebAssembly. Game developers interested in deploying their games to the web Web developers interested in creating applications that are potentially orders of magnitude faster than their existing JavaScript web apps C/C++ developers interested in using their existing skills to deploy applications to the web
改变自己:每天精进一点点
改变自己:每天精进一点点
齐光伟
¥15.99
本书从心理学的角度破解我们在成长路上的各种异常古怪的行为心理、生活劣习、障碍我们发展和成功的坏习惯,并提成了各种应对之道,有系统有步骤地让每一个人都能找到成长与成功的具体方法。本书指引你认清世界、认识自我、改变自我、成就自我。读一读,悟一悟,你的观念、心理、命运,或许将从此改变!
Dr Faustus - Hell is just a frame of mind.
Dr Faustus - Hell is just a frame of mind.
Christopher Marlowe
¥9.32
In this foundational classic play, Christopher Marlowe beautifully retells the legend of Doctor Faustus in a masterful combination of verse and prose. The celebrated moral of the play is about how excessive ambition and unlimited lust for knowledge and power lead to self-destruction and damnation. The protagonist in the story is a talented lower-class man who is obsessed with the study of sciences and the secrets of life. His excessive academic ambition and his reliance solely on logic and reason lead him to cogitate about the nature of the world and its existence and to question the utility of the "e;doctrine of Divinity."e; Unsatisfied with the knowledge that pure and experimental sciences can offer, he eventually decides to explore the curious world of Black Magic. Through the recital of a strange incantation, Faustus succeeds in summoning a devil called Mephistopheles who informs him that he will only obey his orders once a pact is signed between Faustus and the devil's master: Lucifer. The pact is signed by Faustus' own blood and stipulates that in return of Mephistopheles' services, which unexpectedly turn to be unworthy by the end, he must give his soul over to Lucifer. The denouement of the play opens the floor for different speculations about Faustus' damnation or salvation.
Mob - If you do not think about your future, you cannot have one.
Mob - If you do not think about your future, you cannot have one.
John Galsworthy
¥21.09
John Galsworthy was born at Kingston Upon Thames in Surrey, England, on August 14th 1867 to a wealthy and well established family. His schooling was at Harrow and New College, Oxford before training as a barrister and being called to the bar in 1890. However, Law was not attractive to him and he travelled abroad becoming great friends with the novelist Joseph Conrad, then a first mate on a sailing ship. In 1895 Galsworthy began an affair with Ada Nemesis Pearson Cooper, the wife of his cousin Major Arthur Galsworthy. The affair was kept a secret for 10 years till she at last divorced and they married on 23rd September 1905. Galsworthy first published in 1897 with a collection of short stories entitled "e;The Four Winds"e;. For the next 7 years he published these and all works under his pen name John Sinjohn. It was only upon the death of his father and the publication of "e;The Island Pharisees"e; in 1904 that he published as John Galsworthy. His first play, The Silver Box in 1906 was a success and was followed by "e;The Man of Property"e; later that same year and was the first in the Forsyte trilogy. Whilst today he is far more well know as a Nobel Prize winning novelist then he was considered a playwright dealing with social issues and the class system. Here we publish Villa Rubein, a very fine story that captures Galsworthy's unique narrative and take on life of the time. He is now far better known for his novels, particularly The Forsyte Saga, his trilogy about the eponymous family of the same name. These books, as with many of his other works, deal with social class, upper-middle class lives in particular. Although always sympathetic to his characters, he reveals their insular, snobbish, and somewhat greedy attitudes and suffocating moral codes. He is now viewed as one of the first from the Edwardian era to challenge some of the ideals of society depicted in the literature of Victorian England. In his writings he campaigns for a variety of causes, including prison reform, women's rights, animal welfare, and the opposition of censorship as well as a recurring theme of an unhappy marriage from the women's side. During World War I he worked in a hospital in France as an orderly after being passed over for military service. He was appointed to the Order of Merit in 1929, after earlier turning down a knighthood, and awarded the Nobel Prize in 1932 though he was too ill to attend. John Galsworthy died from a brain tumour at his London home, Grove Lodge, Hampstead on January 31st 1933. In accordance with his will he was cremated at Woking with his ashes then being scattered over the South Downs from an aeroplane.
宮本武蔵 全巻完全版: Miyamoto Musashi
宮本武蔵 全巻完全版: Miyamoto Musashi
吉川 英治
¥8.09
宮本武蔵 全巻完全版: Miyamoto Musashi
日本名婦伝完全版: 大楠公夫人、細川ガラシヤ夫人、小野寺十内の妻、静御前、太閤夫人、谷干城夫人
日本名婦伝完全版: 大楠公夫人、細川ガラシヤ夫人、小野寺十内の妻、静御前、太閤夫人、谷干城夫人
吉川 英治
¥8.09
日本名婦伝完全版: 大楠公夫人、細川ガラシヤ夫人、小野寺十内の妻、静御前、太閤夫人、谷干城夫人
Using the Laws Of Attraction in Sex, Love, Dating & Relationships: Exploit LOA t
Using the Laws Of Attraction in Sex, Love, Dating & Relationships: Exploit LOA t
Tyler Monroe
¥24.44
Using the Laws Of Attraction in Sex, Love, Dating & Relationships: Exploit LOA to get what you want!
The Influence of Sea Power Upon History 1660-1783
The Influence of Sea Power Upon History 1660-1783
Alfred Thayer Mahan
¥8.09
The Influence of Sea Power Upon History 1660-1783
古事記: 校註版、現代語訳版
古事記: 校註版、現代語訳版
太 安万侶, 稗田 阿礼
¥8.09
古事記: 校註版、現代語訳版
太宰治 ザベスト:走れメロス、女生徒、駈込み訴え、人間失格、斜陽: Osamu Dazai the Best
太宰治 ザベスト:走れメロス、女生徒、駈込み訴え、人間失格、斜陽: Osamu Dazai the Best
太宰 治
¥8.09
太宰治 ザベスト:走れメロス、女生徒、駈込み訴え、人間失格、斜陽: Osamu Dazai the Best
中島敦 ザベスト:光と風と夢、名人伝、文字禍、李陵、山月記
中島敦 ザベスト:光と風と夢、名人伝、文字禍、李陵、山月記
中島 敦
¥8.09
中島敦 ザベスト:光と風と夢、名人伝、文字禍、李陵、山月記