There once was a little girl who had a bad temper. Her mother gave her a bag of nails and told her that every time she lost her temper, she must hammer a nail into the back of the fence.

The first day the girl had driven 37 nails into the fence. Over the next few weeks, as she learned to control her anger, the number of nails hammered daily gradually dwindled down. She discovered it was easier to hold her temper than to drive those nails into the fence. Finally the day came when the girl didn't lose her temper at all.

She told her mother about it and the mother suggested that the girl now pull out one nail for each day that she was able to hold her temper. The days passed and the young girl was finally able to tell her mother that all the nails were gone.

The mother took her daughter by the hand and led her to the fence. She said, "You have done well, my daughter, but look at the holes in the fence. The fence will never be the same. When you say things in anger, they leave a scar just like this one."

You can hurt a person and it won't matter how many times you say "I'm sorry", the wound is still there. A verbal wound is as bad as a physical one. Friends are very rare jewels, indeed. They make you smile and encourage you to succeed. They lend an ear, they share words of praise, and they always want to open their hearts to us.

---------------------------------------------------

lost one's temper 突然发脾气

dwindle down 逐渐减少

hold one's temper 忍着不发脾气

scar 伤痕,伤疤

随机推荐

  1. 上传 第三方jar包 nexus

    手动上传第三方jar包到nexus的步奏: 1)按下图方式进行 2)按下图完成上传 3)点击保存完成

  2. spring 每个jar的作用

    spring.jar 是包含有完整发布模块的单个jar 包.但是不包括mock.jar, aspects.jar, spring-portlet.jar, and spring-hibernate2. ...

  3. 在winsshd 中添加id_rsa.pub 实现Windows 服务器主机自动信任Linux 客户端

    文章一. 生成密钥: 在Linux主机(ssh客户端),通过ssh-keygen在建立SSH keys# ssh-keygen -t rsa (连续三次回车,即在本地生成了公钥和私钥,不设置密码)将在 ...

  4. bootstrap下拉框的例子,提示Error: Bootstrap's JavaScript requires jQuery

    bootstrap很多js依赖jquery,所以需要引入jquery   遇到的问题: 页面访问提示:Error: Bootstrap's JavaScript requires jQuery   解 ...

  5. django的数据库操作回顾

    补充一个filter中大于小于的用法 models.course_info.objects.filter(id__gte=30).delete() _exact 精确等于 like 'aaa' __i ...

  6. Course Schedule课程表12(用Topological Sorting)

    [抄题]: 现在你总共有 n 门课需要选,记为 0 到 n - 1.一些课程在修之前需要先修另外的一些课程,比如要学习课程 0 你需要先学习课程 1 ,表示为[0,1]给定n门课以及他们的先决条件,判 ...

  7. 使用maven管理引入jdk1.8

    需要在配置文件settings.xml中加入: <profile> <id>jdk-1.8</id> <activation> <activeBy ...

  8. URL去重

    import socket dictlist ={}; def ReadHost(): hosts = []; obn = open('d:/sss.txt', 'rb'); for line in ...

  9. phpcms与discuz的ucenter整合

    1.安装phpcms系统,域名为pc.me   2.安装discuz,并选择安上uc_server,域名为dz.me   3.在phpcms下phpsso的系统设置   4.到ucenter管理中心- ...

  10. linux整合apache、php、mysql

    1.打开apache配置文件,添加AddType.找到DirectoryIndex并添加index.php AddType application/x-httpd-php .php AddType a ...