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( ...
随机推荐
- 转:CPU与内存的那些事
下面是网上看到的一些关于内存和CPU方面的一些很不错的文章. 整理如下: 转: CPU的等待有多久? 原文标题:What Your Computer Does While You Wait 原文地址: ...
- control file sequential read 等待事件
可能的原因 control file sequential read Reading from the control file. This happens in many cases. For ex ...
- xcode ___gxx_personality_v0" 编译错误
xcode ___gxx_personality_v0" 编译错误 Undefined symbols for architecture i386: "___gxx_persona ...
- SAP 通过屏幕字段查看透明表
我要查看创建采购订单屏幕上抬头部分付款条件的这个透明表中的字段. 图1. 1.首先准备好MM模块中的常用透明表. 图2. 2.把光标放在字段上,按F1,再点击图中技术信息按钮. 图3. 3.在弹出的技 ...
- 【转】 C++中delete和delete[]的区别
一直对C++中的delete和delete[]的区别不甚了解,今天遇到了,上网查了一下,得出了结论.做个备份,以免丢失. C++告诉我们在回收用 new 分配的单个对象的内存空间的时候用 delete ...
- linux笔记:linux常用命令-目录和文件处理命令
命令格式: 命令 [-选项] [参数] 例: ls -la /etc 注意:个别命令的使用不遵循此格式. 目录处理命令:ls(列目录) 更多选项: -h 以kb等利于人阅读的方式取代字节显示文件大小 ...
- Facade 运行机制
举一个常见的例子在routes.php路由文件中的Route就是使用了laravel的Facade; config/app.php 文件中的aliases数组: 再例如其中的mail: 里面只是简单的 ...
- iOS应用架构谈 本地持久化方案及动态部署
转载: iOS应用架构谈 本地持久化方案及动态部署 前言 嗯,你们要的大招.跟着这篇文章一起也发布了CTPersistance和CTJSBridge这两个库,希望大家在实际使用的时候如果遇到问题,就给 ...
- js时间显示设置
//对日期中部分小于10的数字前边添加0 function zero(s){ return s < 10 ? '0' + s: s; } var date=new Date(), year = ...
- Windows环境配置Apache+Mysql+PHP
一.安装配置Apache2.4.7(httpd-2.4.7-win64-VC11.zip ) 1.解压下载的安装包:httpd-2.4.7-win64-VC11.zip将其放到自己的安装目录(我的目录 ...