June 13th 2017 Week 24th Tuesday
There are no regrets in life, just lessons.
人生中没有后悔,只有教训。
Some people can learn from their past mistakes and never make the same mistake again.
But some people only regret for their past failures and seldom learn lessons from their negative experience, they may fall down at the same points again and again.
Today, I have spent nearly three hours on writing this post, I am sure that such behaviours may have no use in my life.
I want to stop making such useless efforts, and I want to spend more time on my major, like how to perfect my program, how to imporve my coding skill.
Ok, let's stop to write some codes, which will run on the embedded system.
You cannot shake hands with a clenched fist.
握紧拳头时,你是无法握手的。
From Indira Gandhi.
Indira Gandhi, the late powerful politician of India from the Nehru-Gandhi family, was born on November 19th 1917 and dead on October 31st 1984.
She was one of the most influential politician of India and a great figure of the Indian National Congress Party, and the first and to date the only female Prime Minister of India.
She served as the Prime Minister in 1966 to 1977 and then again from 1980 until her assassination in 1984.
As the Prime Minister of India, Indira was known for her political ruthlessness and unprecedented centralisation of power.
And she went to war with Parkistan in support of the independence movement and war of independence in East Parkistan, which resulted in an Indian victory and the creation of Bangladesh, as well as increasing the influence of India to the highest point where it became the regional hegemony in South Asia.
If the policies of Indira Gandhi could be continued for tens of years, India would be quite different from its current condition, I mean, it may become a country with huge global influence.
Back to this sentence from her, you can't shake hands with a clenched fist, even if someone reaches his hand to you, he would withdraw his hand if he sees your clenched fist.
If we want to get acquaintance with strangers, it would be better to reach out our hands first.
June 13th 2017 Week 24th Tuesday的更多相关文章
- June 12. 2018 Week 24th. Tuesday
Just be yourself because you are unique and you will shine. 每个人都是独一无二的,做好你自己,你也能够光芒四射. From What a G ...
- June 27th 2017 Week 26th Tuesday
Happiness takes no account of time. 幸福不觉光阴过. At the beginning of this week, I planned to make some s ...
- June 20th 2017 Week 25th Tuesday
Care and diligence bring luck. 谨慎和勤奋,带来好运气. In my opinion, care and diligence may just gurantee us a ...
- June 17th 2017 Week 24th Saturday
Absence sharpens love, presence strengthens it. 相聚爱益切,离别情更深. There is almost no such love that can i ...
- June 16th 2017 Week 24th Friday
Progress is the activity of today and the assurance of tomorrow. 进步是今天的活动,明天的保证. The best preparatio ...
- June 15th 2017 Week 24th Thursday
Whatever is worth doing is worth doing well. 任何值得做的,就把它做好. Whatever is worth doing is worth doing we ...
- June 14th 2017 Week 24th Wednesday
Love looks not with the eyes, but with the mind. 爱,不在眼里,而在心中. Staring in her eyes and you will find ...
- June 12th 2017 Week 24th Monday
All the splendor in the world is not worth a good friend. 人世间所有的荣华富贵都比不上有一个好朋友. It's great to have a ...
- June 11th 2017 Week 24th Sunday
I hope I can find the one who is afraid of losing me. 我希望找到一个担心失去我的人. When I was young, sometimes I ...
随机推荐
- Hibernate Annotation
[转自] http://blog.sina.com.cn/s/blog_7ebc1b7e0100w58e.html Table Table用来定义entity主表的name,catalog,schem ...
- .reverse ,join,split区分
* 1:arrayObject.reverse() * 注意: 该方法会改变原来的数组,而不会创建新的数组. * 2:arrayObject.join() * 注意:join() 方法用于把数组中的所 ...
- Android应用中添加Log4j的示例
[2016-06-30]最新的log4j已经集成在DR_support_lib库中 具体请看: https://coding.net/u/wrcold520/p/DR_support_lib/git/ ...
- Vue省市区三级联选择器V-Distpicker的使用
Vue省市区三级联选择器V-Distpicker的使用 最近用的Vue+Element UI时,有些地方需要用到省市区三联选择器,网上安装并尝试了多种类似的插件,但都因为无法正常实现或是没有眼缘而弃用 ...
- Spring混合配置时,遇到配置文件路径NotFound,使用PathMatchingResourcePatternResolver解决
在将spring的xml配置改为java配置的过程中,遇到了一些问题,block时间比较长的一个问题是资源(.xml, .properties)的路径找不到,最后是使用PathMatchingReso ...
- Spring接收List型参数
第一种形式: 提交的数据形式:id=1,2,3 --> urlEncoding --> id=1%2C2%2C3 <form method="post" act ...
- K&R C风格函数
前些天在看getopt源码, 一种前所未见的函数定义方法 int getopt(nargc, nargv, ostr) int nargc; char * const nargv[]; const c ...
- 动态添加LInk的分析
动态创建HyperLink超链接: 1.如果添加HyperLink的代码只写在Button中,则只会显示最后一次添加的内容.所以必须在Pageload中添加. 2.首次载入: PageLoad ...
- [转]谷歌Chrome浏览器开发者工具教程—基础功能篇
来源:http://www.xiazaiba.com/jiaocheng/5557.html Chrome(F12开发者工具)是非常实用的开发辅助工具,对于前端开发者简直就是神器,但苦于开发者工具是英 ...
- linq(查询)
1.改变数据库某一字段的属性 db.tableName.ToList().ForEach(x => x.State = false); 2.排序 db.tableName..toList().O ...