Wine in, truth out

One is never too old to learn

What is done can not be undone

Time tries all things

Every dog has its day. 风水轮流转

The car will find its way round the hill when it gets there

Strike when the iron is hot

Something is learned every time a book is opened

Practices make prefect 熟能生巧

Out of sight, out of mind 眼不见,心不烦

Merry meet, merry part 好聚好散

Keep something for a rainy day 未雨绸缪

Home is where the heart is 心在哪里,哪里就是家

Experience is the best teacher. 实践出真知

Bad luck often brings good luck 塞翁失马,焉知非福

The reason why a great man is great is that he resolves to be a great man.
伟人之所以伟大,是因为他立志要成为伟大的人。

One never lose anything by politeness 讲礼貌不吃亏

Wealth is the test of a man's character. 财富是对一个人品格的试金石。

Sharp tools make good work. 工欲善其事,必先利其器。

The wealth of the mind is the only wealth. 精神财富是唯一的财富。

Sow nothing, reap nothing. 春不播,秋不收。

The shortest way to do many things is to do only one thing at a time.
做许多事情的捷径就是一次只做一件事情。

Bad times make a good man. 艰难困苦出能人。

Variety is the spice of life. 变化是生活的调味品。

Doubt is the key to knowledge. 怀疑是知识的钥匙。

I'm sorry的回答:
never mind 
you are welcome.
not at all
It doesn't matter 
that's ok 
that’s all right

thank you和sorry回答

Thank you的回答

Thank you的几种答语都有各自的意思:
You are welcome. 你是受欢迎的(我愿你帮助你)
It's my pleasure./ My pleasure.这是我的荣幸(为你效劳)
Don't mention it. 别提它了(别客气)
Never mind. 别在意(别客气)
显然前两个更适合对陌生人说,后面的用在朋友身上更合适。

sorry 的回答

It doesn't matter.
Never mind.
That's Ok.
It's(that's) all right.
Forget it.

thank you 和sorry在英语口语中使用频率很高,它们的答语有些是相同的,有些却只能用于其中的一种情况。现简述如下:

1)、两种情况均可使用的应答语:

(1)Not at all. 不用谢。/没关系。

(2)That's all right. 不用谢。/没关系。

(3)That's OK. 不用谢。/没关系。

(4)It's nothing. 没什么。/没关系。

(5)Don't mention it. 不要客气。

(6)Forget it. 忘掉它。

(7)、No problem. 没问题。

2)、只能用于thank you 的答语:

(1)It's a pleasure. 不用谢。

(2)You are welcome. 别客气。

(3)My pleasure. 我很乐意。

3)、只能用于sorry的答语:

(1)It doesn't matter. 没关系。如:

— I'm sorry I'm late. 对不起,我迟到了。

— It doesn't matter. 没关系。

(2)Never mind. 没关系。如:

—I'm sorry I can't help you. 对不起,我不能帮你了。

— Never mind. 没关系。

Good Sentences的更多相关文章

  1. 【英语魔法俱乐部——读书笔记】 3 高级句型-简化从句&倒装句(Reduced Clauses、Inverted Sentences) 【完结】

    [英语魔法俱乐部——读书笔记] 3 高级句型-简化从句&倒装句(Reduced Clauses.Inverted Sentences):(3.1)从属从句简化的通则.(3.2)形容词从句简化. ...

  2. 【英语魔法俱乐部——读书笔记】 2 中级句型-复句&合句(Complex Sentences、Compound Sentences)

    [英语魔法俱乐部——读书笔记] 2 中级句型-复句&合句(Complex Sentences.Compound Sentences):(2.1)名词从句.(2.2)副词从句.(2.3)关系从句 ...

  3. 【英语魔法俱乐部——读书笔记】 1 初级句型-简单句(Simple Sentences)

    第一部分 1 初级句型-简单句(Simple Sentences):(1.1)基本句型&补语.(1.2)名词短语&冠词.(1.3)动词时态.(1.4)不定式短语.(1.5)动名词.(1 ...

  4. hdu 3307 Description has only two Sentences (欧拉函数+快速幂)

    Description has only two SentencesTime Limit: 3000/1000 MS (Java/Others) Memory Limit: 65536/32768 K ...

  5. 自然语言12_Tokenizing Words and Sentences with NLTK

    https://www.pythonprogramming.net/tokenizing-words-sentences-nltk-tutorial/ # -*- coding: utf-8 -*- ...

  6. word 中Sentences、Paragraph等含义和用法

    word 中有Words,Characters,Sentences.Paragraph,Sections 具体含义如下表达式             含义   返回的对象 Words(index)  ...

  7. Analyzing the Meaning of Sentences

    1. How can we represent natural language meaning so that a computer can process these representation ...

  8. Description has only two Sentences(欧拉定理 +快速幂+分解质因数)

    Description has only two Sentences Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65536/32768 ...

  9. [Swift]LeetCode884. 两句话中的不常见单词 | Uncommon Words from Two Sentences

    We are given two sentences A and B.  (A sentence is a string of space separated words.  Each word co ...

  10. Make Eudict for reviewing example sentences

    Recently, I've started an activity of recording typical and nice English sentences from dictionaries ...

随机推荐

  1. API、ABI区别

    http://blog.csdn.net/xinghun_4/article/details/7905298 应用程序二进制接口(ABI-Application Binary Interface)定义 ...

  2. JSP下拉选框,级联选择

    前端: <%@ page contentType="text/html;charset=UTF-8" %> <!DOCTYPE html PUBLIC " ...

  3. linux 下 nginx 启动服务器 80端口被占用问题

    把80端口占用的程序杀死 sudo fuser -k 80/tcp rm -fr 文件   ----删除文件及文加下的所有文件 echo > filename  ---清空文件的内容

  4. junit类找不到的问题解决

    1. Class not found  *******java.lang.ClassNotFoundException: ******* at java.net.URLClassLoader$1.ru ...

  5. [java] 40个Java多线程问题总结

    40个问题汇总 1.多线程有什么用? 一个可能在很多人看来很扯淡的一个问题:我会用多线程就好了,还管它有什么用?在我看来,这个回答更扯淡.所谓"知其然知其所以然","会用 ...

  6. 【linux】/etc/passwd文件

    /etc/passwd文件内容格式 /etc/passwd是保存用户信息的文件. 格式:用户名: 密码 : uid  : gid :用户描述:主目录:登陆shell 举个例子: root:x:0:0: ...

  7. apply()和call()的区别

    这两个方法的用途都是在特定的作用域中调用函数,实际上等于设置函数体内this对象的值. apply()接收两个参数:一个参数是在其中运行的作用域,另一个是参数数组(可以是Array实例,也可以是arg ...

  8. bzoj2012: [Ceoi2010]Pin

    Description 给出N(2<=N<=50000)个长度为4的字符串,问有且仅有D(1<=D<=4)处不相同的字符串有几对. Input 第1行: N,D 以下N行每行一 ...

  9. Learning Puppet — Manifests

    Begin In a text editor — vim, emacs, or nano — create a file with the following contents and filenam ...

  10. Perl system(cmd) 和 `cmd` 的区别探讨

    在perl中系统调用有两种方式,一种是system(cmd),另一种是`system`以前一直没注意,这两种方式的区别,还以为是一样的,今天写脚本的时候,忽然想要获取命令的返回值,然后,用了my $r ...