{{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 C++ 2008开发经验与技巧宝典(附光盘1张)

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

Visual C++ 2008开发经验与技巧宝典(附光盘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

《Visual C++ 2008开发经验与技巧宝典》特点:
最简单、最直观、最快捷的学习方式
最实用、最经典、最新颖的编程主题
多角度、多层次、多领域的开发技巧
易理解、易操作、易实现的解决方案
够品味、够鉴赏、够珍藏的精华实例
八百余条编程技巧VC++全新演绎
Content Description

《Visual C++ 2008开发经验与技巧宝典》及其配套光盘使用完整的源代码列举了800余条实用性极强的针对网站设计人员和数据库开发人员的Visual C# 2008编程技巧,旨在帮助广大读者快速解决实际开发过程中面临的诸多问题,从而提高程序开发效率、拓展软件应用领域。全书内容涵盖了大量的Visual C# 2008编程新技术和新理念,包括LINQ在SQL、DataSet、XML和Obiect等领域的实际应用,WPF动画界面设计,WCF多层数据架构通信、泛型应用、XML文件处理、多线程管理、程序异常拦截、文件压缩及解压缩、文件加密和解密、文件访问权限、API函数调用、指针调用、数据更新并发冲突处理、数据批量导入导出、Web服务、MSReportViewer报表开发、水晶报表设计、母版页、主题及皮肤、导航菜单、成员资格、角色管理、缓存策略、WebParts、GridView和ListView个性化定制、AJAX局部页面刷新方案以及大量的异步调用编程技巧等。为了突出编程技巧的实用性和简洁性,《Visual C++ 2008开发经验与技巧宝典》在演示或描述编程技巧时,力求针对性地解决问题,尽量减少和避免问题的复杂化。由于篇幅限制,《Visual C++ 2008开发经验与技巧宝典》文字部分只给出与此技巧密切相关的关键代码,完整的源代码请参考配套光盘。
《Visual C++ 2008开发经验与技巧宝典》最适于用作网站设计人员和数据库开发人员使用Visual C# 2008开发项目的案头参考书,无论是编程初学者还是编程高手,《Visual C++ 2008开发经验与技巧宝典》都极具参考和收藏价值。
Catalogue

前言
第1章 Windows程序界面
1.如何设置程序窗体标题栏的文本
2.如何设置程序窗体标题栏的图标
3.如何隐藏应用程序窗体的标题栏
4.如何禁止任务栏显示程序标题栏
5.如何禁止程序窗体的最小化按钮
6.如何禁止程序窗体的最大化按钮
7.如何隐藏程序窗体标题栏的按钮
8.如何在程序标题栏卜添加帮助按钮
9.如何设置程序窗口的背景颜色
10.如何排列程序窗口的背景图像
11.如何为程序窗口设置渐变色背景
12.如何动态调整程序窗体的界面大小
13.如何设置程序启动时的活动控件
14.如何使用Esc键关闭应用程序窗体
15.如何设置程序的Enter键响应按钮
16.如何最大化/最小化显示程序窗体
17.如何在上次关闭位置启动程序窗体
18.如何在出现程序主窗体前显示闪屏
19.如何根据需要使程序窗体自动闪烁
20.如何禁止缩放应用程序窗体的边框
21.如何拖动窗口作区移动程序窗体
22.如何在屏幕正中显示应用程序窗体
23.如何设置程序窗体在桌面上的位置
24.如何直接从程序面返回到桌面
25.如何以最大化窗口启动记事本程序
26.如何从子窗体关闭程序主窗体窗口
27.如何访问多文档程序窗体的子窗口
28.如何排列多文档程序窗体的子窗口
29.如何使多文档窗体显示菜单列表
30.如何以不同的透明度显示程序窗体
31.如何使用椭圆形轮廓创建程序窗体
32.如何以全屏幕方式显示程序窗体
33.如何以选项卡方式显示程序窗体
34.如何以最顶层方式显示程序窗体
35.如何使用图像创建皮肤程序窗体
36.如何使用文字线条创建程序窗体
37.如何显示程序窗体的属性信息
38.如何在系统菜单中增加菜单项
39.如何在菜单栏中添加标准菜单项
40.如何增加删除菜单栏中的菜单项
41.如何在菜单栏中实现中英文菜单
42.如何在菜单栏中添加子菜单项
43.如何为菜单项添加键盘快捷键
44.如何在菜单项上添加选中标记
45.如何在程序菜单栏中添加组合框
46.如何在工具栏卜添加下拉按钮
47.如何在工具栏上添加标准按钮
48.如何设置工具栏在窗体上的位置
49.如何在状态栏上显示当前系统时间
50.如何在状态栏上显示网页下载进度
51.如何自动调整StatusBar状态栏面板
52.如何以流式方式换行布局窗体控件
53.如何使用分隔容器分隔窗体控件
54.如何调整程序窗体中的控件布局
55.如何使用枚举成员填充ComboBox
56.如何使用ArrayList填充ComboBox
57.如何使用字段名称填充ComboBox
58.如何实现ComboBox自动完成功能
59.如何使用文件名称填充ComboBox
60.如何自动填充ComboBox已有选项
61.如何使用子目录填充ComboBox
62.如何使用URL自动完成ComboBox
63.如何使用文字图形填充ComboBox
64.如何禁止在ComboBox中输入数据
65.如何为TextBox添加自动完成功能
66.如何在两个TextBox中拖放字符串
67.如何动态转换TextBox大小写字符
68.如何在TextBox中输入多行字符串
69.如何设置MaskedTextBox输入格式
70.如何在MaskedTextBox上绑定数据
71.如何在RichTextBox控件中显示图像
72.如何在RichTextBox控件中查找文本
73.如何设置RichTextBox部分粗体文本
74.如何为RichTextBox添加上下文菜单
75.如伺在RichTextBox中拖蝴开文件
76.如何在RichTextBox中显示Web链接
77.如何实现ListBox的多重选择功能
78.如何在ListBox中查找指定的选项
79.如何使用HatchBrush填充ListBox
80.如何防止ListBox在添加新项时闪烁
81.如何使用SQL查询结果填充ListView
82.如何使ListView控件支持编辑功能
83.如何获取在ListView中的多个选择
84.如何在两个PictureBox中拖放图像
85.如何滚动显示PictureBox中的图像
86.如何控制PictureBox图像的显示方式
87.如何使用注册表填充TreeView节点
88.如何使用XML填充TreeView节点
89.如何使用目录填充TreeView节点
90.如何在TreeView中实现节点拖放
91.如何根据数组创建RadioButton组
92.如何获取RadioButton的选择结果
93.如何使CheckBox控件出现三种状态
94.如何设置Anchor属性锚定父子控件
95.如伺使用ErrorProvider验证控件
96.如何使用LinkLabel制作超链接
97.如何使用NolifyIcon创建任务栏托盘
98.如何使用ToolTip为控件添加提示
99.如何为控件添加浮动的帮助信息框
100.如何在程序中显示浮动的帮助窗口
101.如何使用动画精灵显示提示信息
102.如何使按钮大小自动适应标题长度
103.如何动态添加和删除窗体中的控件
104.如何为控件设置各种不同的光标
105.如何在Label控件上显示多行文字
106.如何使用方向键浏览Panel中的图像
107;如何设置MonthCalendar日期范围
108.如何在程序中创建和使用用户控件
109.如何为用户控件设置工具箱图标
110.如何使用用户控件创建自绘式按钮
111.如何在Vista中显示XP风格对{舌框
112.如何在文件对话框中添加自定义域

第2章 Windows程序管理
113.如何使用互斥量禁止运行两个实例
114.如何使用进程名禁止运行两个实例
115.如何获取指定进程的进程详细信息
116.如何获取指定进程的模块详细信息
117.如何获取指定进程的线程详细信息
118.如何创建无参数的多线程应用程序
119.如何创建带参数的多线程应用程序
120.如何创建共享线程模拟资源共享
121.如何创建子线程更新主线程数据
122.如何使用Monitor同步两个线程
123.如何启动/挂起,休眠,终止线程
124.如何使用多线程方式查找字符串
125.如何获取服务程序的当前状态信息
126.如何获取驱动程序的当前状态信息
127.如何创建并写入自定义日志信息
128.如何向系统日志写入自定义数据
129.如何向应用程序日志写入自定义数据
130.如何将事件日志信息导出为外部文件
131.如何查询日志文件中指定类型的事件
132.如何获取事件日志的静态和配置信息
133.如何判断当前操作用户的管理角色
134.如何判断与鼠标单击联动的修改键
135.如何判断启动的指定程序是否已关闭
136.如何以发送消息的方式关闭程序
137.如何关闭当前正在运行的指定程序
138.如伺伽Ese键关闭当前应用程序
139.如何为应用程序设置键盘功能键
140.如伺获取当前系统正在运行的程序
141.如何限制应用程序的运行时间
142.如何在启动画图时打开图像文件
143.如f可创建代码生成器和代码编译器
144.如何创建和使用DLL动态链接库程序
145.如何获取应用程序设置的版权信息
146.如何判断程序是否为.NET程序集
147.如何获取指定程序集的类型信息
148.如何获取在程序集中的资源名称
149.如何以多层嵌套方式捕获程序错误
150.如何使用ThreadException捕获异常
151.如何创建和使用无窗体的定时器
152.如何创建和使用有窗体的定时器
153.如何在程序中禁止响应鼠标单击事件
154.如何将鼠标坐标值转换成屏幕坐标值
155.如何为当前数据输入控件设置输入法
156.如何使用程序代码模拟手工键盘输入
157.如何从当前程序向其他程序发送数据
158.如何获取控制台程序的输出结果
159.如何调用指定文档的系统打印功能
160.如何使用PrintDocument打印单页图像
161.如何使用PrintDocument打印多页文本
162.如何使用Stopwatch实现高精度计时
163.如何实现BackgroundWorker异步调用
164.如何在剪贴板匕复制和粘贴音频数据
165.如何使用剪贴板有选择性地粘贴数据
166.如何复制当前屏幕上指定区域的图像
167.如何播放操作系统预置的事件声音
168.如何设置计算机扬声器发出的声音
169.如何在Windows窗体上循环播放声音
170.如何同步加载并播放指定的声音文件
171.如何异步加载并播放指定的声音文件
172.如何播放、复制、删除、查找等AVI动画文件
173.如何使用Shockwave播放Flash动画
174.如何使用RealPlayer控件制作播放器
175.如何使用媒体播放器控件收听网络电台
176.如何读取MP3歌曲文件的标志信息
177.如何读取WAV歌曲文件的标志信息
178.如何使用Quaaz控件播放MP3歌曲
179.如何使用Quaaz控件播放DVD视频
180.如何使用程序代码弹出和关闭光驱
181.如何获取本地计算机的DNS主机名
182.如何获取主机名对应的IP地址
183.如何监视更改网络接口的IP地址
184.如何以数据流方式下载Intemet文件
185.如何将指定URI数据下载到本地文件
186.如何浏览FTP下载网站并下载文件
187.如何从指定FTP服务器下载文件
188.如何从Web客户端异步下载文件
189.如何查找网页中的所有超链接
190.如何将网址加入Intemet收藏夹
191.如何获取Intemet协议统计数据
192.如何获取传输控制协议统计数据
193.如何获取用户数据报统计数据
194.如何获取计算机的网络接口信息
195.如何获取指定计算机的端口状态
196.如何获取指定网页的源文件内容
197.如何以Ping方式检测远程计算机
198.如何解析Lift统一资源标识符内容
199.如何启动操作系统的邮件发送程序

第3章 文件查找和文件读写
200.如何获取指定目录中的所有文件
201.如何获取指定目录中的所有子目录
202.如何获取目录中的所有子目录和文件
203.如何按条件过滤指定目录中的文件
204.如何按条件过滤多层目录中的文件
205.如何按条件过滤指定目录中的子目录
206.如何按条件过滤多层目录中的子目录
207.如何过滤目录中的所有子目录和文件
208.如何获取当前目录中文件的完整路径
209.如何获取当前目录中目录的完整路径
210.如何获取当前根目录文件的完整路径
211.如何判断指定文件是否带有扩展名
212.如何判断是绝对路径还是相对路径
213.如何以不同的方式创建多层目录
214.如何以不同的方式删除多层目录
215.如何使用递归函数复制多层目录
216;如何使用文件对象复制多层目录
217.如何显示目录删除操作进度对话框
218.如何显示目录移动操作进度对话框
219.如何设置用户取消目录删除操作
220.如何设置指定文件夹为共享文件夹
221.如何增加和移除目录的访问权限
222.如何判断指定目录是否已经存在
223.如何获取指定目录的上级目录
224.如何获取全路径名的目录信息
225.如何获取全路径名的根目录信息
226.如何获取和设置当前工作目录
227.如何获取和设置指定目录的时间
228.如何获取和设置指定目录的属性
229.如何获取启动程序的文件目录
230.如何获取启动程序的文件路径
231.如何去掉全路径名的路径信息
232.如何去掉全路径名的扩展名和路径
233.如何获取全路径名的扩展名信息
234.如何合并两个包含路径的字符串
235.如何获取路径名禁止使用的字符
236.如何更改指定文件的扩展名
237.如何使用不同的方式更名文件
238.如何使用不同的方式复制文件
239.如何使用不同的方式删除文件
240.如何获取指定文件的尺寸大小
241.如何计算多层目录的文件尺寸
242.如何获取文件名禁止使用的字符
243.如何将长文件名转换成短文件名
244.如何获取和设置指定文件的时间
245.如何获取和设置指定文件的属性
246.如何判断指定文件是否已经存在
247.如何比较两个文件内容是否相同
48.如何比较两个文件是否完全相等
249.如何使用缓冲流快速复制文件
250.如何读取和写入独立存储文件
251.如何读取和写入一个文本文件
252.如何读取和写入一个二进制文件
253.如何以整行文本为单位写文件
254.如何以整行文本为单位读文件
255.如何-次性向文本文件写入数据
256.如何一次性从文本文件读取数据
257.如何一次陛向文本文件:追加数据
258.如何向现有文件的内容追加数据
259:如何指定文件保存的编码方式
260.如何创建读写唯-命名的临时
……
第4章 常用数据解析和转换
第5章 ADO.NET数据库开发
第6章 Office 2007套件应用
第7章 WPF图形及动画开发
第8章 GDI+图像文字处理
Book Abstract

此编程技巧主要介绍了如何在MenuStrip控件容器中添加ToolStripComboBox控件从而实现在菜单栏中添加组合框。在.NET中,使用MenuStrip控件可以轻松创建与Microsoft Office软件类似的菜单效果,MenuStrip控件支持文本和图像排序和对齐、拖放操作、MDI、菜单合并、工具提示、溢出和访问菜单命令等功能,可以通过添加访问键、快捷键、选中标记、图像和分隔条来增强菜单的可用性。同时,MenuStrip控件也是ToolStripMenultem、ToolStripComboBox、ToolStripSeparator和ToolStripTextBox等ToolStrip控件的容器,因此,可以据此在菜单栏中添加组合框、文本框等ToolStrip类型的窗体控件。可以参考以下步骤实现在MenuStrip菜单栏中添加组合框:
(1)选择“视图(V)\工具箱(x)”菜单,指向“工具箱”的“菜单和工具栏”选项卡,在程序窗体设计视图中拖放一个MenuStrip控件(menuStripl)。然后在设计视图中右击MenuStrip控件(menuStripl),在弹出的快捷菜单中选择“插入标准项”命令,则会自动在MenuStrip控件(menuStripl)中添加“文件(F)”、“编辑(E)”等默认的菜单组和菜单项。
(2)直接从MenuStrip控件(menuStripl)中删除除“文件(F)”、“打开(O)”、“(分隔线)”和“保存(S)”菜单项以外的其他所有菜单项。然后单击MenuStrip控件(menuStripl)的“请在此处键入”右侧的下拉箭头,在弹出的快捷菜单中选择ComboBox菜单项,则会自动在MenuStrip控件(menuStripl)容器上添加一个t00lS仃ipComboBoxl组合框控件。
Introduction

为了适应Internet的快速发展,微软公司于2000年推出了-NET战略,以此作为新一代应用程序的开发平台。.NET平台的推出,反映了微软这位软件巨人对未来软件的思考,囊括了微软公司所有的最新技术成果,从而掀起了计算机领域的一场革命;经过比尔·盖茨先生几年的摇旗呐喊,如今,.NET的概念已渐渐深入人心,并且呈现出一浪高过一浪之势;学习.NET、应用.NET将成为微软大旗下的程序员们现在和未来的必然选择。而对于Visual C++程序员来说,这或许是一次难得的机遇。在Visual C++5.0版本推出之后,Visual C++整体的发展就出现了多元化的趋势,先是COM技术、ATL技术及STL技术的普及,然后是Internet和Web开发技术的不断深入。随着.NET的兴起,Visual C++又引入了对.NET框架的支持,并且经历了Visual c++2003之前的托管C++到Visual c++2005/2008的c++/CLI的进化,使Visual c++对.NET的支持变得更加完美。

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