The best accessory a girl can own is confidence.

女生最好的饰品就是自信。

Only when we have our own ideas and only when we are confident in oursleves, can we find the origin of energy and enthusiasm in our life and work, and become active, optimistic and perseverant.

Some of the good characters one should have:

Honesty, perseverant moral, sincere attitude, superior quality, humble conversation, cordial courtesy, neat apperance and so on.

If we want to be helpful to the world and have a splendid career, these should be our motto and our sign to deal with matters.

For everyone, self-confidence is indispensable. If you are full of confidence, with the help of some skills in social communication and your genuine knowledge in your business, you will be sure to stand out in your peers.

It may take considerable amounts of time and efforts to build up one's confidence.

Simply, I think a series of small but successful projects can promote the process.

Victory belongs to the most persevering.

胜利属于最坚持不懈的人。

From Napoleon Bonaparte.

Before discussing about the quote from Napoleon Bonaparte, I would like to spare several minutes to write down some common-using periphereal interconnecting technologies.

There are many ways to exchange data within system and between different systems.

Within the system, like on-board levels, the Central Process Unit can exchange data with the periphereal devices through I2C, SPI, UART, PCI, PCIE and so on.

Between different systems, we can use internet, pcie, or other kinds of bus.

But sometimes I can't make very clear about the difference between the hardware-structures and the protocols.

Such knowledge may be very fundamental, I feel frustrated with my confusion at these concepts.

It seems I know most of these basic concepts, but once going into details, I can't present a clear and precise expression about them.

That is why I can't become an expert and why I can't get promoted quickly in my career.

Predictably, victory belongs to those talents and those most persevering.

I am not talented, so I should be more perseverant, but in most cases, I just touch the surface of what I am involved in.

How to organize my bits and pieces of knowledge into systematic learning?

I expect I can qualify myself for the senior post.

There are many people who have been very successful when they are young, at the age of their twenties or thirties.

That period of time is considered as the best stage of one's life.

If you waste that time, you will certainly waste your whole life.

Sadly, I am just living my life in that way, and even though I have realized that is quite mierable I didn't take any measure to prevent the tragedy.

August 13th 2017 Week 33rd Sunday的更多相关文章

  1. August 13th 2016 Week 33rd Saturday

    What makes life dreary is the want of motive. 没有目标与动力,生活便会郁闷无光. Without dreams and hope, there will ...

  2. August 7th 2016, Week 33rd Sunday

    Knowing yourself is the height of wisdom. 了解自己就是大智慧. Two-day holiday, even I didn't have enought tim ...

  3. August 27th 2017 Week 35th Sunday

    You can't be brave if you've only had wonderful things happen to you. 人生若只是有美好的境遇,那你也没办法学会勇敢. Wherea ...

  4. August 20th 2017 Week 34th Sunday

    Life is not a race, but a journey to be savored each step of the way. 生活不是一场赛跑,而是每一步都应该细细品尝的人生旅程. No ...

  5. August 19th 2017 Week 33rd Saturday

    Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...

  6. August 18th 2017 Week 33rd Friday

    If you shed tears when you miss the sun, you also miss the stars. 如果你因为错过太阳而哭泣,你也将会错过繁星. If you have ...

  7. August 17th 2017 Week 33rd Thursday

    Fate is responsible for shuffling, but the game of cards is our own! 命运负责洗牌,但是玩牌的是我们自己! Today, I upd ...

  8. August 16th 2017 Week 33rd Wednesday

    A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...

  9. August 15th 2017 Week 33rd Tuesday

    Would rather have done a regret, do not miss the regret. 宁愿做过了后悔,也不要错过了后悔. Yesterday, I read several ...

随机推荐

  1. docker中的命令参数(小白常用)

    1 docker run run是最常用的命令,他是docker creat和docker start命令的组合,创建容器并启动它.run的参数比较难理解的是-i 和-t 以及-d,分别说说这三个. ...

  2. ssm项目启动,加载数据库连接池时卡住

    今天早上到公司启动项目的时候,加载数据库连接池时卡住,昨晚还好着呢,然后排查原因,最后发现是因为有一个mapper的xml配置文件中 <mapper namespace="com.mi ...

  3. POJ 3481 Double Queue(set实现)

    Double Queue The new founded Balkan Investment Group Bank (BIG-Bank) opened a new office in Buchares ...

  4. Django url分发到工程里

    因为我们建立了Django后 ,url是在mysite下的全局对象 因为我们实际项目里不可能只有一个工程 而全放在全局里去分发url 会让代码耦合度提高,代码量大后会造成维护困难.这时候我们把url分 ...

  5. (完整)爬取数据存储之TXT、JSON、CSV存储

    一.文件存储 1. TXT文本存储 例:知乎发现页面,获得数据存成TXT文本 import requests from pyquery import PyQuery as pq url="h ...

  6. Java泛型的基本使用

    Java1.5版本推出了泛型,虽然这层语法糖给开发人员带来了代码复用性方面的提升,但是这不过是编译器所做的一层语法糖,在真正生成的字节码中,这类信息却被擦除了.笔者发现很多几年开发经验的程序员,依然不 ...

  7. 从0开始整合SSM框架--2.spring整合mybatis

    依赖:<properties> <!-- spring版本号 --> <spring.version>4.1.3.RELEASE</spring.versio ...

  8. [转]高品质开源工具Chloe.ORM:支持存储过程与Oracle

    本文转自:http://www.cnblogs.com/so9527/p/6131177.html 扯淡 这是一款高质量的.NET C#数据库访问框架(ORM).查询接口借鉴 Linq.借助 lamb ...

  9. 十二:video 视频

    属性名 类型 默认值 说明 src String   要播放视频的资源地址 controls Boolean true 是否显示默认播放控件(播放/暂停按钮.播放进度.时间) danmu-list O ...

  10. request发送json-rpc请求

    直接贴代码吧: let url = '/rest/2.0/res/auth_token?session=' + session url += getUrlTokenQuery() const meth ...