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. Spark standalone简介与运行wordcount(master、slave1和slave2)

    前期博客 Spark standalone模式的安装(spark-1.6.1-bin-hadoop2.6.tgz)(master.slave1和slave2)  Spark运行模式概述 1. Stan ...

  2. datepicker97切换年月日再连续点击下拉中日期的bug出现问题

    解决办法: function wdateOption(fmt){ if(fmt===undefined){fmt="yyyy-MM-dd"} return{ dateFmt:fmt ...

  3. PHP根据ASCII码返回具体的字符

    根据ASCII码返回具体的字符,在php中可以使用函数 chr(); 如:大写字母A的 ASCII码是 65, 所以: <?php echo chr(65);//结果是大写字母 A ?> ...

  4. Hibernate实体类编写规则和主键策略

    一.实体类的编写规则 1.属性要是私有的. 2.要有公开的setter和getter方法供外界访问和修改. 3.每一个实体类要有一个属性作为唯一值(一般都是使用对于数据表的主键). 4.建议数据类型不 ...

  5. HTTP协议(一):介绍

     HTTP协议(一):介绍  RFC 2616定义了今天普遍使用的一个版本——HTTP 1.1.HTTP协议(HyperText Transfer Protocol,超文本传输协议)是一种详细规定了浏 ...

  6. c++ mysql connector 学习汇总

    1)MySQL Connector/C++入门教程(上) 里面有autoCommit的用法 2)国外的一篇文章

  7. PHP学习8——图像处理

    主要内容: 加载GD库 创建图像 绘制点,线,矩形,多边形,椭圆,弧线 绘制文字 通过GD库生成验证码 其实吧,学习图像方法的最大作用,好像就是为了制作验证码. 所以此专题,不如叫做制作验证码. 1. ...

  8. sql创建表变量,转百分数

    declare @tab table( ID nt identity(1,1) primary key, --从1开始,每次自增1 ,Name nvarchar(200) ) declare a fl ...

  9. 一个骚气的前端JS代码生成网站

    生成Javascript 颜文字代码 稍微试了试 原本的代码: alert("Hello, JavaScript") 转换后代码 ゚ω゚ノ= /`m´)ノ ~┻━┻ //*´∇`* ...

  10. Mysql8.0.11简介,新特性

    MySQL 8.0 正式版 8.0.11 已发布,官方表示 MySQL 8 要比 MySQL 5.7 快 2 倍,还带来了大量的改进和更快的性能! 注意:从 MySQL 5.7 升级到 MySQL 8 ...