August 14th 2017 Week 33rd Monday
Life is like a watch, you can return to the starting point, they are not yesterday!
人生就像钟表,可以回到起点,却已不是昨天!
Weeks ago, I listened a song named "Yesterday" from the Netease-Cloud Music.
At the beginning, it is the song's melody that attracted me, but then I found its lyrics were more attractive and just fitted my mood very well.
The song goes as following, and I would like to present several lines of them:
I just don't love you, don't love you no more.
You, you are so yesterday.
I won't let you rain on my parade, I don't wanna hear a thing you say.
So, yesterday. Funny now how I have gone, I will light in your head came on.
Now you have realized this is all your fault.
Don't you wish you had a time machine, that way you could change history.
So, yesterday, so, yesterday.
It is absolutely impossible to have a time machine and go back to yesterday to correct the mistakes of the past.
Maybe the easiest way is to forget them and seize the present day tightly and press onto the great dreams and achievements of the future.
Memory feeds imagination.
回忆是想象力的源泉。
From Amy Tan.
Tan, a surname with strong Chinese characteristic, so I guess Amy Tan must be an ethnic Chinese.
Quite right, Amy Tan is a Chinese American, more accurately, she is an American writer.
The most well-known one of her works may be the Joy Luck Club, a novel about the mother-daughter relationship and the Chinese-American experience, and the novel also was adpated into a film directed by Wayne Wang.
Though she has won several awards for her works, she also has received substantial criticisms for the contents and spirits in her books.
For example, some readers criticised her for the complicity in perpetuating racial stereotypes and misrepresentations as well as gross inaccuracies in recalling details of the Chinese cultural heritage.
Because most of her works told the stories with negative depiction of Chinese culture, many people think her of pandering to Western presumptions and prejudices about Chinese people.
It is easy to understand why her works often presented negative stories about Chinese culture, if taking consideration of the environments she was raised and she currently lives in.
To many second generation of Chinese-Americans, they grew up in a multi-cultural envrionments, and always encountered problems stemming from huge cultural differences and conflicts of value views between the mainstream of society and their families.
But almost all the differences can provide some benefits to their life experience and their growth as long as being settled properly.
August 14th 2017 Week 33rd Monday的更多相关文章
- August 8th 2016, Week 33rd Monday
Everything is going on, but don't give up trying. 万事随缘,但不要放弃努力. Every time when I want to give up, y ...
- August 28th 2017 Week 35th Monday
The truth may hurt for a little while but a lie hurts forever. 真相会让我们痛一阵,但谎言会让我们痛一生. Once you make a ...
- August 21st 2017 Week 34th Monday
In fact, the happiest fairy tale is no more than the simple days we have together. 其实全世界最幸福的童话,也比不上我 ...
- August 19th 2017 Week 33rd Saturday
Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...
- August 18th 2017 Week 33rd Friday
If you shed tears when you miss the sun, you also miss the stars. 如果你因为错过太阳而哭泣,你也将会错过繁星. If you have ...
- August 17th 2017 Week 33rd Thursday
Fate is responsible for shuffling, but the game of cards is our own! 命运负责洗牌,但是玩牌的是我们自己! Today, I upd ...
- August 16th 2017 Week 33rd Wednesday
A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...
- August 15th 2017 Week 33rd Tuesday
Would rather have done a regret, do not miss the regret. 宁愿做过了后悔,也不要错过了后悔. Yesterday, I read several ...
- August 13th 2017 Week 33rd Sunday
The best accessory a girl can own is confidence. 女生最好的饰品就是自信. Only when we have our own ideas and on ...
随机推荐
- 错误:‘lock_guard’ 在此作用域中尚未声明
解决:修改报错文件,加入#include <boost/thread/lock_guard.hpp>
- 为什么各大网站都纷纷用起了https?哪些网站需要https(SSL证书)
其实最近我也在易维信网站的开发组内讨论应用全站https事宜. 其原因非常简单. 因为不断接到用户投诉说网站上出现影响浏览体验的大面积广告. 可是网站平常只针对未登录用户在顶栏和底栏打两小条广告.而且 ...
- c# 删除文件,清理删除文件
c# 删除程序占用的文件,清理删除文件,彻底删除文件,解除文件占用 文件打开时,以共享读写模式打开 FileStream inputStream = new FileStream(name, File ...
- apache Header set Cache-Control
设置静态页面的缓存最大值 在.htaccess中添加下面的代码 <FilesMatch "\.(flv|gif|jpg|jpeg|png|ico|swf)$"> Hea ...
- 17、多线程 (Thread、线程创建、线程池)
进程概念 *A:进程概念 *a:进程:进程指正在运行的程序.确切的来说,当一个程序进入内存运行, 即变成一个进程,进程是处于运行过程中的程序,并且具有一定独立功能. 线程的概念 *A:线程的概念 *a ...
- 撩课-Web大前端每天5道面试题-Day3
1. javascript的typeof返回哪些数据类型? 答案: undefined string boolean number symbol(ES6) Object Function 2. 列举3 ...
- Web安全相关(五):SQL注入(SQL Injection)
简介 SQL注入攻击指的是通过构建特殊的输入作为参数传入Web应用程序,而这些输入大都是SQL语法里的一些组合,通过执行SQL语句进而执行攻击者所要的操作,其主要原因是程序没有细致地过滤用户输入的数据 ...
- Spring中的BeanFactory和ApplicationContext的区别
我用一个例子去测试BeanFactory和ApplicationContext的区别 首先建立一个bean public class User { //声明无参构造,打印一句话,监测对象创建时机 pu ...
- C# Time Class using MySQL
http://www.csharphelp.com/2007/09/c-time-class/ /* datatypes. Time class is writen in C# and .NET 2. ...
- 线性规划费用流解法(Bzoj1061: [Noi2008]志愿者招募)
题面 传送门 Sol 线性规划费用流解法用与求解未知数为非负数的问题 这道题可以列出一堆形如 \(x[i]+x[j]+x[k]+...>=a[p]\) 的不等式 我们强行给每个式子减去一个东西, ...