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 ...
随机推荐
- Oracle SET UNUSED的用法
SET UNUSED的用法 原理:清楚掉字典信息(撤消存储空间),不可恢复. 可以使用 SET UNUSED选项标记一列或者多列不可用. 使用DROP SET UNUSED选项删除被被标记 ...
- laravel的一些查询语句
刚开始使用这个框架还是有一些不一样的地方 比如我之前想把那个sql语句写到查询里面.文档里面的写法是 然后再百度上面找到的写法是可以写到select里面 $sql="SELECT a.uid ...
- PIE SDK坐标系选择
1. 功能简介 坐标系选择可以查看当前图层的坐标系信息和显示其他坐标系的信息,下面将基于PIE SDK介绍如何实现坐标系选择功能. 2. 功能实现说明 2.1. 实现思路及原理说明 第一步 加载图层并 ...
- js插件编程-tab框
JS代码 (function (w) { //tab对象 function Tab(config) { //定义变量,防止变量污染 this.tabMenus=null; this.tabMains= ...
- [V1-Team] WEDO创意论坛功能规格说明书
项目功能规格说明书 版本说明 版本 内容 时间 V1.0 描述总体目标,用户使用场景,界面原型.功能设计及验收 2019.3.28 附Github仓库:WEDO 正文 1.目标 规范指导整个项目设计与 ...
- js中的table导出成Excel表格
首先判断手否是IE,原因在于IE导出我用的是ActiveXObject,判断的方式很简单,只需要拿到window.navigator.userAgent即可进行判断,代码如下 function get ...
- git修改密码
1.Windows10下更换Git用户名或密码 https://jingyan.baidu.com/article/642c9d3435a6e9644a46f732.html
- 使用SVN进行源码管理
阅读目录: 1.SVN服务端配置 1.1 创建版本库 1.2 创建用户 1.3 设置用户权限 2.SVN客户端使用 2.1 向SVN服务器中导入源码 2.1.1 直接通过TortoiseSVN向SVN ...
- (转)Nginx静态服务配置---详解root和alias指令
Nginx静态服务配置---详解root和alias指令 原文:https://www.jianshu.com/p/4be0d5882ec5 静态文件 Nginx以其高性能著称,常用与做前端反向代理服 ...
- JS正则表达式一些基本使用、验证、匹配、正则匹配时一个变量
js验证首位必须是字母 var str = "asfg"; /^[a-zA-Z].*/.test(str);//true是,false否 匹配所有空格 var str=" ...