每日英语:Singles Day in China
Singles Day in China is the celebration -- or mourning -- of being unattached. Started by students in Nanjing in the mid-1990s, the date was selected in observation of its four solitary digits: 11/11.
mourn:哀伤,哀痛 unattached:独立的,未订婚的
While relatively obscure in most other countries, Singles Day is likely to increase in prominence as more single men in China are unable to find female partners. According to a recent study by the Chinese Academy of Social Sciences, more than 24 million Chinese men could find themselves without spouses by 2020.
obscure:模糊的,晦涩的,昏暗的 spouse:配偶,夫妻
Celebrating Singles Day comes in many forms across the Asian nation, and like Christmas and Valentine's Day, it has become a multi-million dollar industry.
The Fig Tree, a luxury pastry school in downtown Beijing, is offering a chocolate truffle-making course to foster "fun, flirting, measuring and mixing, " among singles on Thursday.
pastry:点心,糕点 truffle:松露 flirting:打情骂俏,调情
"Baking brings people together, " said Lin Zhong, school owner and pastry chef. "[We] invite the city's singles ... for an education in flirting and chocolate making."
For those with more adventurous tastes, Beijing's flagship amusement park Happy Valley is hosting a day of activities for singles, featuring games that include a singing contest entitled "Bachelor's Love Song." Another activity in store: a dedicated area in which singles can "confess their true feelings."
All of this mingling comes at a price. For every male who buys a full price ticket for $25, he may bring one female along at no cost.
Shenzhen's theme park, Splendid China, which boasts miniature replicas of many of the country's most famous landmarks, will host a vegetable hunting contest, much like an Easter egg hunt, to encourage singles to meet. The vegetables, mostly cucumbers and tomatoes, will be hidden throughout the park in a scaled-down Great Wall and bite-size Forbidden City.
miniature:缩图,微型的,小规模的
每日英语:Singles Day in China的更多相关文章
- 每日英语:Dashing the China Dream
Much has been said about what the 'China Dream' really means to many Chinese -- whether it is nation ...
- 每日英语:4G in China: A bigger deal than the iPhone
Forget the breathless coverage of China Mobile offering the iPhone for a moment. Yes, it's huge news ...
- 每日英语:No Consensus: China Debate on Women's Roles
A woman's place is in the home. consensus:一致,舆论,合意 That was the resounding message from Jiang Xipei, ...
- 每日英语:A Different Color: China's Chameleonic Politics
China has tried your form of government and found it wanting. That was the message delivered by Chin ...
- 每日英语:why can't China produce world-class CEO?
The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...
- 每日英语:Tencent Fights for China's Online Shoppers
In the war for the Chinese Internet, messaging giant Tencent is taking the battle to rival Alibaba's ...
- 每日英语:Does China Face a Reading Crisis?
For much of the last year, intellectuals and officials in China -- land of world-beating students an ...
- 每日英语:KFC's Crisis in China Tests Ingenuity of Man Who Built Brand
Sam Su for years ran one of the highest-flying foreign business operations in China. These days, he' ...
- 每日英语:China Destroys Six Tons of Confiscated Ivory
BEIJING—Chinese government officials destroyed more than six tons of ivory that had been illegally s ...
随机推荐
- windows上的Qt 5的依赖部署打包
通常我们编译Qt程序的时候最终会生成exe或dll,这些可执行文件都会有Qt模块的依赖,如果项目一旦庞大,就不是很好看出缺了什么模块,导致安装包安装到其他绿色干净的windows机器上会提示缺少XXX ...
- android发送与接收超长短信
android发送与接收超长短信 android接收发送短信,支持的最大字符数是70个,实际是67个字符,如果发送的短信超过了该数目,那就需要用到sendMultipartTextMessage()方 ...
- vim 可视化模式(visual模式)
转文章 为了便于选取文本,VIM 引入了可视(Visual)模式. 要选取一段文本,首先将光标移到段首,在普通模式下按 v 进入可视模式,然后把光标移到段末. 需要注意,光标所在字符是包含在选区中的 ...
- 使用 awstats 分析 Nginx 的访问日志(IBM)
前言 在我的上一篇文章<使用 Nginx 提升网站访问速度>中介绍了 Nginx 这个 HTTP 服务器以及如何通过它来加速网站的访问速度.在实际的网站运营中,我们经常需要了解到网站的访问 ...
- Redis 学习之路 (009) - Redis-cli命令最新总结
资料来源: http://redisdoc.com/ http://redis.io/commands 连接操作相关的命令 默认直接连接 远程连接-h 192.168.1.20 -p 6379 pi ...
- Python学习笔记(六)—— 条件判断
一.语法 if <条件判断1>: <执行1> elif <条件判断2>: <执行2> elif <条件判断3>: <执行3> e ...
- React(0.13) 定义一个动态的组件(函数作为动态的值)
<!DOCTYPE html> <html> <head> <title>React JS</title> <script src=& ...
- 【Android】如何获取本机号码、IMSI、EMSI
获取本机号码: 获取本机号码,需要在配置文件中加入权限: <uses-permission android:name="android.permission.READ_PHONE_ST ...
- 【Spring】SpringMVC中浅析数据的传递方式
包括了基本数据类型的传递和 Date数据类型的传递.关于SpringMVC的配置可以参见基于注解实现SpringMVC+MySQL 假设有表单页面如下: <h1>登录</h1> ...
- mfc怎么显示jpg png图像
如果是VS2005以上版本可以直接使用MFC自带的CImage类,如果不是可以用网上比较流行的CxImage,或者使用GDI+