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

软件项目开发全程实录:C#项目开发全程实录(第3版)(附DVD-ROM光盘1张)

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

软件项目开发全程实录:C#项目开发全程实录(第3版)(附DVD-ROM光盘1张)

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

《软件项目开发全程实录》丛书是一套以展现项目开发完整过程为主,同时配备完整教学视频和源程序的软件开发“案例类”图书。该丛书第一版自2008年出版以来,受到广大读者,尤其是高校师生和求职人员的热烈欢迎,2011年进行了改版,截至目前,该丛书已经累计销售近16万册,成为近年来畅销的编程案例类丛书之一。应读者朋友的要求,我们根据的市场变化并结合广大读者的建议,编写了该丛书的第3版。本书的特点有:
★10套完整项目开发案例,项目开发全程展现
10个项目开发案例涵盖了常用的不同类别的应用系统,每个案例都从需求分析到程序实现,基本完整地展现了项目开发全过程。
★21小时教学视频,让学习更加轻松、快捷
几乎涵盖了本书全部内容,先看教学视频,再对照图书操作,学习一定更加轻松、更加快捷。
★提供模块库、题库、素材库等海量学习资料
本书服务网站www.rjkflm.com,提供了模块库、题库、素材库等海量学习资料,读者可以索取、查阅相关资料。
★提供多种形式技术支持,让学习畅通无阻。

Content Description

《软件项目开发全程实录:C#项目开发全程实录(第3版)》以家庭视频监控系统、企业短信群发系统、人事工资管理系统、企业电话客服系统、卡拉OK点歌系统、企业QQ系统、企业人事管理系统、编程词典销售分析系统、在线考试系统和图书馆管理系统10个实际项目开发程序为案例,从软件工程的角度出发,按照项目的开发顺序,系统、全面地介绍了程序的开发流程。从开发背景、需求分析、系统功能分析、数据库分析、数据库结构、系统开发到系统的编译发行,每一过程都进行了详细的介绍。
《软件项目开发全程实录:C#项目开发全程实录(第3版)》及光盘特色还有:10套项目开发完整案例,项目开发案例的同步视频和其源程序。登录网站还可获取各类资源库(模块库、题库、素材库)等项目案例常用资源,网站还提供技术论坛支持等。
《软件项目开发全程实录:C#项目开发全程实录(第3版)》案例涉及行业广泛,实用性非常强,通过本书的学习,读者可以了解各个行业的特点,能够针对某一行业进行软件或网站开发,也可以通过光盘中提供的案例源代码和数据库进行二次开发,以减少开发系统所需要的时间。
Catalogue

第1章 家庭视频监控系统(C# 4.0+Microsoft Access 2003+视频采集卡实现)
视频讲解:1小时2分钟
1.1 开发背景
1.2 系统分析
1.2.1 需求分析
1.2.2 可行性分析
1.2.3 编写项目计划书
1.3 系统设计
1.3.1 系统目标
1.3.2 系统功能结构
1.3.3 业务流程图
1.3.4 系统预览
1.3.5 程序运行环境
1.3.6 编码规范
1.3.7 数据库设计
1.3.8 文件夹组织结构
1.4 公共类设计
1.4.1 DataCon类
1.4.2 DataOperate类
1.4.3 SoftReg类
1.4.4 VideoOperate类
1.4.5 PelcoD类
1.5 登录模块设计
1.5.1 登录模块概述
1.5.2 登录模块技术分析
1.5.3 登录模块实现过程
1.5.4 单元测试
1.6 视频监控模块设计
1.6.1 视频监控模块概述
1.6.2 视频监控模块技术分析
1.6.3 视频监控模块实现过程
1.6.4 单元测试
1.7 监控管理模块设计
1.7.1 监控管理模块概述
1.7.2 监控管理模块技术分析
1.7.3 监控管理模块实现过程
1.8 录像回放模块设计
1.8.1 录像回放模块概述
1.8.2 录像回放模块技术分析
1.8.3 录像回放模块实现过程
1.9 开发技巧与难点分析
1.9.1 按Enter键移动鼠标焦点
1.9.2 使用图标显示管理员头像
1.9.3 云台控制协议
1.10 视频采集卡技术
1.10.1 视频采集卡选购分析
1.10.2 视频采集卡安装
1.10.3 视频采集卡中的主要函数
1.11 本章总结

第2章 企业短信群发系统(C# 4.0+Microsoft Access 2000+短信猫实现)
视频讲解:1小时12分钟
2.1 开发背景
2.2 需求分析
2.3 系统设计
2.3.1 系统目标
2.3.2 系统功能结构
2.3.3 系统预览
2.3.4 业务流程图
2.3.5 程序运行环境
2.3.6 数据库设计
2.3.7 文件夹组织结构
2.4 公共类设计
2.4.1 ConnClass类
2.4.2 GSM类
2.5 登录模块设计
2.5.1 登录模块概述
2.5.2 登录模块技术分析
2.5.3 登录模块实现过程
2.6 主窗体设计
2.6.1 主窗体概述
2.6.2 主窗体技术分析
2.6.3 主窗体实现过程
2.7 短信群发模块设计
2.7.1 短信群发模块概述
2.7.2 短信群发模块技术分析
2.7.3 短信群发模块实现过程
2.7.4 单元测试
2.8 短信接收模块设计
2.8.1 短信接收模块概述
2.8.2 短信接收模块技术分析
2.8.3 短信接收模块实现过程
2.8.4 单元测试
2.9 电话簿管理模块设计
2.9.1 电话簿管理模块概述
2.9.2 电话簿管理模块技术分析
2.9.3 电话簿管理模块实现过程
2.10 常用短语管理模块设计
2.10.1 常用短语管理模块概述
2.10.2 常用短语管理模块技术分析
2.10.3 常用短语管理模块实现过程
2.11 开发技巧与难点分析
2.12 短信猫技术
2.13 本章总结

第3章 人事工资管理系统 (C# 4.0+SQL Server 2008实现)
视频讲解:1小时38分钟
3.1 开发背景
3.2 需求分析
3.3 系统设计
3.3.1 系统目标
3.3.2 系统功能结构
3.3.3 系统预览
3.3.4 业务流程图
3.3.5 编码规则
3.3.6 程序运行环境
3.3.7 数据库设计
3.3.8 文件夹组织结构
3.4 公共类设计
3.4.1 DBConnection公共类
3.4.2 DBOperate公共类
3.5 登录模块设计
3.5.1 登录模块概述
3.5.2 登录模块技术分析
3.5.3 登录模块实现过程
3.6 主窗体设计
3.6.1 主窗体概述
3.6.2 主窗体技术分析
3.6.3 主窗体实现过程
3.6.4 单元测试
3.7 档案管理模块设计
3.7.1 档案管理窗体概述
3.7.2 档案管理技术分析
3.7.3 档案管理实现过程
3.7.4 单元测试
3.8 奖罚管理模块设计
3.8.1 奖罚管理窗体概述
3.8.2 奖罚管理窗体技术分析
3.8.3 奖罚管理窗体实现过程
3.9 开发技巧与难点分析
3.9.1 文本框只能输入数字
3.9.2 在数据库中存取图片
3.10 使用水晶报表显示员工信息
3.11 本章总结

第4章 企业电话客服系统 (C# 4.0+Microsoft Access 2000+东进DJD161A语音卡实现)132
视频讲解:1小时10分钟
4.1 开发背景
4.2 需求分析
4.3 系统设计
4.3.1 系统目标
4.3.2 系统预览
4.3.3 系统功能结构
4.3.4 业务流程图
4.3.5 程序运行环境
4.3.6 数据库设计
4.3.7 文件夹组织结构
4.4 公共类设计
4.4.1 tbEmployeeClass类
4.4.2 tbEmployeeMenthod类
4.4.3 D160A类
4.5 主窗体设计
4.5.1 主窗体概述
4.5.2 主窗体技术分析
4.5.3 主窗体实现过程
4.5.4 单元测试
4.6 自动语音处理模块设计
4.6.1 自动语音处理模块概述
4.6.2 自动语音处理模块技术分析
4.6.3 自动语音处理模块实现过程
4.6.4 单元测试
4.7 员工管理模块设计
4.7.1 员工管理模块概述
4.7.2 员工管理模块技术分析
4.7.3 员工管理模块实现过程
4.8 产品类别管理模块设计
4.8.1 产品类别管理模块概述
4.8.2 产品类别管理模块技术分析
4.8.3 产品类别管理模块实现过程
4.9 开发技巧与难点分析
4.10 C#中调用API
4.11 本章总结

第5章 卡拉OK点歌系统 (C# 4.0+Microsoft Access 2000实现)
视频讲解:1小时2分钟
5.1 开发背景
5.2 需求分析
5.3 系统设计
5.3.1 系统目标
5.3.2 系统功能结构
5.3.3 系统预览
5.3.4 业务流程图
5.3.5 程序运行环境
5.3.6 数据库设计
5.3.7 数据库概念设计
5.3.8 数据库逻辑结构设计
5.3.9 文件夹组织结构
5.4 公共类设计
5.4.1 getConnection类
5.4.2 tb_musicinfo类
5.4.3 tbMusicnfoMenthod类
5.5 登录模块设计
5.5.1 登录模块概述
5.5.2 登录模块技术分析
5.5.3 登录模块实现过程
5.6 后台数据维护模块设计
5.6.1 后台数据维护模块概述
5.6.2 后台数据维护模块技术分析
5.6.3 后台数据维护模块实现过程
5.7 明星模块设计
5.7.1 明星模块概述
5.7.2 明星模块技术分析
5.7.3 明星模块实现过程
5.7.4 单元测试
5.8 系统点歌模块设计
5.8.1 系统点歌模块概述
5.8.2 系统点歌模块技术分析
5.8.3 系统点歌模块实现过程
5.8.4 单元测试
5.9 开发技巧与难点分析
5.10 C#中播放视频文件
5.11 本章总结

第6章 企业QQ系统 (C# 4.0+SQL Server 2008实现)
视频讲解:1小时8分钟
6.1 开发背景
6.2 需求分析
6.3 系统设计
6.3.1 系统目标
6.3.2 系统功能结构
6.3.3 系统预览
6.3.4 业务流程图
6.3.5 程序运行环境
6.3.6 数据库设计
6.3.7 文件夹组织结构
6.4 类库的设计
6.4.1 UDPSocket控件
6.4.2 Publec_Class类
6.4.3 ClassForms类
6.4.4 ClassMsg类
6.4.5 ClassOptionData类
6.4.6 ClassOptionData类
6.4.7 ClassUserInfo类
6.4.8 ClassUsers类
6.4.9 cVideo类
6.5 客户端注册模块设计
6.5.1 客户端注册模块概述
6.5.2 客户端注册模块技术分析
6.5.3 客户端注册模块实现过程
6.5.4 客户端注册模块单元测试
6.6 客户端登录模块设计
6.6.1 客户端登录模块概述
6.6.2 客户端登录模块技术分析
6.6.3 客户端登录模块实现过程
6.7 客户端QQ模块设计
6.7.1 客户端QQ模块概述
6.7.2 客户端QQ模块技术分析
6.7.3 客户端QQ模块实现过程
6.8 客户端消息发送模块设计
6.8.1 客户端消息发送模块概述
6.8.2 客户端消息发送模块技术分析
6.8.3 客户端消息发送模块实现过程
6.9 服务器端控制台模块设计
6.9.1 服务器端控制台窗体概述
6.9.2 服务器端控制台窗体技术分析
6.9.3 服务器端控制台窗体实现过程
6.10 开发技巧与难点分析
6.11 UDP协议
6.12 本章总结

第7章 企业人事管理系统(C# 4.0+SQL Server 2008实现)
视频讲解:2小时13分钟
7.1 开发背景
7.2 需求分析
7.3 系统设计
7.3.1 系统目标
7.3.2 系统功能结构
7.3.3 系统预览
7.3.4 业务流程图
7.3.5 编码规则
7.3.6 程序运行环境
7.3.7 数据库设计
7.3.8 文件夹组织结构
7.4 公共类设计
7.4.1 MyMeans公共类
7.4.2 MyModule公共类
7.5 登录模块设计
7.5.1 登录模块概述
7.5.2 登录模块技术分析
7.5.3 登录模块实现过程
7.6 主窗体设计
7.6.1 主窗体概述
7.6.2 主窗体技术分析
7.6.3 主窗体实现过程
7.6.4 单元测试
7.7 人事档案浏览模块设计
7.7.1 人事档案浏览窗体概述
7.7.2 人事档案浏览技术分析
7.7.3 人事档案浏览实现过程
7.7.4 单元测试
7.8 人事资料查询模块设计
7.8.1 人事资料查询窗体概述
7.8.2 人事资料查询窗体技术分析
7.8.3 人事资料查询窗体实现过程
7.9 开发技巧与难点分析
7.9.1 文本框只能输入数字或单精度
7.9.2 在数据库中存取图片
7.10 将数据以自制表格的形式插入Word中
7.11 本章总结

第8章 编程词典销售分析系统(C# 4.0+SQL Server 2008实现)
视频讲解:1小时28分钟
8.1 开发背景
8.2 需求分析
8.3 系统设计
8.3.1 系统目标
8.3.2 系统功能结构
8.3.3 系统预览
8.3.4 业务流程图
8.3.5 编码规则
8.3.6 程序运行环境
8.3.7 数据库设计
8.3.8 文件夹组织结构
8.4 公共类设计
8.4.1 DataLogic公共类
8.4.2 Useful公共类
8.5 产品大类模块设计
8.5.1 产品大类模块概述
8.5.2 产品大类模块技术分析
8.5.3 产品大类模块实现过程
8.5.4 单元测试
8.6 代理登记模块设计
8.6.1 代理登记模块概述
8.6.2 代理登记模块技术分析
8.6.3 代理登记模块实现过程
8.7 订货单模块设计
8.7.1 订货单模块概述
8.7.2 订货单模块技术分析
8.7.3 订货单模块实现过程
8.8 权限分配模块设计
8.8.1 权限分配模块概述
8.8.2 权限分配模块技术分析
8.8.3 权限分配模块实现过程
8.9 开发技巧与难点分析
8.9.1 在TextBox中仅输入非负十进制数
8.9.2 清空DataGridView中的数据
8.10 控件绑定数据源技术
8.11 本章总结

第9章 在线考试系统(ASP.NET 4.0+SQL Server 2008实现)
视频讲解:1小时58分钟
9.1 开发背景
9.2 系统分析
9.2.1 需求分析
9.2.2 系统功能描述
9.2.3 可行性分析
9.2.4 编写项目计划书
9.3 系统设计
9.3.1 系统目标
9.3.2 系统功能结构
9.3.3 系统预览
9.3.4 业务流程图
9.3.5 构建开发环境
9.3.6 数据库设计
9.3.7 数据库概念设计
9.3.8 数据库逻辑结构设计
9.3.9 文件夹组织结构
9.4 公共类设计
9.5 登录模块设计
9.5.1 登录模块概述
9.5.2 登录模块技术分析
9.5.3 登录模块实现过程
9.6 随机抽取试题模块设计
9.6.1 随机抽取试题模块概述
9.6.2 随机抽取试题模块技术分析
9.6.3 随机抽取试题模块实现过程
9.6.4 单元测试
9.7 自动评分模块设计
9.7.1 自动评分模块概述
9.7.2 自动评分模块技术分析
9.7.3 自动评分模块实现过程
9.8 试题管理模块设计
9.8.1 试题管理模块概述
9.8.2 试题管理模块技术分析
9.8.3 试题管理模块实现过程
9.8.4 单元测试
9.9 后台管理员模块设计
9.9.1 后台管理员模块概述
9.9.2 后台管理员模块技术分析
9.9.3 后台管理员模块实现过程
9.10 开发技巧与难点分析
9.11 GridView控件应用
9.12 本章总结

第10章 图书馆管理系统(ASP.NET 4.0+SQL Server 2008实现)
视频讲解:1小时22分钟
10.1 开发背景
10.2 需求分析
10.3 系统设计
10.3.1 系统目标
10.3.2 系统功能结构
10.3.3 系统流程图
10.3.4 系统预览
10.3.5 构建开发环境
10.3.6 数据库设计
10.3.7 网站文件组织结构
10.4 公共类设计
10.4.1 DataBase类
10.4.2 AdminManage类
10.4.3 OperatorClass类
10.4.4 ValidateClass类
10.5 主页面设计
10.5.1 主页面概述
10.5.2 主页面技术分析
10.5.3 主页面实现过程
10.5.4 单元测试
10.6 图书馆信息模块设计
10.6.1 图书馆信息模块概述
10.6.2 图书馆信息模块技术分析
10.6.3 图书馆信息模块实现过程
10.7 图书信息管理模块设计
10.7.1 图书信息管理模块概述
10.7.2 图书信息管理模块技术分析
10.7.3 图书信息管理模块实现过程
10.8 图书借还管理模块设计
10.8.1 图书借还管理模块概述
10.8.2 图书借还管理模块技术分析
10.8.3 图书借还管理模块实现过程
10.8.4 单元测试
10.9 开发技巧与难点分析
10.9.1 如何验证输入字符串
10.9.2 如何自动计算图书归还日期
10.10 网站编译与发布
10.10.1 网站编译
10.10.2 网站发布
10.11 三层架构开发技术
10.11.1 什么是三层架构
10.11.2 为什么使用三层架构
10.11.3 使用三层架构开发的优点
10.11.4 三层架构的种类
10.12 本章总结

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