Love me little and love me long.

不求情意浓,但愿情意久。

Some people say beautiful young people are the creature of nature, but beautiful old people are true works of art, and we don't become beautifuly just by virtue of the aging process.

Real beauty comes from learning, growing, and loving in the ways of life.

That is the art of life. We may learn slowly, and sometimes painfully, by just waiting for life to happen to us.

Or we can choose to accelerate our growth and intentionally devour life and all it offers.

We can be the artists that paint our future with the brush of today.

Just paint a masterpiece.

God gives every bird its food, but he doesn't throw it into its nest.

Wherever we want to go, whatever we want to do, it's all up to us.

I don't expect that my life would be renovated just in one move, I do expect I can see some improvents, small but really exists, which will serve as the bricks that can build up my skyscraper.

Drama is life with the dull bits cut out.

戏剧就是去掉了无聊片段的生活。

From Alfred Hitchcock.

Every time I excerpt the Daily Sentence of Shanbay, I always try to know more about the one who said it.

Who is Alfred Hitchcocke? What did he do that made him famous?

Ok, before searching on the internet, let's guess the possible answer first.

Maybe he was a novelist, or a playwright, or a moviemaker, a director, something of art.

Uha, the man turned out to be a world-famous film director and producer, referred to as the Master of Suspence.

He was born on August 13 1899, and died on April 29 1980.

He pioneered many elements of the suspense and psychological thriller genres, and eventually became renowned as the best director in England.

His movies and the style of narration still have great impacts on modern films.

Drama stems from life and it can be higher than life.

And the gap lies between our ordinary and the great directors is that whether we can extract some attractive and compelling stories from daily life.

It is the same to many fileds, to become a master in your field, it not only needs a lot of practice, but also need extraction the essence in every practice.

June 30th 2017 Week 26th Friday的更多相关文章

  1. June 30th. 2018, Week 26th. Saturday

    Curiosity is the wick in the candle of learning. 如果学习是一根蜡烛,那好奇心就是烛芯. From William Arthur Ward. Pleas ...

  2. June 29th 2017 Week 26th Thursday

    Hope for the best, but prepare for the worst. 做最好的期望,做最坏的打算. Always remember that quotes about being ...

  3. June 28th 2017 Week 26th Wednesday

    Anger begins with folly, and ends in repentance. 愤怒以愚蠢开始,以后悔告终. Learn to control your temper, don't ...

  4. June 27th 2017 Week 26th Tuesday

    Happiness takes no account of time. 幸福不觉光阴过. At the beginning of this week, I planned to make some s ...

  5. June 25th 2017 Week 26th Sunday

    There is always that one song that brings back old memories. 总有那么一首歌,让你想起那些旧的回忆. There are seveal so ...

  6. June 30th, 2019. Week 26th, Sunday

    It's so easy to be careless, it takes courage and courage to care. 不在乎很容易,但在乎却需要很多勇气. Sometimes it w ...

  7. June 26th 2017 Week 26th Monday

    I am a little tempted, but so afraid to look in your eyes. 我对你有一点动心,却如此害怕看你的眼睛. Now that you are tem ...

  8. June 01st 2017 Week 22nd Thursday

    Do what you say, say what you do. 做你说过的,说你能做的. Do what I have said, live up to my promise, answer th ...

  9. CodeChef June Challenge 2017

    好气啊,本来以为比赛时间还有很多,结果回家养病两天回到学校怎么比赛就结束了(雾),大约是小高考弄错了时间? 挑3道有意思的写写题解吧. Cloning 题目大意:给一个序列,每次询问两个等长区间,问区 ...

随机推荐

  1. Java ArrayList trimToSize()

    前几天看了Java ArrayList,没有明白trimToSize()这个方法是什么意思,所以看了一下源码并且debug一下自己的一个例子,明白了其中的含义.贴在这里. ArrayList al = ...

  2. ActiveMQ_Linux安装

    首先ActiveMQ查看你需要的版本 官网:http://activemq.apache.org/ 我这里选择的是:apache-activemq-5.14.0-bin.tar.gz 然后在linux ...

  3. python-爬虫之re模块

    re模块中常用功能函数 1.compile() 编译正则表达式模式,返回一个对象的模式.(可以把那些常用的正则表达式编译成正则表达式对象,这样可以提高一点效率.) 格式: re.compile(pat ...

  4. java--线程状态【转】

    1.新建状态 Thread t1 = new Thread(); 创建之后,就已经有了相应的内存和其他资源,但是还是处于不可运行状态. 2.就绪状态 当一个线程使用.start()启动之后就处于就绪状 ...

  5. 如何限制html标签input的长度

    如何限制html标签input的长度 示例: <form action="/example/html/form_action.asp" method="get&qu ...

  6. 【request获取用户请求ip】

    1:request.getRemoteAddr() 2:如果请求的客户端使用了nginx 等反向代理发送请求的时候:就不能获取到真是的ip地址了:如:将http://192.168.1.110:204 ...

  7. 阿里云两台服务器之间拷贝文件命令scp

    参考:云栖社区 不同的Linux之间copy文件通常有4种方法 1.ftp 2.samba服务 3.sftp 4.scp 最简单的方法就是scp,可以理解为ssh管道下的cp命令 把当前一个文件cop ...

  8. [转]微信小程序登录数据解密以及状态维持

    本文转自:http://www.cnblogs.com/cheesebar/p/6689326.html 学习过小程序的朋友应该知道,在小程序中是不支持cookie的,借助小程序中的缓存我们也可以存储 ...

  9. 使用connect-multiparty限制nodejs图片上传

    connect-multiparty中间件,可用于获取文件上传时各种参数,比如文件大小.格式等,具体使用: var multipart = require('connect-multiparty'); ...

  10. mac隐藏和显示隐藏文件

    显示:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏:defaults write com.apple.finder Ap ...