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

数据库系统:设计、实现与管理(基础篇)(原书第6版)

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

数据库系统:设计、实现与管理(基础篇)(原书第6版)

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

本书是数据库领域的经典著作,内容系统、全面、实用,被世界多所大学选为数据库相关课程的教材。中文版分为基础篇和进阶篇,分别对应原书~五部分和第六~九部分。本书为基础篇,主要内容包括:数据库系统与数据库设计的基础知识;关系模型与语言;数据库分析与设计的主要技术;数据库设计方法学;以及现代数据库管理相关专题,涵盖安全问题、法律与道德问题、事务管理和查询处理。本书既可作为数据库设计与管理相关课程的本科生或研究生教材,亦可作为数据库专业技术人员的参考书籍。

Catalogue

出版者的话

译者序

前言

第一部分背景

第1章数据库简介2

1.1引言3

1.2传统的基于文件的系统4

1.2.1基于文件的方法5

1.2.2基于文件方法的局限性8

1.3数据库方法10

1.3.1数据库10

1.3.2数据库管理系统(DBMS)11

1.3.3(数据库)应用程序12

1.3.4DBMS环境的组成部分13

1.3.5数据库设计:范型改变15

1.4数据库环境中的各种角色16

1.4.1数据管理员和数据库管理员16

1.4.2数据库设计人员16

1.4.3应用开发人员17

1.4.4终端用户17

1.5数据库管理系统的历史17

1.6DBMS的优点和缺点20

本章小结23

思考题23

习题24

扩展阅读25

第2章数据库环境26

2.1ANSI-SPARC三层体系结构27

2.1.1外部层28

2.1.2概念层28

2.1.3内部层28

2.1.4模式、映射和实例29

2.1.5数据独立性30

2.2数据库语言30

2.2.1数据定义语言(DDL)31

2.2.2数据操作语言(DML)31

2.2.3第四代语言32

2.3数据模型和概念建模33

2.3.1基于对象的数据模型34

2.3.2基于记录的数据模型34

2.3.3物理数据模型36

2.3.4概念建模36

2.4DBMS的功能36

本章小结39

思考题40

习题40

扩展阅读41

第3章数据库的结构与Web42

3.1多用户DBMS结构42

3.1.1远程处理43

3.1.2文件服务器结构43

3.1.3传统的两层客户-服务器结构44

3.1.4三层客户-服务器结构45

3.1.5N层客户-服务器结构47

3.1.6中间件47

3.1.7事务处理监视器49

3.2Web 服务与面向服务的结构50

3.2.1Web 服务50

3.2.2面向服务的结构(SOA)51

3.3分布式DBMS53

3.4数据仓库54

3.5云计算56

3.5.1云计算的好处与风险58

3.5.2基于云的数据库方案60

3.6DBMS的组件63

3.7Oracle的体系结构65

3.7.1Oracle的逻辑数据库结构65

3.7.2Oracle的物理数据库结构67

本章小结71

思考题71

习题72

扩展阅读72

第二部分关系模型与语言

第4章关系模型74

4.1关系模型简史74

4.2基本术语76

4.2.1关系数据结构76

4.2.2数学中的关系78

4.2.3数据库中的关系79

4.2.4关系的性质79

4.2.5关系关键字80

4.2.6关系数据库模式的表示81

4.3完整性约束83

4.3.1空83

4.3.2实体完整性83

4.3.3引用完整性84

4.3.4一般性约束84

4.4视图84

4.4.1术语85

4.4.2视图的用途85

4.4.3视图的更新86

本章小结86

思考题86

习题87

扩展阅读87

第5章关系代数与关系演算88

5.1关系代数88

5.1.1一元运算90

5.1.2集合运算91

5.1.3连接运算93

5.1.4除法运算96

5.1.5聚集运算和分组运算96

5.1.6关系代数运算小结97

5.2关系演算98

5.2.1元组关系演算99

5.2.2域关系演算101

5.3其他语言103

本章小结103

思考题104

习题104

扩展阅读106

第6章SQL:数据操作107

6.1SQL简介108

6.1.1SQL的目标108

6.1.2SQL的历史109

6.1.3SQL的重要性110

6.1.4术语110

6.2书写SQL命令110

6.3数据操作111

6.3.1简单查询112

6.3.2查询结果排序(ORDER BY子句)118

6.3.3使用SQL聚集函数119

6.3.4查询结果分组(GROUP BY子句) 121

6.3.5子查询123

6.3.6ANY和ALL125

6.3.7多表查询126

6.3.8EXISTS和NOT EXISTS131

6.3.9合并结果表(UNION、INTERSECT和EXCEPT)132

6.3.10数据库更新 133

本章小结136

思考题137

习题137

第7章SQL:数据定义140

7.1ISO SQL数据类型141

7.1.1SQL标识符141

7.1.2SQL标量数据类型 141

7.2完整性增强特性145

7.2.1必须有值的数据145

7.2.2域约束145

7.2.3实体完整性146

7.2.4引用完整性147

7.2.5一般性约束148

7.3数据定义148

7.3.1创建数据库149

7.3.2创建表(CREATE TABLE)149

7.3.3修改表定义(ALTER TABLE) 152

7.3.4删除表(DROP TABLE)153

7.3.5创建索引(CREATE INDEX) 153

7.3.6删除索引(DROP INDEX)154

7.4视图154

7.4.1创建视图(CREATE VIEW)154

7.4.2删除视图(DROP VIEW)156

7.4.3视图分解157

7.4.4视图的局限性157

7.4.5视图的可更新性158

7.4.6WITH CHECK OPTION159

7.4.7视图的优缺点160

7.4.8视图物化161

7.5事务162

7.6自主访问控制163

7.6.1授予其他用户权限(GRANT)164

7.6.2撤销用户权限(REVOKE)166

本章小结167

思考题168

习题168

第8章高级SQL171

8.1SQL编程语言171

8.1.1声明172

8.1.2赋值173

8.1.3控制语句173

8.1.4PL/SQL的异常175

8.1.5PL/SQL的游标176

8.2子程序、存储过程、函数和包178

8.3触发器179

8.4递归184

本章小结185

思考题185

习题186

扩展阅读186

第9章对象关系DBMS187

9.1高级数据库应用188

9.2RDBMS的缺点191

9.3在关系数据库中存储对象195

9.3.1将类映射为关系196

9.3.2访问关系数据库中的对象197

9.4对象关系数据库系统简介198

9.5SQL:2011200

9.5.1行类型201

9.5.2用户自定义类型201

9.5.3子类型和超类型204

9.5.4用户自定义例程206

9.5.5多态性207

9.5.6引用类型和对象标识208

9.5.7创建表208

9.5.8数据查询210

9.5.9集类型211

9.5.10类型视图214

9.5.11持久化存储模块215

9.5.12触发器215

9.5.13大对象217

9.5.14递归219

9.6Oracle中面向对象的扩展219

9.6.1用户自定义数据类型219

9.6.2操作对象表223

9.6.3对象视图224

9.6.4权限225

本章小结226

思考题226

习题226

扩展阅读227

第三部分数据库分析与设计

第10章数据库系统开发生命周期230

10.1信息系统生命周期231

10.2数据库系统开发生命周期231

10.3数据库规划233

10.4系统定义233

10.5需求收集与分析234

10.5.1集中式方法235

10.5.2视图集成方法235

10.6数据库设计237

10.6.1数据库设计方法237

10.6.2数据建模238

10.6.3数据库设计的阶段划分238

10.7DBMS选型240

10.8应用程序设计243

10.8.1事务设计243

10.8.2用户界面设计指南244

10.9建立原型系统246

10.10实现246

10.11数据转换与加载246

10.12测试247

10.13运行维护247

10.14CASE工具248

本章小结249

思考题250

习题250

扩展阅读251

第11章数据库分析与DreamHome案例研究252

11.1使用实况发现技术的时机253

11.2收集实况的类型253

11.3实况发现技术 254

11.3.1分析文档资料254

11.3.2面谈254

11.3.3观察企业的运作255

11.3.4研究256

11.3.5问卷调查256

11.4使用实况发现技术的实例256

11.4.1DreamHome案例研究—概述257

11.4.2DreamHome案例研究—数据库规划260

11.4.3DreamHome案例研究—系统定义264

11.4.4DreamHome案例研究—需求收集与分析266

11.4.5DreamHome案例研究—数据库设计271

本章小结271

思考题271

习题271

扩展阅读272

第12章实体-联系建模273

12.1实体类型 274

12.2联系类型275

12.2.1联系类型的度276

12.2.2递归联系278

12.3属性 279

12.3.1简单属性和组合属性279

12.3.2单值属性和多值属性279

12.3.3导出属性 280

12.3.4关键字 280

12.4强实体类型与弱实体类型282

12.5联系的属性282

12.6结构化约束283

12.6.1一对一(1:1)联系283

12.6.2一对多(1:*)联系284

12.6.3多对多(*:*)联系285

12.6.4复杂联系的多重性287

12.6.5基数约束和参与性约束288

12.7ER模型的问题289

12.7.1扇形陷阱289

12.7.2断层陷阱291

本章小结292

思考题293

习题293

第13章增强的实体-联系建模295

13.1特殊化/泛化295

13.1.1超类和子类296

13.1.2超类/子类联系296

13.1.3属性的继承297

13.1.4特殊化过程297

13.1.5泛化过程298

13.1.6特殊化/泛化的约束300

13.1.7基于DreamHome案例研究的Branch视图特殊化/泛化建模示例301

13.2聚合304

13.3组合305

本章小结306

......

Introduction

前言

背景在过去的30年中,数据库的研究带来了巨大的生产力,使得数据库系统成为软件工程领域最重要的成果。目前,数据库作为信息系统的基本框架,已从根本上改变了许多公司的运作方式。特别是在最近几年里,随着这项技术本身的发展,产生了一些功能更强大、使用更方便的系统。这使得数据库系统变得越来越普及,用户类型也越来越广泛。遗憾的是,正是由于数据库系统的简单性,许多用户有可能尚缺乏必要的知识,还不懂得如何开发正确且高效的系统,就开始创建数据库及其应用程序了。这样很可能导致所谓的 “软件危机”(software crisis,有时也称为“软件抑郁”(software depression))的延续。

编写本书的最初动因是我们在工业界的工作经历,当时我们为新软件系统中数据库的设计提供咨询,间或也解决遗留系统中存在的种种问题。进入学术界后,我们从另一类用户—学生那里发现了类似的问题。因此,本书的目标就是给出一本教程,尽可能清楚地介绍数据库的基础理论,并给出一套既能为专业技术人员亦能为非技术人员所用的数据库设计方法学。

本书针对当前主流的商用产品—关系数据库管理系统(DBMS)给出的设计方法学,已在学术界和工业界测试和使用了许多年。它包括三个主要阶段:数据库的概念设计、逻辑设计和物理设计。第一个阶段在不考虑任何物理因素的前提下设计概念数据模型,得到的数据模型在第二阶段被细化为逻辑数据模型,细化过程主要是去除在关系系统中无法表示的结构。在第三阶段,逻辑数据模型被转换成针对目标DBMS的物理设计,物理设计阶段主要考虑如何设计存储结构和访问方法,以便有效并安全地访问存储在辅存中的数据库。

该方法学按阶段被分为一系列步骤。对于缺少经验的设计者,最好按步骤进行设计,这里所提供的指南可帮助你完成整个过程。对于有经验的设计者,该方法学的指导作用显然会弱化,但经常可用于开发框架和检查列表。为了帮助读者学习使用上述方法学并理解其要点,整个方法学的描述中始终贯穿一个完整的DreamHome案例研究。附录B还给出了另外三个案例,供读者自行研究。

UML(统一建模语言)越来越多的公司都在规范各自的数据建模方法,即选择一种特定的建模方法并在整个数据库开发项目中始终如一地使用它。一种在数据库概念设计和逻辑设计阶段较为通用的高级数据模型是ER(实体-联系)模型,这也是本书采用的模型。由于当前还没有表示ER模型的标准方法,因此大部分书籍在描述关系DBMS的数据库设计时,常常使用下述两种表示方法之一:

Chen氏表示方法,即用矩形表示实体,用菱形表示联系,用线段连接矩形和菱形。

Crow Feet(鸦爪)表示方法,仍用矩形表示实体,用实体间的连线表示联系,在一对多联系连线的多端有一个鸦爪标记。

当前,这两种表示方法都有计算机辅助软件工程(CASE)工具。然而,它们都难于使用和解释。本书的较早版本曾使用Chen氏表示方法,而在随后培生教育出版集团进行的一次问卷调查中,比较一致的意见是应该使用最新的称为UML(Unified Modeling Language,统一建模语言)的面向对象建模语言。UML表示方法结合了面向对象设计三大流派的成分:Rumbaugh的OMT建模语言,Booch的面向对象分析和面向对象设计,以及Jacobson的Objectory。

换用表示方法主要有以下三个原因:(1)UML正成为一种工业标准,例如,对象管理组(OMG)已经采纳UML作为对象方法的标准表示方法;(2)UML表达清楚并易于使用;(3) UML目前已被学术界用于面向对象分析与设计的教学,在数据库模块的教学中也使用UML将会更加一致。因此,在这个版本中,我们将采用UML的类图作为ER模型的表示方法。读者将会发现这种表示方法更加容易理解和使用。

第6版的更新之处扩展了第3章“数据库的结构与Web”,增加了云计算。

修改了第21章“数据管理中的职业、法律与道德问题”。

增加了“数据仓库与时态数据库”(31.5节)。

每章后增加了新的思考题和习题。

修改了与SQL相关的章节,全面反映2011年公布的新标准SQL:2011。

修订了第26章“复制与移动数据库”。

修改了关于Web-DBMS集成和XML的章节。

与Oracle相关的内容一律修改为针对Oracle 11g。

读者对象本书可作为本科生数据库管理或数据库设计的导论性教材,也可作为研究生或高年级本科生相关课程的教材,学时可分为一到两个学期。通常信息系统、商业IT或计算机科学等专业都包含这类课程。

本书还可以作为一些IT专业人士的参考书,如系统分析和设计人员、应用程序开发人员、系统程序员、数据库从业人员及独立的自学者。随着当今数据库系统的广泛使用,这些专业人士可能来自于需要数据库的任何类型的公司。

读者在学习关于物理数据库设计的第18章和关于查询处理的第23章之前,如果对附录F中介绍的文件组织和数据结构相关概念有清楚的了解,那么将会有所帮助。理想的情况是这些背景知识已从前导课程中获得。如果不具备这个条件,则可以在开始数据库课程后,学完第1章立即学习附录F。

......




alt="" />

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