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. Windows10系统一键结束所有运行程序

    当电脑及其卡顿的时候,想打开任务管理器关掉所有运行的程序的时候,也会变得及其困难.因此之前你如果有犀利的小程序设置,这都不会是问题. 1)空白处右键-新建-快捷方式 2)将下列代码复制到下列框中(注意 ...

  2. UnicodeEncodeError: ‘ascii’ codec can’t encode

    [UnicodeEncodeError: ‘ascii’ codec can’t encode] Python默认环境编码通过下面的方法可以获取: 基本上是ascii编码方式,由此Python自然调用 ...

  3. keras—神经网络CNN—MNIST手写数字识别

    from keras.datasets import mnist from keras.utils import np_utils from plot_image_1 import plot_imag ...

  4. python 的时间与日期

    显示当前日期: import time print time.strftime('%Y-%m-%d %A %X %Z',time.localtime(time.time())) 或者 你也可以用: p ...

  5. 浅谈python中的“ ==” 与“ is”

    在python中,== 与 is 之间既有区别,又有联系,本文将通过实际代码的演示,力争能够帮助读到这篇文章的朋友以最短的时间理清二者的关系,并深刻理解它们在内存中的实现机制.扯淡的话不多说,下面马上 ...

  6. 750A New Year and Hurry

    A. New Year and Hurry time limit per test 1 second memory limit per test 256 megabytes input standar ...

  7. dump打印

  8. laravel配置路由出现404

    nginx配置上加一句话 location / { #try_files $uri $uri/ =; try_files $uri $uri/ /index.php?$query_string; }

  9. 值得一看!2018年最优秀的9个Android Material Design Apps!

    今年4月,谷歌Gmail推出了全新的设计外观,全新的配色方案,更多的空白区域和精致的图标.也带来了Material Design 的一些改变 – Material Theming (材料主题),旨在自 ...

  10. action spring 注入错误,如果检查各项注入都没有错误时,考虑struts 是否配置了namespace(如果你有多个namespace="/")

    [ERROR] 2015-01-04 09:42:35,180 (CommonsLogger.java:38) - Exception occurred during processing reque ...