June 17th 2017 Week 24th Saturday
Absence sharpens love, presence strengthens it.
相聚爱益切,离别情更深。
There is almost no such love that can ignore the impacts of time and space.
Even the deepest and the most passionate love may go sour along with the time and distance.
I have ever listened many love stories which began with passions ended with no good results.
So, if we are single, please think twice about the long-distance relationship.
Surely, if you think the other side is just the one you are seeking for, maybe you have to sacrifice something you already have to finish the long-distance relationship and live together.
Only when living together, the both sides have enought time and chances to learn well about each other and try to make some changes to adapt to each other.
The more we know each other, the more we have to do in order to build a stable and deep relationship.
It is not necessary to understand things in order to argue about them.
没有必要为了争论事物而去理解事物。
From Pierre Beaumarchais.
To some extent, I don't agree with this opinion, because a great man who has huge impacts on me have ever said that truth doesn't fear contentions, the more it is debated or argued about, the clearer it becomes.
Besides, it is exactly the constant practice of challenging and defending on both sides that makes the truth ever clearer and we can reach some kind of consensus in the midst of discussions and arguments.
Sometimes we may be lack of the directions about what we should do to understand things, but with the help of arguments, we would have to learn about things from the perspective we defend.
It provoides us guidelines in our researches, and if someone challenges our views, that would be a good chance to make the points clear and understand the very object more deeply and more thoroughly, really a good way that we can refine our knowledge.
Just take my recent interviews for example, I ever thought my knowledge on Qt/C++ is not bad, at least I can successfully solve the technical problems with them, however, in several phone interviews, I often was baffled by some questions, which made me stand in an awkward position, now I know my knowledge is far from enough, and undoubtly, that let me fail to get a well-paid position or offer in Xi'an.
Maybe it can be a good chance for me to know what I am lack of, maybe current misfortunes are just a blessing in disguise.
Both myself and the interviewers may be disappointed, but for me, I hope I can be brave after feeling ashamed, and I hope I can spend more time in exploring my unknown fields of programing.
June 17th 2017 Week 24th Saturday的更多相关文章
- June 16. 2018, Week 24th. Saturday
Success is the ability to go from one failure to another with no loss of enthusiasm. 成功,就是即使经历过一个又一个 ...
- 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 13th 2017 Week 24th Tuesday
There are no regrets in life, just lessons. 人生中没有后悔,只有教训. Some people can learn from their past mist ...
- 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 ...
- June 10th 2017 Week 23rd Saturday
A lot of things, we can be touched, but we can not shed tears. 很多事情,我们可以感动,却不能流泪. Sometimes I was to ...
- June 03rd 2017 Week 22nd Saturday
Truth and roses have thorns about them. 真理和玫瑰,身边都有刺. Yesterday, I met with a young, beautiful profes ...
随机推荐
- HDU2588
结论:如果p是n的约数,那么满足gcd(i,n)==p的i的个数是Φ(n/p) #include<bits/stdc++.h> using namespace std; const int ...
- PIE SDK元素的保存与打开
1.功能简介 绘制元素之后需要对元素进一步的保存操作,可以利用PIE SDK的ExportElementsCommand命令保存成xml格式的文件,打开元素可以利用ImportElementsComm ...
- PIE SDK影像格式转换
1.算法功能简介 影像格式转换可以实现通用栅格数据格式之间的自由转换.可自由转换的格式包括: GeoTIFF. ERDAS img. ENVI img. PIE支持算法功能的执行,下面对影像格式转 ...
- proxyee down源码分析
proxyee down下载速度不错, 底层使用netty+多线程,最近在看netty网络方面的应用,正好这是个案例 源代码地址 https://github.com/proxyee-down-org ...
- JS实现跨域请求数据--jsonp
* { margin: 0; padding: 0; } input { width: 300px; height: 30px; border: 1px solid lightgray; margin ...
- Docker:网络模式详解
Docker作为目前最火的轻量级容器技术,牛逼的功能,如Docker的镜像管理,不足的地方网络方面. Docker自身的4种网络工作方式,和一些自定义网络模式 安装Docker时,它会自动创建三个网络 ...
- jquery点滴总结
1.empty().remove().detach() empty():只移除了 指定元素中的所有子节点,而留下 了<p></p>,仍保留其在dom中所占的位置. remove ...
- CSS气泡
气泡状文本框,是一种很生动的网页设计手段. 它可以用来表示用户的发言. 也可以用来作为特定信息的提示符. DVD租借网站Netflix,还用它显示碟片的详细信息. ================== ...
- spynner解析中文页面,应该显示中文字符的地方都是?的解决方案
这个是底层的QtWebKit相关库里 用的是Qt的QString spynner在将QString转为Python的通用字符串时,没有考虑到中文编码这一块的问题. Python27\Lib\site- ...
- ${pageContext.request.contextPath}是JSP取得绝对路径(转载)
${pageContext.request.contextPath}是JSP取得绝对路径的方法,等价于<%=request.getContextPath()%> . 也就是取出部署的应用程 ...