{{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

数据库处理:基础、设计与实现(第十三版)

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

数据库处理:基础、设计与实现(第十三版)

{{__(":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

从基础、设计和实现三个层面介绍数据库处理技术,内容全面翔实,强调学习过程中的乐趣,围绕两个贯穿全书的项目练习。
Content Description

本书从基础、设计和实现三个层面介绍数据库处理技术,内容全面翔实,既包括数据库设计、数据库实现、多用户数据处理、数据访问标准等经典理论,也包括商务智能、XML和.NET等*新技术。本书在内容编排和写作风格上新颖,强调学习过程中的乐趣,围绕两个贯穿全书的项目练习,让读者从一开始就能把所学的知识用于解决具体的应用实例。

Author Description

David M. Kroenke教授(西华盛顿大学任教)是一位多产的计算机畅销书作家。他撰写或与他人合著的图书专业性强,涉及面广。Kroenke教授注重专业理论与实践运用的结合,他精通数据库处理、数据库概念、商用计算机系统和管理信息系统等。

孙未未,复旦大学计算机学院副教授、博导,复旦大学计算机软件与理论专业博士毕业。研究领域:空间数据处理和LBS,无线数据广播,ad hoc网络中的服务计算。
Catalogue

第一部分 引言
第1章 引言
1.1 数据库的特性
1.2 数据库示例
1.3 数据库系统的组成
1.4 个人数据库系统与企业级数据库系统
1.5 数据库设计
1.6 读者需要学习什么
1.7 数据库处理简史
1.8 小结
1.9 关键术语
1.10习题
项目练习第2章 结构化查询语言简介
2.1 数据仓库的元素
2.2 Cape Codd户外运动
2.3 SQL的背景
2.4 SQL的SELECT/FROM/WHERE框架
2.5 向DBMS提交SQL语句
2.6 查询单一表的SQL
2.7 在SQL查询中进行计算
2.8 SQL SELECT语句中的分组
2.9 在NASDAQ交易数据中寻找模式
2.10使用SQL查询两个或多个表
2.11小结
2.12关键术语
2.13习题
项目练习
Marcia干洗店项目练习
Queen Anne Curiosity商店项目练习
Morgan进口公司项目练习
第二部分 数据库设计
第3章 关系模型和规范化
3.1 关系模型术语
3.2 范式
3.3 小结
3.4 关键术语
3.5 习题
项目练习
Regional Labs公司项目练习
Queen Anne Curiosity商店项目联系
Morgan进口公司项目练习第4章 使用规范化进行数据库设计
4.1 评估表结构
4.2 设计可更新数据库
4.3 设计只读数据库
4.4 常见的设计问题
4.5 小结
4.6 关键术语
4.7 习题
项目练习
Marcia干洗店项目练习
Queen Anne Curiosity商店项目练习
Morgan进口公司项目练习第5章 使用实体联系模型进行数据建模
5.1 数据建模的目的
5.2 实体联系模型
5.3 表单、 报表和E-R模型中的模式
5.4 数据建模过程
5.5 小结
5.6 关键术语
5.7 习题
项目练习
5.8 案例
Queen anne Curiosity商店项目问题
摩根进口第6章 把数据模型转变成数据库设计
6.1 数据库设计的目的
6.2 为每个实体创建一个表
6.3 创建联系
6.4 关于最小粒度的设计
6.5 View Ridge 画廊的数据库
6.6 小结
6.7 关键术语
6.8 习题
项目练习
案例
Queen Anne Curiosity商店
摩根进口
第三部分 数据库的实现
第7章 用SQL创建数据库并进行应用处理
7.1 使用一个已安装的DBMS产品的重要性
7.2 View Ridge画廊的数据库
7.3 用SQL DDL管理表结构
7.4 SQL DML语句
7.5 使用SQL视图
7.6 在程序代码中嵌入SQL
7.7 小结
7.8 关键术语
7.9 习题
项目练习
案例
Queen Anne Curiosity商店案例
摩根进口第8章 数据库再设计
8.1 数据库再设计的必要性
8.2 检查函数依赖性的SQL语句
8.3 分析现有的数据库
8.4 修改表名与表列
8.5 修改关联基数和属性
8.6 追加、 删除表和关联
8.7 前向工程
8.8 小结
8.9 关键术语
8.10习题
项目练习
案例问题
Queen Anne Curiosity商店案例
Morgan进口公司项目练习
第四部分 多用户数据库处理
第9章 管理多用户数据库
9.1 使用安装的DBMS产品的重要性
9.2 数据库管理
9.3 并发性控制
9.4 SQL事务控制语言和声明加锁的特征
9.5 数据库安全性
9.6 数据库备份与恢复
9.7 管理DBMS
9.8 小结
9.9 关键术语
9.10习题
项目练习
Marcia干洗店项目练习
安娜王后古玩店项目练习
Morgan进口公司项目练习第10章 用SQL Server 2012、 Oracle Database 11g Release 2、
MySQL 5.6管理数据库
10.1 安装DBMS
10.2 使用DBMS数据库管理和数据库开发工具
10.3 创建一个数据库
10.4 创建和运行SQL脚本
10.5 在DBMS图形用户界面工具中检查数据库结构
10.6 创建和填充View Ridge画廊数据库表
10.7 在View Ridge画廊数据库中创建SQL视图
10.8 数据库应用逻辑和SQL/持久存储模块(SQL/PSM)
10.9 DBMS并发控制
10.10DBMS安全
10.11DBMS数据库备份和恢复
10.12没有涉及的其他DBMS话题
10.13选择DBMS产品
10.14小结
10.15关键术语
10.16项目习题
第五部分 数据访问标准第11章 Web服务器环境
11.1 用于View Ridge画廊的一个Web数据库应用程序
11.2 Web数据库处理环境
11.3 开放数据库连接标准
11.4 微软的?NET Framework和ADO?NET
11.5 Java平台
11.6 用PHP进行Web数据库处理
11.7 用PHP的Web页面
11.8 XML的重要性
11.9 作为标记语言的XML
11.10XML模式
11.11利用数据库数据建立XML文档
11.12为什么XML很重要
11.13其他的XML标准
11.14小结
11.15关键术语
11.16习题
11.17项目练习
Marcia干洗店项目练习
安娜王后古玩店项目练习
Morgan进口公司项目练习第12章 大数据、 数据仓库和商务智能系统
12.1 商务智能系统
12.2 日常型和商务智能型系统之间的关联
12.3 报表和数据挖掘应用
12.4 数据仓库和数据集市
12.5 报表系统
12.6 数据挖掘
12.7 分布式数据库处理
12.8 对象关系型数据库
12.9 虚拟化
12.10云计算
12.11大数据和不仅SQL运动
12.12小结
12.13关键术语
12.14习题
12.15项目练习
Marcia干洗店项目练习
安娜王后古玩店项目练习
Morgan进口公司项目练习
在线附录
参考资料
术语表

Introduction

新增内容
第十三版的《数据库处理——基础、 设计与实现》相比上一个版本, 新增内容如下:
● 第12章增加了大数据和NoSQL运动的内容。大数据是这一章的主题, 关于可视化、 云计算、 非关系型非结构化数据库(例如Cassandra和HBase)的发展和Hadoop分布式文件系统(HDFS)的内容也包含在这一章。
● 每一章都新增了一个独立的项目练习内容。每一章中项目练习的习题通常都不需要读者完成之前章节同一项目提出的问题才能完成(除了数据建模和数据库设计这两章之外)。尽管不同的章节会有一些具有相同命名的案例, 不过这些同名的案例都是彼此独立的。
● 之前第7章的JOIN…ON和OUTER JOIN的SQL主题内容都移至第2章, 所以所有的SQL查询主题内容都放在第2章(关联子查询的内容仍然保留在第8章)。
● SQL/持久性存储模块(SQL/PSM)的内容会在第7章、 第10章、 第10A章为在线内容。——编者注、 第10B章①出现。第10C章①还包含用户自定义函数的内容。
● 这本书的更新也反映在Microsoft SQL Server 2012的使用上, 这是SQL Server的最新版本。尽管这些内容与SQL Server 2008 R2和SQL Server 2008 R2 Express版本都是兼容的, 但本书还是采用SQL Server 2012并结合Office 2013。
● 本书选择使用MySQL 5.6, 这是MySQL的最新可用版本。另外, 我们会介绍在Windows操作系统上使用的MySQL安装程序。
● 作为服务器操作系统的Microsoft Windows Server 2012和作为工作站操作系统的Windows 8也会在书中介绍。这是最新的Microsoft Server和工作站操作系统。我们仍然保留了Windows 7的一些内容, 因为这些内容无论是在Windows 7还是Windows 8中的操作和功能都是一致的。
● 在线的附录J部分增加了“商业智能系统”的内容。附录包含的这些内容原本属于第12章, 剩余篇幅用来描述大数据和NoSQL运动的内容。
● 在线的附录I部分更新了“Web服务器、 PHP和Eclipse开发工具入门”的内容。这部分新内容详细介绍了用来进行Web数据库应用开发的Microsoft IIS Web服务器、 PHP和Eclipse IDE的安装与使用过程, 这部分内容在第11章也有讨论。
基础、 设计与实现
随着技术的发展, 如今不可能在不学习掌握基础概念的情况下成功使用DBMS。经过多年商用数据库的发展, 数据库的基本概念体系已经成熟。Internet、 万维网和数据分析工具的广泛使用使得数据库理论的发展显得更加迫切。第十三版的内容选取和组织如下:
● 对SQL查询的早期介绍。
● 数据库设计采用“螺旋式过程”。
● 数据模型和数据库设计采用一致、 通用的信息工程(IE)鸦脚(Crow’s Foot)E-R图符号。
● 在关注于实用规范化技术的规范化讨论中, 提供了对特定范式的详尽讨论。
● 采用当前的DBMS技术: Microsoft Access 2013, Microsoft SQL Server 2012,Oracle Database 11g Release 2和MySQL 5.6。
● 在广泛使用的Web开发技术基础上创建Web数据库应用。
● 提供对商务智能(BI)系统的介绍。
● 讨论了数据仓库和联机分析处理(OLAP)中数据库设计所用到的维数据库的概念。
● 讨论了服务器可视化、 云计算、 大数据和NoSQL运动的出现与重要主题。
做出这些改变是因为前面几个版本的基本结构所针对的教学环境已经不存在了。对于这本书的结构性改变, 有以下几点原因:
● 不同于以前的数据库处理, 现在的学生已经很容易得到数据建模和DBMS产品。
● 现在的学生也没有耐心在课程的一开始就学习冗长的有关数据库设计和建模的基本概念了, 他们希望动手做一些事, 然后看到结果, 获得反馈。
● 在现有的经济环境下, 学生需要确信他们学到的是有用的技术。
SQL DML的早期介绍
针对以上所述的教学环境变化, 本书提供了SQL数据操纵语言(DML)SELECT语句的早期介绍。对SQL DDL和其他DML语句的讨论留在第7章和第8章讲述。把SQL SELECT语句提前到第2章, 学生就可以尽早知道怎样查询数据和得到结果, 尽早知道数据库技术的一些用途。
本书要求学生在一个DBMS系统上实践SQL语句和例子。在今天, 这也是可行的, 因为几乎每个学生都可以得到Microsoft Access。因此, 第1章、 第2章和附录A描述了Microsoft Access 2013的早期介绍和使用Access 2013来进行SQL查询(Access 2013QBE查询技术也被包括在内)。
如果不想使用Access, 也可以使用SQL Server 2012、 Oracle Database 11g Release 2和MySQL 5.6等其他版本。这本书中三大主要的DBMS产品(SQL Server 2012 Express, Oracle Express 11g Release 2和MySQL5.6 Community edition)的免费版都可以下载。这样, 学生就可以在课程的第一周结束时主动地使用一种DBMS产品了。
对SQL的演示和讨论分布在三章中进行, 这样学生就可以逐步学习这些重要内容。SQL SELECT语句在第2章中介绍, SQL DDL和SQL DML则在第7章中介绍, 相关的子查询和EXISTS/NOT EXISTS语句在第8章中介绍, 同时事务控制语言(TCL)和SQL数据控制语言(DCL)在第9章中讨论。每个部分都以实际应用为例。例如, 相关的子查询被用于验证函数依赖假设, 这是数据库重设计的必要任务。
楷体印刷部分表明了这一版的另一个新特点: 用于把有关的评论与正式的内容区分开来。其中有些内容是辅助资料, 其他一些内容则可能用于增强重要概念。
数据库设计的螺旋式过程
现在的数据库来源于三个方面: (1)来源于从电子表格、 数据文件和数据库中提取现有的数据; (2)来源于新的信息系统项目的开发; (3)来源于重新设计现有数据库以适应变化的需求。我们认为这三个方面的来源为教师提供了一个重要的教学机会。不是只从数据模型讲授数据库设计, 而是讲三遍数据库设计, 每一遍对应这三种来源之一。事实上, 这个思路的结果比预想的还要好。
设计迭代1: 来源于现有数据的数据库
考虑从现有数据出发设计数据库, 如果有人用电子邮件发给我们一些数据表格并且说: “根据这些数据建立一个数据库”, 我们该怎么办?我们会根据规范化原则检查这些表格, 确定新的数据库是只用于查询, 还是既有查询又有更新, 据此决定是反规范化(denormalize)这些数据, 把它们联接起来, 还是对它们规范化, 把它们分开。这些都是需要学生学习和理解的重要内容。
因此, 第一遍数据库设计给教师丰富的机会来介绍规范化, 这不是一组理论概念, 而是一个根据现有数据进行数据库设计决策的有用工具集。另外, 最近数据挖掘方面的咨询经验说明, 从现有数据构造数据库是越来越常见的任务, 通常会交给任务组的初级成员。学习怎样应用规范化根据现有数据进行数据库设计, 不仅为规范化教学提供了有趣的途径, 而且也是常见和有用的。
我们建议从实用出发来讲授和使用规范化, 并且在第3章中介绍了此方法。然而, 我们也明白很多教师喜欢按照范式出现顺序(1NF,2NF,3NF,BCNF)一步一步地讲解规范化, 因此第3章中同样包含了支持此方法的素材。
在今天的平台环境下, 现在大型组织逐渐增加了从SAP、 Oracle和Siebel这样的供应商取得标准化软件。这些软件已经有了相应的数据库设计。但对于每个使用这些软件的机构而言, 他们知道只有更好地利用这些预先设计好的数据库中的数据才能取得竞争优势。因此, 那些知道怎样提取数据并建立只读数据库用于报告和数据挖掘的学生取得了

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