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

21世纪软件工程师规划教材:J2ME移动软件程序设计

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

21世纪软件工程师规划教材:J2ME移动软件程序设计

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

《21世纪软件工程师规划教材:J2ME移动软件程序设计》是一本完整的介绍J2ME编程技术的教程,内容包括J2ME基础知识、程序设计方法、高级编程技巧和应用实例分析。全书详细地介绍了J2ME程序设计原理和方法,并通过大量有代表性的编程实例,向读者演示J2ME在开发移动应用软件方面的强大功能。
《21世纪软件工程师规划教材:J2ME移动软件程序设计》包含了近百个J2ME巳的编程实例。这些例子从最简单的J2ME程序开始,到完整的网络应用程序、游戏程序,覆盖了J2ME程序设计的方方面面。本书特别针对J2ME在移动信息处理、短消息处理、移动多媒体应用等方面进行了详细的介绍,适应了当前J2ME程序开发的发展趋势。这些例子中大多都具有很强的实用价值,略加修改就可以在实际生活和工作中使用。通过对实例的学习和分析,可以帮助读者更深刻地理解J2ME程序设计的方法和技巧。如果读者是一名Java程序员,或者读者对智能手机、PDA、3G应用程序设计或者无线互联网应用有兴趣,那么本书对读者而言将是一本极好的参考书籍。阅读本书并不需要已经熟练地掌握Java语言。从本书的阅读和学习中,读者可以同时学习到Java语言的程序设计知识。如果读者对Java语言已经比较熟悉,那么本书是读者进入J2ME程序设计的最佳伴侣。
Catalogue

第一篇 J2ME基础知识
第1章 J2ME简介
1.1 Java版本的演进
1.1.1 Java的演进历史
1.1.2 Java1平台
1.1.3 Java2平台
1.2 各种Java版本的定位
1.2.1 Java不同版本之间的关系
1.2.2 J2SE、J2ME、J2EE和Smart Card
1.2.3 不同Java版本的虚拟机
1.3 J2ME与手机编程的关系
1.3.1 手机编程的历史
1.3.2 手机上的Java开发平台——J2ME
1.4 Java程序开发简述
1.4.1 各种Java版本的程序开发关系
1.4.2 Java程序开发流程
1.5 J2ME简介
1.5.1 使用配置对不同设备进行抽象
1.5.2 使用框架对API进行定义
1.5.3 J2ME系统体系结构
1.5.4 J2ME已有的配置和框架
1.5.5 J2ME的技术特性
1.6 CDC、CLDC和MIDP简介
1.6.1 CDC和CLDC简介
1.6.2 典型框架简介
1.7 J2ME的一些参考网站
1.7.1 主要J2ME的Web站点
1.7.2 主要的J2ME讨论区
本章小结
习题

第2章 J2ME开发环境
2.1 JDK的安装和配置步骤
2.1.1 安装软件的过程
2.1.2 开发环境的配置
2.1.3 检查配置是否正确
2.2 第一个例子——HelloWorld.java
2.2.1 Hello World.java的源代码
2.2.2 编译、预校验和运行
2.2.3 批处理——快速开发的技巧
2.2.4 开发MIDlet的完整流程
2.3 在网络上发布MIDlet程序
2.4 使用J2MEWirelessToolkit
2.4.1 J2MEWirelessFoolkit的硬件和软件要求
2.4.2.1 2MEWirelessToolkit的安装步骤
2.4.3 在J2MEWirelessToolkit中运行例子程序
2.4.4 在J2MEWirelessToolkit中创建自己的程序
2.4.5 J2MEWTK中的模拟设备简介
2.4.6 在J2MEWTK中进行MIDlet的打包
2.5 使用Eclipse开发J2ME程序
2.5.1 Eclipse概述
2.5.2 Eclipse的安装和配置
2.5.3 使用Eclipse开发Hello World程序
本章小结
习题二

第3章 CLDC和MIDPAPI简介
3.1 CLDCMIDP开发环境
3.1.1 MIDlet简介
3.1.2 应用程序可移植性
3.2 CLDCAPI简介
3.2.1 java.lang
3.2.2 java.io
3.2.3 java.util
3.2.4 javax.microedition.io
3.3 MIDPAPI简介
3.3.1 iava.util
3.3.2 iavax.microedition.rms
3.3.3 javax.microedition.midlet
3.3.4 javax.microedition.io
3.3.5 javax.microedition.lcdui
3.3.6 MIDP中增加的功能
3.4 Hello Midlet的详细解释
3.4.1 总体运行功能
3.4.2 各部分代码功能
本章小结
习题三

第二篇 程序设计方法

第4章 J2ME的用户界面编程
4.1 J2ME界面编程概述
4.1.1 Display类和屏幕显示部件
4.1.2 典型的屏幕显示部件
4.1.3 界面设计部件的层次关系
4.2 如何使用Display类
4.2.1 获得MIDlet的Display类
4.2.2 显示Displayable部件
4.3 使用Screen类和滚动条
4.3.1 Screen类的基本属性
4.3.2 在Screen中使用滚动条
4.4 使用命令按钮响应用户操作
4.4.1 创建命令按钮
4.4.2 设置命令按钮的响应函数
4.4.3 使用命令按钮的例子
4.5 使用文本框(TextBox)输入信息
4.5.1 创建一个文本框
4.5.2 文本框的演示例子
4.6 使用报警显示(Alert)提示信息
4.6.1 两类报警:timed和modal
4.6.2 如何使用报警
4.6.3 演示报警使用的例子
4.7 向用户提供选择——列表(List)
4.7.1 生成一个列表
4.7.2 响应用户对列表的操作
4.7.3 使用列表的完整例子
4.8 显示或改变值的大小-标尺(Guage)
4.8.1 标尺的两种类型——交互标尺和非交互标尺
4.8.2 交互式标尺
4.8.3 非交互式标尺
4.9 有效地校验用户输入
4.9.1 监测部件状态的变化——Item State Listener接口
4.9.2 对用户输入的字符进行校验
4.9.3 输入电话号码的例子
4.10 处理日期和时间(Date Field)
4.10.1 使用Date Field
4.10.2 设置正确的日期和时间
4.10.3 clear Date()和combine Date Time()
4.10.4 使用日期和时间的完整例子
4.11 定时执行任务(Timer)
4.11.1 定时器——Timer
4.11.2 调度任务的方法
4.11.3 星空模拟程序
4.12 综合例子——股票价格跟踪程序
本章小结
习题四

第5章 J2ME数据库编程
5.1 RMS的表——Record Store
5.1.1 操作Record Store的方法
5.1.2 Record Store的维护信息——-Header
5.1.3 获得Record Store的其他信息
5.1.4 Record Store的限制
5.2 在Record Store中操作记录
5.2.1 添加记录
5.2.2 删除记录
5.2.3 修改一条记录
5.2.4 监视记录的改变
5.2.5 Record Store中记录号的重用问题
5.2.6 使用Record Enumeration遍历记录
5.3 创建多列表格
5.3.1 编码和解码的方法
5.3.2 多列表格的保存
5.3.3 检索多列表格
5.4 使用Record Comparator对记录进行排序
5.4.1 实现Record Comparator接口
5.4.2 数据库排序的例子
5.5 使用Record Filter查找记录
5.5.1 实现Record Filter接口
5.5.2 查找记录的例子
5.6 高效使用RMS的方法
5.6.t减少写记录次数
5.6.2 减少读记录次数
5.6.3 防止出现“抖动
5.6.4 重用数组
5.6.5 高效率使用RMS的例子
本章小结
习题五

第6章 J2ME的网络编程
6.1 J2ME的网络连接框架
6.1.1.J2ME的网络连接层次
6.1.2.J2ME支持的网络协议
6.1.3 例子:Stream Connection通信
6.2 使用HTTP协议通信概述
6.2.1 Http Connection类
6.2.2 例子:访问Web Service
6.3 使用HTTP协议发送和接收数据
6.3.1 HTTP协议通信模型
6.3.2 发送数据的方法
6.3.3 接收数据的方法
6.3.4 服务器端的程序
6.3.5 例子1:使用HTTP协议发送和接收文本数据
6.3.6 例子2:使用HTTP协议发送二进制数据
6.4 网络通信中的数据加密
6.4.1 MIDlet的安全性
6.4.2 使用加密类库
6.4.3 一个加密类——Encryptor
6.4.4 Encryptor的使用
6.4.5 数据加密的完整例子
6.5 网络通信中的常用实例
6.5.1 从Web服务器上取回一个页面
6.5.2 从移动电话上访问Servlet并获得结果
6.5.3 与Web服务器建立socket连接
6.5.4 从Yahoo获得股票信息
6.5.5 Google Map API的使用
本章小结
习题六

第7章 J2ME应用程序的性能优化
7.1 代码优化的一些基准
7.1.1 内存测试基准
7.1.2 时间测试基准
7.2 优化内存使用
7.2.1 创建和删除对象
7.2.2 字符串和字符串缓存
7.2.3 正确处理内存不足
7.3 优化代码运行速度
7.3.1 优化循环
7.3.2 使用数组代替对象
7.3.3 使用缓存I/O
7.3.4 主动清理内存
7.4 用户界面的优化
7.4.1 显示程序运行的进度
7.4.2 开发易于使用的程序
7.5 合理地打包应用程序
7.5.1 仅仅打包使用的代码
7.5.2 使用代码加密保护程序
7.6 J2ME的程序兼容性
7.6.1 J2ME的程序兼容性
7.6.2 JSR介绍
7.6.3 JSR兼容性的测试工具
本章小结
习题七

第8章 kAWT编程
8.1 在J2ME中使用kAWT
8.1.1 在J2MEWirelessToolkit中使用KAWT
8.1.2 命令行方式使用KAWT
8.1.3 Kawt Hello的分析
8.1.4 定制编译kAWT类库
8.2 kAWTAPI简介
8.3 kAWT编程例子
本章小结
习题八

第三篇 高级编程技巧

第9章 J2ME的低级用户界面设计
9.1 低级用户界面设计概述
9.1.1 屏幕显示的基础——Canvas类
9.1.2 使用Canvas类的“Hello, World!”例子
9.1.3 程序退出的方法
9.2 Happy Push——一个详细的例子
9.2.1 绘画出屏幕背景
9.2.2 响应用户操作
9.2.3 使用Image类画出图像
9.2.4 响应重复按键或指针移动事件
9.3 编写MIDlet的启动画面
9.3.1 使用报警的方法
9.3.2 使用carlvas类绘制启动画面
9.4 编写一个屏幕保护程序
9.4.1 如何实现Screen Saver
9.4.2 Screen Saver的代码
9.5 清除屏幕显示内容
9.5.1 清除屏幕的实现原理
9.5.2 清屏程序的例子
9.6 图片处理的例子
9.6.1 显示网络上下载的Png图片
9.6.2 如何实现滚动显示图像
本章小结
习题九

第10章 J2ME游戏程序设计
10.1 在移动电话上开发游戏需要讨论的问题
10.1.1 在移动电话上开发游戏的限制
10.1.2 开发游戏有利的方面
10.2 游戏编程基本技术
10.2.1 MIDlet的基本结构
10.2.2 使用Canvas对象绘制图形
10.3 响应游戏中用户的按键
10.3.1 按键事件
10.3.2 游戏按键
10.3.3 响应键盘事件
10.3.4 使用通用按键
10.4 使用重复按键简化用户输入
10.4.1 判断系统是否支持重复按键
10.4.2 模拟重复按键
10.4.3 演示重复按键的例子
10.4.4 实现连续移动
10.4.5 实现加速移动
10.4.6 演示连续移动和加速移动的例子
10.5 在程序中实现屏幕滚动
10.5.1 定时器
10.5.2 用定时器实现重复按键
10.5.3 使用定时器实现屏幕滚动
10.6 实现镜头的移动
10.6.1 屏幕滚动和镜头移动
10.6.2 镜头移动的实现
10.7 在游戏程序中绘制精灵
10.7.1 在支持透明图形的系统上实现绘制精灵
10.7.2 在不支持透明图形的系统中实现绘制精灵
10.8 井字棋的例子
10.8.1 井字棋介绍
10.8.2 源代码
10.9 网络游戏编程
10.9.1 网络游戏介绍
……
第11章 J2ME的无线消息处理
第12章 J2ME的移动多媒体程序设计
第13章 移动软件设计技术

第四篇 应用实例分析
第14章 手机日志系统的设计和实现
第15章 手机考试系统的设计和实现
附录 习题参考答案
参考文献
参考资料
Book Abstract

第3章 CLDC和MIDPAPI简介
J2ME的推出,使编写在移动电话和PDA上运行的应用程序成为了一件容易的事。通常将运行在像移动电话和PDA上那样的移动信息设备上的应用程序称为MIDlet。
CLDC和MIDP已经获得了较大的发展,目前已经有大量的厂商,包括著名的诺基亚、摩托罗拉、索尼爱立信、TCL等中外移动电话制造厂商在开发基于CLDC和MIDP的应用程序。本章介绍CLDC和MIDP的API。
3.1 CLDC/MIDP开发环境
CLDC和MIDP的结合为J2ME在移动电话和PDA上开发应用程序创造了一个全新的环境。为了能够了解CLDC/MIDP的功能,本节将使用一些最有用的CLDC/MIDP的API来描述如何开发一个在移动电话上运行的股票价格追踪程序。
使用CLDC/MIDP可以开发出各种各样的J2ME应用程序——从游戏程序到各种移动应用程序。一个J2ME的软件开发人员可以使用CLDC/MIDP的API来开发运行在移动信息设备上的应用程序。这些程序尽管受到移动信息设备上有限的存储空间、输入输出及屏幕大小等条件的限制,但是开发这些程序的潜力是非常巨大的。
3.1.1 MIDlet简介
MIDlet是使用CLDC/MIDP编写的J2ME应用程序。MIDlet是从MIDP的MIDlet类基础上扩展出来的。在支持J2ME的移动电话和PDA上都有MIDlet的运行环境,MIDlet可以在上面运行。CLDC/MICP和支持J2ME的移动电话和PDA构成了运行MIDlet的软硬件环境。
3.1.2 应用程序可移植性
使用CLDC/MIDP编写的MIDiet的一个重要特征就是可移植性,即可以在各种各样的支持J2ME的移动电话和PDA上运行。因为这些移动电话和PDA可能是由不同的厂商生产的,它们的存储器大小、计算能力强弱、显示屏幕大小和显示颜色数目等都不相同,所以MIDiet必须提供非常好的可移植性。
MIDP的API由高级API接口和低级API接口组成。使用高级API接口可以保证编写的MIDlet获得较好的可移植性,使用低级API接口可以获得很好的程序性能和程序控制能力,使MIDlet实现更强大的功能。
当开发一个MIDlet程序时,使用高级API接口还是低级API接口应该取决于开发程序的目标。如果开发的MIDlet希望运行在大量广泛的移动信息设备上,那么应该使用高级API接口;如果并不希望开发的MIDlet运行在大量不同的设备上,那么就可以使用低级API接口使MIDlet获得更强的功能。
Introduction

随着J2ME的不断发展,J2ME已经成为移动软件开发的主要平台,广泛地应用在智能卡、机顶盒、智能手机、PDA、移动终端、嵌入式设备上。J2ME目前已经得到了全球各大计算机和消费电子产品生产厂商的积极响应,例如诺基亚、摩托罗拉、索尼爱立信、三星、TCL等公司都推出了自己的支持J2ME技术的手机和其他电子产品。
随着3G时代的到来,越来越多的电话将成为智能终端设备,在其上可以运行各种各样的应用程序。J2ME因为其优秀的跨平台特性、强大的功能,使第三方软件开发商可以很容易地开发移动应用程序,并应用在不同的设备上,缩短了开发周期,提高了产品的竞争力。
J2ME发展至今,已经全面提供了包括基本应用、游戏开发、网络应用、多媒体应用、金融应用等各个方面的能力,可以实现几乎所有移动软件开发功能,成为一个广泛使用的强大开发平台。相信随着J2ME技术的不断发展,一定会为移动应用软件的开发带来全新的革命。
主要内容
第1章J2ME简介。详细介绍什么是J2ME、J2ME的体系结构、在J2ME中CLDC和MIDP的概念以及J2ME的发展前景和未来。
第2章J2ME开发环境。着重介绍JDK的详细安装过程、J2ME Wireless Toolkit的安装、配置和使用方法,以及编写、编译、校验、发布一个J2ME程序的完整过程,重点介绍了目前使用广泛的Eclipse+EclipseME开发环境。为了帮助读者加强对J2ME程序结构的理解,还对最简单的J2ME程序的结构和各部分功能进行详细剖析。
第3章CLDC和:MIDP API简介。CLDC和MIDP是J2ME的核心和基础,本章简明扼要地介绍CLDC和MIDP API,为读者提供J2ME程序开发平台的一个完整概貌。
第4章J2ME的用户界面编程。J2ME可以实现丰富多彩、功能强大的用户界面。本章内容涉及Display类和Displayable类的基本用法,文本框(TextBox)、报警(Alert)、列表框(List)和窗口(Form)等屏幕部件的使用方法和示例等。
第5章J2ME数据库编程。J2MlE内置了一个微型数据库系统,本章详细介绍如何使用J2ME的RMS系统来进行数据库编程,内容包括RMS的创建、打开、关闭和删除方法:Record Listener接口的使用方法;多列表格的使用技术:Record Enumeration记录遍历方法;Record Comparator记录排序方法;Record Filter记录查找方法,最后介绍了编写高效的数据库程序的基本原则。
第6章J2ME的网络编程。本章是J2ME的非常重要的内容,详细介绍J2ME中支持网络通信的类和接口,以及file、socket、comm、datagram、http等通信协议的使用方法,重点介绍最重要的通信方法——HTTP通信,介绍了网络编程中的数据加密问题。最后给出了大量实用网络编程的例子,如获得股票和位置信息。这些实例都是非常实用的,许多例子略加修改就可以应用在实际生活中。

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