August 13th 2017 Week 33rd Sunday
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的更多相关文章
- August 13th 2016 Week 33rd Saturday
What makes life dreary is the want of motive. 没有目标与动力,生活便会郁闷无光. Without dreams and hope, there will ...
- August 7th 2016, Week 33rd Sunday
Knowing yourself is the height of wisdom. 了解自己就是大智慧. Two-day holiday, even I didn't have enought tim ...
- August 27th 2017 Week 35th Sunday
You can't be brave if you've only had wonderful things happen to you. 人生若只是有美好的境遇,那你也没办法学会勇敢. Wherea ...
- August 20th 2017 Week 34th Sunday
Life is not a race, but a journey to be savored each step of the way. 生活不是一场赛跑,而是每一步都应该细细品尝的人生旅程. No ...
- August 19th 2017 Week 33rd Saturday
Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...
- August 18th 2017 Week 33rd Friday
If you shed tears when you miss the sun, you also miss the stars. 如果你因为错过太阳而哭泣,你也将会错过繁星. If you have ...
- August 17th 2017 Week 33rd Thursday
Fate is responsible for shuffling, but the game of cards is our own! 命运负责洗牌,但是玩牌的是我们自己! Today, I upd ...
- August 16th 2017 Week 33rd Wednesday
A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...
- August 15th 2017 Week 33rd Tuesday
Would rather have done a regret, do not miss the regret. 宁愿做过了后悔,也不要错过了后悔. Yesterday, I read several ...
随机推荐
- 快速排序分析及实现(C++)
目录 快速排序算法分析及实现(C++) 算法思想 快速排序步骤 优点分析 C++语言实现 快速排序算法分析及实现(C++) 算法思想 把n个元素划分为三段:左端Left,中间段middle和右端r ...
- WPF中用后台C#代码为TabItem设置Background属性
TabItem tabItem = sender as TabItem; tabItem.Background = new ImageBrush(new BitmapImage(new Uri(@&q ...
- <数据挖掘导论>读书笔记9聚类分析
1. 聚类分析仅根据在数据中发现的描述对象及其关系的信息,将数据对象分组. 其目标是组内的对象相互之间是相似的或者相关的,而不同组中的对象是不同的或者不相关的. 2.聚类分析的重要技术 K均值:K均值 ...
- 【LeetCode题解】349_两个数组的交集
目录 [LeetCode题解]349_两个数组的交集 描述 方法一:两个哈希表 Java 实现 类似的 Java 实现 Python 实现 类似的 Python 实现 方法二:双指针 Java 实现 ...
- php 析构函数,构造函数
php 析构函数,构造函数 <?php /** * 测试使用的PHP操作类 * Date: 2017/7/13 * Time: 14:22 */class Test{ /** 姓名 */ p ...
- Kernel的IIC驱动分析
涉及到的文件: drivers/i2c/i2c-core.c drivers/i2c/i2c-dev.c drivers/i2c/busses/i2c-imx.c 等等 在下面分析的代码中,不想关或者 ...
- Android组件--意图(Intent)
1. 隐示调用和显示调用 参考资料:http://blog.csdn.net/harvic880925/article/details/38399723 1.概念 1). 显式意图: 能从intent ...
- [转]emailjs-smtp-client
本文转自:https://github.com/emailjs/emailjs-smtp-client/blob/master/README.md SMTP Client SMTP Client al ...
- spring boot2.0
1. Spring boot 简介 1.1 spring boot的三大特性 组件自动装配:Web mvc, Web Flux,JDBC等 激活:@EnableAutoConfiguration 配置 ...
- Mybatis之简单注解
Mybatis使用注解实现主键自增长: oracle: @SelectKey(statement="select my_seq.nextval from dual",resultT ...