July 02nd. 2018, Week 27th. Monday
Bad times make a good man.
艰难困苦出能人。
Bad times make a good man, and hard times create strong men, but sometimes strong men did not bring good times.
There is an argument that hard times require a strong man, that humans need leaders of confidence and absolute decision to unify them and get them out of desperate situations, but the idea that good times were the result is hard to be agreed totally.
For the individual human, bad or hard times can indeed bring about growth and strength, but sometimes, they can bring about hopelessness, malaise, or criminal behaviours.
To become good and strong, or to become evil and worthless, that all depends on our own decisions.
Don't complain too much about the unfairness, don't indulge too deeply in the past failures, we can choose to bravely bear the consequences of our past choices, and we can choose to be better in the future.
Remember that can't kill you just make you strong.
For Azeroth.
为了艾泽拉斯。
From World of Warcraft.
For those who we love, for those who love us, we can be braver than we believe, we can be stronger than we seem, and we can be smarter than we think.
Try to find out our real vocation, sometimes, it may present itself if we can do our current businesses well.
July 02nd. 2018, Week 27th. Monday的更多相关文章
- July 07th. 2018, Week 27th. Saturday
		
Soon is not as good as now. 别谈未来,现在就行动. From Seth Godin. I always told myself that I should finish w ...
 - July 06th. 2018, Week 27th. Friday
		
Life has no limitations, except the ones you make. 生命无限,除非你自我设限. From Les Brown. There would be no l ...
 - July 05th. 2018, Week 27th. Thursday
		
Pleasure in the job puts perfection in the work. 乐于工作才能有完美表现. From Aristole. Do you want promotion? ...
 - July 04th. 2018, Week 27th. Wednesday
		
And if you really want to see what people are, all you have to do is to look. 想真正了解他人,只需要用心看. From W ...
 - July 03rd. 2018, Week 27th. Tuesday
		
I don't know anything with certainty, but seeing the stars makes me dream. 我不知道世间有什么事是确定不变的,但只要一看到星空 ...
 - July 01st. 2018, Week 27th. Sunday
		
Empty your cup so that it may be filled. 清空杯子,方能再次装满. From Bruce Lee. We can't learn anything new if ...
 - July 03rd 2017 Week 27th Monday
		
Even if you are on the right track, you will get run over if you just sit there. 即使你处于正确的轨道上,但如果你只是坐 ...
 - July 02nd 2017 Week 27th Sunday
		
No safe wading in an unknown water. 未知水深浅,涉水有危险. Is this the theory that has been the guideline for ...
 - July 09th, 2018. Monday, Week 28th.
		
Happiness is an inside job. 自内寻找,才能找到幸福. From William Arthur Ward. Nobody wants to suffer, and we al ...
 
随机推荐
- Activity,Window,View之间是什么关系?
			
Activity在onCreate之前调用attach方法,在attach方法中会创建window对象.window对象创建时并没有创建 Decor对象对象.用户在Activity中调用setCont ...
 - 第二章——机器学习项目完整案例(End-to-End Machine Learning Project)
			
本章通过一个例子,介绍机器学习的整个流程. 2.1 使用真实数据集练手(Working with Real Data) 国外一些获取数据的网站: Popular open data repositor ...
 - 如何打开JSP文件/JS和JSP的区别/Servlet的本质是什么,是如何工作的?
			
一:如何打开JSP文件 1.安装JAVA 2.安装TOMCAT——免费开源的JAVAWEB服务器 3.安装ECLIPSE 二:JS和JSP区别 名字: JS:JavaScript JSP:Java S ...
 - 问题(一) DebugAugmenter
			
问题: DebugAugmenter的作用是什么?是任何一个自创建的变量都可以取代它还是它有特定含义? public class DebugAugmenter Test { @Test public ...
 - BZOJ_4443_[Scoi2015]小凸玩矩阵_二分+二分图匹配
			
BZOJ_4443_[Scoi2015]小凸玩矩阵_二分+二分图匹配 Description 小凸和小方是好朋友,小方给小凸一个N*M(N<=M)的矩阵A,要求小秃从其中选出N个数,其中任意两个 ...
 - [NOIP2002]字串变换 T2 双向BFS
			
题目描述 已知有两个字串 A,B 及一组字串变换的规则(至多6个规则): A1−>B1 A2−>B2 规则的含义为:在 A$中的子串 A1可以变换为可以变换为B1.A2可以变换为可 ...
 - selenium+python+eclipse 实现  “问卷星”网站,登录与检查登录示例!
			
1.使用selenium+python+eclipse实现的登录"问卷星",问卷星访问地址:https://www.sojump.com/ 2.实现步骤:1)进入链接---首页-- ...
 - pyqt5实现注册界面并获得文本框内容
			
获取框里面的内容,有一个BUG,搞了好久才搞定. __author__ = 'ayew'import sysfrom PyQt5.QtCore import*from PyQt5.QtWidgets ...
 - 干货!分享一款windows下的磁盘分析神器。
			
作为开发人员的你,肯定遇到过这样的情况,120G SSD系统盘居然满载了,到底是被哪些程序占用了,包含哪些大文件,这个时候脑袋里就开始回忆了.....这对平时没有养成规范化记录安装软件好习惯的同学而言 ...
 - android双待手机获取每一张SIM卡的imei
			
/** * create a TelephonyInfo.java class */import java.lang.reflect.Method; import android.content.Co ...