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

Visual Basic项目开发全程实录(第3版)(附DVD-ROM光盘1张)

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

Visual Basic项目开发全程实录(第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

《Visual Basic项目开发全程实录(第3版)》以企业进销存管理系统、学生订票管理系统、图书馆管理系统、在线考试系统、餐饮管理系统、酒店客房管理系统、BQ聊天系统、+黄金屋+书友会短信发送系统、云台视频监控系统和企业邮件通10个实际项目开发程序为案例,从软件工程的角度出发,按照项目的开发顺序,系统、全面地介绍了程序的开发流程。从开发背景、需求分析、系统功能分析、数据库分析、数据库结构、系统开发到系统的编译发行,对每一过程都进行了详细的介绍。
《Visual Basic项目开发全程实录(第3版)》及光盘特色还有:10套项目开发完整案例,项目开发案例的同步视频和其源程序。登录网站还可获取各类资源库(模块库、题库、素材库)等项目案例常用资源,网站还提供技术论坛支持等。
《Visual Basic项目开发全程实录(第3版)》案例涉及行业广泛,实用性非常强,通过《Visual Basic项目开发全程实录(第3版)》的学习,读者可以了解各个行业的特点,能够针对某一行业进行软件开发,也可以通过光盘中提供的案例源代码和数据库进行二次开发,以减少开发系统所需要的时间。
Catalogue

第1章 企业进销存管理系统(Visual Basic 6.0+SQL Server 2000实现)
视频讲解:1小时54分钟
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.4 数据库设计
1.4.1 数据库概要说明
1.4.2 数据库概念设计
1.4.3 数据库逻辑设计
1.5 公共模块设计
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.8.4 单元测试
1.9 商品借出模块设计
1.9.1 商品借出模块概述
1.9.2 商品借出模块技术分析
1.9.3 商品借出模块实现过程
1.9.4 单元测试
1.10 出入库现金年统计模块设计
1.10.1 出入库现金年统计模块概述
1.10.2 出入库现金年统计模块技术分析
1.10.3 出入库现金年统计模块实现过程
1.11 文件清单
1.12 开发技巧与难点分析
1.12.1 将窗体显示在屏幕中间
1.12.2 移动无标题栏窗体
1.13 文件处理技术
1.13.1 文件的概念
1.13.2 文件的分类
1.13.3 文件处理的一般步骤
1.13.4 顺序文件
1.13.5 随机文件
1.13.6 二进制文件
1.13.7 常用的文件操作语句和函数
1.14 本章总结

第2章 学生订票管理系统(Visual Basic 6.0+SQL Server 2005实现)
视频讲解:1小时54分钟
2.1 开发背景
2.2 系统分析
2.2.1 需求分析
2.2.2 可行性分析
2.3 系统设计
2.3.1 系统目标
2.3.2 系统功能结构
2.3.3 系统预览
2.3.4 业务流程图
2.4 数据库设计
2.4.1 数据库概要说明
2.4.2 数据库概念设计
2.4.3 数据库逻辑设计
2.5 公共模块设计
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.9.4 单元测试
2.10 列车信息录入模块设计
2.10.1 列车信息录入模块概述
2.10.2 列车信息录入模块技术分析
2.10.3 列车信息录入模块实现过程
2.10.4 单元测试
2.11 信息统计模块设计
2.11.1 信息统计模块概述
2.11.2 信息统计模块技术分析
2.11.3 信息统计模块实现过程
2.12 文件清单
2.13 SQL Server 2005数据库基本应用技术专题
2.13.1 SQL Server 2005简介
2.13.2 选择合适的SQL Server 2005版本
2.13.3 SQL Server 2005工具简介
2.13.4 在SQL Server 2005中创建数据库和表
2.14 本章总结

第3章 图书馆管理系统(Visual Basic 6.0+Access 2000实现)
视频讲解:2小时2分钟
3.1 开发背景
3.2 需求分析
3.3 系统设计
3.3.1 系统目标
3.3.2 系统功能结构
3.3.3 系统预览
3.3.4 业务流程图
3.4 数据库设计
3.4.1 数据库概要说明
3.4.2 数据库概念设计
3.4.3 数据库逻辑设计
3.5 公共模块设计
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.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.11 文件清单
3.12 开发技巧与难点分析
3.12.1 窗体分隔条的实现
3.12.2 禁止ListView控件中的项目被拖动
3.13 数据环境设计器及报表的使用
3.13.1 添加数据环境对象
3.13.2 Connection对象
3.13.3 Command对象
3.13.4 DataReport报表
3.14 本章总结

第4章 在线考试系统(Visual Basic 6.0+SQL Server 2000实现)
视频讲解:2小时42分钟
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.4 数据库设计
4.4.1 数据库概要说明
4.4.2 数据库概念设计
4.4.3 数据库逻辑设计
4.5 公共模块设计
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.7.4 单元测试
4.8 考试窗体设计
4.8.1 考试窗体概述
4.8.2 考试窗体技术分析
4.8.3 考试窗体实现过程
4.9 后台管理员窗体设计
4.9.1 管理员窗体概述
4.9.2 管理员窗体技术分析
4.9.3 管理员窗体实现过程
4.10 修改试题窗体设计
4.10.1 修改试题窗体概述
4.10.2 修改试题窗体技术分析
4.10.3 修改试题窗体实现过程
4.10.4 单元测试
4.11 文件清单
4.12 开发技巧与难点分析
4.13 打包技术专题
4.13.1 打包技术概述
4.13.2 编译程序
4.13.3 打包的详细过程
4.14 本章总结

第5章 餐饮管理系统(Visual Basic 6.0+SQL Server 2000实现)
视频讲解:2小时12分钟
5.1 开发背景
5.2 需求分析
5.3 系统设计
5.3.1 系统目标
5.3.2 系统功能结构
5.3.3 系统预览
5.3.4 业务流程图
5.4 数据库设计
5.4.1 数据库概要说明
5.4.2 数据库概念设计
5.4.3 数据库逻辑设计
5.5 公共模块设计
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.8 开台管理模块设计
5.8.1 开台管理模块概述
5.8.2 开台管理模块技术分析
5.8.3 开台管理模块实现过程
5.9 转台服务模块设计
5.9.1 转台服务模块概述
5.9.2 转台服务模块技术分析
5.9.3 转台服务模块实现过程
5.10 进货管理模块设计
5.10.1 进货管理模块概述
5.10.2 进货管理模块技术分析
5.10.3 进货管理模块实现过程
5.11 文件清单
5.12 开发技巧与难点分析
5.12.1 限制错误登录次数
5.12.2 辅助输入功能
5.13 帮助文件制作技术专题
5.13.1 安装Microsoft Help Workshop
5.13.2 制作RTF帮助文件
5.13.3 编译RTF文件
5.13.4 制作帮助主题文件
5.13.5 编译成help.hlp文件
5.14 本章总结

第6章 酒店客房管理系统(Visual Basic 6.0+Access 2003实现)
视频讲解:1小时36分钟
6.1 开发背景
6.2 系统分析
6.2.1 需求分析
6.2.2 可行性分析
6.3 系统设计
6.3.1 系统目标
6.3.2 系统功能结构
6.3.3 系统预览
6.3.4 业务流程图
6.4 数据库设计
6.4.1 数据库概要说明
6.4.2 数据库概念设计
6.4.3 数据库逻辑设计
6.5 公共模块设计
6.6 主窗体设计
6.6.1 主窗体概述
6.6.2 主窗体技术分析
6.6.3 主窗体实现过程
6.6.4 单元测试
6.7 系统登录模块设计
6.7.1 系统登录模块概述
6.7.2 系统登录模块技术分析
6.7.3 系统登录模块实现过程
6.7.4 单元测试
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.10 调房登记模块设计
6.10.1 调房登记模块概述
6.10.2 调房登记模块技术分析
6.10.3 调房登记模块实现过程
6.11 追加押金模块设计
6.11.1 追加押金模块概述
6.11.2 追加押金模块技术分析
6.11.3 追加押金模块实现过程
6.12 客房销售报表模块设计
6.12.1 客房销售报表模块概述
6.12.2 客房销售报表模块技术分析
6.12.3 客房销售报表模块实现过程
6.12.4 单元测试
6.13 宿费提醒模块设计
6.13.1 宿费提醒模块概述
6.13.2 宿费提醒模块技术分析
6.13.3 宿费提醒模块实现过程
6.14 文件清单
6.15 打印技术专题
6.15.1 使用Printers集合设置打印机
6.15.2 使用PrintForm方法打印
6.15.3 使用Printer对象打印
6.15.4 设置打印字体、字号
6.15.5 动态分页打印
6.16 本章总结

第7章 BQ聊天系统(Visual Basic 6.0+SQL Server 2005实现)
视频讲解:2小时32分钟
7.1 BQ开发背景
7.2 需求分析
7.3 系统设计
7.3.1 系统目标
7.3.2 系统功能结构
7.3.3 系统预览
7.3.4 业务流程图
7.4 数据库设计
7.4.1 数据库概要说明
7.4.2 数据库概念设计
7.4.3 数据库逻辑设计
7.4.4 触发器的创建
7.5 公共模块设计
7.6 主窗体设计
7.6.1 主窗体概述
7.6.2 主窗体技术分析
7.6.3 主窗体实现过程
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.8.4 单元测试
7.9 添加好友模块
7.9.1 添加好友模块概述
7.9.2 添加好友模块技术分析
7.9.3 添加好友模块实现过程
7.10 好友分组模块
7.10.1 好友分组模块概述
7.10.2 好友分组模块技术分析
7.10.3 好友分组模块实现过程
7.11 BQ系统服务器模块设计
7.11.1 BQ系统服务器模块概述
7.11.2 BQ系统服务器模块技术分析
7.11.3 BQ系统服务器模块实现过程
7.12 文件清单
7.13 开发技巧与难点分析
7.13.1 窗体透明
7.13.2 Flash透明
7.13.3 系统托盘及其应用
7.14 套接字技术专题
7.14.1 Winsock控件的概述
7.14.2 Winsock控件的State属性
7.14.3 Winsock控件的Connect事件
7.14.4 ConnectionRequest事件
7.14.5 Error事件
7.15 本章总结

第8章 *黄金屋*书友会短信发送系统(Visual Basic 6.0+ SQL Server 2000+短信猫实现)363
视频讲解:1小时38分钟
8.1 开发背景
8.2 系统分析
8.2.1 需求分析
8.2.2 可行性分析
8.3 系统设计
8.3.1 系统目标
8.3.2 系统功能结构
8.3.3 系统预览
8.3.4 业务流程图
8.4 数据库设计
8.4.1 数据库概要说明
8.4.2 数据库概念设计
8.4.3 数据库逻辑设计
8.5 公共模块设计
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.10.4 单元测试
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.13 文件清单
8.14 短信猫技术专题
8.15 本章总结

第9章 云台视频监控系统(Visual Basic 6.0+天敏VC4000监控卡SDK实现)
视频讲解:1小时48分钟
9.1 开发背景
9.2 需求分析
9.3 系统分析
9.3.1 系统目标
9.3.2 系统功能结构
9.3.3 系统预览
9.3.4 原理示意图
9.4 软、硬件环境配置
9.4.1 监控卡选购分析
9.4.2 监控卡安装
9.4.3 云台设备安装
9.5 公共模块设计
9.5.1 VC Series SDK动态链接库
9.5.2 SDK调用模块
9.5.3 云台控制模块
9.5.4 事件消息模块
9.5.5 自定义窗体移动事件
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.7.4 单元测试
9.8 参数设置窗体设计
9.8.1 参数设置窗体概述
9.8.2 参数设置窗体技术分析
9.8.3 参数设置窗体实现过程
9.8.4 单元测试
9.9 文件清单
9.10 开发技巧与难点分析
9.10.1 自定义窗体标题栏双击事件
9.10.2 读取资源位图
9.10.3 获取硬盘分区可用空间
9.11 本章总结

第10章 企业邮件通(Visual Basic 6.0+Access2000+JMail组件实现)
视频讲解:1小时42分钟
10.1 开发背景
10.2 系统分析
10.2.1 需求分析
10.2.2 可行性分析
10.2.3 编写项目计划书
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.5 邮件服务配置
10.5.1 SMTP和POP3简介
10.5.2 安装和配置邮件服务器
10.5.3 安装和配置POP3服务器
10.6 公共模块设计
10.7 主窗体设计
10.7.1 主窗体概述
10.7.2 主窗体技术分析
10.7.3 主窗体实现过程
10.7.4 单元测试
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.9.4 单元测试
10.10 邮件查看模块设计
10.10.1 邮件查看模块概述
10.10.2 邮件查看模块技术分析
10.10.3 邮件查看模块实现过程
10.10.4 单元测试
10.11 通讯录模块设计
10.11.1 通讯录模块概述
10.11.2 通讯录模块技术分析
10.11.3 通讯录模块实现过程
10.11.4 单元测试
10.12 文件清单
10.13 开发技巧与难点分析
10.13.1 JMail组件详解
10.13.2 邮件分页显示
10.13.3 多个同名附件的接收与保存
10.13.4 以默认的方式打开附件
10.13.5 给工具栏按钮添加下拉菜单
10.13.6 利用右键菜单删除分组信息
10.14 本章总结

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