Good Sentences
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的更多相关文章
- 【英语魔法俱乐部——读书笔记】 3 高级句型-简化从句&倒装句(Reduced Clauses、Inverted Sentences) 【完结】
[英语魔法俱乐部——读书笔记] 3 高级句型-简化从句&倒装句(Reduced Clauses.Inverted Sentences):(3.1)从属从句简化的通则.(3.2)形容词从句简化. ...
- 【英语魔法俱乐部——读书笔记】 2 中级句型-复句&合句(Complex Sentences、Compound Sentences)
[英语魔法俱乐部——读书笔记] 2 中级句型-复句&合句(Complex Sentences.Compound Sentences):(2.1)名词从句.(2.2)副词从句.(2.3)关系从句 ...
- 【英语魔法俱乐部——读书笔记】 1 初级句型-简单句(Simple Sentences)
第一部分 1 初级句型-简单句(Simple Sentences):(1.1)基本句型&补语.(1.2)名词短语&冠词.(1.3)动词时态.(1.4)不定式短语.(1.5)动名词.(1 ...
- hdu 3307 Description has only two Sentences (欧拉函数+快速幂)
Description has only two SentencesTime Limit: 3000/1000 MS (Java/Others) Memory Limit: 65536/32768 K ...
- 自然语言12_Tokenizing Words and Sentences with NLTK
https://www.pythonprogramming.net/tokenizing-words-sentences-nltk-tutorial/ # -*- coding: utf-8 -*- ...
- word 中Sentences、Paragraph等含义和用法
word 中有Words,Characters,Sentences.Paragraph,Sections 具体含义如下表达式 含义 返回的对象 Words(index) ...
- Analyzing the Meaning of Sentences
1. How can we represent natural language meaning so that a computer can process these representation ...
- Description has only two Sentences(欧拉定理 +快速幂+分解质因数)
Description has only two Sentences Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65536/32768 ...
- [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 ...
- Make Eudict for reviewing example sentences
Recently, I've started an activity of recording typical and nice English sentences from dictionaries ...
随机推荐
- 胶囊碰撞体(CapsuleCollider)
胶囊碰撞体 (Capsule Collider) 胶囊碰撞体 (Capsule Collider) 由两个半球体与一个圆柱体相连接而构成.它与胶囊 (Capsule) 基元形状相同. 一堆胶囊碰撞 ...
- phonegap 附件下载及打开附件
出处:http://my.oschina.net/u/1011854/blog/169434 再次 谢谢作者! 在开发web app并且使用phonegap的情况下,附件下载着实是一件令人头疼的事,什 ...
- 007. 自定义ListBox的item的宽高, 字体居中
/// <summary> /// 自定义ListBox的item的宽高, 字体居中 /// </summary> /// <param name="sende ...
- C#中的List<string>泛型类示例
在C#代码中使用一系列字符串(strings)并需要为其创建一个列表时,List<string>泛型类是一个用于存储一系列字 符串(strings)的极其优秀的解决办法.下面一起有一些Li ...
- Jenkins入门系列之
Jenkins入门系列之——00答疑解惑 Jenkins进阶系列之——11修改Jenkins用户的密码 Jenkins进阶系列之——12详解Jenkins节点配置 Jenkins进阶系列之——13修改 ...
- discuz 发布分类信息,能不能设置单版块去掉“发帖子”(默认点发帖后为自定义的默认分类信息模版)
http://www.discuz.net/forum.php?mod=viewthread&tid=3365198&page=1#pid26849156
- 搜索关注点--2014年的google关注点
补充: 网站知名网站收录 网站被世界三大知名网站DMOZ,Yahoo和Looksmart收录 众所周知,Google的Pagerank系统对那些门户网络目录如 DMOZ,Yahoo和Looksmart ...
- 如何通过SecureCRT FTP上传下载文件
通过SecureCRT FTP方式从一台机器下载文件到另一台机器上: [root@TEST144239 ~]# ftp 10.30.1.25 Connected to 10.30.1.25 (10. ...
- 在64位系统使用PLSQL Developer
由于PLSQL Developer没有提供64位的,于是根据网上的资料做了一下整理,发上来 1.下载并安装Oracle 11g R2 64位,在服务器上安装时忽略硬件检测失败信息: 2.下载Oracl ...
- window7 下 安装 apache24(httpd-2.4.10-x86-r2)加 php5.6(php-5.6.4-Win32-VC11-x86)加yaf(php_yaf-2.3.3-5.6-ts-vc11-x86)整合
window7 下 安装 apache24(httpd-2.4.10-x86-r2)加 php5.6(php-5.6.4-Win32-VC11-x86)加yaf(php_yaf-2.3.3-5.6-t ...