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

软件项目开发全程实录:PHP项目开发全程实录(第3版)(附光盘)

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

软件项目开发全程实录:PHP项目开发全程实录(第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

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

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


第1章 九九度供求信息网(Apache+PHP+phpMyAdmin+MySQL 5.0实现)
视频讲解:1小时50分钟
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.4 在Windows操作系统下搭建PHP开发环境
1.4.1 在Windows下应用AppServ快速配置PHP开发环境
1.4.2 Windows下Apache的安装配置
1.4.3 Windows下MySQL的安装配置
1.4.4 Windows下PHP的安装配置
1.4.5 在Windows下设置IIS+PHP的执行环境
1.5 数据库设计
1.5.1 数据库分析
1.5.2 数据库概念设计
1.5.3 使用PowerDesigner建模
1.5.4 创建数据库及数据表
1.6 单元测试
1.6.1 单元测试概述
1.6.2 单元测试的优点
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.11.3 付费供求信息发布模块的实现过程
1.12 付费信息管理模块设计
1.12.1 付费信息管理模块概述
1.12.2 付费信息管理模块技术分析
1.12.3 付费信息显示的实现过程
1.12.4 付费信息审核的实现过程
1.12.5 付费信息删除的实现过程
1.12.6 单元测试
1.13 网站发布
1.14 开发技巧与难点分析
1.14.1 查询关键字描红功能
1.14.2 表单数据的提交方式
1.15 MySQL数据库技术专题
1.15.1 创建和删除数据库
1.15.2 创建和删除数据表
1.16 本章总结

第2章 BCTY365网上社区(Apache+PHP+phpMyAdmin+MySQL 5.0实现)
视频讲解:2小时25分钟
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.4 在Linux操作系统下搭建PHP开发环境
2.4.1 Linux下Apache的安装配置
2.4.2 Linux下MySQL的安装配置
2.4.3 Linux下PHP的安装配置
2.5 数据库设计
2.5.1 数据库分析
2.5.2 数据库概念设计
2.5.3 创建数据库及数据表
2.6 公共模块设计
2.6.1 数据库连接文件
2.6.2 将文本中的字符转换为HTML标识符
2.7 前台首页设计
2.7.1 前台首页概述
2.7.2 前台首页技术分析
2.7.3 前台首页的实现过程
2.8 注册模块设计
2.8.1 注册模块概述
2.8.2 注册模块技术分析
2.8.3 注册模块的实现过程
2.9 技术支持模块设计
2.9.1 技术支持模块概述
2.9.2 技术支持模块技术分析
2.9.3 常见问题的实现过程
2.9.4 客户反馈的实现过程
2.9.5 单元测试
2.10 在线订购模块设计
2.10.1 在线订购模块概述
2.10.2 在线订购模块技术分析
2.10.3 购物车的实现过程
2.10.4 商品订单的实现过程
2.10.5 单元测试
2.11 社区论坛模块设计
2.11.1 社区论坛模块概述
2.11.2 社区论坛模块技术分析
2.11.3 论坛分类的实现过程
2.11.4 论坛帖子浏览的实现过程
2.11.5 论坛帖子发布的实现过程
2.11.6 论坛帖子回复的实现过程
2.11.7 单元测试
2.12 后台首页设计
2.12.1 后台首页概述
2.12.2 后台首页技术分析
2.12.3 后台首页的实现过程
2.13 编程词典管理模块设计
2.13.1 编程词典管理模块概述
2.13.2 编程词典管理模块技术分析
2.13.3 添加编程词典的实现过程
2.13.4 编辑编程词典的实现过程
2.14 软件升级管理模块设计
2.14.1 软件升级管理模块概述
2.14.2 软件升级管理模块技术分析
2.14.3 软件升级包上传的实现过程
2.14.4 软件升级包删除的实现过程
2.15 在Linux系统下发布网站
2.16 开发技巧与难点分析
2.16.1 管理员权限的设置
2.16.2 帖子置顶的设置
2.17 在线支付技术专题
2.18 本章总结

第3章 办公自动化管理系统(Apache+PHP+phpMyAdmin+MySQL 5.0实现)
视频讲解:1小时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.4 数据库设计
3.4.1 数据库分析
3.4.2 数据库概念设计
3.4.3 数据库物理结构设计
3.5 公共模块设计
3.5.1 JavaScript脚本
3.5.2 自定义函数
3.6 前台首页设计
3.6.1 前台首页概述
3.6.2 前台首页技术分析
3.6.3 前台首页的实现过程
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.8.4 设置时间的实现过程
3.9 后台首页设计
3.9.1 后台首页概述
3.9.2 后台首页技术分析
3.9.3 后台首页的实现过程
3.10 部门管理模块设计
3.10.1 部门管理模块概述
3.10.2 部门管理模块技术分析
3.10.3 部门查看的实现过程
3.10.4 部门添加的实现过程
3.10.5 单元测试
3.11 系统管理模块设计
3.11.1 系统管理模块概述
3.11.2 系统管理模块技术分析
3.11.3 系统日志的实现过程
3.11.4 数据备份的实现过程
3.12 开发技巧与难点分析
3.12.1 使用JavaScript关联多选列表框
3.12.2 用户组设置
3.13 MySQL数据备份专题
3.14 本章总结

第4章 网络在线考试系统(Apache+PHP+Ajax+SQL Server 2000实现)
视频讲解:1小时22分钟
4.1 开发背景
4.2 系统分析
4.2.1 需求分析
4.2.2 可行性分析
4.3 系统设计
4.3.1 系统目标
4.3.2 系统功能结构
4.3.3 系统流程图
4.3.4 系统预览
4.3.5 开发环境
4.3.6 文件夹组织结构
4.4 数据库设计
4.4.1 数据库分析
4.4.2 数据库概念设计
4.4.3 数据库物理结构
4.5 前台首页设计
4.5.1 前台首页概述
4.5.2 前台首页技术分析
4.5.3 前台首页的实现过程
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 应用Ajax在线答题的实现过程
4.7.4 分数统计和成绩保存的实现过程
4.7.5 单元测试
4.8 后台首页设计
4.8.1 后台首页概述
4.8.2 后台首页技术分析
4.8.3 后台首页的实现过程
4.9 考题信息管理模块设计
4.9.1 考题信息管理模块的概述
4.9.2 考题信息管理模块的技术分析
4.9.3 考题信息添加的实现过程
4.9.4 查询考题信息的实现过程
4.10 开发技巧与难点分析
4.10.1 考生登录编号的获取
4.10.2 通过Ajax技术实现计时与显示剩余时间
4.11 Ajax无刷新技术专题
4.11.1 Ajax概述
4.11.2 Ajax的优点
4.11.3 Ajax的工作原理
4.11.4 Ajax的工作流程
4.11.5 Ajax中的核心技术XMLHttpRequest
4.12 本章总结

第5章 物流配送信息网(Apache+PHP+phpMyAdmin+MySQL 5.0实现)
视频讲解:1小时26分钟
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.4 数据库设计
5.4.1 数据库分析
5.4.2 数据库概念设计
5.4.3 创建数据库及数据表
5.5 网站首页设计
5.5.1 网站首页概述
5.5.2 网站首页技术分析
5.5.3 网站首页的实现过程
5.6 车源信息查询模块设计
5.6.1 车源信息查询模块概述
5.6.2 车源信息查询模块技术分析
5.6.3 车源信息查询模块的实现过程
5.6.4 单元测试
5.7 发货单管理模块设计
5.7.1 发货单管理模块概述
5.7.2 发货单管理模块技术分析
5.7.3 发货单填单的实现过程
5.7.4 发货单查询的实现过程
5.7.5 发货单打印的实现过程
5.7.6 单元测试
5.8 回执单验收管理模块设计
5.8.1 回执单模块概述
5.8.2 回执单模块技术分析
5.8.3 回执单验收模块的实现过程
5.9 基础信息管理模块设计
5.9.1 基础信息管理模块概述
5.9.2 基础信息管理模块技术分析
5.9.3 客户信息管理的实现过程
5.9.4 车源信息管理的实现过程
5.10 开发技巧与难点分析
5.10.1 应用存储过程实现管理员登录
5.10.2 应用正则表达式验证电话号码
5.11 报表打印技术
5.12 本章总结

第6章 学校图书馆管理系统(Apache+PHP+phpMyAdmin+MySQL 5.0实现)
视频讲解:2小时20分钟
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.4 数据库设计
6.4.1 数据库分析
6.4.2 数据库概念设计
6.4.3 创建数据库及数据表
6.5 首页设计
6.5.1 首页概述
6.5.2 首页技术分析
6.5.3 首页的实现过程
6.6 管理员模块设计
6.6.1 管理员模块概述
6.6.2 管理员模块技术分析
6.6.3 系统登录的实现过程
6.6.4 查看管理员的实现过程
6.6.5 添加管理员的实现过程
6.6.6 设置管理员权限的实现过程
6.6.7 删除管理员的实现过程
6.6.8 单元测试
6.7 图书档案管理模块设计
6.7.1 图书档案管理模块概述
6.7.2 图书档案管理模块技术分析
6.7.3 查看图书信息列表的实现过程
6.7.4 添加图书信息的实现过程
6.7.5 修改图书信息的实现过程
6.7.6 删除图书信息的实现过程
6.8 图书借还模块设计
6.8.1 图书借还模块概述
6.8.2 图书借还模块技术分析
6.8.3 图书借阅的实现过程
6.8.4 图书续借的实现过程
6.8.5 图书归还的实现过程
6.8.6 图书借阅查询的实现过程
6.8.7 单元测试
6.9 开发技巧与难点分析
6.9.1 如何自动计算图书归还日期
6.9.2 如何对图书借阅信息进行统计排行
6.10 联接语句技术专题
6.10.1 内联接语句
6.10.2 外联接语句
6.11 本章总结

第7章 博客管理系统(Apache+PHP+phpMyAdmin+MySQL 5.0实现)
视频讲解:1小时16分钟
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.4 数据库设计
7.4.1 数据库分析
7.4.2 数据库概念设计
7.4.3 数据库物理结构设计
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.6.5 查看文章、评论的实现过程
7.6.6 删除文章、评论的实现过程
7.7 图片上传模块设计
7.7.1 图片上传模块概述
7.7.2 图片上传模块技术分析
7.7.3 图片上传的实现过程
7.7.4 图片浏览的实现过程
7.7.5 删除图片的实现过程
7.7.6 单元测试
7.8 朋友圈模块设计
7.8.1 朋友圈模块概述
7.8.2 朋友圈模块技术分析
7.8.3 查询好友的实现过程
7.9 开发技巧与难点分析
7.10 登录验证码技术专题
7.10.1 简单的数字验证
7.10.2 数字图形验证码
7.10.3 汉字图形验证码
7.11 本章总结

第8章 online影视365网(Apache+PHP+ADODB+phpMyAdmin+MySQL 5.0实现)
视频讲解:1小时32分钟
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.4 数据库设计
8.4.1 数据库分析
8.4.2 数据库概念设计
8.4.3 数据库物理结构设计
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.9 后台首页设计
8.9.1 后台首页概述
8.9.2 后台首页技术分析
8.9.3 后台首页的实现过程
8.10 目录管理模块设计
8.10.1 目录管理模块概述
8.10.2 目录管理模块技术分析
8.10.3 目录管理的实现过程
8.10.4 目录添加的实现过程
8.10.5 目录删除的实现过程
8.11 数据管理模块设计
8.11.1 数据管理模块概述
8.11.2 数据管理模块技术分析
8.11.3 数据添加的实现过程
8.11.4 数据删除的实现过程
8.12 管理员设置模块设计
8.12.1 管理员设置模块概述
8.12.2 管理员设置模块技术分析
8.12.3 管理员添加的实现过程
8.12.4 管理员删除的实现过程
8.13 开发技巧与难点分析
8.13.1 无边框窗口
8.13.2 刷新父级窗口和关闭子窗口
8.14 ADODB连接数据库技术专题
8.14.1 ADODB简介
8.14.2 ADODB的安装
8.14.3 ADODB常用函数及说明
8.14.4 不同数据库之间的转换
8.15 本章总结

第9章 明日知道网站(Zend Framework实现)
视频讲解:1小时20分钟
9.1 开发背景
9.2 需求分析
9.3 功能结构
9.4 功能预览
9.5 数据库设计
9.5.1 数据库分析
9.5.2 数据库概念设计
9.5.3 创建数据库及数据表
9.6 技术攻关
9.6.1 类似Google搜索引擎的搜索条
9.6.2 使用空格分隔多关键字
9.6.3 关键字描红
9.6.4 制作在线编辑器
9.7 MVC框架结构搭建
9.7.1 MVC开发模式介绍
9.7.2 Zend Framework框架的MVC目录结构
9.7.3 Zend Framework框架的MVC结构创建过程
9.8 首页设计
9.8.1 首页概述
9.8.2 首页技术分析
9.8.3 首页的实现过程
9.9 用户模块设计
9.9.1 用户模块概述
9.9.2 用户模块技术分析
9.9.3 用户注册的实现过程
9.9.4 用户登录的实现过程
9.10 发表问题模块设计
9.10.1 发表问题模块概述
9.10.2 发表问题模块技术分析
9.10.3 发表问题模块实现过程
9.11 回复问题模块设计
9.11.1 回复问题模块概述
9.11.2 回复问题模块技术分析
9.11.3 回复问题模块实现过程
9.12 程序调试与错误处理
9.12.1 项目开发过程中常见错误及解决方法
9.12.2 自定义错误页面
9.13 本章总结

第10章 电子商务网站(Apache+PHP+
ADODB+Smarty+Ajax+MySQL实现)
视频讲解:2小时5分钟
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.4 数据库设计
10.4.1 数据库分析
10.4.2 创建数据库和数据表
10.5 公共文件设计
10.5.1 数据库连接、管理和分页类文件
10.5.2 Smarty模板配置类文件
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.7.4 用户登录
10.7.5 找回密码
10.8 会员信息模块设计
10.8.1 会员信息模块概述
10.8.2 会员信息模块技术分析
10.8.3 会员中心
10.8.4 安全退出
10.9 商品显示模块
10.9.1 商品显示模块概述
10.9.2 商品显示模块技术分析
10.9.3 商品显示模块的实现过程
10.10 购物车模块设计
10.10.1 购物车模块概述
10.10.2 购物车模块技术分析
10.10.3 购物车展示
10.10.4 更改商品数量
10.10.5 删除商品
10.10.6 保存购物车
10.11 收银台模块设计
10.11.1 收银台模块概述
10.11.2 收银台模块技术分析
10.11.3 显示订单
10.11.4 填写订单
10.11.5 处理订单
10.12 后台首页设计
10.12.1 后台首页概述
10.12.2 后台首页技术分析
10.12.3 后台首页实现过程
10.13 开发技巧与难点分析
10.13.1 解决Ajax的乱码问题
10.13.2 使用Java Scripe脚本获取、输出标签内容
10.13.3 禁用页面缓存
10.13.4 在新窗口中使用session
10.13.5 判断上传文件格式
10.13.6 设置服务器的时间
10.14 Smarty类库技术专题
10.14.1 Smarty类库下载、安装
10.14.2 Smarty类库的配置
10.14.3 本项目中Smarty类库的配置方法
10.15 本章总结



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