万本电子书0元读

万本电子书0元读

Hands-On Object-Oriented Programming with C#
Hands-On Object-Oriented Programming with C#
Raihan Taher
¥73.02
Enhance your programming skills by learning the intricacies of object oriented programming in C# 8 Key Features * Understand the four pillars of OOP; encapsulation, inheritance, abstraction and polymorphism * Leverage the latest features of C# 8 including nullable reference types and Async Streams * Explore various design patterns, principles, and best practices in OOP Book Description Object-oriented programming (OOP) is a programming paradigm organized around objects rather than actions, and data rather than logic. With the latest release of C#, you can look forward to new additions that improve object-oriented programming. This book will get you up to speed with OOP in C# in an engaging and interactive way. The book starts off by introducing you to C# language essentials and explaining OOP concepts through simple programs. You will then go on to learn how to use classes, interfacesm and properties to write pure OOP code in your applications. You will broaden your understanding of OOP further as you delve into some of the advanced features of the language, such as using events, delegates, and generics. Next, you will learn the secrets of writing good code by following design patterns and design principles. You'll also understand problem statements with their solutions and learn how to work with databases with the help of ADO.NET. Further on, you'll discover a chapter dedicated to the Git version control system. As you approach the conclusion, you'll be able to work through OOP-specific interview questions and understand how to tackle them. By the end of this book, you will have a good understanding of OOP with C# and be able to take your skills to the next level. What you will learn * Master OOP paradigm fundamentals * Explore various types of exceptions * Utilize C# language constructs efficiently * Solve complex design problems by understanding OOP * Understand how to work with databases using ADO.NET * Understand the power of generics in C# * Get insights into the popular version control system, Git * Learn how to model and design your software Who this book is for This book is designed for people who are new to object-oriented programming. Basic C# skills are assumed, however, prior knowledge of OOP in any other language is not required.
ReasonML Quick Start Guide
ReasonML Quick Start Guide
Raphael Rafatpanah
¥54.49
A hands on approach to learning ReasonML from the perspective of a web developer. Key Features * Hands on learning by building a real world app shell that includes client-side routing and more. * Understand Reason’s ecosystem including BuckleScript and various npm workflows. * Learn how Reason differs from TypeScript and Flow, and how to use it to make refactoring less stressful. Book Description ReasonML, also known as Reason, is a new syntax and toolchain for OCaml that was created by Facebook and is meant to be approachable for web developers. Although OCaml has several resources, most of them are from the perspective of systems development. This book, alternatively, explores Reason from the perspective of web development. You'll learn how to use Reason to build safer, simpler React applications and why you would want to do so. Reason supports immutability by default, which works quite well in the context of React. In learning Reason, you will also learn about its ecosystem – BuckleScript, JavaScript interoperability, and various npm workflows. We learn by building a real-world app shell, including a client-side router with page transitions, that we can customize for any Reason project. You'll learn how to leverage OCaml's excellent type system to enforce guarantees about business logic, as well as preventing runtime type errors.You'll also see how the type system can help offload concerns that we once had to keep in our heads. We'll explore using CSS-in-Reason, how to use external JSON in Reason, and how to unit-test critical business logic. By the end of the book, you'll understand why Reason is exploding in popularity and will have a solid foundation on which to continue your journey with Reason. What you will learn * Learn why Reason is exploding in popularity and why it's the future of React * Become familiar with Reason's syntax and semantics * Learn about Reason's ecosystem: BuckleScript and JavaScript interoperability * Learn how to build React applications with Reason * Learn how to use Reason's type system as a tool to provide amazing guarantees * Gain a solid foundation on which to continue your journey Who this book is for The target audience of this book is web developers who are somewhat familiar with ReactJS and who want to learn why ReasonML is the future of ReactJS.
Hands-On Application Penetration Testing with Burp Suite
Hands-On Application Penetration Testing with Burp Suite
Carlos A. Lozano
¥81.74
Test, fuzz, and break web applications and services using Burp Suite’s powerful capabilities Key Features * Master the skills to perform various types of security tests on your web applications * Get hands-on experience working with components like scanner, proxy, intruder and much more * Discover the best-way to penetrate and test web applications Book Description Burp suite is a set of graphic tools focused towards penetration testing of web applications. Burp suite is widely used for web penetration testing by many security professionals for performing different web-level security tasks. The book starts by setting up the environment to begin an application penetration test. You will be able to configure the client and apply target whitelisting. You will also learn to setup and configure Android and IOS devices to work with Burp Suite. The book will explain how various features of Burp Suite can be used to detect various vulnerabilities as part of an application penetration test. Once detection is completed and the vulnerability is confirmed, you will be able to exploit a detected vulnerability using Burp Suite. The book will also covers advanced concepts like writing extensions and macros for Burp suite. Finally, you will discover various steps that are taken to identify the target, discover weaknesses in the authentication mechanism, and finally break the authentication implementation to gain access to the administrative console of the application. By the end of this book, you will be able to effectively perform end-to-end penetration testing with Burp Suite. What you will learn * Set up Burp Suite and its configurations for an application penetration test * Proxy application traffic from browsers and mobile devices to the server * Discover and identify application security issues in various scenarios * Exploit discovered vulnerabilities to execute commands * Exploit discovered vulnerabilities to gain access to data in various datastores * Write your own Burp Suite plugin and explore the Infiltrator module * Write macros to automate tasks in Burp Suite Who this book is for If you are interested in learning how to test web applications and the web part of mobile applications using Burp, then this is the book for you. It is specifically designed to meet your needs if you have basic experience in using Burp and are now aiming to become a professional Burp user.
Blockchain Development with Hyperledger
Blockchain Development with Hyperledger
Salman A. Baset
¥90.46
Learn quick and effective techniques for developing blockchain-based distributed ledgers with ease Key Features * Discover why blockchain is a game changer in the technology landscape * Set up blockchain networks using Hyperledger Fabric * Write smart contracts at speed with Hyperledger Composer Book Description Blockchain and Hyperledger are open source technologies that power the development of decentralized applications. This Learning Path is your helpful reference for exploring and building blockchain networks using Ethereum, Hyperledger Fabric, and Hyperledger Composer. Blockchain Development with Hyperledger will start off by giving you an overview of blockchain and demonstrating how you can set up an Ethereum development environment for developing, packaging, building, and testing campaign-decentralized applications. You'll then explore the de facto language Solidity, which you can use to develop decentralized applications in Ethereum. Following this, you'll be able to configure Hyperledger Fabric and use it to build private blockchain networks and applications that connect to them. Toward the later chapters, you'll learn how to design and launch a network, and even implement smart contracts in chain code. By the end of this Learning Path, you'll be able to build and deploy your own decentralized applications by addressing the key pain points encountered in the blockchain life cycle. This Learning Path includes content from the following Packt products: * Blockchain Quick Start Guide by Xun (Brian) Wu and Weimin Sun * Hands-On Blockchain with Hyperledger by Nitin Gaur et al. What you will learn * Understand why decentralized applications are necessary * Develop and test a decentralized application with Hyperledger Fabric and Hyperledger Composer * Write and test a smart contract using Solidity * Design transaction models and chain code with Golang * Deploy the Composer REpresentational State Transfer (REST) Gateway to access Composer transactions * Maintain, monitor, and manage your blockchain solutions Who this book is for This Learning Path is designed for blockchain developers who want to build decentralized applications and smart contracts from scratch using Hyperledger. Basic familiarity with or exposure to any programming language will be useful to get started with this course.
Mastering Geospatial Development with QGIS 3.x
Mastering Geospatial Development with QGIS 3.x
Shammunul Islam
¥73.02
Go beyond the basics and unleash the full power of QGIS 3.4 and 3.6 with practical, step-by-step examples Key Features * One-stop solution to all of your GIS needs * Master QGIS by learning about database integration, and geoprocessing tools * Learn about the new and updated Processing toolbox and perform spatial analysis Book Description QGIS is an open source solution to GIS and widely used by GIS professionals all over the world. It is the leading alternative to proprietary GIS software. Although QGIS is described as intuitive, it is also, by default, complex. Knowing which tools to use and how to apply them is essential to producing valuable deliverables on time. Starting with a refresher on the QGIS basics and getting you acquainted with the latest QGIS 3.6 updates, this book will take you all the way through to teaching you how to create a spatial database and a GeoPackage. Next, you will learn how to style raster and vector data by choosing and managing different colors. The book will then focus on processing raster and vector data. You will be then taught advanced applications, such as creating and editing vector data. Along with that, you will also learn about the newly updated Processing Toolbox, which will help you develop the advanced data visualizations. The book will then explain to you the graphic modeler, how to create QGIS plugins with PyQGIS, and how to integrate Python analysis scripts with QGIS. By the end of the book, you will understand how to work with all aspects of QGIS and will be ready to use it for any type of GIS work. What you will learn * Create and manage a spatial database * Get to know advanced techniques to style GIS data * Prepare both vector and raster data for processing * Add heat maps, live layer effects, and labels to your maps * Master LAStools and GRASS integration with the Processing Toolbox * Edit and repair topological data errors * Automate workflows with batch processing and the QGIS Graphical Modeler * Integrate Python scripting into your data processing workflows * Develop your own QGIS plugins Who this book is for If you are a GIS professional, a consultant, a student, or perhaps a fast learner who wants to go beyond the basics of QGIS, then this book is for you. It will prepare you to realize the full potential of QGIS.
Hands-On Network Forensics
Hands-On Network Forensics
Nipun Jaswal
¥73.02
Gain basic skills in network forensics and learn how to apply them effectively Key Features * Investigate network threats with ease * Practice forensics tasks such as intrusion detection, network analysis, and scanning * Learn forensics investigation at the network level Book Description Network forensics is a subset of digital forensics that deals with network attacks and their investigation. In the era of network attacks and malware threat, it’s now more important than ever to have skills to investigate network attacks and vulnerabilities. Hands-On Network Forensics starts with the core concepts within network forensics, including coding, networking, forensics tools, and methodologies for forensic investigations. You’ll then explore the tools used for network forensics, followed by understanding how to apply those tools to a PCAP file and write the accompanying report. In addition to this, you will understand how statistical flow analysis, network enumeration, tunneling and encryption, and malware detection can be used to investigate your network. Towards the end of this book, you will discover how network correlation works and how to bring all the information from different types of network devices together. By the end of this book, you will have gained hands-on experience of performing forensics analysis tasks. What you will learn * Discover and interpret encrypted traffic * Learn about various protocols * Understand the malware language over wire * Gain insights into the most widely used malware * Correlate data collected from attacks * Develop tools and custom scripts for network forensics automation Who this book is for The book targets incident responders, network engineers, analysts, forensic engineers and network administrators who want to extend their knowledge from the surface to the deep levels of understanding the science behind network protocols, critical indicators in an incident and conducting a forensic search over the wire.
TensorFlow 2.0 Quick Start Guide
TensorFlow 2.0 Quick Start Guide
Tony Holdroyd
¥54.49
Perform supervised and unsupervised machine learning and learn advanced techniques such as training neural networks. Key Features * Train your own models for effective prediction, using high-level Keras API * Perform supervised and unsupervised machine learning and learn advanced techniques such as training neural networks * Get acquainted with some new practices introduced in TensorFlow 2.0 Alpha Book Description TensorFlow is one of the most popular machine learning frameworks in Python. With this book, you will improve your knowledge of some of the latest TensorFlow features and will be able to perform supervised and unsupervised machine learning and also train neural networks. After giving you an overview of what's new in TensorFlow 2.0 Alpha, the book moves on to setting up your machine learning environment using the TensorFlow library. You will perform popular supervised machine learning tasks using techniques such as linear regression, logistic regression, and clustering. You will get familiar with unsupervised learning for autoencoder applications. The book will also show you how to train effective neural networks using straightforward examples in a variety of different domains. By the end of the book, you will have been exposed to a large variety of machine learning and neural network TensorFlow techniques. What you will learn * Use tf.Keras for fast prototyping, building, and training deep learning neural network models * Easily convert your TensorFlow 1.12 applications to TensorFlow 2.0-compatible files * Use TensorFlow to tackle traditional supervised and unsupervised machine learning applications * Understand image recognition techniques using TensorFlow * Perform neural style transfer for image hybridization using a neural network * Code a recurrent neural network in TensorFlow to perform text-style generation Who this book is for Data scientists, machine learning developers, and deep learning enthusiasts looking to quickly get started with TensorFlow 2 will find this book useful. Some Python programming experience with version 3.6 or later, along with a familiarity with Jupyter notebooks will be an added advantage. Exposure to machine learning and neural network techniques would also be helpful.
Machine Learning with R
Machine Learning with R
Brett Lantz
¥73.02
Solve real-world data problems with R and machine learning Key Features * Third edition of the bestselling, widely acclaimed R machine learning book, updated and improved for R 3.5 and beyond * Harness the power of R to build flexible, effective, and transparent machine learning models * Learn quickly with a clear, hands-on guide by experienced machine learning teacher and practitioner, Brett Lantz Book Description Machine learning, at its core, is concerned with transforming data into actionable knowledge. R offers a powerful set of machine learning methods to quickly and easily gain insight from your data. Machine Learning with R, Third Edition provides a hands-on, readable guide to applying machine learning to real-world problems. Whether you are an experienced R user or new to the language, Brett Lantz teaches you everything you need to uncover key insights, make new predictions, and visualize your findings. This new 3rd edition updates the classic R data science book with newer and better libraries, advice on ethical and bias issues in machine learning, and an introduction to deep learning. Find powerful new insights in your data; discover machine learning with R. What you will learn * Discover the origins of machine learning and how exactly a computer learns by example * Prepare your data for machine learning work with the R programming language * Classify important outcomes using nearest neighbor and Bayesian methods * Predict future events using decision trees, rules, and support vector machines * Forecast numeric data and estimate financial values using regression methods * Model complex processes with artificial neural networks — the basis of deep learning * Avoid bias in machine learning models * Evaluate your models and improve their performance * Connect R to SQL databases and emerging big data technologies such as Spark, H2O, and TensorFlow Who this book is for Data scientists, students, and other practitioners who want a clear, accessible guide to machine learning with R.
Powershell Core 6.2 Cookbook
Powershell Core 6.2 Cookbook
Jan-Hendrik Peters
¥70.84
Make use of hands-on recipes for many tasks that are typically encountered in both the on-premises as well as the cloud world. Key Features * A recipe-based guide to help you build effective administrative solutions * Gain hands-on experience with the newly added features of PowerShell Core * Manage critical business environments with professional scripting practices Book Description This book will follow a recipe-based approach and start off with an introduction to the fundamentals of PowerShell, and explaining how to install and run it through simple examples. Next, you will learn how to use PowerShell to access and manipulate data and how to work with different streams as well. You will also explore the object model which will help with regard to PowerShell function deployment. Going forward, you will get familiar with the pipeline in its different use cases. The next set of chapters will deal with the different ways of accessing data in PowerShell. You will also learn to automate various tasks in Windows and Linux using PowerShell Core, as well as explore Windows Server. Later, you will be introduced to Remoting in PowerShell Core and Just Enough Administration concept. The last set of chapters will help you understand the management of a private and public cloud with PowerShell Core. You will also learn how to access web services and explore the high-performance scripting methods. By the end of this book, you will gain the skills to manage complex tasks effectively along with increasing the performance of your environment. What you will learn * Leverage cross-platform interaction with systems * Make use of the PowerShell recipes for frequent tasks * Get a better understanding of the inner workings of PowerShell * Understand the compatibility of built-in Windows modules with PowerShell Core * Learn best practices associated with PowerShell scripting * Avoid common pitfalls and mistakes Who this book is for This book will be for windows administrators who want to enhance their PowerShell scripting skills to the next level. System administrators wanting to automate common to complex tasks with PowerShell scripts would benefit from this book. Prior understanding on PowerShell would be necessary.
Natural Language Processing with Java Cookbook
Natural Language Processing with Java Cookbook
Richard M. Reese
¥70.84
A problem-solution guide to encounter various NLP tasks utilizing Java open source libraries and cloud-based solutions Key Features * Perform simple-to-complex NLP text processing tasks using modern Java libraries Extract relationships between different text complexities using a problem-solution approach * Utilize cloud-based APIs to perform machine translation operations Book Description Natural Language Processing (NLP) has become one of the prime technologies for processing very large amounts of unstructured data from disparate information sources. This book includes a wide set of recipes and quick methods that solve challenges in text syntax, semantics, and speech tasks. At the beginning of the book, you'll learn important NLP techniques, such as identifying parts of speech, tagging words, and analyzing word semantics. You will learn how to perform lexical analysis and use machine learning techniques to speed up NLP operations. With independent recipes, you will explore techniques for customizing your existing NLP engines/models using Java libraries such as OpenNLP and the Stanford NLP library. You will also learn how to use NLP processing features from cloud-based sources, including Google and Amazon’s AWS. You will master core tasks, such as stemming, lemmatization, part-of-speech tagging, and named entity recognition. You will also learn about sentiment analysis, semantic text similarity, language identification, machine translation, and text summarization. By the end of this book, you will be ready to become a professional NLP expert using a problem-solution approach to analyze any sort of text, sentences, or semantic words. What you will learn * Explore how to use tokenizers in NLP processing * Implement NLP techniques in machine learning and deep learning applications * Identify sentences within the text and learn how to train specialized NER models * Learn how to classify documents and perform sentiment analysis * Find semantic similarities between text elements and extract text from a variety of sources * Preprocess text from a variety of data sources * Learn how to identify and translate languages Who this book is for This book is for data scientists, NLP engineers, and machine learning developers who want to perform their work on linguistic applications faster with the use of popular libraries on JVM machines. This book will help you build real-world NLP applications using a recipe-based approach. Prior knowledge of Natural Language Processing basics and Java programming is expected.
PyTorch Deep Learning Hands-On
PyTorch Deep Learning Hands-On
Sherin Thomas
¥70.84
All the key deep learning methods built step-by-step in PyTorch Key Features * Understand the internals and principles of PyTorch * Implement key deep learning methods in PyTorch: CNNs, GANs, RNNs, reinforcement learning, and more * Build deep learning workflows and take deep learning models from prototyping to production Book Description PyTorch is a new, lightweight, and Python-first tool for deep learning. Built by Facebook to offer flexibility and speed, it has quickly become the preferred tool for deep learning experts. PyTorch helps you release deep learning models faster than ever before. PyTorch Deep Learning Hands-On shows how to implement every major deep learning architecture in PyTorch. Starting with simple neural networks, it covers PyTorch for computer vision (CNN), natural language processing (RNN), GANs, and reinforcement learning. You will also build deep learning workflows with the PyTorch framework, migrate models built in Python to highly efficient TorchScript, and deploy to production using the most sophisticated available tools. Each chapter focuses on a different area of deep learning. Chapters start with a refresher on the core principles, before sharing the code you need to implement them in PyTorch. If you want to become a deep learning expert this book is for you. What you will learn Use PyTorch to build: * Simple Neural Networks – build neural networks the PyTorch way, with high-level functions, optimizers, and more * Convolutional Neural Networks – create advanced computer vision systems * Recurrent Neural Networks – work with sequential data such as natural language and audio * Generative Adversarial Networks – create new content with models including SimpleGAN and CycleGAN * Reinforcement Learning – develop systems that can solve complex problems such as driving or game playing * Deep Learning workflows – move effectively from ideation to production with proper deep learning workflow using PyTorch and its utility packages * Production-ready models – package your models for high-performance production environments Who this book is for Machine learning professionals and enthusiasts who know Python and want to build efficient and powerful deep learning systems in PyTorch.
Learn Java 12 Programming
Learn Java 12 Programming
Nick Samoylov
¥62.12
A comprehensive guide to get started with Java and gain insights into major concepts such as object-oriented, functional, and reactive programming Key Features * Strengthen your knowledge of important programming concepts and the latest features in Java * Explore core programming topics including GUI programming, concurrency, and error handling * Learn the idioms and best practices for writing high-quality Java code Book Description Java is one of the preferred languages among developers, used in everything right from smartphones, and game consoles to even supercomputers, and its new features simply add to the richness of the language. This book on Java programming begins by helping you learn how to install the Java Development Kit. You will then focus on understanding object-oriented programming (OOP), with exclusive insights into concepts like abstraction, encapsulation, inheritance, and polymorphism, which will help you when programming for real-world apps. Next, you’ll cover fundamental programming structures of Java such as data structures and algorithms that will serve as the building blocks for your apps. You will also delve into core programming topics that will assist you with error handling, debugging, and testing your apps. As you progress, you’ll move on to advanced topics such as Java libraries, database management, and network programming, which will hone your skills in building professional-grade apps. Further on, you’ll understand how to create a graphic user interface using JavaFX and learn to build scalable apps by taking advantage of reactive and functional programming. By the end of this book, you’ll not only be well versed with Java 10, 11, and 12, but also gain a perspective into the future of this language and software development in general. What you will learn * Learn and apply object-oriented principles * Gain insights into data structures and understand how they are used in Java * Explore multithreaded, asynchronous, functional, and reactive programming * Add a user-friendly graphic interface to your application * Find out what streams are and how they can help in data processing * Discover the importance of microservices and use them to make your apps robust and scalable * Explore Java design patterns and best practices to solve everyday problems * Learn techniques and idioms for writing high-quality Java code Who this book is for Students, software developers, or anyone looking to learn new skills or even a language will find this book useful. Although this book is for beginners, professional programmers can benefit from it too. Previous knowledge of Java or any programming language is not required.
59元6本 非凡.新日本语能力考试.N4文字词汇
非凡.新日本语能力考试.N4文字词汇
刘文照
¥29.80
一、正文。正文按场景分类,每个大类中又分若干小项,如“人的身体”中包含“全身”“伤病”“医疗”等小项,这样能让学习者在把握出题范围的同时,了解各个类别中的近义词表达。正文中的例句简短、精练。通过对例句的学习,学习者可以掌握单词*核心的用法。全书所有例句均标注注音假名,以便学习者学习。二、课后练习。练习不仅采用了出题形式中的题型,还根据学习需要,增加了“汉字书写”“读音书写”“词语搭配”等题型,从而帮助学习者更全面地掌握词语的应用知识。三、模拟试题。选择出题频率高的词汇作为考查对象,有助于学习者有效检验和评价自己的学习效果和实战能力。
鲁迅作品选:风波(日文版)
鲁迅作品选:风波(日文版)
(中)鲁迅 著,(日)井上红梅 译
¥3.00
本故事为鲁迅创作的作品之一。村里撑船的七斤,革命时进城,被人剪去了辫子。这天他在城里的咸亨酒店听说皇帝坐了龙庭,要辫子,这消息让他烦心,更让他妻子惶恐。跟七斤有过节的赵七爷特意来恐吓七斤一家,说没了辫子就是要杀头。十多天后,七斤夫妇看出了破绽,于是七斤渐渐在村里恢复了被尊重的地位,一家的生活也回到常态。全书为日文版。难词标注假名,供日语学习者学习使用。
鲁迅作品选:不周山(日文版)
鲁迅作品选:不周山(日文版)
(中)鲁迅 著,(日)井上红梅 译
¥3.00
本故事为鲁迅创作的作品之一。这篇小说取材于女娲造人和补天的神话。小说开篇写女娲从梦中惊醒,烦闷、懊恼,自然界则是一片春回大地的绚烂景象。和风吹拂,女娲百无聊赖,心神不安,青春焕发,精力饱满而无处发泄。她走向海边,无意识捏弄软泥,于是创造了人。女娲因生命力受压抑而发挥了劳动创造精神,创造了人类,补好了崩裂的天。这是作者对封建思想意识礼教道德的勇敢挑战和彻底否定,体现了强烈的反封建精神。全书为日文版。难词标注假名,供日语学习者学习使用。
Cast Away:Poems of Our Time
Cast Away:Poems of Our Time
Nye, Naomi Shihab
¥95.39
Acclaimed poet and Young People’s Poet Laureate Naomi Shihab Nye shines a spotlight on the things we cast away, from plastic water bottles to those less fortunate, in this collection of more than eighty original and never-before-published poems. A deeply moving, sometimes funny, and always provocative poetry collection for all ages.“Nye at her engaging, insightful best.”—Kirkus (starred review) “How much have you thrown away in your lifetime already? Do you ever think about it? Where does this plethora of leavings come from? How long does it take you, even one little you, to fill the can by your desk?”—Naomi Shihab Nye National Book Award Finalist, Young People’s Poet Laureate, and devoted trash-picker-upper Naomi Shihab Nye explores these questions and more in this original collection of poetry that features more than eighty new poems. “I couldn’t save the world, but I could pick up trash,” she says in her introduction to this stunning volume.With poems about food wrappers, lost mittens, plastic straws, refugee children, trashy talk, the environment, connection, community, responsibility to the planet, politics, immigration, time, junk mail, trash collectors, garbage trucks, all that we carry and all that we discard, this is a rich, engaging, moving, and sometimes humorous collection for readers ages twelve to adult. Features an index.
From the Desk of Zoe Washington
From the Desk of Zoe Washington
Marks, Janae
¥95.39
An Amazon Best Book of the Month! “Enticing and enthralling.” —Jewell Parker RhodesFrom debut author Janae Marks comes a captivating mystery full of heart, as one courageous girl questions assumptions, searches for the truth, and does what she believes is right—even in the face of great opposition. A perfect book for fans of Front Desk and All Rise for the Honorable Perry T. Cook!Zoe Washington isn’t sure what to write. What does a girl say to the father she’s never met, hadn’t heard from until his letter arrived on her twelfth birthday, and who’s been in prison for a terrible crime? A crime he says he never committed. Could Marcus really be innocent? Zoe is determined to uncover the truth. Even if it means hiding his letters and her investigation from the rest of her family. Everyone else thinks Zoe’s worrying about doing a good job at her bakery internship and proving to her parents that she’s worthy of auditioning for Food Network’s Kids Bake Challenge.But with bakery confections on one part of her mind, and Marcus’s conviction weighing heavily on the other, this is one recipe Zoe doesn’t know how to balance. The only thing she knows to be true: Everyone lies.
Dog Days in the City
Dog Days in the City
Kendall, Jodi
¥39.24
Twelve-year-old Josie must find forever homes for seven rambunctious foster puppies in this heartwarming sequel to The Unlikely Story of a Pig in the City, which the Bulletin of the Center for Children’s Books called “a compelling story that will appeal to the animal fans who loved The One and Only Ivan.”Anytime Josie Shilling’s large family gets too chaotic, volunteering at the local animal clinic is the one place she can escape—and she loves working with the animals. But when a box mysteriously appears on the clinic’s front steps, Josie suddenly becomes responsible for seven adorable puppies!Taking care of her pig, Hamlet, last fall was a bit harder than she thought. So how is she ever going to handle a whole litter of mischievous pups and find the right homes for them all? This summer will bring big changes for Josie as she learns about growing up, letting go, and loving your pack no matter what.Dog Days in the City is a heartwarming blend of coming-of-age and animal friendship story that is perfect for fans of Ann M. Martin’s Rain Reign, Joan Bauer’s Almost Home, and Barbara O'Connor’s Wish.
59元6本 韩语读本
韩语读本
兰州铁路局兰州车站
¥18.00
本书以国际高速铁路高标准客运服务为依据,结合我国高速铁路运营实际编写,以旅客出行的全过程体验为主线,涵盖旅行咨询、购票、进站乘车,以及旅客在旅行中所需的部分延伸服务等内容。采用对话式结构,内容针对性强,便于学习掌握,有较强的实用性。本书可供铁路客运职工和相关管理人员工作学习使用,也可供相关院校师生教学参考之用。
59元6本 非凡.新日本语能力考试.N2全真模拟试题
非凡.新日本语能力考试.N2全真模拟试题
刘文照
¥19.90
【本书内容与特点】 一、“文字?词汇”试题涉及所有的词性。 二、“语法”中的项目尽可能选择实际运用中出现比较频繁的表达形式,出题形式也努力做到紧扣真题。 三、“读解”中的文章根据考试要求以及级别的不同,选编了诸如论述文、评论文、说明文、随笔以及应用文等不同体裁的文章。文章的来源既有日本的报纸、杂志等传统出版物,也有网络、电视等媒体。 四、“听解”中的内容紧密结合实际生活,难易度和篇幅等也尽可能地接近真题,文本均由日语专家海老原博先生编写。 五、编者精心编写了所有模拟试题的详细解析及听力原文。
59元6本 非凡.新日本语能力考试.N4读解
非凡.新日本语能力考试.N4读解
刘文照
¥16.50
【本书内容与特】 一、试题解析。重介绍了出题形式和解题技巧以及解题时的逐一实现,使学习者有效把握考查的范围和解题时的阅读重。二、题型分析。按出题题型详细讲解了每个题型的出题形式和解题要求,并根据掌握的知识练习每个题型中配备的练习题。三、综合练习。主要设置了中篇文章阅读练习,是第二部分“题型分析”的集大成。解题技巧和方法可以参考“题型分析”中介绍的知识。四、实战演练。配备两套模拟测验题,题型完全对应真题,难易度近真题,有助于学习者有效检验和评价自己的学习效果。