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 ...
 
随机推荐
- 图解ARP协议(四)代理ARP原理与实践(“善意的欺骗”)
			
一.代理ARP概述 我:当电脑要访问互联网上的服务器,目标MAC是什么? 很多小伙伴在刚学习网络协议的时候,经常这样直接回应:不就是服务器的MAC嘛! 这时我会反问:那电脑怎么拿到这个服务器的MAC地 ...
 - 去除inline-block之间的空白
			
做一个水平排列的导航通常有以下几种布局: 1.给一个浮动. 2.设置display为inline. 3.设置display为inline-block. 但要追求代码量最少的话,设置为inline元素或 ...
 - 费了个劲的git
			
终于学会了git,表示不容易,个人表示总结一下... 1.设置个人PC上的git master路径,ok没问题,用时1min 2.从码云代码仓库克隆已写代码,也很简单,用时2min 3.将本机器内文 ...
 - 多功能电子通讯录(涉及到了双向链表的使用,Linux文件编程等等)
			
readme.txt //作为一个程序员,我们咋么能不写用户手册呢!MSP的我觉得用户体验是王道,苹果手机的用户体验的确不错!不过WP加油!我去,扯远了!赶紧看我的程序吧! 歡迎使用多功能電子通訊錄 ...
 - jQuery选择器,外加例子讲解
			
jQuery选择器的优势: (1) 代码更简单(2) 支持CSS1到CSS3选择器(3) 完善的处理机制 jQuery选择器的分类 (1) 基本选择器 基本选择器是jQuery中使用最多的选择器,它又 ...
 - EF面试题
			
为什么用EF而不用原生的Ado.Net? 1.极大的提高开发效率:EF是微软自己的产品,跟VS拉法集成度比较好,开发中代码都是强类型的, xiefl代码效率非常高,自动化程度非常高,命令式的编程. 2 ...
 - Vue2.0实现ie的兼容
			
转自:https://blog.csdn.net/landl_ww/article/details/79149461 1.解决方案:安装 "babel-polyfill" ,加配置 ...
 - 实例-PHP_SELF、 SCRIPT_NAME、 REQUEST_URI区别-获取前台公用文-dirname-PHP的"魔术常量"-str_replace
			
Part1:实例 $_SERVER[PHP_SELF], $_SERVER[SCRIPT_NAME], $_SERVER['REQUEST_URI'] 在用法上是非常相似的,他们返回的都是与当前正在使 ...
 - 配置JDK1.7开发环境
			
学习java知识,首先要安装jdk来配置开发环境和java运行环境,本文介绍一下JDK配置流程和验证配置成功的方法. 一.配置JDK 1.首先下载jdk1.7压缩包并解压到D盘. 2.我的电脑--右键 ...
 - Redis教程基本命令
			
Redis是什么? Redis(REmote DIctionary Server)是一个key-value存储系统,能够高速存储数据,value值可以为字符串.哈希表.列表.集合.有序集合,位图,hy ...