June 10. 2018, Week 24th, Sunday
There is no friend as loyal as a book.
好书如挚友,情谊永不渝。
From Ernest Miller Hemingway.
Books are my friends, my companions, they make me laugh, cry, and find the unique meaning in my life.
Life is not easy to live without friends.
When it comes to books, they can be our best and the most loyal friends ever.
Good books enrich our mind with good thoughts and useful knowledges, just like those good friends and mentors around us.
We can't feel alone in the company of good books, we can learn many good things while reading good books.
Books written by famous and experienced people help us grow up and become better and also teach us how to serve the society in the best possible way.
When we are alone, we can always pick up a book and start reading to feel relax.
Besides, just as choosing who to make friends with, it is our own responsiblity to choose books wisely and utilize what we have learnt from them to make the world better.
Self-esteem is the reputation we acquire with ourselves.
自尊是我们自己给自己争取的声誉。
There are not many things that are more important to our well-being than self-esteem.
Self-esteem is the reputation our consciousness has with itself,that is, whether we think we are worthy of happiness or not often depends on our self-esteem, in other words, how much we value oursleves and how much we value our life.
As an individual, there is nothing more important than valuing oneself and his life.
Everything depends on it.
The happiness of our family depends on it, it determines how we interact with the external environment.
So, how to boost our self-esteem, especially when we are in bad times?
For me, being a master than can solve every problem in my work might help me earn enough reputation.
But I have wasted too many years, I doubt that whether my efforts could bring some positive changes to my gloomy life?
Maybe I am too pessimistic, I have done well with my job, at least not too bad, isn't it?
June 10. 2018, Week 24th, Sunday的更多相关文章
- June 17. 2018, Week 25th. Sunday
Dad is and always will be my living, breathing superhero. 在我眼里,爸爸是现实版的超级英雄,现在.将来,永远都是. From Bindi Ir ...
- June 16. 2018, Week 24th. Saturday
Success is the ability to go from one failure to another with no loss of enthusiasm. 成功,就是即使经历过一个又一个 ...
- June 15. 2018 Week 24th Friday
If at first you don't succeed, then dust yourself off and try again. 失败了没关系,重振旗鼓,从头再来. From Aaliyah, ...
- June 14. 2018 Week 24th Thursday
Good friends, good books, and a sleepy conscience: this is the ideal life. 拥有益友.良书和一颗宁静的内心:这就是理想的生活. ...
- June 13. 2018 Week 24th. Wednesday
Life is too short to miss out anything; try to take it slowly. 生命短暂,放慢脚步,别错过任何沿途的风景. From Ferris Bue ...
- June 12. 2018 Week 24th. Tuesday
Just be yourself because you are unique and you will shine. 每个人都是独一无二的,做好你自己,你也能够光芒四射. From What a G ...
- June 11. 2018 Week 24th, Monday
Love is the beauty of the soul. 爱是灵魂之美. From Saint Augustine. The complete version of this quote goe ...
- June 3. 2018 Week 23rd Sunday
You only get one shot; do not miss your chance to blow. 机会只有一次,不要错过. From Eminem, "Lose Yoursel ...
- 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#操作DataReader类
一.常用属性 名称 说明 Depth 获取一个值,用于指示当前行的嵌套深度 FieldCount 获取当前行中的列数 HasRows 获取一个值,该值指示 SqlDataReader 是否有行 IsC ...
- Winform下KeyDown,KeyPress,KeyUp事件的总结(转)
原文: http://www.cnblogs.com/xiashengwang/archive/2011/09/15/2578798.html 在winform程序中,经常会用到这几个事件用于控制数字 ...
- Android Studio 杀掉当前进程
android.os.Process.killProcess( android.os.Process.myPid());
- Kafka安装与配置(windows)
作者:灬花儿灬 出处:http://www.cnblogs.com/flower1990/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则 ...
- Linux-bg和fg命令(19)
使用ctrl+z将程序挂在后台: jobs 查看后台的命令: fg(fore go) 将后台的命令,放置前台(fore)继续执行,比如:fg 2 //等价于vi 2.txt bg(back g ...
- 快乐的一天从JAVA第一课开始,生活美滋滋!!!
---恢复内容开始--- 学JAVA第一天 今天稀里糊涂就把JAVA环境配好了 现在回想一下,吧环境跟大家分享一下…… 第一步:下载 JAVA(推荐使用谷歌浏览器,因为谷歌浏览器右键点 ...
- 【Java每日一题】20170317
20170316问题解析请点击今日问题下方的“[Java每日一题]20170317”查看(问题解析在公众号首发,公众号ID:weknow619) package Mar2017; public cla ...
- Retrofit2 原理解析
Retrofit是什么 官网介绍是A type-safe HTTP client for Android and Java,是一个 RESTful 的 HTTP 网络请求框架的封装,但网络请求不是Re ...
- webpack安装
npm install -g webpack webpack-dev-server
- vue从入门到进阶:过滤器filters(五)
Vue.js 允许你自定义过滤器,可被用于一些常见的文本格式化.过滤器可以用在两个地方:双花括号插值和 v-bind 表达式 (后者从 2.1.0+ 开始支持).过滤器应该被添加在 JavaScrip ...