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 ...
随机推荐
- SGU - 495 概率DP
题意:n个带礼物的盒子和m个人,每个人拿一个盒子并放回,如果里面有礼物就拿走(盒子还是留下),问m个人带走礼物的期望 #include<iostream> #include<algo ...
- Python学习 day08
一.open打开文件 文件操作包含以下三个步骤: 1.文件路径 2.编码方式 3.操作方式:‘’只读‘’.“只写”.“读写” 等 1.只读 r (mode默认值) 例: f = open('d:\py ...
- 关于jqgrid的一些使用
1.jqgrid如何切换中英文 在做电力监控系统的时候,根据项目的需要涉及到中英文的切换,一直纠结了好久没有好的办法,虽然我知道可以手动更改引入的js文件就可以更改中英文,但是动态的一直没有办法更改, ...
- 手指静脉细化算法过程原理解析 以及python实现细化算法
原文作者:aircraft 原文地址:https://www.cnblogs.com/DOMLX/p/8672489.html 文中的一些图片以及思想很多都是参考https://www.cnblogs ...
- 3d旋转卡牌
做成向中心缩放就行了,和旋转效果一样的
- Bootstrap 斜体、文本对齐、缩略图、地址、列表等
目录1.标题2.页面主体3.强调 a.小号文本 b.着重 c.斜体 d.对齐class e.强调class4.缩略语5.地址6.列表 a.无序列表 b.有序列 ...
- Nginx图片服务器
最近总项目因为需要显示图片,就使用了Nginx,使用很简单,下面简单介绍一下怎么用 压缩包下载地址,解压即用 http://files.cnblogs.com/files/sanduweiliangx ...
- 白话SpringCloud | 第八章:分布式配置中心的服务化及动态刷新
前言 上一章节,简单介绍了分布式配置中心Spring Cloud Config的使用.同时,我们也遗漏了一些问题,比如如何配置实时生效,当服务端地址变更或者集群部署时,如何指定服务端地址?回想,在服务 ...
- AndroidManifest.xml配置文件详解(转载)
AndroidManifest.xml配置文件详解 2013-01-05 10:25:23 分类: Android平台 AndroidManifest.xml配置文件对于Android应用开发来说是 ...
- Unity3D第二课之通过键盘、鼠标移动物体
public class xuanzhuan : MonoBehaviour { //平移速度变量 public float MoveSpeed;// Use this for initializat ...