Our lives stretched out ahead of us, like a perpetual sunrise.

生命如永恒的日出,生生不息。

Please respect yourself, respect your efforts, self-respect leads to self-displine.

And self-displine can lead to great achievements.

Don't believe in pessimism, if something doesn't come in the way you expect, just forge ahead, because if you think it is going to rain, it will.

So always anticipate some good things in life, maybe it comes true just in the coming corner.

Life is like a perpetual sunrise, let it be like the sublime sunrise.

Sometimes if you want to see a change for the better, you have to take things into your own hands.

有时当你想看到自己变得更好的时候,你就必须自己动手付出努力。

From Clint Eastwood, who was born on May 31 1930, a famous American actor, film-maker, musician and political figure.

He had starred in many films, such as the Man with No Name, Unforgiven, Million Dollar Baby, and so on.

As an actor, he is very successfully, both in box office and in the awards he got.

But he didn't satisfy with his achievements as an actor, he also directed a lot of well-known films, like the Mystic River, Flags of Our Fathers, Letters from Iwo Jima, Jersey Boys, American Sniper, and the latest one Sully.

He was awarded the Italian Venice Film Festival Golden Lion for lifetime achievement in 2000 and the Legion of Honour medal in 2007.

Successful and the winner in life, isn't it?

Maybe he always practise in this way, that is just one of the secrets of his successes.

Envy? Definitely. I am really envious of his wonderful life.

I alawys seek for some upswings in my life, and I know why I always failed to make my dreams true, just for I didn't take things into my own hands, or sometimes I didn't catch hold of these things.

Just like my current state, there are obviously a lot of things I need to finish in the coming days, I can't concentrate my attention on my work, I always stop to browse the useless pages on the internet, or stop to write ssome ugly words.

What a pity, I see the problems, and I have the time to correct them, but I am reluctant to take effective actions.

Remember the space between anticipation and action is where we live with procrastination.

If we want to realize our anticipation, we must stride over the gap.

April 30 2017 Week 18 Sunday的更多相关文章

  1. 【构造】Ural Championship April 30, 2017 Problem K. King’s island

    题意:让你构造一个n个点的简单多边形,使得所有点是整点,并且所有边长是整数,并且没有边平行于坐标轴. 就利用勾股数,如下图这样构造即可,n为偶数时,只需矩形拼成,n为奇数时,封上虚线边即可. #inc ...

  2. 【哈希表】Ural Championship April 30, 2017 Problem H. Hamburgers

    题意:有n群人,每个人有喜欢的汉堡配方:有m家店,给出每家店的每个汉堡的配方,如果存在某个汉堡,其配料表包含某个人喜欢的配方,则这个人喜欢这个汉堡所在的店家.问你对每群人,输出被喜欢的人数最多的店面是 ...

  3. 【折半枚举】Ural Championship April 30, 2017 Problem G. Glasses with solutions

    题意:有n杯盐溶液,给定每杯里面盐的质量以及盐溶液的质量.问你有多少种方案选择一个子集,使得集合里面的盐溶液倒到一个被子里面以后,浓度为A/B. 折半枚举,暴力搜索分界线一侧的答案数,跨越分界线的答案 ...

  4. April 2 2017 Week 14 Sunday

    You only live once, but if you do it right, once is enough. 人生只有一次,但如果活对了,一次也就够了. Maybe I am going t ...

  5. April 23 2017 Week 17 Sunday

    It is a characteristic of wisdom not to do desperate things. 不做孤注一掷的事情是智慧的表现. We are told that we ha ...

  6. April 16 2017 Week 16 Sunday

    Happiness is a way station between too much and too little. 幸福就是刚刚好. I don't want to talk about it a ...

  7. April 9 2017 Week 15 Sunday

    In the evening one may praise the day. 入夜方能赞美白昼. I think that could be understand in different ways, ...

  8. 九月 26, 2017 10:18:14 上午 com.sun.jersey.server.impl.application.RootResourceUriRules <init> 严重: The ResourceConfig instance does not contain any root resource classes.

    Tomcat启动错误:九月 26, 2017 10:18:14 上午 com.sun.jersey.server.impl.application.RootResourceUriRules <i ...

  9. FFmpeg Commits on May 30, 2017 remove libschroedinger & libnut

    FFmpeg Commits on May 30, 2017 https://github.com/FFmpeg/FFmpeg/commit/220b24c7c97dc033ceab1510549f6 ...

随机推荐

  1. pm2 启动后台 node js

    1,安装node js 参看:https://www.cnblogs.com/wf-l5201314/p/9229974.html 2,pm2安装(安装环境linux / os) 命令:npm ins ...

  2. css animation fade in

    <html> <style> @-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}} @-o-keyframes fad ...

  3. JavaScript trim 实现去除字符串首尾指定字符的简单方法

    String.prototype.trim = function (char, type) { if (char) { if (type == 'left') { return this.replac ...

  4. 27-----BBS论坛

    BBS论坛(二十七) 27.首页帖子列表布局完成 (1)apps/models.py 把帖子跟用户关联起来 class PostModel(db.Model): __tablename__ = 'po ...

  5. Vue.js-----轻量高效的MVVM框架(二、Vue.js的简单入门)

    1.hello vue.js! (1)引入vue.js <script type="text/javascript" src="js/vue.js"> ...

  6. loadrunner学习--基础知识

    性能测试相关术语: 1.响应时间:指系统从发出请求开始到客户端接受到所有数据所消耗的时间. 2.并发用户:指同一时刻与服务器进行数据交互的所有用户数量.计算公式F=Nvu x R/T 其中F表示吞吐量 ...

  7. hdfs namenode/datanode工作机制

    一. namenode工作机制 1. 客户端上传文件时,namenode先检查有没有同名的文件,如果有,则直接返回错误信息.如果没有,则根据要上传文件的大小以及block的大小,算出需要分成几个blo ...

  8. jQuery自动完成插件flexselect

    项目中使用flexselect自动完成插件时遇到一个问题 刚开始以为是js的引用顺序有问题,但是查看后发现不是js引用顺序问题 js引用顺序如下 最后查找资料也没有解决问题,一直提示这个错误 后来在f ...

  9. CSS3 中 图标编码 icon——Font-Awesome

    在做网页开发中经常会用到图标,原来经常会到一些icon网站上找导入到项目中,现在Font-Awesome中的有很多的图标,并且还在不断更新 现在Font-Awesome最新版本是4.7,下载出来的Fo ...

  10. Silverlight 用户代码未处理 TypeLoadException

    在Silverlight中动态创建Enum时,多次调用改方法出现上图所示错误,后来发现定义名称都是一样的, 在程序中声明全局变量去区别就可以了. int num = 1; private Type C ...