万本电子书0元读

万本电子书0元读

Friends Forever [25th Anniversary Ed]:The One About the Episodes
Friends Forever [25th Anniversary Ed]:The One About the Episodes
Susman, Gary,Dillon, Jeannine,Cairns, Bryan
¥196.59
A fully illustrated and authorized episode guide celebrating the twenty-fifth anniversary of the hit-television show Friends, including a look behind-the-scenes of cult-favorite episodes, exclusive photos from Warner Bros., brand new interviews with show creators Marta Kauffman, David Crane, and set designer John Shaffner, and more.The beloved show Friends introduced the world to six young New Yorkers living together, falling in love, breaking up (cue Ross's "We were on a break!"), and getting into hilarious shenanigans, which became an instant classic formula that inspired dozens of "hangout sitcoms" long after the show's reign. But no sitcom has ever come close to the series that started it all, spawning iconic looks like "the Rachel" and timeless catchphrases like "How you doin'?" while creating a cultural sensation that catapulted the cast members to instant mega-stardom.Throughout the show's ten- season run, viewers watched Monica, Rachel, Phoebe, Ross, Chandler, and Joey navigate their twenties and thirties with unwavering friendship, determination, and, of course, plenty of sarcasm. Friends Forever takes fans back to the set where it all began with exclusive photos of the sitcom that won four Primetime Emmy Awards, including Outstanding Comedy Series, eleven People's Choice Awards, and a Golden Globe for Jennifer Aniston for Best Lead Actress in a Television Series. This fully illustrated episode guide will treat readers to nostalgic flashbacks of the top one hundred episodes and sneak peeks of how popularly referenced lines from the show came to be. Friends Forever also boasts new interviews with show creators David Crane and Marta Kauffman on how the show got its start and set designer John Shaffner who reveals his inspirations behind the iconic looks behind Monica’s and Rachel’s apartment and Central Perk. It's no wonder why the Friends cast was chosen by TV Guide readers as the Best Comedy cast of all time, while countless other publications such as Vanity Fair named the show one of the best sitcoms of all time.Fun, hilarious interactives include:Joey’s fake resume vs real one Countdown to the funniest Thanksgiving foods Trivia game Q&A from "The One with the Embryos" (Seriously, what is Chandler Bing’s job?) Follow Ross’s infidelity trail from "The One with the Morning After" Who’s that celebrity? A comprehensive guide to some of the most famous celebrity guest stars from all ten seasons
My Plain Jane
My Plain Jane
Hand, Cynthia,Ashton, Brodi,Meadows, Jodi
¥61.70
或许你读过这样一个故事:身无分文的孤儿简 · 爱开始了她在 Thornfield Hall 当家庭教师的新生活,在那里她遇到了阴郁忧郁的罗切斯特先生,两人产生了感情...等等,展开可能与你想的不一样,这一部对名著《简·爱》的一次浪漫、荒诞、恶作剧式的改写,准备好一次全新的冒险吧。 Move over, Charlotte Bront?. The authors of the New York Times bestselling My Lady Jane are back with an irreverent spin on Jane Eyre—a tale of mischief, romance, and supernatural mayhem perfect for fans of The Princess Bride or A Gentleman’s Guide to Vice and Virtue. You may think you know the story. Penniless orphan Jane Eyre begins a new life as a governess at Thornfield Hall, where she meets one dark, brooding Mr. Rochester—and, Reader, she marries him. Or does she?Prepare for an adventure of Gothic proportions, in which all is not as it seems, a certain gentleman is hiding more than skeletons in his closets, and one orphan Jane Eyre, aspiring author Charlotte Bronte, and supernatural investigator Alexander Blackwood are about to be drawn together on the most epic ghost hunt this side of Wuthering Heights.
Sherwood
Sherwood
Spooner, Meagan
¥101.00
Fans of Danielle Paige, Marissa Meyer, and Alex Flinn will devour New York Times bestselling author Meagan Spooner’s next fierce fairy tale-inspired story, which Illuminae author Amie Kaufman calls “a kick-ass, gender-flipped feminist retelling.”Robin of Locksley is dead. Maid Marian doesn’t know how she’ll go on, but the people of Locksley town, persecuted by the Sheriff of Nottingham, need a protector. And the dreadful Guy of Gisborne, the Sheriff’s right hand, wishes to step into Robin’s shoes as Lord of Locksley and Marian’s fiancé. Who is there to stop them? Marian never meant to tread in Robin’s footsteps—never intended to stand as a beacon of hope to those awaiting his triumphant return. But with a sweep of his green cloak and the flash of her sword, Marian makes the choice to become her own hero: Robin Hood.
Hands-On Java Deep Learning for Computer Vision
Hands-On Java Deep Learning for Computer Vision
Klevis Ramo
¥54.49
Leverage the power of Java and deep learning to build production-grade Computer Vision applications Key Features * Build real-world Computer Vision applications using the power of neural networks * Implement image classification, object detection, and face recognition * Know best practices on effectively building and deploying deep learning models in Java Book Description Although machine learning is an exciting world to explore, you may feel confused by all of its theoretical aspects. As a Java developer, you will be used to telling the computer exactly what to do, instead of being shown how data is generated; this causes many developers to struggle to adapt to machine learning. The goal of this book is to walk you through the process of efficiently training machine learning and deep learning models for Computer Vision using the most up-to-date techniques. The book is designed to familiarize you with neural networks, enabling you to train them efficiently, customize existing state-of-the-art architectures, build real-world Java applications, and get great results in a short space of time. You will build real-world Computer Vision applications, ranging from a simple Java handwritten digit recognition model to real-time Java autonomous car driving systems and face recognition models. By the end of this book, you will have mastered the best practices and modern techniques needed to build advanced Computer Vision Java applications and achieve production-grade accuracy. What you will learn * Discover neural networks and their applications in Computer Vision * Explore the popular Java frameworks and libraries for deep learning * Build deep neural networks in Java * Implement an end-to-end image classification application in Java * Perform real-time video object detection using deep learning * Enhance performance and deploy applications for production Who this book is for This book is for data scientists, machine learning developers and deep learning practitioners with Java knowledge who want to implement machine learning and deep neural networks in the computer vision domain. You will need to have a basic knowledge of Java programming.
Continuous Delivery with Docker and Jenkins
Continuous Delivery with Docker and Jenkins
Rafał Leszko
¥79.56
Create a complete Continuous Delivery process using modern DevOps tools such as Docker, Kubernetes, Jenkins, Docker Hub, Ansible, GitHub and many more. Key Features * Build reliable and secure applications using Docker containers. * Create a highly available environment to scale a Docker servers using Kubernetes * Implement advance continuous delivery process by parallelizing the pipeline tasks Book Description Continuous Delivery with Docker and Jenkins, Second Edition will explain the advantages of combining Jenkins and Docker to improve the continuous integration and delivery process of an app development. It will start with setting up a Docker server and configuring Jenkins on it. It will then provide steps to build applications on Docker files and integrate them with Jenkins using continuous delivery processes such as continuous integration, automated acceptance testing, and configuration management. Moving on, you will learn how to ensure quick application deployment with Docker containers along with scaling Jenkins using Kubernetes. Next, you will get to know how to deploy applications using Docker images and testing them with Jenkins. Towards the end, the book will touch base with missing parts of the CD pipeline, which are the environments and infrastructure, application versioning, and nonfunctional testing. By the end of the book, you will be enhancing the DevOps workflow by integrating the functionalities of Docker and Jenkins. What you will learn * Get to grips with docker fundamentals and how to dockerize an application for the CD process * Learn how to use Jenkins on the Cloud environments * Scale a pool of Docker servers using Kubernetes * Create multi-container applications using Docker Compose * Write acceptance tests using Cucumber and run them in the Docker ecosystem using Jenkins * Publish a built Docker image to a Docker Registry and deploy cycles of Jenkins pipelines using community best practices Who this book is for The book targets DevOps engineers, system administrators, docker professionals or any stakeholders who would like to explore the power of working with Docker and Jenkins together. No prior knowledge of DevOps is required for this book.
Linux Device Driver Development Cookbook
Linux Device Driver Development Cookbook
Rodolfo Giometti
¥70.84
Over 30 recipes to develop custom drivers for your embedded Linux applications. Key Features * Use Kernel facilities to develop powerful drivers * Via a practical approach, learn core concepts of developing device drivers * Program a custom character device to get access to kernel internals Book Description Linux is a unified kernel that is widely used to develop embedded systems. As Linux has turned out to be one of the most popular operating systems used, the interest in developing proprietary device drivers has also increased. Device drivers play a critical role in how the system performs and ensures that the device works in the manner intended. By offering several examples on the development of character devices and how to use other kernel internals, such as interrupts, kernel timers, and wait queue, as well as how to manage a device tree, you will be able to add proper management for custom peripherals to your embedded system. You will begin by installing the Linux kernel and then configuring it. Once you have installed the system, you will learn to use the different kernel features and the character drivers. You will also cover interrupts in-depth and how you can manage them. Later, you will get into the kernel internals required for developing applications. Next, you will implement advanced character drivers and also become an expert in writing important Linux device drivers. By the end of the book, you will be able to easily write a custom character driver and kernel code as per your requirements. What you will learn * Become familiar with the latest kernel releases (4.19+/5.x) running on the ESPRESSObin devkit, an ARM 64-bit machine * Download, configure, modify, and build kernel sources * Add and remove a device driver or a module from the kernel * Master kernel programming * Understand how to implement character drivers to manage different kinds of computer peripherals * Become well versed with kernel helper functions and objects that can be used to build kernel applications * Acquire a knowledge of in-depth concepts to manage custom hardware with Linux from both the kernel and user space Who this book is for This book will help anyone who wants to develop their own Linux device drivers for embedded systems. Having basic hand-on with Linux operating system and embedded concepts is necessary.
Learning Elastic Stack 7.0
Learning Elastic Stack 7.0
Pranav Shukla
¥62.12
A beginner's guide to storing, managing, and analyzing data with the updated features of Elastic 7.0 Key Features * Gain access to new features and updates introduced in Elastic Stack 7.0 * Grasp the fundamentals of Elastic Stack including Elasticsearch, Logstash, and Kibana * Explore useful tips for using Elastic Cloud and deploying Elastic Stack in production environments Book Description The Elastic Stack is a powerful combination of tools for techniques such as distributed search, analytics, logging, and visualization of data. Elastic Stack 7.0 encompasses new features and capabilities that will enable you to find unique insights into analytics using these techniques. This book will give you a fundamental understanding of what the stack is all about, and help you use it efficiently to build powerful real-time data processing applications. The first few sections of the book will help you understand how to set up the stack by installing tools, and exploring their basic configurations. You’ll then get up to speed with using Elasticsearch for distributed searching and analytics, Logstash for logging, and Kibana for data visualization. As you work through the book, you will discover the technique of creating custom plugins using Kibana and Beats. This is followed by coverage of the Elastic X-Pack, a useful extension for effective security and monitoring. You’ll also find helpful tips on how to use Elastic Cloud and deploy Elastic Stack in production environments. By the end of this book, you’ll be well versed with the fundamental Elastic Stack functionalities and the role of each component in the stack to solve different data processing problems. What you will learn * Install and configure an Elasticsearch architecture * Solve the full-text search problem with Elasticsearch * Discover powerful analytics capabilities through aggregations using Elasticsearch * Build a data pipeline to transfer data from a variety of sources into Elasticsearch for analysis * Create interactive dashboards for effective storytelling with your data using Kibana * Learn how to secure, monitor and use Elastic Stack’s alerting and reporting capabilities * Take applications to an on-premise or cloud-based production environment with Elastic Stack Who this book is for This book is for entry-level data professionals, software engineers, e-commerce developers, and full-stack developers who want to learn about Elastic Stack and how the real-time processing and search engine works for business analytics and enterprise search applications. Previous experience with Elastic Stack is not required, however knowledge of data warehousing and database concepts will be helpful.
Geospatial Data Science Quick Start Guide
Geospatial Data Science Quick Start Guide
Abdishakur Hassan
¥53.40
Discover the power of location data to build effective, intelligent data models with Geospatial ecosystems Key Features * Manipulate location-based data and create intelligent geospatial data models * Build effective location recommendation systems used by popular companies such as Uber * A hands-on guide to help you consume spatial data and parallelize GIS operations effectively Book Description Data scientists, who have access to vast data streams, are a bit myopic when it comes to intrinsic and extrinsic location-based data and are missing out on the intelligence it can provide to their models. This book demonstrates effective techniques for using the power of data science and geospatial intelligence to build effective, intelligent data models that make use of location-based data to give useful predictions and analyses. This book begins with a quick overview of the fundamentals of location-based data and how techniques such as Exploratory Data Analysis can be applied to it. We then delve into spatial operations such as computing distances, areas, extents, centroids, buffer polygons, intersecting geometries, geocoding, and more, which adds additional context to location data. Moving ahead, you will learn how to quickly build and deploy a geo-fencing system using Python. Lastly, you will learn how to leverage geospatial analysis techniques in popular recommendation systems such as collaborative filtering and location-based recommendations, and more. By the end of the book, you will be a rockstar when it comes to performing geospatial analysis with ease. What you will learn * Learn how companies now use location data * Set up your Python environment and install Python geospatial packages * Visualize spatial data as graphs * Extract geometry from spatial data * Perform spatial regression from scratch * Build web applications which dynamically references geospatial data Who this book is for Data Scientists who would like to leverage location-based data and want to use location-based intelligence in their data models will find this book useful. This book is also for GIS developers who wish to incorporate data analysis in their projects. Knowledge of Python programming and some basic understanding of data analysis are all you need to get the most out of this book.
Hands-On System Programming with Go
Hands-On System Programming with Go
Alex Guerrieri
¥70.84
Explore the fundamentals of systems programming starting from kernel API and filesystem to network programming and process communications Key Features * Learn how to write Unix and Linux system code in Golang v1.12 * Perform inter-process communication using pipes, message queues, shared memory, and semaphores * Explore modern Go features such as goroutines and channels that facilitate systems programming Book Description System software and applications were largely created using low-level languages such as C or C++. Go is a modern language that combines simplicity, concurrency, and performance, making it a good alternative for building system applications for Linux and macOS. This Go book introduces Unix and systems programming to help you understand the components the OS has to offer, ranging from the kernel API to the filesystem, and familiarize yourself with Go and its specifications. You'll also learn how to optimize input and output operations with files and streams of data, which are useful tools in building pseudo terminal applications. You'll gain insights into how processes communicate with each other, and learn about processes and daemon control using signals, pipes, and exit codes. This book will also enable you to understand how to use network communication using various protocols, including TCP and HTTP. As you advance, you'll focus on Go's best feature-concurrency helping you handle communication with channels and goroutines, other concurrency tools to synchronize shared resources, and the context package to write elegant applications. By the end of this book, you will have learned how to build concurrent system applications using Go What you will learn * Explore concepts of system programming using Go and concurrency * Gain insights into Golang's internals, memory models and allocation * Familiarize yourself with the filesystem and IO streams in general * Handle and control processes and daemons' lifetime via signals and pipes * Communicate with other applications effectively using a network * Use various encoding formats to serialize complex data structures * Become well-versed in concurrency with channels, goroutines, and sync * Use concurrency patterns to build robust and performant system applications Who this book is for If you are a developer who wants to learn system programming with Go, this book is for you. Although no knowledge of Unix and Linux system programming is necessary, intermediate knowledge of Go will help you understand the concepts covered in the book
Improving your Penetration Testing Skills
Improving your Penetration Testing Skills
Gilberto Najera-Gutierrez
¥88.28
Evade antiviruses and bypass firewalls with the most widely used penetration testing frameworks Key Features * Gain insights into the latest antivirus evasion techniques * Set up a complete pentesting environment using Metasploit and virtual machines * Discover a variety of tools and techniques that can be used with Kali Linux Book Description Penetration testing or ethical hacking is a legal and foolproof way to identify vulnerabilities in your system. With thorough penetration testing, you can secure your system against the majority of threats. This Learning Path starts with an in-depth explanation of what hacking and penetration testing is. You’ll gain a deep understanding of classical SQL and command injection flaws, and discover ways to exploit these flaws to secure your system. You'll also learn how to create and customize payloads to evade antivirus software and bypass an organization's defenses. Whether it’s exploiting server vulnerabilities and attacking client systems, or compromising mobile phones and installing backdoors, this Learning Path will guide you through all this and more to improve your defense against online attacks. By the end of this Learning Path, you'll have the knowledge and skills you need to invade a system and identify all its vulnerabilities. This Learning Path includes content from the following Packt products: * Web Penetration Testing with Kali Linux - Third Edition by Juned Ahmed Ansari and Gilberto Najera-Gutierrez * Metasploit Penetration Testing Cookbook - Third Edition by Abhinav Singh , Monika Agarwal, et al What you will learn * Build and analyze Metasploit modules in Ruby * Integrate Metasploit with other penetration testing tools * Use server-side attacks to detect vulnerabilities in web servers and their applications * Explore automated attacks such as fuzzing web applications * Identify the difference between hacking a web application and network hacking * Deploy Metasploit with the Penetration Testing Execution Standard (PTES) * Use MSFvenom to generate payloads and backdoor files, and create shellcode Who this book is for This Learning Path is designed for security professionals, web programmers, and pentesters who want to learn vulnerability exploitation and make the most of the Metasploit framework. Some understanding of penetration testing and Metasploit is required, but basic system administration skills and the ability to read code are a must.
Blockchain for Decision Makers
Blockchain for Decision Makers
Romain Tormen
¥63.21
Understand how blockchain works and explore a variety of strategies to implement it in your organization effectively Key Features * Become familiar with business challenges faced by companies when using blockchain * Discover how companies implement blockchain to monetize and secure their data * Study real-world examples to understand blockchain and its use in organizations Book Description In addition to cryptocurrencies, blockchain-based apps are being developed in different industries such as banking, supply chain, and healthcare to achieve digital transformation and enhance user experience. Blockchain is not only about Bitcoin or cryptocurrencies, but also about different technologies such as peer-to-peer networks, consensus mechanisms, and cryptography. These technologies together help sustain trustless environments in which digital value can be transferred between individuals without intermediaries. This book will help you understand the basics of blockchain such as consensus protocols, decentralized applications, and tokenization. You'll focus on how blockchain is used today in different industries and the technological challenges faced while implementing a blockchain strategy. The book also enables you, as a decision maker, to understand blockchain from a technical perspective and evaluate its applicability in your business. Finally, you'll get to grips with blockchain frameworks such as Hyperledger and Quorum and their usability. By the end of this book, you'll have learned about the current use cases of blockchain and be able to implement a blockchain strategy on your own. What you will learn * Become well-versed with how blockchain works * Understand the difference between blockchain and Bitcoin * Learn how blockchain is being used in different industry verticals such as finance and retail * Delve into the technological and organizational challenges of implementing blockchain * Explore the possibilities that blockchain can unlock for decision makers * Choose a blockchain framework best suited for your projects from options such as Ethereum and Hyperledger Fabric Who this book is for This book is for CXOs, business professionals, organization leaders, decision makers, technology enthusiasts, and managers who wish to understand how blockchain is implemented in different organizations, its impact, and how it can be customized according to business needs. Prior experience with blockchain is not required.
Refactoring TypeScript
Refactoring TypeScript
James Hickey
¥54.49
Discover various techniques to develop maintainable code and keep it in shape. Key Features * Learn all about refactoring - why it is important and how to do it * Discover easy ways to refactor code with examples * Explore techniques that can be applied to most other programming languages Book Description Refactoring improves your code without changing its behavior. With refactoring, the best approach is to apply small targeted changes to a codebase. Instead of doing a huge sweeping change to your code, refactoring is better as a long-term and continuous enterprise. Refactoring TypeScript explains how to spot bugs and remove them from your code. You’ll start by seeing how wordy conditionals, methods, and null checks make code unhealthy and unstable. Whether it is identifying messy nested conditionals or removing unnecessary methods, this book will show various techniques to avoid these pitfalls and write code that is easier to understand, maintain, and test. By the end of the book, you’ll have learned some of the main causes of unhealthy code, tips to identify them and techniques to address them. What you will learn * Spot and fix common code smells to create code that is easier to read and understand * Discover ways to identify long methods and refactor them * Create objects that keep your code flexible, maintainable, and testable * Apply the Single Responsibility Principle to develop less-coupled code * Discover how to combine different refactoring techniques * Learn ways to solve the issues caused by overusing primitives Who this book is for This book is designed for programmers who are looking to explore various refactoring techniques to develop healthy and maintainable code. Some experience in JavaScript and TypeScript can help you easily grasp the concepts explained in this book.
志怪小说:莲花公主(日文版)
志怪小说:莲花公主(日文版)
(清)蒲松龄 著,(日)田中贡太郎 译
¥3.00
本故事为蒲松龄创作的聊斋志异作品之一。窦生梦中与公主莲花成亲,又因巨蟒倾国携公主返家避难。窦生醒来筑蜂巢,引邻家群蜂来栖,梦中巨蟒即为邻家所踞之蟒。全书为日文版。难词标注假名,供日语学习者学习使用。
鲁迅作品选:一件小事(日文版)
鲁迅作品选:一件小事(日文版)
(中)鲁迅 著,(日)井上红梅 译
¥3.00
《一件小事》叙写的是知识分子“我”从一个人力车夫身上看到生活的希望和获得改造自己力量的故事;作品以恳切真挚的笔致,描绘了人力车夫高大的正面形象,以充满热情的歌唱,抒发了作者对城市苦力工人的敬意和赞美。全书为日文版。难词标注假名,供日语学习者学习使用。
59元6本 韩语读本
韩语读本
兰州铁路局兰州车站
¥18.00
本书以国际高速铁路高标准客运服务为依据,结合我国高速铁路运营实际编写,以旅客出行的全过程体验为主线,涵盖旅行咨询、购票、进站乘车,以及旅客在旅行中所需的部分延伸服务等内容。采用对话式结构,内容针对性强,便于学习掌握,有较强的实用性。本书可供铁路客运职工和相关管理人员工作学习使用,也可供相关院校师生教学参考之用。
世界经典童话:六只天鹅(日文版)
世界经典童话:六只天鹅(日文版)
(德)格林 著,(日)楠山 正雄 译
¥3.00
《六只天鹅》是收录于《格林童话》中的一则童话故事,由格林兄弟搜集编撰。讲述了一场善与恶的斗争,作品女主角是个柔弱的女子,但她却战胜了比她强大得多、有权有势的王后和主教,救出了被王后的魔法变成天鹅的6位哥哥。全书为日文版。难词标注假名,供日语学习者学习使用。
世界经典童话:灰姑娘(日文版)
世界经典童话:灰姑娘(日文版)
(法)夏尔·佩罗 著,(日)楠山 正雄 译
¥3.00
灰姑娘是一个童话故事中的角色,原在欧洲民间广为流传,后来才由法国作家夏尔·佩罗和德国的格林兄弟加以采集编写。灰姑娘的故事向我们传达了这么一个人生历练过程——在任何嘲讽、刁难和欺凌之下,都要吃苦耐劳,忍辱负重地活着,即使极度艰难困苦只要心怀对美好未来的无限憧憬,保持善良与积极的心态,终是会获得幸福生活的。全书为日文版。难词标注假名,供日语学习者学习使用。
世界经典童话:美人鱼(日文版)
世界经典童话:美人鱼(日文版)
(丹麦)安徒生 著,(日)楠山 正雄 译
¥3.00
《美人鱼的故事》选自安徒生童话,是安徒生先生在1837年的作品。讲述了人鱼公主和王子从相见到相爱再到无法在一起的凄美爱情故事。本故事为世界经典童话之一。故事情节为普通读者熟知。全书为日文版。难词标注假名,供日语学习者学习使用。
日本经典童话:老鼠嫁女
日本经典童话:老鼠嫁女
(日)楠山 正雄
¥3.00
本故事为日本经典童话之一,起源于中国。老鼠嫁女又称鼠娶亲、鼠纳妇、老鼠娶亲等,这一古老的传统民间传说在中国很流行。故事情节为普通读者熟知。全书为日文版。难词标注假名,供日语学习者学习使用。
志怪小说:促织(日文版)
志怪小说:促织(日文版)
(清)蒲松龄 著,(日)田中贡太郎 译
¥3.00
本故事为蒲松龄创作的聊斋志异作品之一。国内风行都促织,皇帝也喜欢,于是官府把上交促织作为任务摊派下去。成名(主人公)也被摊派。官府要求的促织规定很高,成名一时做不到合乎规格的促织,非常着急。于是他老婆就去一个巫神那里问卜。巫神给了她一幅画,上面画的野外的一座荒房什么的。成名觉得是指点捕捉促织的地点,就按图索骥,结果抓到一只非常好的促织,他很高兴,就把促织放起来,准备第二天交上去。结果他的小儿子,偷偷拿这只促织和别的小孩去玩,让促织跑了。儿子知道这只促织对父亲的意义,所以非常害怕,就跳井自杀了。被人们就上来后,没有死掉,在昏迷中,儿子就变成一只小小的促织。虽然这只促织很小,但也没有办法,成名也还是把它交了上去。谁知道,这只小促织凶猛异常,胜过了所有的优等促织,甚至还咬破了公鸡的鸡冠。完成任务后,儿子也醒了过来。全书为日文版。难词标注假名,供日语学习者学习使用。
59元6本 非凡.新日本语能力考试.N2全真模拟试题
非凡.新日本语能力考试.N2全真模拟试题
刘文照
¥19.90
【本书内容与特点】 一、“文字?词汇”试题涉及所有的词性。 二、“语法”中的项目尽可能选择实际运用中出现比较频繁的表达形式,出题形式也努力做到紧扣真题。 三、“读解”中的文章根据考试要求以及级别的不同,选编了诸如论述文、评论文、说明文、随笔以及应用文等不同体裁的文章。文章的来源既有日本的报纸、杂志等传统出版物,也有网络、电视等媒体。 四、“听解”中的内容紧密结合实际生活,难易度和篇幅等也尽可能地接近真题,文本均由日语专家海老原博先生编写。 五、编者精心编写了所有模拟试题的详细解析及听力原文。