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

Linux嵌入式实时应用开发实战(原书第3版)

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

Linux嵌入式实时应用开发实战(原书第3版)

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

《华章 Linux嵌入式实时应用开发实战(原书第3版)》是一本实用、全面、系统的嵌入式Linux入门书籍。
围绕实时应用逐章分模块,从基本概念、原理、配置到实战案例全面解构嵌入式Linux。
以ARM单板机为平台,涵盖Linux基础、交叉编译、Linux组件和工具三大部分内容。
本书不拘泥于形式,立足实战,为读者提供详细的操作指南。


Content Description

一直以来,嵌入式Linux领域都没有一本系统且全面的入门书籍。大多数单片机和STM32开发者在掌握了MCU的开发技术之后,要再通过学习μC/OS这样的嵌入式实时操作系统,才能过渡到Linux操作系统的学习。这其中很重要的一个原因是没有一本专门针对嵌入式工程师的Linux入门书籍。《Linux嵌入式实时应用开发实战(原书第3版)》没有从复杂的PC级操作系统的角度为读者讲解Linux,而是从实时应用的角度向读者讲解Linux的基本概念和原理,并辅以配置、操作和实战案例,这些都是作者的第一手经验。《华章 Linux嵌入式实时应用开发实战(原书第3版)》是嵌入式工程师学习Linux的绝佳入门读物。
Author Description

Doug Abbott ,是一位在嵌入式领域拥有30多年经验的顾问,他在面向工业和科研领域的数据采集产品方面拥有非常丰富的软硬件开发经验。Doug在加州大学伯克利分校讲授PC技术和实时编程课程,是一位颇受学生爱戴的导师,由他发起和组织的研讨在学校非常受欢迎。有数百位资深工程师接受过他的实时编程技术和多任务操作系统培训。

周艳,硕士毕业于中国科学院声学研究所,曾供职于中国电子科技集团某研究所,从事嵌入式实时系统开发工作。研究方向为传感器和通信领域的实时数据采集与控制,对嵌入式系统的系统架构与软硬件开发等都有丰富的实战经验,负责过多个项目的实时信号处理系统开发,有五年的相关经验。
Catalogue

译者序
前言
第一部分入门指导
第1章嵌入式和实时空间
1.1什么是嵌入式
1.2什么是实时
1.3为什么Linux适用
1.3.1开源
1.3.2移植和定制
1.4哪里用嵌入式Linux
1.5开源协议
1.6资源
第2章安装Linux
2.1发行版
2.1.1Debian GNU
2.1.2Fedora
2.1.3Red Hat企业版Linux
2.1.4SUSE
2.1.5Ubuntu
2.2硬件需求
2.3安装方案
2.3.1单机版
2.3.2双启动
2.3.3虚拟化
2.4DVD 还是激活CD
2.5安装过程
2.5.1磁盘分区
2.5.2包的选择
2.6资源
第3章Linux入门
3.1运行Linux——KDE
3.1.1文件管理器
3.1.2shell 窗口
3.2Linux属性
3.3保护模式架构
3.3.1实模式
3.3.2保护模式
3.3.3平面与分段的存储器模型
3.3.4分页
3.4Linux进程模型
3.4.1fork()函数
3.4.2execve()函数
3.5Linux文件系统
3.5.1文件权限
3.5.2“根”用户
3.5.3 /proc文件系统
3.5.4文件系统等级标准
3.5.5挂载文件系统
3.6系统配置
3.7shell
3.8获得帮助
3.9资源
第4章主机开发环境
4.1交叉开发工具——GNU工具链
4.1.1GCC
4.1.2make
4.1.3GDB
4.2安装软件
4.2.1DVD上有什么
4.2.2安装交叉工具链
4.2.3安装根文件系统
4.3终端仿真器minicom
4.4网络
4.4.1网络地址
4.4.2无线怎么样
4.4.3网络文件系统
4.4.4普通文件传输协议
4.5资源
第5章硬件
5.1嵌入式硬件
5.2ARM单板计算机
5.3其他的板怎么样
5.3.1 BeagleBoard
5.3.2Gumstix
5.3.3Raspberry Pi
5.4设置Mini2440
5.5Flash存储器和文件系统
5.5.1Flash存储器——NAND和NOR
5.5.2Flash中的根文件系统
5.6板的准备工作
5.6.1例程
5.6.2factory_images
5.6.3脚本文件
5.6.4过程
5.6.5最后几步
5.6.6哪里会出错
5.7boot loader
5.8资源
第6章Eclipse 集成开发环境
6.1概述
6.1.1插件
6.1.2工作台
6.2安装
6.3使用Eclipse
6.4C开发环境——CDT
6.4.1创建一个新工程
6.4.2给工程添加源代码
6.4.3编程助手
6.4.4代码模板
6.4.5自动补齐
6.5程序
6.6生成工程
6.7使用CDT调试
6.7.1调试视图
6.7.2变量视图
6.7.3断点视图
6.7.4存储器视图
6.8完成调试
6.9总结
6.10资源

第二部分交叉开发环境中的应用编程
第7章从用户空间访问硬件
7.1回顾
7.2ARM I
7.3我们的第一个程序——从Linux访问I/O/
7.3.1创建一个工程
7.3.2目标执行环境
7.4led 程序
7.5一个数据采集的例子
7.6资源
第8章调试嵌入式软件
8.1使用Eclipse进行远程调试
8.2thermostat
8.3主机工作站作为调试环境
8.4调试器服务框架(DSF)
8.4.1安装SSH
8.4.2为根添加一个口令
8.4.3配置RSE
8.4.4使用RSE调试
8.5资源
第9章Posix 线程
9.1线程
9.2同步——互斥量
9.2.1互斥量属性
9.2.2解决资源共享问题而引入的问题——优先级倒置
9.3通信——条件变量
9.4线程终止和取消
9.5Pthread实现
9.6更新thermostat
9.6.1Linux设备驱动
9.6.2底层I
9.6.3thermostat.c中需要的改变
9.7调试多线程程序
9.8资源
第10章嵌入式网络
10.1Sockets
10.1.1服务器进程
10.1.2客户进程
10.1.3socket 属性
10.2一个简单的例子
10.2.1服务器
10.2.2客户
10.3远程thermostat
10.4嵌入式网络服务器
10.4.1HTTP的背景
10.4.2使用了网络的thermostat
10.4.3动态网络内容
10.4.4表单和POST方法
10.4.5生成和尝试
10.5一个“真正的”网络服务——boa
10.6嵌入式E-mail
10.7其他应用级协议
10.8资源
第11章配置和生成内核
11.1开始
11.1.1内核版本编号
11.1.2内核源树
11.2内核makefile
11.3修补内核
11.4配置内核——make config、menuconfig、xconfig
11.4.1xconfig 选项
11.4.2.config 文件
11.5表象背后——真正发生了什么
11.6生成内核
11.7引导新内核
11.8资源
第12章内核模块和设备驱动
12.1内核模块
12.1.1一个模块的例子
12.1.2破坏内核
12.1.3内核模块和GPL
12.1.4生成内核模块
12.1.5模块的作用
12.2什么是设备驱动
12.3Linux设备驱动
12.3.1 /dev目录
12.3.2底层用户空间I/O API
12.3.3内部驱动结构
12.3.4驱动数据结构
12.3.5init()和exit()
12.3.6open()和release()
12.3.7read()和write()
12.3.8生成和运行驱动
12.4调试内核代码
12.4.1printk
12.4.2 /proc 文件
12.5处理中断
12.5.1注册中断handler
12.5.2探测中断
12.5.3延迟处理——“bottom half”
12.6将你的驱动生成至内核
12.7资源
第三部分组件和工具
第13章BusyBox和Linux初始化
13.1BusyBox简介
13.2配置和安装BusyBox
13.2.1BusyBox设置
13.2.2小程序
13.2.3生成和安装
13.3使用BusyBox
13.4thermostat 显示示例
13.4.1ANSI终端Escape 序列
13.4.2thermostat 显示
13.4.3ncurses库
13.5用户空间初始化
13.5.1第一步boot loader
13.5.2u-boot
13.5.3Linux内核
13.5.4init进程
13.6资源
第14章u-boot boot loader和准备发布
14.1u-boot
14.1.1背景
14.1.2安装和配置u-boot
14.1.3测试一个新的u-boot
14.1.4通过JTAG重新编程NOR
14.2创建一个flash文件系统
14.2.1关于flash分区的更多考虑
14.2.2扁平设备树
14.3资源
第15章源代码控制——git
15.1背景
15.2git介绍
15.2.1文件状态和生命周期
15.2.2分支和合并
15.3配置git
15.4图形化git
15.5资源
第16章build工具
16.1Buildroot
16.2开源嵌入式
16.2.1开始
16.2.2个人观点
16.3安卓
16.3.1应用开发
16.3.2平台开发
16.4总结
16.5资源
附录Au-boot命令
附录B为什么软件不应该有版权
Introduction

二十年前的今天,佩铂军士在教乐队表演。
——约翰?列侬,佩铂军士的孤独之心俱乐部乐队
新闻组:comp.os.minix
主题:你最想在minix中看到什么?
摘要:关于我的新操作系统的一个小调查
时间:格林尼治时间1991年8月25日20∶57∶08
组织:赫尔辛基大学
使用minix的朋友们,大家好!
我正在为386(486)AT系列编写一个(免费的)操作系统(这仅仅是业余爱好,不会太大,也不会像GNU那样专业)。我从4月份开始酝酿,现在快准备好了。我希望得到任何关于minix的反馈,包括你们在使用过程中喜欢和不喜欢的地方。因为我的操作系统和它多少有点类似(比如文件系统具有相同的物理布局(出于实用的原因))。
我目前已经移植了bash(1.08)和gcc(1.40),而且进展好像很顺利。这意味着我将在未来几个月内把这个系统推向应用,所以我想知道大多数人希望系统具有什么特性。欢迎任何建议,但是我不能保证都能实现∶-)
补充一下,任何minix代码都是免费的,而且具有多线程的文件系统。
它不是便携的(如使用386任务切换等),很可能永远不能支持除了AT硬盘以外的东西,这就是我目前能达到的状态∶-(
在当时刚出现的只能处理文字的互联网上,Linus Torvalds,一个芬兰的大学生,用这则信息开启了一场革命。当我在2011年年末写下这些文字时,Linux已经庆祝了它的20周年纪念日。我怀疑,Linus当时并没有想到他的“爱好”项目会很快变成一个功能强大的32位和后来的64位操作系统,甚至可以与微软有力地竞争。
毫无疑问,20年来,Linux走过了很长的一段路。1991年9月17日首次发布的0.01版本包含88个文件,总共278KB。最新发布的Linux版本包括近40 000个文件,超过400MB。据说,全球几千个程序员都不同程度地参与到了Linux的开发中。
自2006年本书的第2版出版以来,Linux世界又发生了很多变化,这也是本书再版的一个直接原因。Linux内核持续改进,为了庆祝20周年,最近提高到了3.0版。2007年年底,谷歌引入了安卓系统。据统计,截至2011年8月,安卓占有智能手机市场48%的份额,每天有500 000台设备被激活。
在本书第1版的前言中我就承认,我没有真正喜欢过UNIX,因为它有意设计得晦涩而且很难使用。一开始,Linux在这方面几乎没做任何改变,我也仍然坚持这种几分喜爱几分讨厌的态度。
但是,当Linux逐渐开始为桌面处理世界的黄金时代做好准备时,它在我工作的嵌入式领域和网络服务器方面都取得了显著的成就。2007年,LinuxDevices.com报道了Linux正用于近50%的嵌入式项目,到2012年将有超过70%的相关发布产品。甚至微软公司也承认全球有60%的网络服务器运行Linux操作系统,与此同时只有40%运行Windows。
Linux确实很复杂,除非你已经是一个UNIX高手,学习起来才会很快。相关信息就在网上,但是通常它们既不易找到也不易读懂。市场上有数百本已出版的Linux书籍,覆盖了从初学者指南到内核内部工作原理的各个方面。目前为止甚至有不少书讨论过嵌入式和实时应用领域的Linux。
我决定学习Linux,一部分是因为我看到了这个新兴的市场机会,另一部分是因为这种开源的开发模式激励了我。仅仅是出于对它的兴趣,全世界程序员的创意都对这个高度成熟的操作系统做出了贡献。拥有完整的源代码不仅允许你随自己意愿进行改动,也让你(至少在理论上)能理解代码是怎么工作的。
开源有潜力成为社会商业模式转换方面的一个重要范例,因为它表明在解决问题方面,合作可以和竞争同样有效。而且就在我怀疑是否有人能通过Linux得到惊人的财富时,许多公司已经证明针对Linux建立一个赚钱的商业模式是可能的。
读者和阅读准备
我写本书的目的是写一本在我初学Linux时渴望拥有的书。因此,基于这样的想法,本书是直接面向两种不同读者的:
1)主要读者是嵌入式程序员,他们需要得到在嵌入式领域的Linux指导。这也是我初学Linux时的状况和我开始学习Linux的原因,因此,这似乎是架构本书的一个合理方法。
2)另一类读者是Linux程序员,他们需要得到嵌入式和实时编程概念的指导。
因此,尽管本书采用了一个新的角度,但每类读者都很可能看到一些熟悉的内容。
本书不是初学者指南。我假设你已经成功安装了一个Linux系统而且已经使用过一些功能。你知道怎么登录,已经试验过一些命令实用程序,而且可能已运行了一个GUI桌面。尽管如此,第2章也会介绍安装的整个过程,第3章是嵌入式和实时程序员感兴趣的Linux的一些特点和属性的简要介绍。
本书分为三部分。第一部分主要是介绍性的,为第二部分打基础;第二部分讨论在交叉开发环境中的编程应用;第三部分是前面介绍过的一些组件和工具的细节性描述,也是对Linux的实时性能的考量。
这里并没有说你不能通过读一本书去学习编程,你必须要这样做。这也是为什么本书设计为实用指导手册的原因。你将要在Linux工作站上安装许多软件包,你可以在本书英文版的网站上找到范例代码。
嵌入式编程通常意味着目标机器是独立的且与工作站开发机器不同。本书中,我们主要的目标环境是一个基于ARM的单板计算机,该硬件将在第5章中介绍。这是一款应用广泛且相对便宜的器件,它具有嵌入式实时产品需要的常规处理能力。但是即使你不购买电路板,我们也会介绍一种仿真方法,让你具有玩转工作站的一些基本概念。
个人建议
和大多数的计算机使用者一样,不管怎样,我多年来一直使用Windows,而且说实话,现在我仍然在日常的计算处理中使用Windows。但是同样,在那之前,我已经很熟练地使用DOS了,甚至在此之前,我已在使用RT-11、RSX-11和VMS。所以我并不是不懂命令行编程,事实上,在Windows 95时代以前,在我最终把WIN加入AUTOEXEC.BAT文件以前也已经用了好几年。
尽管如此,硬核UNIX程序员仍然认为GUI是为外行人设计的。他们很自豪地用命令行完成任何工作。但是不管你怎么做,我是喜欢GUI的。的确,命令行仍然有其地位,尤其是对shell脚本和makefile来说。但是对于在文件层次间切换和完成简单的文件操作,如移动、复制、删除、重命名等,简单的拖放操作完胜晦涩的UNIX shell命令行。我也拒绝使用基于文本的编辑器,如vi和emacs,不过我最近也开始接受vim。如果你能记住所有难懂的命令行,它们的确功能强大。但是无论如何,我喜欢所见即所得的编辑器。
我喜欢的GUI是KDE桌面环境。它包含所有必要的提示,包括很好的彩色语法编辑器,更不用说完整的办公包和个人高效工具包了。KDE是“K Desktop Environment”的缩写,它包含在最商业化的Linux发行版中。当然,你可以自由使用任何你觉得最习惯的开发环境来试验本书中的例程。但如果你是Linux新手,建议使用KDE,这也是本书所有示例的工作环境。
本书结构
本书由以下三个主要部分组成。
第一部分——第1~6章。这部分是入门介绍和使用指南。如果你还没有Linux,你将需要安装一个。对于不熟悉UNIX/Linux系统的读者来说,这是对Linux本身的介绍。你需要设置和连接目标板,这在第二部分研究交叉平台应用开发的时候会用到。最后,你将安装并熟悉各种交叉开发工具,包括Eclipse,它是一个开源集成开发环境。
第二部分——第7~12章。探讨交叉平台环境的应用编程。我们将着眼于从用户空间、调试技术和初步调试的高级仿真方面介绍硬件,介绍Posix线程、网络编程和安卓,以及内核级的编程和设备驱动。
第三部分——介绍嵌入式Linux程序员工具包中的各种组件和工具。我们将介绍其中的u-boot boot loader、BusyBox、Buildroot和OpenEmbedded,最后将集中探讨Linux在实时性方面的优化处理。
好了,那就让我们开始吧。和我一起坐上充满了紧张和兴奋,有时很颠簸,但终将得到快乐和回报的过山车,进入激动人心的嵌入式Linux世界吧。

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