It's so easy to be careless, it takes courage and courage to care.

不在乎很容易,但在乎却需要很多勇气。

Sometimes it would be much easier to give up than to hold on, especially when failing again and agian even after having paid a lot.

It really takes more courage to choose to hold on in these moments.

But we have to, we have to hold on to our dreams, we have to achieve something that can show our existence is valuable or our endeavours are worthwile, and we have to fight for a decent standard of living for people we love and people who lvoe us.

Well, even if the results are not so satisfactory, sometimes disappointing or frustrating, let it be, and let's press on, let's change them, little by little, better by better.

Remember, regrets can't help us overcome obstacles, only actions of overcoing those challenges can help us change our life.

Don't give up, keep striving for better changes in the future.

Let no feeling of discouragement prey upon you, and in the end you are sure to succeed.

莫让挫折感把你吞噬,最终你就一定会成功。

From Abraham Lincoln.

Believe it or not, it is often the way we react to what happens to us that does us the most harm.

Imagine that we encounter an intense conflict at work or we get stuck in a difficult problem, we may choose to give up, or choose to abandon ourselves in some fleeting pleasures, that would lead to some worse consequences later. But if we choose to clam on and try to find out potential solutions, even though we may fail at last, we still can get some rewards through our efforts, at least, we will grow up, we will become more skilled.

Discouragement is just like a vicious cycle, it feeds on itself and it never fixes the situation.

Don't be discouraged. If you let yourself get dismayed, if you leave when you are down and out, you are already defeated.

We need to take hold of courage, we need to strengthen ourselves. The Heaven will be with us, and we can do all the things.

OK, let's have a break, and discuss some puzzling quesionts:

The first: What is the best way to learn board bringup and hardware diagnostics?

Please see the url at:

https://stackoverflow.com/questions/7130017/what-is-the-best-way-to-learn-board-bringup-and-hw-diagnostics

The second:  How to bringup any arm board?

https://stackoverflow.com/questions/1503465/arm-board-bring-up

Try to present my own answers after finishing the bringup of tda2sx.

June 30th, 2019. Week 26th, Sunday的更多相关文章

  1. June 30th. 2018, Week 26th. Saturday

    Curiosity is the wick in the candle of learning. 如果学习是一根蜡烛,那好奇心就是烛芯. From William Arthur Ward. Pleas ...

  2. June. 24th 2018, Week 26th. Sunday

    Beautiful things don't ask for attention. 真正美丽的东西,并不会刻意寻求别人的注目. From The Secret Life of Walter Mitty ...

  3. June 30th 2017 Week 26th Friday

    Love me little and love me long. 不求情意浓,但愿情意久. Some people say beautiful young people are the creatur ...

  4. June 25th 2017 Week 26th Sunday

    There is always that one song that brings back old memories. 总有那么一首歌,让你想起那些旧的回忆. There are seveal so ...

  5. June 16th, 2019. Week 25th, Sunday.

    I can fly higher than an eagle, for you are the wind beneath my wings. 我之所以能飞得比鹰还高,是因为有你做我羽翼下的风. You ...

  6. June 09th, 2019. Week 24th, Sunday

    The beauty you see in me is a reflection of you. 你在我身上看到的美,正是你的倒影. From Jalaluddin Rumi. What we see ...

  7. May 26th, 2019. Week 22nd, Sunday

    A real loser is somebody that's so afraid of not winning, they don't even try. 真正的失败者,是那些因为害怕不能成功,就连 ...

  8. June 29th. 2018, Week 26th. Friday

    Real love is always worth waiting for. 真爱永远值得等待. From Westworld. Real love is rare, but it does exis ...

  9. June 28th. 2018, Week 26th. Thursday

    You cannot change the circumstances but you can change yourself. 既然改变不了环境,那就改变自己. From Jim Rohn. Rec ...

随机推荐

  1. 使用Mybatis实现动态SQL(二)

    使用Mybatis实现动态SQL 作者 : Stanley 罗昊 [转载请注明出处和署名,谢谢!] 写在前面:        *本章节适合有Mybatis基础者观看* 使用Mybatis实现动态SQL ...

  2. 一起学SpringMVC之Request方式

    本文主要以一些简单的小例子,简述在SpringMVC开发过程中,经常用到的Request方面的内容,仅供学习分享使用,如有不足之处,还请指正. 概述 在客户机和服务器之间进行请求-响应时,两种最常被用 ...

  3. Go使用变量类型声明和方法的注意事项

    当我们通过把一个现有(非interface)的类型定义为一个新的类型时,新的类型不会继承现有类型的方法. 神马意思?来一段简短错误的代码: package main import "sync ...

  4. DotNet Core中使用dapper

    我们都知道,ORM全称是,Object Relationship Mapper,即,对象关系映射.也就是可以用object来map我们的db,而且市面上的orm框架有很多,其中有一个框架叫做dappe ...

  5. Kali Linux install "Veil-Evasion"

    Xx_Step wget https://github.com/ChrisTruncer/Veil/archive/master.zip unzip master.zip cd Veil-Evasio ...

  6. Android app targetSdk升级到27碰到的一个bug补充说明

    版权声明:本文为xing_star原创文章,转载请注明出处! 本文同步自http://javaexception.com/archives/203 完美解决google nexus设备全面屏主题cra ...

  7. MS SQL 设置自增长字段默认值

    dbcc checkident(tablename,reseed,value) 其中tablename为你所要修改的表名,value为默认值.比如你要设置自增长字段值从1开始,则: )

  8. 11. java random类

    一.random类使用 import java.util.Random; public class Demo{ public static void main(){ Random r = new Ra ...

  9. 《推送开发全面盘点当前Android后台保活方案的真实运行效果》

        登录 立即注册 TCP/IP详解 资讯 动态 社区 技术精选 首页   即时通讯网›专项技术区›推送开发全面盘点当前Android后台保活方案的真实运行效果(截止2 ...   帖子 打赏 分 ...

  10. 《java编程思想(第四版)》第一二章学习笔记

    目录 一.Introduction 1.抽象过程 2.面向对象语言(包括Java)的五个基本特性 3.每个对象都提供服务 4.public.private.protected三者的区别 5.Java的 ...