June 14th 2017 Week 24th Wednesday
Love looks not with the eyes, but with the mind.
爱,不在眼里,而在心中。
Staring in her eyes and you will find your image.
If the two are living in different places, can you think of what she is like in your mind?
When making some important decisions, we have to take each other into our consideration.
Otherwise we are destined to separate.
Other things are the same, if you really love one thing, you are willing to devote all you have to make it better and finish it in a best way.
A lot of fellows nowadays have a B.A., M.D., or Ph.D. Unfortunately, they don't have a J.O.B.
现在有很多人都拥有学士、硕士,或者是博士学位,但不幸的是,他们都没有工作。
From Fats Domino.
I searched for Fats Domino on the Wikipedia to make clear who the man is.
Ok, now I know that man born in 1928, is an American pianist and singer-songwriter, and five of his records sold over one million copies and were certified as gold records, besides, he had 35 records in the US Top 40.
So, he might be qualified to say that, and I agree with his opinion to some extent.
Because I think it is easy to get a bachelor's degreee, or a master's degree, even a doctor's degree, but it might be a little difficult to get a satisfying job.
Satisfying job, yes, I want to highlight the very point that many people with higher academic degrees don't have a job just because they can't find a suitable one, meanwhile, they are not willing to lower their standards or demands.
Just like me, I have a passable job, of course, the salary is considerable if compared to some people, but it is far from adequate if compared to some high-paid people, not to mention compared to the estate price in Shenzhen.
So I want to go back to Xi'an and start a new career there, and I have bought a house there two years ago.
However, I have updated my resume for about one month, I find there is little chance to get a satisfying job there.
Now I have three offer, two in Shenzhen, and one in Ningbo, if I can't find one in Xi'an in the coming weeks, maybe I will choose to start my new career in Ningbo.
Please help me, I really want to live with my family and the premise may be that I have enough money to support my life and my family.
Remember, no matter how dreary and gray our homes are, we people of flesh and blood would rather live there and make our homes better than in any other country, there is no place like home.
June 14th 2017 Week 24th Wednesday的更多相关文章
- June 13. 2018 Week 24th. Wednesday
Life is too short to miss out anything; try to take it slowly. 生命短暂,放慢脚步,别错过任何沿途的风景. From Ferris Bue ...
- June 28th 2017 Week 26th Wednesday
Anger begins with folly, and ends in repentance. 愤怒以愚蠢开始,以后悔告终. Learn to control your temper, don't ...
- June 21st 2017 Week 25th Wednesday
Discontent is the first step in progress. 不知足是前进中的第一步. Several days ago, I wrote down a quote which ...
- 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 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 ...
随机推荐
- c# MVC返回小驼峰Json(首字母小写)
1.与前端交互时,前端总希望传过去的json字段名首字母小写,但是.net规范是首字线大写 如果就写了下面的转换方法 /// <summary> /// Poco类字段名转换成首字母小写的 ...
- 青蛙的约会----POJ1061
青蛙的约会 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 133905 Accepted: 29707 Descript ...
- Centos 7 如何卸载docker
1.[root@localhost ~]# rpm -qa|grep docker docker.x86_64 2:1.12.6-16.el7.centos @extras docker-client ...
- Grafana监控可视化环境搭建
依赖库Go 1.6NodeJS v4+sqlite3GO 环境搭建 vi /etc/profile export GOPATH="/root/go" export GOROOT=& ...
- innosetup的静默安装与卸载
静默安装,就是减少程序与用户的交互,一站式的安装过程(一气呵成) 1. 静默安装参数 innosetup的静默安装是通过参数来控制的 1.1. /silent ...
- C++编程规范(摘记)
C++编程规范 函数的参数 输入使用const T&, 输出使用指针 函数的返回类型 如果返回引用, 则返回的对象应该是属性, 因为这个涉及到了生命周期 尽量不返回, 而是通过参数列表中的输出 ...
- Python之装饰器、迭代器和生成器
在学习python的时候,三大“名器”对没有其他语言编程经验的人来说,应该算是一个小难点,本次博客就博主自己对装饰器.迭代器和生成器理解进行解释. 为什么要使用装饰器 什么是装饰器?“装饰”从字面意思 ...
- 搭建Vue2.0开发环境
1.必须要安装nodejs 2.搭建vue的开发环境 ,安装vue的脚手架工具 官方命令行工具 npm install --global vue-cli / cnpm install --global ...
- 【读书笔记】C#高级编程(一).NET体系结构
写在前面:从业两年来,一直停留在会用的阶段,而没有去仔细思考过为什么这么用,之前也大致扫过<c#高级编程>一书,这次想借一袭脑海中的冲动,再次好好仔细过过这本书,夯实基础,温故知新. 一. ...
- ACM-线段树区间更新+离散化
区间更新与单点更新最大的不同就在于Lazy思想: http://blog.sina.com.cn/s/blog_a2dce6b30101l8bi.html 可以看这篇文章,讲得比较清楚 在具体使用上, ...