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. springboot-1-介绍

    之前跟着一个博主学过springboot, 但不怎么全面, 最近看了本书, 汪云飞的springboot 实战, 发现springboot太强大了, 跟着书重新走一遍... 边写边记录 http:// ...

  2. 如果天空不死博客java阅读列表整理

    如果天空不死的主页https://home.cnblogs.com/u/skywang12345 下面是最近总结的Java集合(JDK1.6.0_45)相关文章的目录. 01. Java 集合系列01 ...

  3. Compiler Principle

    1.Einleitung 1.1 Der Überblick über Compiler 1.1.1 Lexikalische Analyse Die lexikalische Analyse zer ...

  4. Angular: 使用 RxJS Observables 来实现简易版的无限滚动加载指令

    我使用 angular-cli 来搭建项目. ng new infinite-scroller-poc --style=scss 项目生成好后,进入 infinite-scroller-poc 目录下 ...

  5. 事件绑定的快捷方式 利on进行事件绑定的几种情况

    [事件绑定快捷方式]$("button:first").click(function(){ alert(1); }); [使用on绑定事件] ① 使用on进行单事件绑定 $(&qu ...

  6. 【转】IIS网站浏览时提示需要用户名密码登录-解决方法

    打开iis,站点右键----属性----目录安全性----编辑----允许匿名访问钩选 IIS连接127.0.0.1要输入用户名密码的解决办法原因很多,请尝试以下操作: 1.查看网站属性——文档看看启 ...

  7. js常用字符处理方法

    JS自带函数concat将两个或多个字符的文本组合起来,返回一个新的字符串.var a = "hello";var b = ",world";var c = a ...

  8. c#项目代码风格要求

    代码风格没有正确与否,重要的是整齐划一,这是我拟的一份<.Net 项目代码风格要求>,供大家参考. 1. C# 代码风格要求 1.1注释 类型.属性.事件.方法.方法参数,根据需要添加注释 ...

  9. <深入理解JavaScript>学习笔记(3)_全面解析Module模式

    简介 Module模式是JavaScript编程中一个非常通用的模式,一般情况下,大家都知道基本用法,本文尝试着给大家更多该模式的高级使用方式. 首先我们来看看Module模式的基本特征: 模块化,可 ...

  10. Vue学习笔记:Ref的使用

    官网上的说明 1.了解Vue中的$refs在Vue中是怎么访问到DOM元素的 <div id="app"> <h1>{{ message }}</h1 ...