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. Fiddler使用一(Fiddler简介)

    参考文章:http://blog.csdn.net/ohmygirl/article/details/17846199 1.为什么是Fiddler? 抓包工具有很多,小到最常用的web调试工具fire ...

  2. java练习题:现给出二组字符串,比较他们看是否相等

    import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import jav ...

  3. HttpSessionListener

    1 知识点

  4. 通过反射获取及调用方法(Method)

    1.获取方法使用反射获取某一个类中的方法,步骤:①找到获取方法所在类的字节码对象②找到需要被获取的方法 Class类中常用方法: public Method[] getMethods():获取包括自身 ...

  5. 用.net 2.0(或.net 3.5)开发的程序在.net 4.0的环境中运行的解决方案

    引用:.NET2.0程序集无法在.net 4.0 中运行的解决方案 1. 原来是在.net 2.0 (VS2008)的环境下的程序,通过升级到.net 4.0 (VS2013)导致程序运行不了 提示需 ...

  6. Java生成二维码和解析二维码URL

    二维码依赖jar包,zxing <!-- 二维码依赖 start --><dependency> <groupId>com.google.zxing</gro ...

  7. ElasticSearch基础入门

    1.query查询表达式 Elasticsearch 提供一个丰富灵活的查询语言叫做 查询表达式 , 查询表达式(Query DSL)是一种非常灵活又富有表现力的 查询语言,它支持构建更加复杂和健壮的 ...

  8. Swift函数_inout参数

    //无inout参数的函数 func changeName(var name:String){ name = "Hello" println(name) } let payerNa ...

  9. xcode8 打开的 xib 踩坑

    之前开发都不敢工测试版的开发,一直用正式版的,xcode7.3.1的模糊匹配让我很蛋疼,自定义的类,类名不提示,每次都粘贴复制,8号苹果发布了 xcode8GM 版,迫不及待的从苹果开发者官网下了一个 ...

  10. SpringCloud实战之初级入门(二)— 服务注册与服务调用

    目录 1.环境介绍 2.服务提供 2.1 创建工程 2.2 修改配置文件 2.3 修改启动文件 2.5 亲测注意事项 3.服务调用 3.1 创建工程 3.2 修改配置文件 3.3 修改启动文件 3.4 ...