If you are not brave enough, no one will back you up.

如果你不够勇敢,没人会替你坚强。

I was told that the real man can smile in trouble, gather strength from distress, and grow brave by reflection.

I learned that courage is not the absence of fear, but the triumph over it, and the brave man is not the one who doesn't feel afraid, but the one who can conquer those fears.

Being brave means to know something is scary, difficult, and dangerous, but still doing it anyway, because the possibility of winnin the fight is worth the chance of losing it.

If you can't show your courage when facing against difficulities and obstacles, those who could have helped you in some way may pull back their hands, because they are doubting that whether you are worth their help, whether their help will be paid back.

It is not cruel at all, it is the very reality. The world is always willing to favor those who are worth being favored, their achievements will make the world better.

The stronger you are, the stronger you will be; the weaker you are, the wearker you will be.

Don't complaint about the past, we can't bring oursleves back to change the past, but we can start from now to change the current and the future.

Night gets darkest right before dawn. What doesn't kill you makes you more strong.

最黑暗的夜晚永远在破晓之前,未曾击败你的只会让你更加强大。

From Linkin Park.

Sadly, one of the past members in the famous rock band-Linkin Park, committed suicide on July 20th, 2017.

Maybe there was something that made him finally choose to bring an end to his life.

And it was said the day he committed suicide was the death anniversary of his best friend, a famous singer as well.

It was a big news, it made me feel very strange.

Those singers, are very rich, and live wealthy life, why some of them choose to abandon themselves in some way, like drug addiction, committing suicide?

I really don't know. I don't have money, I don't have some skills to make a living, maybe it is my darkest time.

Sometimes I thought about ending my life too, but I can't make up my minds to do so, because I know that is not the goal the Heaven brought me to the world.

Today, Eleme, one of the largest players in the domestic food delivery service sector, swallows up one of its rival, Baidu Waimai.

Maybe this deal will enhance its position in this firecely competitive market.

July 22nd 2017 Week 29th Saturday的更多相关文章

  1. July 21st 2017 Week 29th Friday

    If you want to fly too high in relation to the horizon forget. 要想飞得高,就该把地平线忘掉. Always keep our eyes ...

  2. July 20th 2017 Week 29th Thursday

    The darkness is no darkness with you. 有了你,黑暗将不再是黑暗. The darkness will not be driven out if we failed ...

  3. July 19th 2017 Week 29th Wednesday

    Rather than envy others, it is better to speed up their own pace. 与其羡慕他人,不如加快自己的脚步. The envy of othe ...

  4. July 18th 2017 Week 29th Tuesday

    My heart is stronger now that you are in it. 我的心里有了你,从此变得更强大. You will no longer feel lonely if ther ...

  5. July 17th 2017 Week 29th Monday

    A heart is a heavy burden. 心,可是很重的. Follow your heart, but always take your brain with you. Easy to ...

  6. July 16th 2017 Week 29th Sunday

    Opportunities are like sunrises, if you wait too long, you miss them. 机会如同日出,等得太久就会错过. Indecision is ...

  7. July 15th 2017 Week 28th Saturday

    If I can't hear your heartbeat, you are too far away. 如果我听不见你的心跳,那是因为你离我太远了. Only when the two tight ...

  8. July 08th 2017 Week 27th Saturday

    You are never wrong to do the right thing. 坚持做对的事情,永远都不会错. I think the translation may be not precis ...

  9. July 01st 2017 Week 26th Saturday

    Kind hearts are more than coronets. 善良的心灵胜于显贵的地位. Some people say that this is a dog-eat-dog world, ...

随机推荐

  1. FFmpeg的H.264解码器源代码简单分析

    本文简单记录FFmpeg中libavcodec的H.264解码器(H.264 Decoder)的源代码.这个H.264解码器十分重要,可以说FFmpeg项目今天可以几乎“垄断”视音频编解码技术,很大一 ...

  2. org.dbunit.dataset.NoSuchTableException: t_group

    遇到这个错误发现异常信息里有一项是这个 15:30:10,609 ERROR SchemaUpdate:236 - HHH000388: Unsuccessful: create table t_gr ...

  3. goLang冒泡

    // test project main.gopackage main import (    "fmt") func main() {    var a = [10]int{1, ...

  4. Android表格布局之设置边框

    Android表格布局本身没有边框,不过可以通过背景色的设置可以实现表格边框的显示. 首先可以设置TableRow的背景色,然后设置内容的背景色.根据它们的颜色差就出现了边框.只要微调Content与 ...

  5. Log4j 2.0读取配置文件的方法

    log4j中配置日志文件存放的位置不一定在src下面,即根目录下.这个时候我们需要解决如何加载配置文件的问题.在log4j1.x中解决的方法就比较多了.如:PropertyConfigurator.c ...

  6. 在windows服务器上设置301、伪静态(wordpress)

    新建一个httpd.ini文件,插入代码: [ISAPI_Rewrite] RewriteCond Host: ^wuchao\.cc$ RewriteRule (.*) http\://www\.w ...

  7. String.Compare 方法 (String, Int32, String, Int32, Int32)

    String.Compare 方法 (String, Int32, String, Int32, Int32) 对两个指定的 String 对象的子字符串进行比较,并返回一个指示二者在排序顺序中的相对 ...

  8. 前端渲染模板(一):Thymeleaf

    一.使用 本篇文章将以SpringBoot为框架来介绍Thymeleaf的用法. 1 资源文件的约定目录结构  Maven的资源文件目录:/src/java/resources spring-boot ...

  9. 开窗函数over()

    使用方法 如:select name,avg(shengao)from xinxi group by name //我们都知道使用聚合函数要使用分组,如果不分组怎么办 Selct name,avg(s ...

  10. PL/SQL之流控制语句

    1.选择控制语句 --语法1--IF 条件 THEN 语句; END IF; DECLARE v_Salary ,); BEGIN SELECT salary INTO v_Salary FROM a ...