{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

入门很简单丛书:MySQL入门很简单(附光盘)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

入门很简单丛书:MySQL入门很简单(附光盘)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

MySQL数据库经典畅销书,5次印刷,畅销15000册,入门必读!

25.5小时多媒体语音视频讲解,赠送大量教学资源和PPt;

浅显易懂,零门槛MySQL学习,真的很简单;

亲切自然,老鸟带领菜鸟,快速掌握MySQL数据库;

看得懂,学得会,容易上手。

Content Description

“入门很简单丛书”是由清华大学出版社精心打造的一套编程入门图书。丛书强调“零门槛学编程,看得懂,学得会,容易上手”的理念。目前已经出版了十几个品种,涵盖常见编程语言和技术。丛书中的每一本都由经验丰富的编程老手精心编写,讲解细腻,易学好用,视频教学,深受读者喜爱,销量居于同类图书的前列,是近年来不可多得的编程图书。可以说,这套丛书是编程新手上手的读物

《MySQL入门很简单(附光盘)》从初学者的角度出发,由浅入深,循序渐进地介绍了mysql数据库应用与开发的相关知识。书中提供了大量操作mysql数据库的示例,还提供了大量实例和上机实践内容,供读者演练。附带1张dvd光盘,内容为与书中内容完全配套的多媒体教学视频和书中涉及的源代码。
《MySQL入门很简单(附光盘)》共分5篇。第1篇介绍数据库的基本知识、在windows平台下安装mysql数据库、在linux平台下安装mysql数据库;第2篇介绍mysql数据类型、创建和删除数据库、数据库存储引擎、创建表、修改表、删除表、索引、视图、触发器;第3篇介绍查询数据、插入数据、更新数据、删除数据、mysql运算符、mysql函数、存储过程和函数;第4篇介绍mysql用户管理、数据备份、数据还原、mysql日志、性能优化;第5篇介绍java访问mysql数据库、php访问mysql数据库、c#访问mysql数据库,最后还提供了一个项目实战案例。
《MySQL入门很简单》涉及面广,几乎涉及mysql数据库应用与开发的所有重要知识,适合所有的mysql数据库初学者快速入门,也适合mysql数据库管理员和想全面学习mysql数据库技术的人员阅读。另外,对于大中专院校和培训班的学生,《MySQL入门很简单(附光盘)》更是一本不可多得的教材。


超值、大容量DVD光盘

本书源文件与数据库备份文件

25.5小时本书配套多媒体教学视频

17小时SQL Server学习视频(赠送)

27.5小时Linux学习视频(赠送)

Author Description

黄缙华,毕业于华北电力大学,获硕士学位。致力于MySQL、Linux和Java等开源技术的研究,担任国内知名Linux论坛的数据库版的版主。长期参与电力行业项目开发,从事电力系统图形、数据、模型一体化的研究。业余喜欢羽毛球、乒乓球、游泳等运动。

Catalogue

第1篇 MySQL数据库基础
第1章 数据库概述(教学视频:10分钟)
1.1 数据库理论基础
1.1.1 数据存储方式
1.1.2 数据库泛型
1.1.3 数据库在开发中作用
1.2 数据库技术构成
1.2.1 数据库系统
1.2.2 SQL语言
1.2.3 数据库访问技术
1.3 MySQL基础
1.3.1 常见数据库系统
1.3.2 为什么要使用MySQL
1.3.3 MySQL版本和获取
1.4 如何学习数据库
1.5 常见问题及解答
1.6 小结
1.7 本章习题
第2章 Windows平台下安装与配置MySQL(教学视频:52分钟)
2.1 安装与配置MySQL
2.1.1 安装MySQL
2.1.2 配置MySQL
2.2 启动服务并登录MySQL数据库
2.2.1 启动MySQL服务
2.2.2 登录MySQL数据库
2.2.3 配置Path变量
2.3 更改MySQL的配置
2.3.1 通过配置向导来更改配置
2.3.2 手工更改配置
2.4 MySQL常用图形管理工具
2.5 使用免安装的MySQL
2.6 上机实践
2.7 常见问题及解答
2.8 小结
2.9 本章习题
第3章 Linux平台下安装与配置MySQL(教学视频:7分钟)
3.1 Linux操作系统下的MySQL版本介绍
3.2 安装和配置MySQL的RPM包
3.3 安装和配置MySQL的二进制包
3.4 安装和配置MySQL的源码包
3.5 上机实践
3.6 常见问题及解答
3.7 小结
3.8 本章习题
第2篇 MySQL数据库基本操作
第4章 MySQL数据类型(教学视频:92分钟)
4.1 MySQL数据类型介绍
4.1.1 整数类型
4.1.2 浮点数类型和定点数类型
4.1.3 日期与时间类型
4.1.4 字符串类型
4.1.5 二进制类型
4.2 如何选择数据类型
4.3 常见问题及解答
4.4 小结
4.5 本章习题
第5章 操作数据库(教学视频:29分钟)
5.1 创建数据库
5.2 删除数据库
5.3 数据库存储引擎
5.3.1 MySQL存储引擎简介
5.3.2 InnoDB存储引擎
5.3.3 MyISAM存储引擎
5.3.4 MEMORY存储引擎
5.3.5 存储引擎的选择
5.4 本章实例
5.5 上机实践
5.6 常见问题及解答
5.7 小结
5.8 本章习题

第6章 创建、修改和删除表(教学视频:113分钟)
6.1 创建表
6.1.1 创建表的语法形式
6.1.2 设置表的主键
6.1.3 设置表的外键
6.1.4 设置表的非空约束
6.1.5 设置表的唯一性约束
6.1.6 设置表的属性值自动增加
6.1.7 设置表的属性的默认值
6.2 查看表结构
6.2.1 查看表基本结构语句DESCRIBE
6.2.2 查看表详细结构语句SHOW CREATE TABLE
6.3 修改表
6.3.1 修改表名
6.3.2 修改字段的数据类型
6.3.3 修改字段名
6.3.4 增加字段
6.3.5 删除字段
6.3.6 修改字段的排列位置
6.3.7 更改表的存储引擎
6.3.8 删除表的外键约束
6.4 删除表
6.4.1 删除没有被关联的普通表
6.4.2 删除被其他表关联的父表
6.5 本章实例
6.6 上机实践
6.7 常见问题及解答
6.8 小结
6.9 本章习题
第7章 索引(教学视频:82分钟)
7.1 索引简介
7.1.1 索引的含义和特点
7.1.2 索引的分类
7.1.3 索引的设计原则
7.2 创建索引
7.2.1 创建表的时候创建索引
7.2.2 在已经存在的表上创建索引
7.2.3 用ALTER TABLE语句来创建索引
7.3 删除索引
7.4 本章实例
7.5 上机实践
7.6 常见问题及解答
7.7 小结
7.8 本章习题
第8章 视图(教学视频:80分钟)
8.1 视图简介
8.1.1 视图的含义
8.1.2 视图的作用
8.2 创建视图
8.2.1 创建视图的语法形式
8.2.2 在单表上创建视图
8.2.3 在多表上创建视图
8.3 查看视图
8.3.1 DESCRIBE语句查看视图基本信息
8.3.2 SHOW TABLE STATUS语句查看视图基本信息
8.3.3 SHOW CREATE VIEW语句查看视图详细信息
8.3.4 在views表中查看视图详细信息
8.4 修改视图
8.4.1 CREATE OR REPLACE VIEW语句修改视图
8.4.2 ALTER语句修改视图
8.5 更新视图
8.6 删除视图
8.7 本章实例
8.8 上机实践
8.9 常见问题及解答
8.10 小结
8.11 本章习题

第9章 触发器(教学视频:59分钟)
9.1 创建触发器
9.1.1 创建只有一个执行语句的触发器
9.1.2 创建有多个执行语句的触发器
9.2 查看触发器
9.2.1 SHOW TRIGGERS语句查看触发器信息
9.2.2 在triggers表中查看触发器信息
9.3 触发器的使用
9.4 删除触发器
9.5 本章实例
9.6 上机实践
9.7 常见问题及解答
9.8 小结
9.9 本章习题


第3篇 sql查询语句
第10章 查询数据(教学视频:207分钟)
第11章 插入、更新与删除数据(教学视频:45分钟)
第12章 mysql运算符(教学视频:75分钟)
第13章 mysql函数(教学视频:132分钟)
第14章 存储过程和函数(教学视频:78分钟)

第4篇 mysql数据库高级管理
第15章 mysql用户管理(教学视频:75分钟)
第16章 数据备份与还原(教学视频:56分钟)
第17章 mysql日志(教学视频:54分钟)
第18章 性能优化(教学视频:48分钟)

第5篇 mysql应用与实战开发
第19章 java访问mysql数据库(教学视频:45分钟)
第20章 php访问mysql数据库(教学视频:44分钟)
第21章 c#访问mysql数据库(教学视频:55分钟)
第22章 驾校学员管理系统(教学视频:95分钟)

Introduction

MySQL数据库是一款非常优秀的自由软件。它是由瑞士的MySQLAB公司开发的。2008年,Sun公司耗资10亿美元收购了MySQL数据库。现在MySQL数据库已经是世界上最流行的数据库之一。全球最大的网络搜索引擎公司Google使用的数据库就是MySQL数据库。国内很多大型的网络公司也选择MySQL数据库,如网易、新浪等。这都证明了MySQL数据库强大的生命力。目前,MySQL 5.1.4版本已经正式发布,而且6.0版本已经处于开发之中。2010年4月20日,Oracle公司收购了Sun公司,MySQL数据库又成为了Oracle公司的数据库产品。这给MySQL数据库带来了前所未有的机遇和挑战。
图书市场上也有不少MySQL图书,但却鲜见一本能带领读者快速掌握MySQL数据库的图书。可能是因为大多数人认为MySQL比较简单,很少有人考虑过给入门读者写一本书。其实并非如此,虽然MySQL比SQL Server和Oracle等数据库简单,但要想快速掌握,没有一本好的参考书却比较困难。基于这个原因,笔者结合自己多年使用MySQL数据库的经验和心得体会,花费了近一年时间写作本书。意在为那些MySQL数据库学习人员,尤其是初学者提供一些帮助,让他们能在最短的时间内掌握MySQL数据库技术。
笔者是因为项目开发需要才开始接触MySQL数据库,并且在开发过程中不断学习的。在这个过程中,笔者发现MySQL数据库使用非常方便,而且功能非常强大。因此,以后的软件开发中,笔者都是将MySQL数据库作为首选数据库。读者在学习MySQL数据库的过程中应该多练习,只有不断的实践才能将这些知识理解透彻。希望各位读者能在本书的引领下跨入MySQL数据库的大门,并成为一名使用MySQL数据库的高手。学习完本书后,读者应该可以具备操作MySQL数据库、管理MySQL数据库、使用MySQL数据进行软件开发的能力。
本书特色
1.配多媒体教学视频,高效、直观
笔者专门为本书的每一章内容都录制了配套的多媒体教学视频,可以大大方便读者高效、直观地学习。这在已经出版的MySQL图书中是绝无仅有的。
2.内容全面、系统、深入,实用性强
本书内容全面、系统、深入,涉及面广,几乎涉及MySQL数据库应用与开发的所有重要知识。书中提供了大量的操作MySQL数据库的示例,还提供了大量实例和上机实践内容供读者演练,有很强的实用性。
3.讲解由浅入深,循序渐进,适合各个层次的读者阅读
本书从MySQL数据库的基础开始讲解,逐步深入到MySQL数据库的高级管理和开发,内容梯度从易到难,讲解由浅入深,循序渐进,适合各个层次的读者阅读,并均有 所获。
4.贯穿大量的操作技巧,迅速提升水平
本书在讲解知识点时贯穿了大量的典型示例,并给出了大量的使用技巧,以便让读者更好地理解各种概念和使用方法,体验实际操作MySQL数据库的技巧。
5.注重实际应用,提高实战水平
本书介绍了Java、PHP和C#如何访问MySQL,并在最后给出了一个项目案例。通过这些内容的学习,读者可以快速提升自己的MySQL应用实战能力。
6.提供售后服务,答疑解惑
若您在阅读本书时有疑问请邮件到bookservice2008@163.com获得帮助。您也可到https://www.wanjuanchian.net技术论坛上提问。
本书内容及体系结构
第1篇 MySQL数据库基础(第1~3章)
本篇主要内容包括:数据库概述、Windows平台下安装MySQL数据库、Linux平台下安装MySQL数据库。通过学习本篇内容,读者可以了解数据库的基本知识,选择MySQL数据库的理由,如何获取MySQL数据库,如何安装MySQL数据库等内容。
第2篇 MySQL数据库基础维护(第4~9章)
本篇主要内容包括:MySQL数据类型、操作数据库、创建表、修改表、删除表、索引、视图、触发器等内容。通过学习本篇内容,读者可以掌握MySQL数据库的基本操作。
第3篇 SQL查询语句(第10~14章)
本篇主要内容包括:查询数据、插入数据、更新数据、删除数据、MySQL运算符、MySQL函数、存储过程和函数等。通过学习本篇内容,读者可以掌握查询和更新数据库中的数据、MySQL运算符和函数的方法,并可以掌握存储过程和函数的相关知识。
第4篇 MySQL数据库高级管理(第15~18章)
本篇主要内容包括:MySQL用户管理、数据备份与还原、MySQL日志、性能优化等。通过学习本篇内容,读者可以掌握MySQL数据库高级管理方面的知识。
第5篇 MySQL应用与实战开发(第19~22章)
本篇主要内容包括:Java语言操作MySQL数据库、PHP语言操作MySQL数据库、C#语言操作MySQL数据库和驾校学员管理系统的开发过程。通过学习本篇内容,读者可以掌握MySQL数据库在软件开发中的应用,并可以进行实战演练,提高MySQL实战 水平。
本书读者对象
* MySQL数据库初学者;
* 想全面学习MySQL数据库的软件开发人员;
* MySQL数据库管理人员;
* MySQL数据库爱好者;
* 大中专院校的学生;
* 社会培训班学员。

编著者

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book