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. Java 9 ← 2017,2019 → Java 13,来看看Java两年来的变化

    距离 2019 年结束,只剩下 33 天了.你做好准备迎接 2020 年了吗? 一到年底,人就特别容易陷入回忆和比较之中,比如说这几天的对比挑战就火了! 这个话题登上了微博的热搜榜,也刷爆了朋友圈, ...

  2. soapUI 之 测试文件上传 [6]

    在接口测试中会遇到需要上传文件的操作,比如头像修改等.那么soapui是怎么实现这部分测试的呢.以下以文件上传接口为例. 一.获取文件上传接口 可以通过开发直接提供的接口文档,或者自己抓包获取接口信息 ...

  3. Java题库——Chapter16 JavaFX UI组件和多媒体

    Chapter 16 JavaFX UI Controls and Multimedia Section 16.2 Labeled and Label1. To create a label with ...

  4. git常用情景和基础命令

    git常用情景和基础命令 将项目克隆到本地 --xxx是git的地址 git clone xxxx 或者初始化git(github提供滴) --新建一个readme.md文件 echo "# ...

  5. Make a List View Editable 使列表视图可编辑

    In this lesson, you will learn how to make a List View editable. For this purpose, the DemoTask List ...

  6. React 基础笔记

    概览 React 是一个声明式,高效且灵活的用于构建用户界面的 JavaScript库.可以将一些简短.独立的代码片段组合成复杂的UI界面,这些片段被称为"组件". React 大 ...

  7. JS Timing

    JS Timing 通过使用 JavaScript,我们有能力做到在一个设定的时间间隔之后来执行代码,而不是在函数被调用后立即执行.我们称之为计时事件. JavaScript 计时事件 通过使用 Ja ...

  8. Android 8.1 SystemUI虚拟导航键加载流程解析

    需求 基于MTK 8.1平台定制导航栏部分,在左边增加音量减,右边增加音量加 思路 需求开始做之前,一定要研读SystemUI Navigation模块的代码流程!!!不要直接去网上copy别人改的需 ...

  9. MySQL数据库:多表连接查询

    多表连接查询 注意:使用连接技术建议将表经行重命名! # explain 检索连接是否达标 # 内连接 # 语法1 from 表1 inner join 表2 on 主键字段=外键字段 [where ...

  10. pytorch 中改变tensor维度的几种操作

    具体示例如下,注意观察维度的变化 #coding=utf-8 import torch """改变tensor的形状的四种不同变化形式""" ...