October 26th, 2017 Week 43rd Thursday
For success, attitude is equally as important as ability.
为取得成功,态度与能力一样重要。
Today I read a news about the world's first photovolatic highway which is currently built in Jinan, the construction work nearly comes to the end.
According to the news, the 2-kilometer-long special section of Jinan's southern ring road will be the first photovalitic highway in the world. It have three layers, the bottom will be an insulating layer to prevent moisture from getting to the photovaltatic devices in the middle layer, and the top will be the protection layer built by transparent concrete.
The aim of the project is to provide power for charging poles.
Amazing. The similar idea had risen in my brain when discussing the problem of charging for electric cars with my colleagues.
I had never dreamed that the idea would be realized so early and so quickly.
What a fast-developing world.
Keep your fears to yourself, but share your courage with others.
把恐惧留在自己心里,把勇气分享给大家。
From Robert Louis Stevenson.
Share your happiness with others, keep your miseries to yourself.
But who can help you relieve your miseries?
Maybe only yourself.
However, if everyone can share his courage, experience and happiness with others, maybe there would be need to worry about those unhappinesses.
As a memeber in this talented team, I really hope my experience and perspective can add something poistive to the team, not something negative.
I must build up the foundation, the platform which will run the algorithms of others as fast and as perfect as I can.
The sands are running out, but my progress is so slow.
Anxious and helpless.
Today I find a very useful plugin for coding ROS-programs within QtCreator.
And I want to highlight that there are many related resources on the internet, so what about spending more time on the things that would produce some beneficial results for our career-promotion.
http://rosindustrial.org
October 26th, 2017 Week 43rd Thursday的更多相关文章
- October 28th, 2017 Week 43rd Saturday
All I ever wanted was a single thing worth fighting for. 我想要的只不过是一件能让我奋不顾身的事业. Stop complaining the ...
- October 27th, 2017 Week 43rd Friday
The only thing predictable about life is its unpredictability. 人生唯一可以预知的,就是它的变化莫测. Is it really unpr ...
- October 25th, 2017 Week 43rd Wednesday
Perseverance is not a long race; it is many short races one after another. 坚持不是一个长跑,她是很多一个接一个的短跑. To ...
- October 24th, 2017 Week 43rd Tuesday
We can't give up trying. The fight was worth it. 我们不能放弃尝试,奋斗是值得的. When doing researches in some cutt ...
- October 23rd, 2017 Week 43rd Monday
Champions have the courage to keep turning the pages because they know a better chapter lies ahead. ...
- October 22nd, 2017 Week 43rd Sunday
Yesterday is not ours to recover, but tomorrwo is ours to win or lose. 我们无法重拾昨天,但我们可以选择赢得或者输掉明天. Eve ...
- October 19th 2017 Week 42nd Thursday
If you remember me, then I don't care if everyone else forgets. 只要你记得我,我不介意整个世界都把我遗忘了. I can't follo ...
- October 12th 2017 Week 41st Thursday
Be happy for this moment. This moment is your life. 为这一刻感到高兴,这一刻是你的人生. Yesterday Tencent became Asia ...
- October 05th 2017 Week 40th Thursday
Happiness is to find someone who can give you warm and share your life together. 幸福,就是找一个温暖的人过一辈子. Y ...
随机推荐
- .6-浅析express源码之Router模块(2)-router.use
这一节继续深入Router模块,首先从最常用的use开始. router.use 方法源码如下: proto.use = function use(fn) { var offset = 0; var ...
- Evolution(矩阵快速幂)zoj2853
Evolution Time Limit: 5 Seconds Memory Limit: 32768 KB Description Evolution is a long, long pr ...
- logback日志的美化
1.logback.xml如下 <?xml version="1.0" encoding="UTF-8" ?> <configuration& ...
- Java-函数式编程(三)流(Stream)
流使程序猿可以在抽象层上对集合进行操作. 从外部迭代到内部迭代 什么是外部迭代和内部迭代呢? 个人认为,外和内是相对集合代码而言. 如果迭代的业务执行在应用代码中,称之为外部迭代. 反之,迭代的业务执 ...
- Android Interpolator(插值器)
1.概述 插值器定义如何计算动画中的特定值作为时间的函数.例如,指定动画在整个动画中线性发生,这意味着动画在整个时间内均匀移动,或者指定动画以使用非线性时间,例如,在开始或结束时使用加速或减速动画. ...
- hadoop的namenode故障处理方法
Namenode 故障后,可以采用如下两种方法恢复数据. 方法一:将 SecondaryNameNode 中数据拷贝到 namenode 存储数据的目录: 方法 二: 使用 -importCheckp ...
- Spring 概念
spring概念 1.spring是一个开源的轻量级的开源框架. 2.spring的核心主要分为两部分: (1)aop:面向切面编程,扩展功能不是修改源代码实现. (2)ioc:控制反转,比如有一个类 ...
- HDU2819(KB10-E 二分图最大匹配)
Swap Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submis ...
- 2017年5月24日 HTML 基础知识(二)
1 快捷方式:html:xt +tab 过渡XHTML html:xs+tab 严格XHTML !+tab html5的标签结构 2.Charset 编码 <meta charset ...
- Angular调用父Scope的函数
app.directive('toggle', function(){ return { restrict: 'A', template: '<a ng-click="f()" ...