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 ...
随机推荐
- android 无线调试 [无需数据线][无需root]
无线调试首要条件在同一网段,打开开发者模式 1,打开 5555 端口 使用数据线链接手机,在命令窗口执行:adb tcpip 5555 2,adb 链接手机调试 这时无需数据线了,在命令窗口执行:ad ...
- [jQuery] 在线引用地址
百度静态资源公共库: http://libs.baidu.com/jquery/1.9.1/jquery.js jQuery网站: http://code.jquery.com/jquery-1.9. ...
- Android百分比布局方案
百分比布局让其中的控件在指定高度,宽度,margin时使用屏幕宽高的百分比,不使用dp,px.这样一套布局可以适应多个屏幕,方便适配.如: app:layout_heightPercent=" ...
- java se系列(四) 函数、数组、排序算法、二分法、二维数组
1 函数 1.1 数的概述 发现不断进行加法运算,为了提高代码的复用性,就把该功能独立封装成一段独立的小程序,当下次需要执行加法运算的时候,就可以直接调用这个段小程序即可,那么这种封装形形式的具体表 ...
- vue嵌套路由 && 404重定向
第一部分: vue嵌套路由 嵌套路由是什么? 嵌套路由就是在一个被路由过来的页面下可以继续使用路由,嵌套也就是路由中的路由的意思. 比如在vue中,我们如果不使用嵌套路由,那么只有一个<rou ...
- 60分钟内从零起步驾驭Hive实战学习笔记(Ubuntu里安装mysql)
本博文的主要内容是: 1. Hive本质解析 2. Hive安装实战 3. 使用Hive操作搜索引擎数据实战 SparkSQL前身是Shark,Shark强烈依赖于Hive.Spark原来没有做SQL ...
- Tomcat配置自定义访问日志 --- 获取请求头部信息
使用tomcat,搭建完个人网站后,默认记录来访游客的信息是十分有限的,主要有ip和路径以及方法等. 有时候为了获取更多来访信息,比如请求的头部信息,这个时候就需要我们手动配置log了. 开始 进入T ...
- 深入理解JavaScript系列(17):面向对象编程之概论
介绍 在本篇文章,我们考虑在ECMAScript中的面向对象编程的各个方面(虽然以前在许多文章中已经讨论过这个话题).我们将更多地从理论方面看这些问题. 特别是,我们会考虑对象的创建算法,对象(包括基 ...
- 学习总结(一)java web连接池
大家都知道,在访问数据库时要与数据库建立连接.在jdbc中,用户与数据库建立连接后,取完数据或操作完数据后,就会断开这个连接.当下次还要访问数据库时,就会重新创建连接.这样很浪费资源,尤其是网页上有数 ...
- Windows进程间通信--命名管道
1 相关概述 命名管道(Named Pipes)是一种简单的进程间通信(IPC)机制.命名管道可以在同一台计算机的不同进程之间,或者跨越一个网络的不同计算机的不同进程之间的可靠的双向或单向的数据通信. ...