May 26th 2017 Week 21st Friday
One thorn of experience is worth a whole wilderness of warning.
一次痛彻心扉的经历,抵得上千百次的告诫。
Several days ago, I applied for a software engineer position in Tencent and I got the chance to have a interview. However, I failed to pass the written examination.
That was really a terrible experience, just because I felt discriminated by the interviewer.
I deserve the discrimination, for those questions were very basic concepts.
A thorn of experience. And I know I was not qualified as a good coder.
Giving up? No, at least I don't intend to give up the career as a coder now.
I determined to improve the basic knowledge for later chances.
Can I get a satisfying job in July?
Be careful about reading health books. You may die of a misprint.
读健康类书籍可得小心!你可能会因为一点印刷错误丢了性命。
From Mark Twain.
In the nowadays, especially from tens of years ago, there are surging amounts of information about health care and regimen, just because more and more people are feeling tired under the pressures they are facing in this fast-paced society.
And for many people, it may be diffcult to spare some time to do some exericse to keep health.
Some experts say that it would be better to combine exercise and work, but I think that may be a much more challengable work. Because for most of us, our bodies don't respond well to a morning exercise regimen and we get home too late to go to the gym in the night.
So, some people try to find a easier approach to keep health, that is why there exists a strong demand for health advice.
But if we check some advice carefully, we may find there are some contradictions between the advice from different experts.
Actually, the best way to keep health is to keep exercise in a scientific way.
Follow our own paces, and adjust our life style gradually under some scientific guidelines.
Everyone's lifestyle is different, and believing everything the books say is as mindless as believing in nothing.
The very way for testing the truth is practice.
May 26th 2017 Week 21st Friday的更多相关文章
- ROSCon 2017通知 Announcing ROSCon 2017: September 21st and 22nd in Vancouver
ROSCon 2017通知:9月21日和22日在温哥华 我们很高兴地宣布,2017年ROSCon将在举行9月21-22日,2017年温哥华会议中心在加拿大温哥华.2017年IROS将在同一地点9月24 ...
- October 26th, 2017 Week 43rd Thursday
For success, attitude is equally as important as ability. 为取得成功,态度与能力一样重要. Today I read a news about ...
- September 26th 2017 Week 39th Tuesday
I have to protect the one thing I can't live without. 我必须为我一生挚爱遮风挡雨. A man is a success if he gets u ...
- August 26th 2017 Week 34th Saturday
Love means finding the beauty in someone's imperfections. 爱情就是在那个人的不完美中找到美. Our mate isn't actually ...
- July 26th 2017 Week 30th Wednesday
A man can't ride your back unless it is bent. 你的腰不弯,别人就不能骑在你的背上. Have you ever ride a horse, or ride ...
- June 26th 2017 Week 26th Monday
I am a little tempted, but so afraid to look in your eyes. 我对你有一点动心,却如此害怕看你的眼睛. Now that you are tem ...
- May 27th 2017 Week 21st Saturday
I learned the value of hard work by working hard. 只有真的努力了,才会知道努力的价值. I remember in the movie, The Da ...
- May 25th 2017 Week 21st Thursday
Follow your heart, but take your brain with you. 跟随你的内心,但是请别失去理智. I was ever told that we should fol ...
- May 23rd 2017 Week 21st Tuesday
Winners are not those who never fail but those who never quit. 成功者不是从不失败,而是从不放弃. Nothing is impossib ...
随机推荐
- 【C语言】输入一个整数N,求N以内的素数之和
[C语言]输入一个整数N,求N以内的素数之和 /* ========================================================================== ...
- opatch on-line patch and standby-fisrt patch
opatch on-line patch and standby-fisrt patch on-line patch 有缺陷,不建议使用,standby-fisrt patch 可以考虑使用 #### ...
- 3.Exadata 软件体系结构
整体架构和 smart scan Aasm Ehcc (混合例压缩 和 存储索引) SCAN Service 和 server pool DB SERVER -> DB instance -&g ...
- for循环注意案例
1.在for循环中,三个表达式都可以省略,但是分号必须编写,但会出现死循环(无限循环) 2.在for循环中,省略表达式1,则出现编译错误,解决办法:在表达式1编写在for循环上面 3.在for循环中, ...
- 轻量级ORM框架:Dapper中的一些复杂操作和inner join应该注意的坑
上一篇博文中我们快速的介绍了dapper的一些基本CURD操作,也是我们manipulate db不可或缺的最小单元,这一篇我们介绍下相对复杂 一点的操作,源码分析暂时就不在这里介绍了. 一:tabl ...
- 面向切面编程 (AOP )
什么是面向切面编程? 面向切面编程就是(AOP --- aspect-oriented programming), 在百科上说: 面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一 ...
- 如何在vue && webpack 项目中的单文件组件中引入css
引入方式很简单,就是在script下使用require()即可. 因为import 是import...from 的形式,所以是不需要的. <script> import {mapStat ...
- jquery 属性选择器
jquery 属性选择器 第一种根据属性选择E[attr] $("[title]").click().......... 即选择所有元素内 属性带有title的元素即<l ...
- HDU 1257——最少拦截系统——————【LIS变型题】
最少拦截系统 Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Statu ...
- bnu 28890 &zoj 3689——Digging——————【要求物品次序的01背包】
Digging Time Limit: 2000ms Memory Limit: 65536KB This problem will be judged on ZJU. Original ID: 36 ...