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. 牛客Professional Manager(并查集)

    t’s universally acknowledged that there’re innumerable trees in the campus of HUST.  Thus a professi ...

  2. javasript

    ECMAScript和JavaScript的关系 1996年11月,JavaScript的创造者--Netscape公司,决定将JavaScript提交给国际标准化组织ECMA,希望这门语言能够成为国 ...

  3. 7.Hibernate 检索

    1.Hibernate检索方式 检索方式简介: 导航对象图检索方式:根据已经加载的对象,导航到其他对象.OID检索方式:按照对象的OID来检索对象.Session 的 get() 和 load() 方 ...

  4. C++二维数组的动态声明

    int **a  =  new int* [m]   //分配一个指针数组,将其首地址保存在a中   . for(int i = 0; i < m; i++)   //为指针数组的每个元素分配一 ...

  5. my09_mysql指定时间点恢复之binlog start-position

    场景描述 ********************************************* 在远程服务器做的全备并已经恢复,同时使用binlog server备份binlog 之后,删除了库 ...

  6. 结合element-ui表格自动生成sku规格列表

    最近在写一个根据输入的规格,属性值动态生成sku表格,实现的效果大致如图,这是在vue项目里,结合element-UI表格写的,写好了就整理了一下,把代码贴上来,方便以后使用,不过代码里还是有一些重复 ...

  7. mysql查询过去12个月的数据统计

    SELECT DATE_FORMAT( FROM_UNIXTIME( t.`created_at`, '%Y-%m-%d %H:%i:%S' ), '%Y-%m' ) MONTH, count(t.c ...

  8. Python 类 面向对象(Classes)

    Python 支持面向对象 class Greeter(object): #构造函数 def __init__(self,name): self.name = name # 创建一个实例变量 #定义一 ...

  9. 百度webuploader 上传演示例子

    前端代码 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="baiduWebU ...

  10. java高级篇

    Method对象可以得到任何一个类的任何方法的定义(只需要传入方法的名字和参数即可) class Ming { private void speak() { System.out.println(&q ...