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

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

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

软件项目开发全程实录:ASP.NET项目开发全程实录(第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套完整项目开发案例,项目开发全程展现
15个项目开发案例涵盖了常用的不同类别的应用系统,每个案例都从需れ୼习,读者可以了解各行业的特点,能够针对某一行业进行软件开发;也可以通过光盘中提供的案例源代码和数据库进行二次开发,以减少开发系统所需要的时间。

Content Description

《软件项目开发全程实录:ASP.NET项目开发全程实录(第3版)》以供求信息网、电子商务平台、小区物业内部管理网、图书馆管理系统、企业办公自动化管理系统、互动媒体学习社区、在线考试网、物流信息管理平台、播客网、仿百度知道之明日知道等10个实际项目开发程序为案例,从软件工程的角度出发,按照项目的开发顺序,系统、全面地介绍了程序开发流程。从开发背景、需求分析、系统功能分析、数据库分析、数据库建模、网站开发到网站的编译与发布,每一过程都作了详细的介绍。
《软件项目开发全程实录:ASP.NET项目开发全程实录(第3版)》及光盘特色还有:10套项目开发完整案例,项目开发案例的同步视频和其源程序。登录网站还可获取各类资源库(模块库、题库、素材库)等项目案例常用资源,网站还提供技术论坛支持等。
《软件项目开发全程实录:ASP.NET项目开发全程实录(第3版)》案例涉及行业广泛,实用性非常强。通过《软件项目开发全程实录:ASP.NET项目开发全程实录(第3版)》的学习,读者可以了解各个行业的特点,能够针对某一行业进行软件开发,也可以通过光盘中提供的案例源代码和数据库进行二次开发,以减少开发系统所需要的时间。
Catalogue

第1章 供求信息网(ASP.NET 4.0+SQL Server 2008+分层开发模式实现)
视频讲解:1小时40分钟
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 数据层功能设计
1.4.2 网站逻辑业务功能设计
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.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 免费供求信息审核页概述
1.9.2 免费供求信息审核页技术分析
1.9.3 免费供求信息审核页实现过程
1.10 免费供求信息删除管理页设计(后台)
1.10.1 免费供求信息删除管理页概述
1.10.2 免费供求信息删除管理技术分析
1.10.3 免费供求信息删除管理页实现过程
1.11 网站编译与发布
1.11.1 网站编译
1.11.2 网站发布
1.12 网站文件清单
1.13 SQL Server 2008数据库使用专题
1.13.1 安装合适的SQL Server 2008版本
1.13.2 建立数据库与数据表
1.14 本章小结

第2章 电子商务平台(ASP.NET4.0+SQL Server 2008+网银在线支付实现)
视频讲解:1小时52分钟
2.1 开发背景
2.2 系统分析
2.2.1 需求分析
2.2.2 可行性分析
2.2.3 编写项目计划书
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 Web.Config文件配置
2.4.2 数据库操作类的编写
2.5 网站前台首页设计
2.5.1 网站前台首页概述
2.5.2 网站前台首页技术分析
2.5.3 网站前台首页实现过程
2.6 购物车管理页设计
2.6.1 购物车管理页概述
2.6.2 购物车管理页技术分析
2.6.3 购物车管理页实现过程
2.6.4 单元测试
2.7 后台登录模块设计
2.7.1 后台登录模块概述
2.7.2 后台登录模块技术分析
2.7.3 后台登录模块实现过程
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.11 网上在线支付使用专题
2.12 本章小结

第3章 小区物业内部管理网(ASP.NET 4.0+Access实现)
视频讲解:2小时52分钟
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.4 公共类设计
3.5 网站首页设计
3.5.1 网站首页概述
3.5.2 网站首页技术分析
3.5.3 网站首页实现过程
3.5.4 单元测试
3.6 欠费信息查询页设计
3.6.1 欠费信息查询页概述
3.6.2 欠费信息查询页技术分析
3.6.3 欠费信息查询页实现过程
3.7 管理员登录页设计
3.7.1 管理员登录页概述
3.7.2 管理员登录页技术分析
3.7.3 管理员登录页实现过程
3.8 值班员工页设计
3.8.1 值班员工页概述
3.8.2 值班员工技术分析
3.8.3 值班员工页实现过程
3.9 住户住房信息管理页设计
3.9.1 住户住房信息管理页概述
3.9.2 住户住房信息管理页技术分析
3.9.3 住户住房信息管理页实现过程
3.10 业主投诉信息审核页设计
3.10.1 业主投诉信息审核页概述
3.10.2 业主投诉信息审核页技术分析
3.10.3 业主投诉信息审核页实现过程
3.11 网站文件清单
3.12 Access数据库操作技术专题
3.12.1 简单的SELECT语句的查询
3.12.2 FROM子句
3.12.3 使用WHERE子句设置查询条件
3.12.4 使用ORDER BY子句对查询结果排序
3.12.5 使用GROUP BY子句将查询结果分组
3.12.6 嵌套查询
3.12.7 多表查询
3.12.8 添加数据
3.12.9 修改数据
3.12.10 删除数据
3.13 本章小结

第4章 图书馆管理系统(ASP.NET 4.0+SQL Server 2008+三层架构实现)
视频讲解:1小时22分钟
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 DataBase类
4.4.2 AdminManage类
4.4.3 OperatorClass类
4.4.4 ValidateClass类
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.7 图书信息管理模块设计
4.7.1 图书信息管理模块概述
4.7.2 图书信息管理模块技术分析
4.7.3 图书信息管理模块实现过程
4.8 图书借还管理模块设计
4.8.1 图书借还管理模块概述
4.8.2 图书借还管理模块技术分析
4.8.3 图书借还管理模块实现过程
4.8.4 单元测试
4.9 开发技巧与难点分析
4.9.1 如何验证输入字符串
4.9.2 如何自动计算图书归还日期
4.10 三层架构开发技术
4.10.1 三层架构的含义
4.10.2 使用三层架构的原因
4.10.3 使用三层架构开发的优点
4.10.4 三层架构的种类
4.11 本章小结

第5章 企业办公自动化管理系统(ASP.NET 4.0+SQL Server 2008+硬件设备(短信猫)实现 视频讲解:2小时
5.1 开发背景
5.2 系统分析
5.2.1 需求分析
5.2.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.4 公共类编写
5.4.1 Web.Config文件设计
5.4.2 自定义基础类
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.8 接收文件页设计
5.8.1 接收文件页概述
5.8.2 接收文件页技术分析
5.8.3 接收文件页实现过程
5.9 发送短信息页设计
5.9.1 发送短信息页概述
5.9.2 发送短信息页技术分析
5.9.3 发送短信息页实施过程
5.10 网站文件清单
5.11 短信猫技术
5.12 本章小结

第6章 互动媒体学习社区(ASP.NET 4.0+Access+视频教学应用实现)
视频讲解:1小时24分钟
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 数据库操作类设计
6.4.2 业务功能类设计
6.5 网站首页设计
6.5.1 网站首页概述
6.5.2 网站首页技术分析
6.5.3 网站首页实现过程
6.6 用户注册页设计
6.6.1 用户注册页概述
6.6.2 用户注册页技术分析
6.6.3 用户注册页实现过程
6.7 用户登录设计
6.7.1 用户登录概述
6.7.2 用户登录技术分析
6.7.3 用户登录实现过程
6.8 发布并管理教程
6.8.1 发布并管理教程概述
6.8.2 发布并管理教程技术分析
6.8.3 发布并管理教程实现过程
6.8.4 单元测试
6.9 查看视频教程页设计
6.9.1 查看视频教程页概述
6.9.2 查看视频教程页技术分析
6.9.3 查看视频教程页实现过程
6.9.4 单元测试
6.10 用户管理页设计
6.10.1 用户管理页概述
6.10.2 用户管理页技术分析
6.10.3 用户管理页实现过程
6.11 视频管理页设计
6.11.1 视频管理页概述
6.11.2 视频管理页技术分析
6.11.3 视频管理页实现过程
6.12 网站文件清单
6.13 网络安全加密与解密技术专题
6.13.1 对称加密解密
6.13.2 非对称加密解密
6.14 本章小结

第7章 在线考试网(ASP.NET 4.0+AJAX+SQL Server 2008实现)
视频讲解:1小时26分钟
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.4 公共类编写
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.9.3 考试题目管理页实现过程
7.10 网站文件清单
7.11 ASP.NET完美体验——AJAX无刷新技术
7.11.1 AJAX开发模式
7.11.2 ASP.NET AJAX优点
7.11.3 探讨ASP.NET AJAX架构
7.11.4 脚本管理员——ScriptManager控件
7.11.5 局部更新面板——UpdatePanel控件
7.11.6 定时操作的最佳利器——Timer控件
7.12 本章小结

第8章 物流信息管理平台(ASP.NET 4.0+SQL Server 2008+Jmail邮件实现)
视频讲解:1小时45分钟
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.4 公共类设计
8.5 网站首页设计
8.5.1 网站首页概述
8.5.2 网站首页技术分析
8.5.3 网站首页实现过程
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.8.4 单元测试
8.9 货源信息页设计
8.9.1 货源信息页概述
8.9.2 货源信息页技术分析
8.9.3 货源信息页实现过程
8.10 货源详细信息页设计
8.10.1 货源详细信息页概述
8.10.2 货源详细信息页技术分析
8.10.3 货源详细信息页实现过程
8.11 货源信息管理页设计
8.11.1 货源信息管理页概述
8.11.2 货源信息管理页技术分析
8.11.3 货源信息管理页实现过程
8.12 企业用户管理页设计
8.12.1 企业用户管理页概述
8.12.2 企业用户管理页技术分析
8.12.3 企业用户管理页实现过程
8.13 网站文件清单
8.14 邮件发送
8.14.1 Jmail组件介绍
8.14.2 邮件发送的实现
8.15 本章小结

第9章 播客网(专业的在线视频网)(ASP.NET 4.0+SQL Server 2008+FLV视频格式实412
视频讲解:1小时38分钟
9.1 开发背景
9.2 需求分析
9.3 系统设计
9.3.1 系统目标
9.3.2 业务流程图
9.3.3 系统功能结构
9.3.4 系统预览
9.3.5 构建开发环境
9.3.6 数据库设计
9.3.7 文件夹组织结构
9.4 公共类设计
9.4.1 实现添加、删除和更新操作
9.4.2 实现返回指定列操作
9.4.3 实现返回表中所有数据
9.4.4 实现用户登录操作
9.4.5 实现转换视频格式
9.4.6 实现截取视频图片
9.4.7 实现过滤HTML字符
9.4.8 实现恢复HTML字符
9.5 网站首页设计
9.5.1 网站首页概述
9.5.2 网站首页技术分析
9.5.3 网站首页实现过程
9.6 个人管理上传页设计
9.6.1 个人管理上传页概述
9.6.2 个人管理上传页技术分析
9.6.3 个人管理上传页实现过程
9.7 播放视频并发表评论页设计
9.7.1 播放视频并发表评论页概述
9.7.2 播放视频并发表评论页技术页分析
9.7.3 播放视频并发表评论页实现过程
9.8 体育视频管理页设计
9.8.1 体育视频管理页概述
9.8.2 体育视频管理设计页技术分析
9.8.3 体育视频管理页实现过程
9.9 网站文件清单
9.10 组件加工厂——Web用户控件
9.10.1 什么是Web用户控件
9.10.2 创建及使用Web用户控件
9.11 本章小结

第10章 仿百度知道之明日知道(ASP.NET 4.0+SQL Server 2008+LINQ+三层架构实现)
视频讲解:1小时24分钟
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 自定义GridView数据绑定控件类
10.4.2 自定义OurPager数据分页控件类
10.5 提问模块设计
10.5.1 提问模块概述
10.5.2 提问模块技术分析
10.5.3 提问模块实现过程
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.9 搜索问题模块设计
10.9.1 搜索问题模块概述
10.9.2 搜索问题模块技术分析
10.9.3 搜索问题模块实现过程
10.10 网站文件清单
10.11 ASP.NET神来之笔——LINQ数据库访问技术
10.11.1 LINQ技术简介
10.11.2 为什么需要LINQ
10.11.3 LINQ to Object技术应用
10.11.4 LINQ to SQL技术应用
10.12 本章小结
Introduction

编写目的与背景众所周知,当前社会需求和高校课程设置严重脱节,一方面企业找不到可迅速上手的人才,另一方面大学生就业难。如果有一些面向工作应用的案例参考书,让大学生得以参考,并能亲手去做,势必能缓解这种矛盾。本书就是这样一本书:项目开发案例型的、面向工作应用的软件开发类图书。编写本书的首要目的就是架起让学生从学校走向社会的桥梁。
其次,本书以完成小型项目为目的,让学生切身感受到软件开发给工作带来实实在在的用处和方便,并非只是枯燥的语法和陌生的术语,从而激发学生学习软件的兴趣,让学生变被动学习为自主自发学习。
第三,本书的项目开发案例过程完整,不但适合在学习软件开发时作为小型项目开发的参考书,而且可以作为毕业设计的案例参考书。
第四,丛书第1版于2008年6月出版,于2011年1月改版,因为编写细腻,配备全程视频备受读者瞩目,丛书累计销售16万册,成为近年来最受欢迎的软件开发项目案例类丛书之一。
在以上背景下,我们根据读者朋友的反馈,与时俱进,对丛书进行了改版。
本书特点
视频讲解
对于初学者来说,视频讲解是最好的导师,它能够引导初学者快速入门,使初学者感受到编程的快乐和成就感,增强进一步学习的信心,鉴于此,本书为每一个案例都配备了视频讲解,初学者可以通过视频讲解实现案例中的功能。
典型案例
本书案例均从实际应用角度出发,应用了当前流行的技术,涉及的知识广泛,读者可以从每个案例中积累丰富的实战经验。
代码注释
为了便于读者阅读程序代码,书中的代码均提供了详细的注释,并且整齐地纵向排列,可使读者快速领略作者意图。

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