Fear is an essential part of our survival, it keeps us alert.

恐惧是生存的重要部分,它让我们保持警惕。

Fear and pain are both the essential part of our survival. If a child can't feel pain, then his or her life would be full of danger, as we know in many stories, one can't feel pain would die from badly hurts.

And fearness can make us know what is dangerous, and what should we do to avoid or combat against those fearful things.

However, everything that goes too far may be as bad as things that don't go far enough.

Excess fearness and pains can make us feel hopeless and helpless, and we may choose to escape from the reality or even choose to commit suicide under the heavy pressures brought by fearness and pains.

So, the best way is to keep a balance in life.

You will never be alone if you have got a book.

只要手捧书卷,你就永远不会感到孤独。

I feel lonely even if I have got a considerable amout of books.

It is far from enough if we only learn experience and knowledge from books, there are more we have to learn and experience in the reality.

Remember that large amounts of practices are the same important as reading large amounts of books, most often practices may be much more important.

Ok, now that we can learn a lot from books, we can also learn a considerable amout of things from other's experience, such as the topic we discussed about yesterday:

Some features you can use to identify a rubbish man if you are a girl, if you are a boy, you can avoid these behaviours, and you will find that helps when you are making friends with girls.

(Part Two)

7. You never get anything you want. 

When you go to a restaurant, your boyfriend doesn't order for you. When the two of you are watching TV together, you are always viewing his favorite show.

8. He pressures you. 

When he wants to do something, he wants to do it now. He doesn't care about your concerns or reactions to the situation.

9. He only thinks about himslef.

Everything that comes out of your boyfriend's mouth begins with 'I', he is noly worried about his own well-being.

April 22 2017 Week 16 Saturday的更多相关文章

  1. April 29 2017 Week 17 Saturday

    Every man is a poet when he is in love. 每个恋爱中的人都是诗人. It is said this saying was from Plato, the famo ...

  2. April 1 2017 Week 13 Saturday

    There is more to life than increasing its speed. 生活不仅仅是匆匆赶路. Get a life, a real life, not a manic pu ...

  3. April 21 2017 Week 16 Friday

    Courage is like a muscle. We strengthen it with use. 勇气就像肌肉,越使用越强大. Most often it is true, but somet ...

  4. April 20 2017 Week 16 Thursday

    We are all in the gutter, but some of us are looking at the stars. 我们都生活在阴沟里,但仍有人仰望星空. In the past m ...

  5. April 19 2017 Week 16 Wednesday

    What would life be if we had no courage to attempt anything? 如果我们都没有勇气去尝试点什么,生活会变成什么样子呢? I remembere ...

  6. April 18 2017 Week 16 Tuesday

    Every light has darkness to balance it out. 有光明的地方,必定有黑暗予以平衡. I strive to get a balance between life ...

  7. April 17 2017 Week 16 Monday

    You will find that it is necessary to let things go; simply for the reason that they are heavy. 你会明白 ...

  8. April 15 2017 Week 15 Saturday

    Attitude is a little thing that makes a big difference. 小态度,大不同. Attitudes can make a big difference ...

  9. April 8 2017 Week 14 Saturday

    Life is the art of drawing without an eraser. 人生如画,落笔无悔. Yesterday I watched a film from Japan, Afte ...

随机推荐

  1. CodeForces-Zuhair and Strings(思维+枚举)

    Given a string ss of length nn and integer kk (1≤k≤n1≤k≤n). The string ss has a level xx, if xx is l ...

  2. runlevel:启动运行级别(3-13)

    0:halt 关机模式1:single user 单用户2:Multiuser 多用户3:Full multiuser mode 命令行模式4:unused 没有使用5:Xll 桌面模式6:reboo ...

  3. eclipse+pydev 安装和配置过程

    安装 PyDev 在安装 PyDev 之前,要保证您已经安装了 Java 1.4 或更高版本.Eclipse 以及 Python.接下来,开始安装 PyDev 插件. 启动 Eclipse,利用 Ec ...

  4. Microsoft使用技巧

    1.拍摄屏幕内容的截图 按 Win + Shift + S 以打开截图栏,然后将光标拖动到要捕获的区域. 截图区域将保存到剪贴板. 2.使用键盘添加表情符号 随心随处表达自我. 按 Ctrl + Sh ...

  5. Head First 设计模式笔记(适配器)

    1.定义: 将一个类的接口转换成客户期望的另外一个接口.适配器让原来不兼容的类可以合作无间. 例子:插座转接头. 2.类图: 3.说明: 埋坑 4.例子 埋坑

  6. vue router-link 添加在定义事件

    在vue学习中遇到给router-link 标签添加事件@click .@mouseover等无效的情况 我想要做的是v-for遍历出来的选项卡, 鼠标移上去出现删除标签,移除标签消失的效果 原代码: ...

  7. 网络编程api总结

    1.socket函数创建一个socket连接,此时该socket连接为主动式. fd(int)->fd(struct fd)->file->sock:sock->file 2. ...

  8. [转]将input file的选择的文件清空

    本文转自:http://hi.baidu.com/xiongshihu/item/125c79b47632e794194697f5 上传文件时,选择了文件后想清空文件路径的两种办法: JS代码 < ...

  9. C语言实现通用链表初步(二)

    接着上次的内容,我们继续! 还是无头单向非循环链表.假如要删除某个节点,如何实现? //删除成功返回0,失败返回-1 int slist_del(struct node_info *node, str ...

  10. PHP函数库(概览)

    数组函数: array_change_key_case — 返回字符串键名全为小写或大写的数组 array_chunk — 将一个数组分割成多个 array_column — 返回数组中指定的一列 a ...