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

Java程序员面试笔试宝典

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

Java程序员面试笔试宝典

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

★在这里,众多知名企业面试官将为你撕开神秘的求职面纱;
★在这里,各种求职达人将现身说法为你揭开求职谜团;
★在这里,各种类型的企业招聘细节都会被展露无疑;
★在这里,我们将为你抽丝剥茧,还原IT行业的真相;
★在这里,我们将为你指点迷津,告诉你职场上的风风雨雨;
★在这里,我们将为你点石成金,成为那盏指引你前进的灯塔;
Content Description

机械工业出版社本书引入了一批来自于著名高校、就职于明星企业的职场达人的真实求职案例,通过他们的求职经验与教训,将整个求职过程生动形象地展示在读者面前,进而对求职者起到一定的指引作用。同时,为了更具说服力,本书特邀多位IT名企的面试官现身说法,以独特的视角对面试过程中求职者存在的各类问题进行了深度剖析。为了能够让读者对即将投身的工作有一些更加清楚的认识,能够更加有针对性地进行求职准备,本书对各种类型的IT企业的招聘环节进行了庖丁解牛式的分析。

技术性知识的考查是程序员求职中最重要的内容,鉴于此,本书除了对传统的计算机相关知识(Java语言基础知识、Web基础知识、数据结构与算法、数据库、设计模式等)以及面试笔试真题进行分析与解答外,还根据当前计算机技术的发展潮流,对面试笔试中常见的海量数据处理问题进行了详细的分析。

《Java程序员面试笔试宝典》是一本适合计算机相关专业毕业生阅读的求职指导用书,同时也适合期望在计算机软硬件行业大显身手的计算机爱好者阅读。

Author Description

何昊,湖北仙桃人,软件系统分析师(高级),西安电子科技大学计算机软件与理论专业硕士。长期从事C/C++/C#的项目研发,具有丰富的项目经验。酷爱体育锻炼与历史,并喜欢尝试各种新鲜事物。成功指导多名应届毕业生进入各大IT名企工作。叶向阳,湖北英山人,工学硕士,高级工程师。主要研究方向:计算机网络,线通信。薛鹏,陕西榆林人,软件系统分析师,西安电子科技大学计算机软件与理论专业硕士。现就职于某知名外企,从事软件研发工作,擅长JAVA/C等主流编程语言,具有丰富的项目经验。酷爱篮球运动,喜欢户外活动。编著有《Java程序员面试笔试宝典》一书。
Catalogue

上篇面试笔试经验技巧篇
第1章面试官箴言
1.1有道无术,术可求;有术无道,止于术
1.2求精不求全
1.3脚踏实地,培养多种技能
1.4保持空杯心态
1.5职场是能者的舞台
1.6学会“纸上谈兵”
1.7小结
第2章面试心得交流
2.1心态决定一切
2.2假话全不说,真话不全说
2.3走自己的路,让别人去说吧
2.4夯实基础谋出路
2.5书中自有编程法
2.6笔试成绩好,不会被鄙视
2.7不要一厢情愿做公司的
“备胎”
2.8小结
第3章企业面试笔试攻略
3.1互联网企业
3.2网络设备提供商
3.3外企
3.4国企
3.5研究所
3.6创业型企业
3.7如何抉择
下篇面试笔试技术攻克篇
第4章Java基础知识
4.1基本概念
4.1.1Java语言有哪些优点
4.1.2Java与C/C++有什么异同
4.1.3为什么需要publicstaticvoidmain(String[]args)这个方法
4.1.4如何实现在main()方法执行前输出“HelloWorld”
4.1.5Java程序初始化的顺序是怎样的
4.1.6Java中的作用域有哪些
4.1.7一个Java文件中是否可以定义多个类
4.1.8什么是构造函数
4.1.9为什么Java中有些接口没有任何方法
4.1.10Java中的clone方法有什么作用
4.1.11什么是反射机制
4.1.12package有什么作用
4.1.13如何实现类似于C语言中函数指针的功能
4.2面向对象技术
4.2.1面向对象与面向过程有什么区别
4.2.2面向对象有哪些特征
4.2.3面向对象的开发方式有什么优点
4.2.4什么是继承
4.2.5组合和继承有什么区别
4.2.6多态的实现机制是什么
4.2.7重载和覆盖有什么区别
4.2.8抽象类(abstractclass)与接口(interface)有什么异同
4.2.9内部类有哪些
4.2.10如何获取父类的类名
4.2.11this与super有什么区别
4.3关键字
4.3.1变量命名有哪些规则
4.3.2break、continue以及return有什么区别
4.3.3final、finally和finalize有什么区别
4.3.4assert有什么作用
4.3.5static关键字有哪些作用
4.3.6使用switch时有哪些注意事项
4.3.7volatile有什么作用
4.3.8instanceof有什么作用
4.3.9strictfp有什么作用
4.4基本类型与运算
4.4.1Java提供了哪些基本数据类型
4.4.2什么是不可变类
4.4.3值传递与引用传递有哪些区别
4.4.4不同数据类型的转换有哪些规则
4.4.5强制类型转换的注意事项有哪些
4.4.6运算符优先级是什么?
4.4.7Math类中round、ceil和floor方法的功能各是什么
4.4.8++i与i++有什么区别
4.4.9如何实现无符号数的右移操作
4.4.10char型变量中是否可以存储一个中文汉字
4.5字符串与数组
4.5.1字符串创建与存储的机制是什么
4.5.2“==”、equals和hashCode有什么区别
4.5.3String、StringBuffer、StringBuilder和
StringTokenizer有什么区别
4.5.4Java中数组是不是对象
4.5.5数组的初始化方式有哪几种
4.5.6length属性与length()方法有什么区别
4.6异常处理
4.6.1finally块中的代码什么时候被执行
4.6.2异常处理的原理是什么
4.6.3运行时异常和普通异常有什么区别
4.7输入输出流
4.7.1JavaIO流的实现机制是什么
4.7.2管理文件和目录的类是什么
4.7.3JavaSocket是什么
4.7.4JavaNIO是什么
4.7.5什么是Java序列化
4.7.6System.out.println()方法使用需要注意哪些问题
4.8Java平台与内存管理
4.8.1为什么说Java是平台独立性语言
4.8.2Java平台与其他语言平台有哪些区别
4.8.3JVM加载class文件的原理机制是什么
4.8.4什么是GC
4.8.5Java是否存在内存泄露问题
4.8.6Java中的堆和栈有什么区别
4.9容器
4.9.1JavaCollections框架是什么
4.9.2什么是迭代器
4.9.3ArrayList、Vector和LinkedList有什么区别
4.9.4HashMap、HashTable、TreeMap和WeakHashMap有哪些区别
4.9.5用自定义作为HashMap或HashTable的key需要注意哪些问题
4.9.6Collection和Collections有什么区别
4.10多线程
4.10.1什么是线程?它与进程有什么区别?为什么要使用多线程
4.10.2同步和异步有什么区别
4.10.3如何实现Java多线程
4.10.4run()方法与start()方法有什么区别
4.10.5多线程同步的实现方法有哪些
4.10.6sleep()方法与wait()方法有什么区别
4.10.7终止线程的方法有哪些
4.10.8synchronized与Lock有什么异同
4.10.9什么是守护线程
4.10.10join()方法的作用是什么
4.11Java数据库操作
4.11.1如何通过JDBC访问数据库
4.11.2JDBC处理事务采用什么方法
4.11.3Class.forName的作用是什么
4.11.4Statement、PreparedStatement和CallableStatement有什么区别
4.11.5getString()方法与getObject()方法有什么区别
4.11.6使用JDBC时需要注意哪些问题
4.11.7什么是JDO
4.11.8JDBC与Hibernate有什么区别
第5章JavaWeb
5.1Servlet与JSP
5.1.1页面请求的工作流程是怎样的
5.1.2HTTP中GET与POST方法有什么区别
5.1.3什么是Servlet
5.1.4doPost()方法与doGet()方法怎么选择
5.1.5什么是Servlet的生命周期
5.1.6JSP有哪些优点
5.1.7JSP与Servlet有何异同
5.1.8如何使用JSP与Servlet实现MVC模型
5.1.9Servlet中forward和redirect有什么区别
5.1.10JSP的内置对象有哪些
5.1.11request对象主要有哪些方法
5.1.12JSP有哪些动作
5.1.13JSP中include指令和include动作有什么区别
5.1.14会话跟踪技术有哪些
5.1.15Web开发中如何指定字符串的编码
5.1.16什么是Ajax
5.1.17cookie和session有什么区别
5.2J2EE与EJB
5.2.1什么是J2EE
5.2.2J2EE中常用的术语有哪些
5.2.3EJB有哪些不同的类别
5.2.4EJB与JavaBean有什么异同
5.2.5EJB有哪些生命周期
5.2.6EJB的角色有哪几种
5.2.7EJB的开发流程是怎样的
5.2.8EJB3.0与EJB2.0有哪些不同之处
5.2.9EJB容器有哪些作用
5.2.10EJB规范规定EJB中禁止的操作有哪些
5.2.11Web服务器与Web应用服务器有什么区别
5.2.12什么是WebService
5.2.13SOAP与REST有什么区别
5.2.14什么是XML
5.2.15数据库连接池的工作机制是怎样的
5.2.16J2EE开发有哪些调优的方法
5.3框架
5.3.1什么是Struts框架
5.3.2Struts框架响应客户请求的工作流程是什么
5.3.3Struts框架的数据验证可分为几种类型
5.3.4FormBean的表单验证流程是什么
5.3.5在Struts配置文件中元素包含哪些属性和子元
5.3.6ActionFormBean的作用有哪些
5.3.7ActionForm的执行步骤有哪些
5.3.8forward与global-forward有什么区别
5.3.9Struts如何实现国际化
5.3.10Struts1与Struts2有哪些区别
5.3.11什么是IoC
5.3.12什么是AOP
5.3.13什么是Spring框架
5.3.14什么是Hibernate
5.3.15什么是Hibernate的二级缓存
5.3.16Hibernate中session的update()和saveOrUpdate()、load()和get()有什么区别
5.3.17Hibernate有哪些主键生成策略
5.3.18如何实现分页机制
5.3.19什么是SSH
第6章数据库原理
6.1SQL语言的功能有哪些
6.2内连接与外连接有什么区别
6.3什么是事务
6.4什么是存储过程?它与函数有什么区别与联系
6.5各种范式有什么区别
6.6什么是触发器
6.7什么是游标
6.8如果数据库日志满了,会出现什么情况
6.9union和unionall有什么区别
6.10什么是视图
第7章设计模式
7.1什么是单例模式
7.2什么是工厂模式
7.3什么是适配器模式
7.4什么是观察者模式
第8章数据结构与算法
8.1链表
8.1.1如何实现单链表的增删操作
8.1.2如何从链表中删除重复数据
8.1.3如何找出单链表中的倒数第k个元素
8.1.4如何实现链表的反转
8.1.5如何从尾到头输出单链表
8.1.6如何寻找单链表的中间结点
8.1.7如何检测一个链表是否有环
8.1.8如何在不知道头指针的情况下删除指定结点
8.1.9如何判断两个链表是否相交
8.2栈与队列
8.2.1栈与队列有哪些区别
8.2.2如何实现栈
8.2.3如何用O(1)的时间复杂度求栈中最小元素
8.2.4如何实现队列
8.2.5如何用两个栈模拟队列操作
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如何用移位操作实现乘法运算
8.4.2如何判断一个数是否为2的n次方
8.4.3如何求二进制数中1的个数
8.5数组
8.5.1如何寻找数组中的最小值与最大值
8.5.2如何找出数组中第二大的数
8.5.3如何求最大子数组之和
8.5.4如何找出数组中重复元素最多的数
8.5.5如何求数组中两两相加等于20的组合种数
8.5.6如何把一个数组循环右移k位
8.5.7如何找出数组中第k个最小的数
8.5.8如何找出数组中只出现次的数字
8.5.9如何找出数组中唯一的重复元素
8.5.10如何用递归方法求一个整数数组的最大元素
8.5.11如何求数对之差的最大值
8.5.12如何求绝对值最小的数
8.5.13如何求数组中两个元素的最小距离
8.5.14如何求指定数字在数组中第一次出现的位置
8.5.15如何对数组的两个子有序段进行合并
8.5.16如何计算两个有序整型数组的交集
8.5.17如何判断一个数组中数值是否连续相邻
8.5.18如何求解数组中反序对的个数
8.5.19如何求解最小三元组距离
8.6字符串
8.6.1如何实现字符串的反转
8.6.2如何判断两个字符串是否由相同的字符组成
8.6.3如何删除字符串中重复的字符
8.6.4如何统计一行字符中有多少个单词
8.6.5如何按要求打印数组的排列情况
8.6.6如何输出字符串的所有组合
8.7二叉树
8.7.1二叉树基本概念
8.7.2如何实现二叉排序树
8.7.3如何层序遍历二叉树
8.7.4已知先序遍历和中序遍历,如何求后序遍历
8.7.5如何求二叉树中结点的最大距离
8.8其他
8.8.1如何消除嵌套的括号
8.8.2如何不使用比较运算就可以求出两个数的最大值与最小值
第9章海量数据处理
9.1问题分析
9.2基本方法
9.3经典实例分析
9.3.1topK问题
9.3.2重复问题
9.3.3排序问题
附录
附录A软件企业Java笔试真题1
附录B软件企业Java笔试真题2
附录C软件企业Java笔试真题3
附录D求职有用网站及QQ群
一览表

Book Abstract

互联网企业的招聘流程一般也比较严格,主要包括以下几个步骤:网上注册简历一宣讲会一筛选简历一笔试一专业面试一一专业面试二一HR(人力资源)面试一综合面试一最终录用。需要注意的是,由于企业每年的招聘信息都可能会有变动,因此求职者应该更多地关注企业的招聘流程,做到实时了解。
2.面试笔试注意事项
互联网是一个发展迅速的行业,所以在求职过程中,求职者应保持一颗平常心,相信自己,同时自己平时要多积累,多看与自己专业、职业相关的东西,比如浏览一些比较专业的技术网站,扩展自己的知识面,从而开阔自己的视野。
对于互联网企业的面试而言,首先求职者要好好准备面试。因为互联网企业一般都比较“年轻”,他们比较注重对求职者归属感的培养,所以在求职之前,求职者需要了解该企业的企业文化,了解自己应聘的职位,只有知己知彼,才能百战百胜。同时,还应分析各大企业历年的笔试面试题。往往能够发现很多一模一样的题,而且很多问题都是反复被问及,所以一定要对一些经常被问到的问题事先做好相关的准备。例如,个人优缺点、个人兴趣爱好、如何自我介绍等,做到有备无患。对于简历的内容一定要做到严谨、仔细、认真,面试官通常会针对简历或材料提出问题,所以简历最好突出重点,以吸引面试官的注意力,进而争取到比较大的发挥空间。同时,自己需要事先准备好几个最后提问的问题,一般面试官在最后会问求职者对公司有没有其他问题需要进一步了解的,最好可以问上一两个,一方面可以对企业了解深入一些,另一方面也可以表现求职者的积极态度。
其次,不要不懂装懂,尤其是互联网企业的招聘。技术型面试中,面试官个个都是身经百战的老手,他们也是从求职者过来的,对求职者的心态了如指掌,所以在他们面前,不会就是不会,不要抱着侥幸的心理以为可以蒙混过关。其实企业对应届毕业生在技术上的要求不会太高,掌握好基础知识就行了,弄虚作假的人是得不到企业青睐的。不该说的话绝对不要多说,尤其是人力资源类的面试,多说一句不合适的话就很可能会搞砸了整个面试。
最后,就是调整好心态,充满信心,保持淡定。看着那么多人行色匆匆以及面试前的那种压抑的气氛,求职者很容易紧张,其实大可不必,应聘的目的不是为了让求职者出丑,而是为了最大限度地发现人才。面试中,每位求职者被问到的问题区别很大,技术类面试一般针对简历或者其他面试材料来问,除了技术问题,也涉及一些工作能力的考查,比如效率观念等。人力资源类的面试则会问到学习成绩、性格、沟通能力等问题,但问题数量不算太多。
除了需要注意常见的面试笔试技巧与细节外,求职者还要针对互联网企业招聘的特点进行一些必要的准备,以避免一些不应该的错误,主要有以下一些方面的内容需要注意:
1)互联网企业一般对求职者的在校成绩没有硬性要求,但是会把成绩当作一个重要的衡量标准,所以成绩好是一个很大的优势。对于专业技术一流,但成绩不够理想的求职者来说,应在简历中突显自己的技术优势,这样可以为自己增加“筹码”,从而减小“不战而败”的可能。
2)由于企业实际业务需求以及岗位本身的发展机遇,企业可能需要对求职者的工作地点做出相应的安排,求职者需要在面试中与面试官进行及时的沟通与协调,因为有些业务的实际工作地点可能与招聘宣讲的不一样,因此一定要注意工作地点的问题。
……

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