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

零点起飞学MySQL

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

零点起飞学MySQL

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

《零点起飞学MySQL》特点:
数据库技术畅销书作者亲自执笔,带领读者轻松掌握MySQL数据库
视频讲解:提供10.5小时配套多媒体教学视频
循序渐进:基础·进阶·实战
科学编排:基本语法·典型实例·编程练习·项目实战
学练结合:218个实例、4个项目案例、153个练习题
有问必答:提供QQ群、邮件和论坛答疑服务
教学服务:提供教学PPT、习题解答
Content Description

《零点起飞学MySQL》是一本MySQL的入门教程,是手把手教会读者使用该数据库的最佳入门教程。本书概念清楚,用穿插类比和图解的方式进行讲解,可以让读者更加直观地理解和掌握MySQL的各个知识点。本书附带1张光盘,收录了本书配套多媒体教学视频及涉及的源文件,便于读者高效、直观地学习。
《零点起飞学MySQL》共5篇,包括20章内容。第1篇讲解MySQL的基础,包括MySQL数据库的安装、数据库的使用、数据表的使用及约束的使用;第2篇讲解SQL语句在数据表中的使用,主要包括数据的添加、修改、删除和查询操作;第3篇介绍MySQL数据库常用的一些对象,包括自定义函数、视图、存储过程和触发器等;第4篇为MySQL应用实战篇,介绍如何使用最流行的C#、Java和PHP连接MySQL数据库的方法和相关项目案例;第5篇为拓展应用篇,介绍MySQL日志和数据库性能优化。
本书适合所有想学习MySQL数据库技术的初、中级读者快速入门,也适合大中专院校的师生和培训班的学员作为教材使用。
“零点起飞学编程”其他图书推荐阅读:
《零点起飞学C语言》
《零点起飞学Java》
《零点起飞学C++》
《零点起飞学Visual C++》
《零点起飞学Visual Basic》
《零点起飞学C#》
《零点起飞学ASP.NET》
《零点起飞学PHP》
《零点起飞学HTML+CSS》
《零点起飞学JavaScript+jQuery》
《零点起飞学Java Web开发》
《零点起飞学Android开发》
《零点起飞学iPhone开发》
《零点起飞学Excel VBA》
《零点起飞学Linux C编程》
《零点起飞学SQL Server》
《零点起飞学MySQL》
《零点起飞学Oracle》
Author Description

秦婧,毕业于东北大学,获博士学位。从事软件开发工作8年,有4年多的软件开发和数据库方面的教学经验。从2004至今,负责开发的主要项目涉及了医疗、电力以及环保等大型项目,同时也开发了学校的网站以及学生选课的项目。所从事的教学工作主要包括C#语言、数据库技术、Java语言等软件开发课程。编写并出版过Oracle、PL/SQL、SQL Server等数据库技术图书,其中所编写的Oracle类图书多次加印,长期雄踞数据库图书销售排行榜的前列。
Catalogue

第1篇 MySQL基础
第1章 数据库的安装( 教学视频:25分钟)
1.1 MySQL概述
1.1.1 MySQL特性以及历史
1.1.2 MySQL的获取
1.2 MySQL的安装
1.2.1 Windows中安装MySQL
1.2.2 Linux中安装MySQL
1.3 本章小结
1.4 本章习题
第2章 数据库的创建、修改及删除( 教学视频:19分钟
2.1 创建数据库
2.1.1 创建数据库的基本语法
2.1.2 使用语句创建数据库
2.1.3 使用图形界面创建数据库
2.2 修改数据库
2.2.1 使用语句修改数据库使用的字符集
2.2.2 使用图形界面修改数据库使用的字符集
2.3 删除数据库
2.3.1 删除数据库的基本语法
2.3.2 使用语句删除数据库
2.3.3 使用图形界面删除数据库
2.4 数据库使用实例
2.5 本章小结
2.6 本章习题
第3章 数据表的创建、修改及删除( 教学视频:35分钟
3.1 数据类型
3.1.1 数值类型
3.1.2 字符串类型
3.1.3 日期时间类型
3.1.4 其他数据类型
3.2 创建数据表
3.2.1 创建数据表的语法
3.2.2 使用语句创建数据表
3.2.3 使用图形界面创建数据表
3.3 修改数据表
3.3.1 修改数据表的语法
3.3.2 使用语句修改数据表
3.3.3 使用图形界面修改数据表
3.4 删除数据表
3.4.1 删除数据表的语法
3.4.2 使用语句删除数据表
3.4.3 使用图形界面删除数据表
3.5 数据表使用实例
3.6 本章小结
3.7 本章习题
第4章 约束( 教学视频:42分钟)
4.1 约束的类型
4.2 主键约束
4.2.1 在创建表时设置主键约束
4.2.2 在修改表时添加主键约束
4.2.3 删除主键约束
4.3 外键约束
4.3.1 在创建表时设置外键约束
4.3.2 在修改表时添加外键约束
4.3.3 删除外键约束
4.4 默认值约束
4.4.1 在创建表时设置默认值约束
4.4.2 在修改表时添加默认值约束
4.4.3 删除默认值约束
4.5 非空约束
4.5.1 在创建表时设置非空约束
4.5.2 在修改表时添加非空约束
4.6 检查约束
4.6.1 在创建表时为列设置检查约束
4.6.2 在修改表时为一个列添加检查约束
4.7 唯一约束
4.7.1 在创建表时设置唯一约束
4.7.2 在修改表时添加唯一约束
4.7.3 删除唯一约束
4.8 本章小结
4.9 本章习题
第2篇 操作表中的数据
第5章 使用DML语言操作数据表( 教学视频:45分钟)
5.1 使用INSERT语句向数据表中添加数据
5.1.1 INSERT语句的基本语法形式
5.1.2 给表中指定字段添加数据
5.1.3 复制其他表中的数据
5.1.4 为表添加多条数据
5.2 使用UPDATE语句修改表中的数据
5.2.1 UPDATE语句的基本语法形式
5.2.2 修改表中的全部数据
5.2.3 根据条件修改表中的数据
5.2.4 根据顺序修改数据表中的数据
5.2.5 限制行数的修改
5.3 使用DELETE语句删除表中的数据
5.3.1 DELETE语句的基本语法形式
5.3.2 删除表中的全部数据
5.3.3 根据条件删除表中的数据
5.3.4 按指定顺序删除数据
5.3.5 限制行数的删除
5.4 使用图形界面操作数据表
5.5 数据表数据操作综合实例
5.6 本章小结
5.7 本章习题
第6章 简单查询与子查询( 教学视频:37分钟)
6.1 运算符
6.1.1 算术运算符
6.1.2 比较运算符
6.1.3 逻辑运算符
6.1.4 位运算符
6.2 简单查询
6.2.1 基本语法
6.2.2 查询表中的全部数据
6.2.3 查询指定字段的数据
6.2.4 在查询中使用别名列
6.2.5 根据单一条件查询数据
6.2.6 带LIKE条件的查询
6.2.7 根据多个条件查询数据
6.2.8 对查询结果排序
6.2.9 限制查询结果的行数
6.3 聚合函数
6.3.1 最大值函数MAX
6.3.2 最小值函数MIN
6.3.3 平均值函数AVG
6.3.4 求和函数SUM
6.3.5 计数函数COUNT
6.4 子查询
6.4.1 子查询中常用的操作符
6.4.2 使用IN的子查询
6.4.3 使用EXISTS的子查询
6.4.4 使用ANY的子查询
6.5 本章小结
6.6 本章习题
第7章 复杂查询( 教学视频:43分钟)
7.1 分组查询
7.1.1 对单列进行分组查询
7.1.2 使用HAVING的分组查询
7.1.3 对多列进行分组查询
7.1.4 在分组查询中使用ORDER BY
7.2 多表查询
7.2.1 等值连接
7.2.2 笛卡尔积
7.2.3 外连接
7.2.4 内连接
7.3 合并查询结果
7.3.1 使用UNION关键字合并查询结果
7.3.2 对合并后的查询结果排序
7.3.3 限制组合查询结果的行数
7.4 综合实例
7.5 本章小结
7.6 本章习题
第8章 函数( 教学视频:56分钟)
8.1 数值类型函数
8.1.1 绝对值函数abs
8.1.2 取余数函数mod
8.1.3 求平方根函数sqrt
8.1.4 获取随机数的函数rand
8.1.5 四舍五入函数round
8.1.6 符号函数sign
8.1.7 幂运算函数power
8.1.8 对数运算函数log
8.1.9 pi函数
8.1.10 三角函数
8.1.11 获取最小整数ceil、ceiling
8.2 字符串函数
8.2.1 合并字符串的函数concat
8.2.2 计算字符串长度的函数length
8.2.3 字母小写转大写函数upper
8.2.4 字母大写转小写函数lower
8.2.5 获取指定长度的字符串的函数left和right
8.2.6 填充字符串的函数lpad和rpad
8.2.7 删除指定字符的函数trim
8.2.8 删除字符串两端空格函数ltrim,rtrim
8.2.9 重复生成字符串的函数repeat
8.2.10 空格函数space
8.2.11 替换函数replace
8.2.12 替换字符串的函数insert
8.2.13 比较字符串大小的函数strcmp
8.2.14 获取子串的函数substring
8.2.15 字符串逆序的函数reverse
8.2.16 返回指定字符串位置的函数field
8.3 日期和时间函数
8.3.1 返回指定日期对应的工作日索引dayofweek和weekday
8.3.2 返回指定日期所在月中的日期索引dayofmonth
8.3.3 返回指定日期所在年中的日期索引dayofyear
8.3.4 返回指定日期对应的月份month
8.3.5 返回指定日期对应的月名称monthname
8.3.6 返回指定日期对应的工作日名称dayname
8.3.7 返回指定日期对应的季度quarter
8.3.8 返回指定日期对应的年份year
8.3.9 返回指定时间中的小时hour
8.3.10 返回指定时间中的分钟minute
8.3.11 返回指定时间中的秒数second
8.3.12 增加月份函数period_add
8.3.13 取月份差的函数period_diff
8.3.14 返回当前日期函数curdate和current_date
8.3.15 返回当前时间函数curtime和current_time
8.3.16 获取当前的时间日期函数now和sysdate
8.3.17 秒转换成时间函数sec_to_time
8.3.18 时间转换成秒函数time_to_sec
8.4 其他函数
8.4.1 返回当前用户名函数session_user
8.4.2 返回当前数据库名称函数database
8.4.3 返回字符串MD5校验和函数MD5
8.5 本章小结
8.6 本章习题
第3篇 数据库使用进阶
第9章 视图( 教学视频:23分钟)
9.1 视图介绍
9.2 创建视图
9.2.1 创建视图语法
9.2.2 单源表视图的创建
9.2.3 多源表视图的创建
9.3 修改视图
9.3.1 修改视图语法
9.3.2 使用语句更新视图
9.3.3 使用工具更新视图
9.4 删除视图
9.4.1 使用SQL语句删除视图
9.4.2 使用工具删除视图
9.5 查看视图
9.5.1 查看视图的字段信息
9.5.2 查看创建视图的语句
9.6 本章小结
9.7 本章习题
第10章 索引( 教学视频:21分钟)
10.1 认识索引
10.1.1 什么是索引
10.1.2 索引分类
10.1.3 索引的作用
10.1.4 索引注意事项
10.2 管理索引
10.2.1 普通索引创建
10.2.2 唯一索引创建
10.2.3 主键索引创建
10.2.4 查看索引
10.2.5 删除索引
10.3 本章小结
10.4 本章习题
第11章 自定义函数( 教学视频:30分钟)
11.1 创建自定义函数
11.1.1 创建函数的语法
11.1.2 使用语句创建函数
11.1.3 使用图形界面创建函数
11.2 函数的管理
11.2.1 使用命令删除函数
11.2.2 图形界面下删除函数
11.2.3 图形界面下修改函数
11.3 本章小结
11.4 本章习题
第12章 存储过程( 教学视频:35分钟)
12.1 存储过程介绍
12.2 创建存储过程
12.2.1 存储过程的语法
12.2.2 命令行中创建存储过程
12.2.3 利用工具创建存储过程
12.2.4 存储过程的参数
12.3 修改存储过程
12.4 删除存储过程
12.5 存储过程中的变量
12.6 结构控制语句
12.6.1 IF条件控制语句
12.6.2 CASE条件控制语句
12.6.3 LOOP循环控制语句
12.6.4 WHILE语句的使用
12.7 本章小结
12.8 本章习题
第13章 触发器( 教学视频:23分钟)
13.1 触发器介绍
13.2 创建触发器
13.2.1 触发器语法
13.2.2 触发器组成和触发事件
13.2.3 利用SQL命令创建触发器
13.2.4 利用图形工具创建触发器
13.3 管理触发器
13.3.1 触发器的删除
13.3.2 触发器的修改
13.4 本章小结
13.5 本章习题
第14章 数据库的权限与备份( 教学视频:27分钟)
14.1 用户管理
14.1.1 初始用户
14.1.2 创建用户
14.1.3 用户权限
14.2 数据的备份与恢复
14.2.1 备份操作
14.2.2 恢复操作
14.3 本章小结
14.4 本章习题
第4篇 数据库应用实战
第15章 使用C#连接MySQL( 教学视频:26分钟)
15.1 ADO.NET介绍
15.1.1 详解5个重要的类
15.1.2 使用C#语言对MySQL数据库进行操作
15.2 学员报名系统的实现
15.2.1 学员报名的数据表设计
15.2.2 创建项目结构
15.2.3 添加学员信息
15.2.4 管理学员信息
15.3 本章小结
第16章 在Java中连接MySQL( 教学视频:23分钟)
16.1 JDBC简介
16.2 使用JDBC Driver连接MySQL
16.2.1 下载连接MySQL数据库的JDBC Driver
16.2.2 利用JDBC Driver连接MySQL数据库
16.3 利用JDBC-ODBC桥接数据库
16.3.1 配置ODBC数据源
16.3.2 使用JDBC-ODBC桥连接MySQL
16.4 本章小结
第17章 PHP访问MySQL数据库( 教学视频:32分钟)
17.1 PHP连接MySQL数据库
17.1.1 Windows操作系统下配置PHP
17.1.2 Linux操作系统下配置PHP
17.1.3 连接MySQL数据库
17.2 PHP操作MySQL数据库
17.2.1 执行SQL语句
17.2.2 处理查询结果
17.2.3 获取查询结果的字段名
17.2.4 一次执行多个SQL语句
17.2.5 处理带参数的SQL语句
17.2.6 关闭创建的对象
17.3 PHP备份与还原MySQL数据库
17.3.1 PHP备份MySQL数据库
17.3.2 PHP还原MySQL数据库
17.4 本章小结
第18章 学员管理系统( 教学视频:30分钟)
18.1 系统概述
18.2 系统功能
18.3 数据库设计
18.3.1 设计表
18.3.2 设计索引
18.3.3 设计视图
18.3.4 设计触发器
18.4 系统实现
18.4.1 构建工程
18.4.2 访问和操作MySQL数据库的代码
18.5 用户管理模块
18.5.1 用户登录功能
18.5.2 修改密码
18.6 学籍管理模块
18.6.1 添加学员的学籍信息
18.6.2 查询学员的学籍信息
18.6.3 修改学员的学籍信息
18.6.4 删除学员的学籍信息
18.7 体检管理模块
18.8 成绩管理模块
18.9 证书管理模块
18.10 本章小结
第5篇 拓 展 技 术
第19章 MySQL日志( 教学视频:22分钟)
19.1 日志简介
19.2 二进制日志
19.2.1 启动和设置二进制日志
19.2.2 查看二进制日志
19.2.3 删除二进制日志
19.2.4 使用二进制日志还原数据库
19.2.5 暂时停止二进制日志功能
19.3 错误日志
19.3.1 启动和设置错误日志
19.3.2 查看错误日志
19.3.3 删除错误日志
19.4 通用查询日志
19.4.1 启动和设置通用查询日志
19.4.2 查看通用查询日志
19.4.3 删除通用查询日志
19.5 慢查询日志
19.5.1 启动和设置慢查询日志
19.5.2 查看慢查询日志
19.5.3 删除慢查询日志
19.6 本章实例
19.9 本章小结
第20章 性能优化( 教学视频:30分钟)
20.1 优化简介
20.2 优化查询
20.2.1 分析查询语句
20.2.2 索引对查询速度的影响
20.2.3 使用索引查询
20.2.4 优化子查询
20.3 优化数据库结构
20.3.1 将字段很多的表分解成多个表
20.3.2 增加中间表
20.3.3 增加冗余字段
20.3.4 优化插入记录的速度
20.3.5 分析表、检查表和优化表
20.4 优化MySQL服务器
20.4.1 优化服务器硬件
20.4.2 优化MySQL的参数
20.5 本章实例
20.8 本章小结
附录A MySQL常用命令
Introduction

MySQL是轻型免费的数据库,得到了大部分中小企业甚至大型企业的青睐。它是目前最流行的数据库之一,与其他数据库产品一样,都可以使用标准的SQL语句。此外,它还有很多免费的版本供使用者选择。目前,在很多中小型网站和软件系统中都普遍应用。MySQL数据库凭借其扩平台的特性,能够适应目前主流的多个操作平台,比如:Windows操作系统、Linux操作系统、苹果系列的操作系统等。因此,在Linux环境下使用数据库时,选用MySQL就会更多一些。
为了能够让初学者快速掌握MySQL的使用,本书介绍MySQL数据库的最新版本MySQL 5.5,从MySQL数据库的安装开始讲起,循序渐进地讲解MySQL数据库操作的基本SQL语句及数据库的管理,在本书的后面还分别使用目前比较主流的C#、Java和PHP语言来讲解如何连接MySQL数据库等知识。为达到更好的学习效果,本书还对重点内容特别录制了多媒体教学视频,辅助读者学习。
本书有何特色
本书将知识范围锁定在了初、中级部分,以大量的实例进行示范和解说,其特点主要体现在以下几个方面:
· 重点内容配有大量多媒体教学视频辅助读者学习,高效、直观。
· 编排采用循序渐进的方式,适合初、中级学者逐步掌握MySQL数据库的使用。
· 重点讲述MySQL的入门和进阶知识,并为读者理解和实践奠定基础。
· 多采用语法与示例一对一的方式来讲解每一个语法点,方便读者的理解。
· 采用大量实例,讲解MySQL中基本的SQL语句和图形工具的使用。
· 所有实例都具有代表性和实际意义,着重解决工作中的实际问题。
· 在实际操作比较多的章节中,都安排了一个综合实例,方便读者掌握所学内容。
· 对于学习MySQL时比较容易出现的问题进行了详细的说明。
· 介绍了C#、Java和PHP连接MySQL的知识,帮助读者体验数据库的实际应用。
· 结合大中专院校的数据库教学实践编写,适合学生进行数据库应用实践。
· 每章后给出了大量的习题,帮助读者练习,巩固和提高所学的知识。
本书内容安排
本书分5篇,共20章,循序渐进地讲述了MySQL的安装方法和MySQL的基础知识,从基本概念到具体实践,从新特性的讲解到具体操作,从简单的SQL语句编写到复杂的数据库管理,从抽象概念到实际应用,全方位地完成了MySQL的讲解。
第1篇 MySQL基础(第1~4章)
首先讲解了MySQL数据库在Windows环境和Linux环境下的安装过程,以及每一个数据库版本的说明。然后讲解数据库的创建、修改数据库的字符集以及删除数据库,数据表的创建、修改数据表以及删除数据表。最后,讲解了约束在MySQL数据表的使用。通过对数据库、数据表以及约束的讲解,让读者对MySQL数据库有一个概括的了解。
第2篇 操作表中的数据(第5~8章)
在讲述了MySQL的基础知识后,本篇主要讲解如何操作表中的数据。主要包括数据表中数据的添加、修改以及删除;数据表中数据的简单查询和复杂查询,以及在查询语句中使用函数来方便数据查询。
第3篇 数据库使用进阶(第9~14章)
在有了数据库表操作的基础后,就可以灵活地使用SQL语句来更好地使用和管理数据库了。在本篇中主要讲解了MySQL中视图、索引、自定义函数、存储过程、触发器的使用,以及对数据库权限的管理和数据备份。
第4篇 数据库应用实战(第15~18章)
有了前3篇的基础后,在本篇中分别使用C#、Java和PHP语言连接MySQL数据库。读者不仅能学会如何用开发语言与MySQL打交道,而且还能通过案例的方式了解到各种数据操作。
第5篇 拓展应用(第19~20章)
前面对数据库已经有了基本知识,如果读者还想提高一下自己,可以学习下MySQL的日志和性能优化部分,这是提高数据库管理水平的关键。
本书光盘内容
· 本书重点内容的配套教学视频;
· 本书实例涉及的源代码;
本书读者对象
本书由浅入深,由理论到实践,尤其适合初级读者逐步学习和完善自己的知识结构。
· 从未接触过MySQL的自学人员;
· 有志于使用MySQL开发的初学者;
· 学习过其他数据库,但是还想学习MySQL数据库的开发者;
· 高等院校计算机相关专业的老师和学生;
· 各大中专院校的在校学生和相关授课老师;
· 准备从事软件开发的求职者;
· 参与毕业设计的学生;
· 其他编程爱好者。
本书阅读建议
· 作为一本入门教程,建议没有基础的读者,从前至后顺次阅读,尽量不要跳跃。
· 书中的实例和示例建议读者都要亲自上机动手实践,学习效果更好。
· 课后习题都动手做一做,以检查自己对本章内容的掌握程度,如果不能顺利完成,建议回过头来重新学习一下本章内容。
· 学习每章内容时,建议读者先仔细阅读书中的讲解,然后再结合本章教学视频,学习效果更佳。
编者

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