March 24 2017 Week 12 Friday
Our lives are brief, that is why it's important to search for meaning.
人生短暂,所以才要寻找它的意义。
What can we do to make our lives meaningful in our limited life-span?
In the long river of history, there were many famous people who died very early but even made some outstanding feats that were commemorated by their descendants forever.
But there were much more people, ordinary and obscure, their existence or their death, would never have any significant effect on the world. If they had one or more offspring, they might be commemorated only by their offspring.
So, try to something eternal, let your thoughts and achievements be engraved in the history.
What a waste my life would be without all the beautiful mistakes I have made.
如果没有犯下这些美丽的错误,对我的生命来说就是多么的浪费。
For myself, there may be no beautiful mistake, all are ugly.
But no matter what had happened to me, I think there must be some reasons.
Sometimes people come into your life and you know right away that they were meant to be there, they serve some sort of purpose, to teach you a lesson or help figure out who you are or who you want to become.
You never know who these people may be - your roommate, neighbor, professor, long lost friend, lover or even a complete stranger who, when you lock eyes with them, you know that very moment that they will affect your life in some profound way.
And sometimes things happen to you and at the time they may seem horrible, painful and unfair, but in reflection you realize that without overcoming those obstacles, you would have never realized your potential, strength, will, power or heart.
March 24 2017 Week 12 Friday的更多相关文章
- March 25 2017 Week 12 Saturday
Better master one than engage with ten. 会十事不如精一事. My colleagues think I have known a lot of things, ...
- March 23 2017 Week 12 Thursday
A bird is known by its note, and a man by his talk. 闻其声而知鸟,听其言而知人. One of the lessons I learned rece ...
- March 22 2017 Week 12 Wednesday
Satisfaction doesn't come from the outside, but from the inside. 满足感并非来自外界,而是来自内心. Everything that e ...
- March 21 2017 Week 12 Tuesday
Sometimes ever, sometimes never. 相聚有时,后会无期. Maybe love is something we can't touch but we can feel w ...
- March 20 2017 Week 12 Monday
A goal is a dream with a deadline. 目标就是给梦想一个期限. Dream without dealine is just daydream, because you ...
- March 19 2017 Week 12 Sunday
If you want it, work for it. It's that simple. 很简单,想要什么,就为之努力吧. Yes, it is very simple. Many of us j ...
- Becoming inspired - ASC - 2017 MARCH 24
Becoming inspired - The 11 questions to ask yourself when you feel uninspired @ Advanced Studio Clas ...
- python最全学习资料:python基础进阶+人工智能+机器学习+神经网络(包括黑马程序员2017年12月python视频(百度云链接))
首先用数据说话,看看资料大小,达到675G 承诺:真实资料.不加密,获取资料请加QQ:122317653 包含内容:1.python基础+进阶+应用项目实战 2.神经网络算法+python应用 3.人 ...
- March 30 2017 Week 13 Thursday
I learned the value of hard work by working hard. 只有真的努力了,才会知道努力的价值. On the day, March 12th 2017, I ...
随机推荐
- SpringMVC 商城项目
1. 商城视频中有word 笔记文档
- [转] 配置文件解析利器-Config库
[From] https://blog.csdn.net/zero__007/article/details/51493851 Typesafe的Config库,纯Java写成.零外部依赖.代码精简. ...
- Ubuntu下apt-get安装Java,Tomcat
sudo apt-get update sudo add-apt-repository ppa:webupd8team/java sudo apt-get install oracle-java8-i ...
- 腾讯云(Linux)安装Redis。
参考:https://blog.csdn.net/a575553272/article/details/79743802 指令:ps -ef | grep redis 查看启动后的进程.
- pycharm中使用正则表达式批量添加print括号,完美从python2迁移到python3
网络下载的python代码,版本参差,从python2.x迁移python3.x的过程中,存在print语法问题,即python2.x中print无括号,python3.x中print有括号. 逐行添 ...
- resty-limit-multiple-strategy.lua
--[[ 执行过载限流策略 --]] -- 当执行限流时,Nginx 返回的状态码 err_code = local limit_config = { user_limit = {rate = , b ...
- 01-struts2配置详解
1 struts.xml配置详解 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE strut ...
- 016-hibernateutils模板
package ${enclosing_package}; import org.hibernate.HibernateException; import org.hibernate.Session; ...
- FZU 2214 ——Knapsack problem——————【01背包的超大背包】
2214 Knapsack problem Accept: 6 Submit: 9Time Limit: 3000 mSec Memory Limit : 32768 KB Proble ...
- main方法击破
什么是main方法? 是类中的一段代码,可以让程序独立运行. public class HelloWord{ public static void main(String[] args) { for ...