April 2 2017 Week 14 Sunday
You only live once, but if you do it right, once is enough.
人生只有一次,但如果活对了,一次也就够了。
Maybe I am going to have to do a lot more work on the project before it is presentable.
A lot of people can finish their work effortlessly, but it is so stiff for me to abtain what I desperately expect, even one time is enough.
I always feel I couldn't get my breath and I had to be pushed forward by someone, obviously no one expect my family would do that, and I often made them disappointed, so I have to show my positive attitude to them, and I have to use self-motivation to walk on the tough road.
Maybe I do it wrong, so I think even I only live once, that is enough, I can't withstand so miserable and so hopeless life any longer.
Don't always walk downwards in your life road, my parents told me.
Can I walk out of the downhill road and walk upwards?
Can I get rid of such feelings?
It is like a domino effect, which makes it's very hard to find the motivation and energy to get anything and I find my life spiraling downward and I feel so powerless to stop it.
God, can you help me?
Respect other people's feelings. It might mean nothing to you, but it could mean everything to them.
尊重他人的感受。这对你可能无关紧要,但对他人可能就十分重要。
Several days ago, I heard a saying like this: Be kind. Everyone you meet may fight a battle you don't know.
Respect other's feelings, try to understand their thoughts and their behaviours.
Don't look down upon anyone, don't mock up them, don't deprive their hopes and things they cherish.
For me, maybe what I only have is hope, but now, it seems this only thing may be deprived by the God.
Why you treat me so brutally? Why you treat me so curelly?
Can you show me your kindness to me, even a little bit?
April 2 2017 Week 14 Sunday的更多相关文章
- April 23 2017 Week 17 Sunday
It is a characteristic of wisdom not to do desperate things. 不做孤注一掷的事情是智慧的表现. We are told that we ha ...
- April 30 2017 Week 18 Sunday
Our lives stretched out ahead of us, like a perpetual sunrise. 生命如永恒的日出,生生不息. Please respect yoursel ...
- April 16 2017 Week 16 Sunday
Happiness is a way station between too much and too little. 幸福就是刚刚好. I don't want to talk about it a ...
- April 9 2017 Week 15 Sunday
In the evening one may praise the day. 入夜方能赞美白昼. I think that could be understand in different ways, ...
- April 8 2017 Week 14 Saturday
Life is the art of drawing without an eraser. 人生如画,落笔无悔. Yesterday I watched a film from Japan, Afte ...
- April 7 2017 Week 14 Friday
A good heart is better than all the brains in the world. 聪明绝顶,不如宅心仁厚. A good heart can be useful to ...
- April 6 2017 Week 14 Thursday
If you smile when no one else is around, you really mean it. 独处时的微笑,才是发自内心的. Recently I found I seld ...
- April 5 2017 Week 14 Wednesday
Today is a perfect day to start living your dream. 实现梦想,莫如当下. Miracles may happen every day. If you ...
- April 4 2017 Week 14 Tuesday
Problems are not stop signs, they are guidelines. 问题不是休止符,而是引向标. It is ture during our explorations ...
随机推荐
- 设置Yii2发生错误返回json
如果指示指定一个函数那么可以使用: \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON; 如果想整个应用都返回JSO ...
- 邮件email
参考地址:https://blog.csdn.net/baidu_30000217/article/details/52942258 邮箱配置地址:http://service.exmail.qq.c ...
- win10 sshsecureshellclient删除profile保存的信息
C:\Users\joe\AppData\Roaming\SSH
- unity 热更新方案ILRuntime
https://github.com/meta-42/ILRuntime 教程 https://ourpalm.github.io/ILRuntime/public/v1/guide/index.ht ...
- vsftpd配置文件解析
对vsftpd配置文件详细解答. 1.默认配置: 1>允许匿名用户和本地用户登陆. anonymous_enable=YES local_enable=YES 2>匿名用户使用的登陆名为f ...
- Python 集合(set)类型的操作——并交差
介绍 python的set是一个无序不重复元素集,基本功能包括关系测试和消除重复元素. 集合对象还支持并.交.差.对称差等. sets 支持 x in set. len(set).和 for x in ...
- Composite Design Pattern in Java--转
https://dzone.com/articles/composite-design-pattern-in-java-1 The composite pattern is meant to &quo ...
- 代码重构----使用java有限状态机来消除太多的if else判断
1. 状态机基本概念 http://zh.wikipedia.org/wiki/%E6%9C%89%E9%99%90%E7%8A%B6%E6%80%81%E6%9C%BA 状态存储关于过去的信息,就是 ...
- (一)环境安装之Java
一.安装JDK 点击 JDK8下载,根据自己的平台,选择相应的版本进行下载. Java环境分JDK和JRE ,JDK就是Java Development Kit. 简单的说JDK是面向开发人员使用的S ...
- solidity合约面向对象
1. 属性[状态变量]的访问权限 public internal[合约属性默认的权限] private 说明:属性默认访问全向为internal,internal和private类型的属性,外部是 ...