English idioms
a hot potato : speak of an issue(mostly current) which many people are talking about and which is usually siaputed.
add insult to injury : to further a loss with mockery or indignity; to worsen an unfavorable situation.
at the drop of a hat : without any hesitation
ball is in your court : it is up to you to make the next decision or step.
barking up the wrong tree : looking in the wrong place.
best thing since sliced bread : a good invention or innovation.
be glad to see the back of : be happy when a person leaves.
bear around the bush : avoiding the main topic.
best of both worlds : all the advantages.
bite off more than you can chew : to take a task that is way too big.
blessing in disguise : something good that isn't recognized at first.
burn the midnight oil : to work late into the night, alluding to the time before electric lighting.
can't judge a book by its cover : cannot judge something primarily on appearance.
caught between two stools : when someone finds it difficult to choose between two alternatives.
costs an arm and a leg : this idiom is used when something s very expensive.
16.Cross that bridge when you come to it
Meaning: Deal with a problem if and when it becomes necessary, not before.
17.Cry over split milk
Meaning: When you complain about a loss from the past.
18.Curiosity killed the cat
Meaning: Being Inquisitive can lead you into an unpleasant situation.
19.Cut corners
Meaning:When something is done badly to save money.
20.Cut the mustard
Meaning: To succeed; to come up to expectations; adequate enough to compete or participate
21.Devil's Advocate
Meaning: To present a counter argument
22.Don't count your chickens before the eggs have hatched
Meaning: Don't make plans for something that might not happen.
23.Don't give up the day job
Meaning: You are not very good at something.
24.Don't put all your eggs in one basket
Meaning: Do not put all your resources in one possibility.
25.Elvis has left the building
Meaning: The show has come to an end. It's all over.
26.Every cloud has a silver lining
Meaning: Be optimistic, even difficult times will lead to better days.
27.Far cry from
Meaning: Very different from.
28.Feel a bit under the weather
Meaning: Feeling slightly ill.
29.Give the benefit of the doubt
Meaning: Believe someone's statement, without proof.
30.Hear it on the grapevine
Meaning: This idiom means 'to hear rumors' about something or someone.
31.Hit the nail on the head
Meaning: Do or say something exactly right
32.Hit the sack
Meaning: To go to bed.
33.In the heat of the moment
Meaning: Overwhelmed by what is happening in the moment.
34.Jump on the bandwagon
Meaning: Join a popular trend or activity.
35.Keep something at bay
Meaning: Keep something away.
36.Kill two birds with one stone
Meaning:to accomplish two different things at the same time.
37.Last straw
Meaning: The final problem in a series of problems.
38.Let sleeping dogs lie
Meaning - do not disturb a situation as it is - since it would result in trouble or complications.
39.Let the cat out of the bag
Meaning: To share information that was previously concealed
40.Method to my madness
Meaning: An assertion that, despite one's approach seeming random, there actually is structure to it.
41.Horse of another color
Meaning: Another matter altogether
42.Miss the boat
Meaning: This idiom is used to say that someone missed his or her chance
43.Not a spark of decency
Meaning: No manners
44.Not playing with a full deck
Meaning: Someone who lacks intelligence.
45.Off one's rocker
Meaning: Crazy, demented, out of one's mind, in a confused or befuddled state of mind, senile.
46.On the ball
Meaning: When someone understands the situation well.
47.Picture paints a thousand words
Meaning: A visual presentation is far more descriptive than words.
48.Put wool over other people's eyes
Meaning: To deceive someone into thinking well of them.
49.See eye to eye
Meaning: Used to say that two (or more people) agree on something.
50.Sit on the fence
Meaning: Used when someone does not want to choose or make a decision.
51.Steal someone's thunder
Meaning: To take the credit for something someone else did.
52.Take with a grain of salt
Meaning: This means not to take what someone says too seriously.
53.Taste of your own medicine
Meaning: Something happens to you, or is done to you, that you have done to someone else
54.To hear something straight from the horse's mouth
Meaning: To hear something from the authoritative source.
55.Whole nine yards
Meaning: Everything. All of it.
56.Wouldn't be caught dead
Meaning: Would never like to do something
57.Your guess is as good as mine
Meaning: To have no idea, do not know the answer to a question
English idioms的更多相关文章
- Pronunciation – The Definitive Guide to the Top 100 Words in American English
Pronunciation – The Definitive Guide to the Top 100 Words in American English Share Tweet Share Tagg ...
- Lesson 14 Do you speak English?
Text I had an amusing experience last year. After I had left a small village in the south of France. ...
- 运行nltk示例 Resource u'tokenizers punkt english.pickle' not found解决
nltk安装完毕后,编写如下示例程序并运行,报Resource u'tokenizers/punkt/english.pickle' not found错误 import nltk sentence ...
- [LeetCode] Reconstruct Original Digits from English 从英文中重建数字
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- [LeetCode] Integer to English Words 整数转为英文单词
Convert a non-negative integer to its english words representation. Given input is guaranteed to be ...
- leetcode-【hard】273. Integer to English Words
题目: 273. Integer to English Words Convert a non-negative integer to its english words representation ...
- [LeetCode] 423 Reconstruct Original Digits from English
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- [CareerCup] 17.7 English Phrase Describe Integer 英文单词表示数字
17.7 Given any integer, print an English phrase that describes the integer (e.g., "One Thousand ...
- English随笔1
英语中的基本五大句型 1.Subject (主语) + Verb (谓语) Li Ming works The accident happened 2.Subject (主语) + Link. V( ...
随机推荐
- 转:C/C++基本数据类型所占字节数
参考:http://blog.csdn.net/vast_sea/article/details/8076934 关于这个基本的问题,很早以前就很清楚了,C标准中并没有具体给出规定那个基本类型应该是多 ...
- 慢慢聊Linux AIO
一.What:异步IO是什么? 1. 一句话总结 允许进程发起很多I/O操作,而不用阻塞或等待任何操作完成 2. 详细说说 一般来说,服务器端的I/O主要有两种情况:一是来自网络的I/O:二是对文件 ...
- 如何判断一个GPS点是否在以另一个GPS点为圆心100米为半径的圆内(Java代码)
题目乍一看,无从下手,仔细想了一下,原来只需要判断两个GPS点的直线距离是否<100米即可. Java代码如下: /** * 将两个经纬度坐标转化成距离(米) * * @param 2个GPS经 ...
- HBase 的存储结构
HBase 的存储结构 2016-10-17 杜亦舒 HBase 中的表常常是超级大表,这么大的表,在 HBase 中是如何存储的呢?HBase 会对表按行进行切分,划分为多个区域块儿,每个块儿名为 ...
- MYSQL 【汇总数据】 【分组数据】 学习记录
分组数据 1,创建分组:
- OneProxy FAQ 之proxy-user-list
OneProxy为了实现拆库拆表,必须有能力管理多个主从集群. 启动脚本截取如下: ################################################# --proxy- ...
- c语言数据结构:递归的替代-------回溯算法
1.要理解回溯就必须清楚递归的定义和过程. 递归算法的非递归形式可采用回溯算法.主要考虑的问题在于: 怎样算完整的一轮操作. 执行的操作过程中怎样保存当前的状态以确保以后回溯访问. 怎样返回至上一次未 ...
- mysql 存储过程 demo
-- 查看存储过程 SHOW PROCEDURE STATUS; -- 显示pro存储过程的详细信息 SHOW CREATE PROCEDURE pro; -- 删除pro存储过程 DROP PROC ...
- ubuntu12.04 安装配置jdk1.7
第一步:下载jdk-7-linux-i586.tar.gz wget -c http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-i586 ...
- p标签中的span标签文字垂直居中对齐
<p>轻舞飞扬<span>第一次亲密接触</span></p> p标签的font-size:30px; span标签的font-size:24px; 让 ...