May 2 2017 Week 18 Tuesday

The beauty of the journey is found in the scenery along the way.

旅行之美在于沿途所见的风景。

Several years ago, I climbed the Mt. Huashan with my classmates, one of them was my godness then.

We start our journey at night with the expectation that we could reach the summit of the mountain to see the sunrise, the legendary spectacular and magnificent sunrise.

Along our way to the summit, the sceneries in the night were really beautiful, I thought it was worth.

After we reached the summit, however, I found it was too cold, and the sunrise was not so spectacular as I had expected.

I didn‘t want to deny the beauty of the summit, what I really want to say is that only you have reached the destination, you are qualified to say the most beautiful sceneries of the journey is along the way.

If you haven‘t set your feet on the top of the hill, no matter how magnificent and spectacular the sceneries along the your way are, you will feel regretful and pitiful for the final result.

Do you understand my meaning?

Just strive to reach the aim, then you can have the qualification to judge the process, otherwise all the process may be nothing.

You have to fight to reach your dream. You have to sacrifice and work hard for it.

为了实现梦想,你必须奋斗;你必须做出牺牲,必须为之努力。

From Lionel Andres Messi, when it comes to this guy, there are more thoughts arising in my minds, far more than what I can write down now.

Messi was born in 1987, now he has been an iconic figure as a football player.

In the earily years of his career, he was just one of those talented teenagers, not the most outstanding one, but now, those who were abreast with him, even ahead of him, had already been inferior to him.

He has lived up to his words.

And what made him stand out from the firece competitions?

Talented skills may be not enough. Besides his skills, his diligence and his sacrifice also contributed a lot.

I don‘t expect I can be as great as him, but I really expect I can be outstanding in some fields, at least not too far away from where I should be.

时间: 2024-10-13 03:01:49

May 2 2017 Week 18 Tuesday的相关文章

日本IT行业劳动力缺口达22万 在日中国留学生迎来就业好时机 2017/07/18 11:25:09

作者:倪亚敏 来源:日本新华侨报 发布时间:2017/07/18 11:25:09   据日本政府提供的数据,日本2018年应届毕业生的"求人倍率"已经达到了1.78倍.换言之,就是100名大学生里有178个就业岗位可选择,即使所有大学毕业生都进入劳动力市场,也还有78个岗位空缺.劳动力现状是寒冷冬天,而学生们确实迎来了就业春天. 在众多岗位当中,日本的信息技术(IT)领域采用的外国人留学生最多.去年,已经在日本企业就职的留学生当中(除去制造行业),27.3%的毕业生进入了IT行业.根

2017.12.18 2周1次课

2017.12.18 二周第一次课 2.6 相对和绝对路径 什么是一个文件的路径呢 简单地说,就是这个文件存放的地方.只要你告诉系统某个文件的路径,系统就可以找到这个文件 Linux中,存在着绝对路径和相对路径. 绝对路径:路径一定是由根目录"/"开头的,不管在哪个目录下,都能通过绝对路径找到这个文件. 相对路径 :是你所在位置的路径,以当前目录开头的. 查看当前目录的路径,使用命令[pwd] ".ssh/authorized_keys"就是相对路径,相对"

April 18 2017 Week 16 Tuesday

Every light has darkness to balance it out. 有光明的地方,必定有黑暗予以平衡. I strive to get a balance between life and work. But it seems my efforts were just futile and I failed in both. I originally believed that although there were full of darkness in my life,

2017.7.18总结

Java学习一个月了,总先建个微博来存储下自己每天的总结,一直缺乏一个机会,而且刚开始学习的内容也比较零散. 从6.18以来正好一个月,学习一个月了,报名的网络课程,也学了两节了. 第一节是Java基础,Java里面有8种基础数据类型,byte short int long folat double char boolean . 一些基础的语法  if .switc { case 1: break; case2: break; default break;}.for(;;).if(){} els

noip2010 真题练习 2017.2.18

第一题比较简单,用exist数组判断是否在循环队列中,就可实现线性算法. Code 1 #include<iostream> 2 #include<cstdio> 3 #include<cctype> 4 #include<cstring> 5 #include<cstdlib> 6 #include<fstream> 7 #include<sstream> 8 #include<algorithm> 9 #i

2017.2.18[codevs1170]NOIP2008提高组复赛T4双栈排序

体面不贴 这题一开始卡了我好久--策了好久贪心都判断不了无解情况-- 直到看了题解才发现自己有多傻逼-- 传送门:http://blog.csdn.net/kqzxcmh/article/details/9566813 题解写的很清楚这里就不赘述了. 两次AC,还行吧. 关键是我太蒟蒻-- 1 #include<cstdio> 2 #include<cstdlib> 3 #include<cstring> 4 #include<iostream> 5 #in

2017.2.18

1.函数包装器 1.设计通用的函数执行接口,可以设置计数(函数执行次数)和关卡2.函数包装器依赖于函数模板,实现通用泛型 3.函数代码可以内嵌在函数中 最基本模板: 1 //函数包装器, T数据类型, F是函数 2 template<typename T,typename F> 3 T run(T v, F f) 4 { 5 static int count = 0; 6 count++;//计数器 7 std::cout << "run 一个参数的包装器 执行"

【第二组】项目冲刺(Beta版本)第一次每日例会 2017/7/18

项目冲刺(Beta版本)第一次每日例会 开发小组:Hunter 冲刺经理:林贵渊 小组成员:刘仁人,张太,李明君,林轩宇   1.每日例会内容 (1)昨天做了什么 1.刘仁人:找UI素材. 2.张太:找BGM,图片,检测与提示,故事设计. 3.李明君:做背景图,个人昵称修改的检测与提示. 4.林轩宇:整合所有项目,移植分支,Alpha版本发布. 5.林贵渊:上传图片功能完善,用户上传界面优化完成. (2)遇到了什么问题 1.刘仁人:没有UI美化设计灵感. 2.张太:没有比较合适的素材. 3.李明

【第五组】第六次冲刺例会纪要 2017/7/18

第六次冲刺例会纪要 开发小组:Hunger Killer 冲刺经理:衣俊霖 小组成员:张竣杰,董泽昊,赵美,宋寅瑜,徐志国 A:张竣杰 负责部分:管理员界面 昨日所做工作:实现本地图片上传,学习后端 遇到的问题:上传成功但是无法排版 今日计划:通过后端代码进行解决 B:衣俊霖 负责部分:注册界面 昨日所做工作:各种空白检测,用户名密码长度检测 遇到的问题:依旧用户服务迷糊,以及ContentDialog 今日计划:解决问题,做登陆界面 C:董泽昊 负责部分:趣味决策 昨日所做工作:写文档,学习后