keep half an eye on something分神留意
splash out随意花钱 大肆挥霍
half a mind有想做某事
go Dutch v. 各自付帐,打平伙
chance in a million n. 百万分之一的机遇
half the battle n. 成功了一半(有助于成功的条件)
in dribs and drabs adj. 一小部分,一点点
of a kind同类的, 徒有其名的
take the bull by the horns采取果敢行动应付艰险局面, 明知山有虎, 偏向虎山行
never in a million years绝不会
go on strike罢工,举行罢工
throw in the towel认输,放弃
nineteen to the dozen喋喋不休地
number cruncher n. 作财务统计的人, 捣弄数字的人
safety in numbers 人多保险, 人多势众
one in the eye for someone n. 令人失望(或尴尬、丢脸等)的事
move up in the world发迹, 在社会上得到更高的地位
one fell swoop 一刹那, 同时 in/at ~
have one foot in the grave行将就木, 风烛残年, 一只脚已踏进坟墓
one step ahead早一步, 先行一步
sticking point n. 顶住点, 关键, 症结
saddle with使承担
have a one-track mind一根筋, 偏执的思路
one's number is up某人气数已尽
one's own undoing自走绝路, 自我毁灭
at the eleventh hour adv.在最后时刻(在还来得及的时刻)
have got it made拥有想要的一切
like clockwork规律而准确地,顺利地
two can play at that game(表示要进行报复)这一套你会我也会
make ends meet vi. 量入为出(使...收支相抵,靠微薄收入为主)
it takes two to tango 一个巴掌拍不响
Murphy's Law n. 墨菲定律
six of one and half a dozen of the other半斤八两
one good turn deserves another 一报还一报,善有善报
first come first served 先到者先接受服务原则
two-time v. 不忠, 背着某人与其他人交往
front runner n. 赛跑中跑在第一的人,一路领先的人
bring the house down 赢得观(听)众的欢呼声(或掌声)
lesser of two evils 两害相权取其轻
give or take(估计时)允许有 ... 的小误差
cut someone's losses避免损失,止损
live from hand to mouth vi. 生活无保障(现挣现吃,仅足糊口)
that makes two of us 我也一样
deep pockets雄厚的财力; 财力雄厚的人
bungee jumping蹦极,高空弹跳
blow up in someone's face事情完全弄砸了
not worth the candle得不偿失
close but no cigar差点就赢了
seventh heaven n. 七重天(天之最高处), 极乐世界
on cloud nine狂喜, 极乐
one-upmanship n. 胜人一筹的本领 =one-upsmanship
go to the dogs vi. 堕落(毁灭,衰败)
everything is coming up roses 一切进展顺利
look out for number one谋求自身的利益
cook someone's goose(使某人的计划等)受挫, 使垮台
with flying colors adv. 出色的(成功的)
dead duck n. 注定失败的人或事

L142的更多相关文章

  1. github标记

    <template> <a href="https://github.com/lmk123/Runner" class="github-corner&q ...

  2. Springboot学习04-默认错误页面加载机制源码分析

    Springboot学习04-默认错误页面加载机制源码分析 前沿 希望通过本文的学习,对错误页面的加载机制有这更神的理解 正文 1-Springboot错误页面展示 2-Springboot默认错误处 ...

  3. js 冷门的 label 语法

    https://github.com/Tencent/vConsole/blob/dev/src/lib/query.js#L142 https://www.cnblogs.com/hjbky/p/6 ...

  4. 爬虫--Scrapy之Downloader Middleware

    下载器中间件(Downloader Middleware) 下载器中间件是介于Scrapy的request/response处理的钩子框架. 是用于全局修改Scrapy request和respons ...

  5. 转:sock_ev——linux平台socket事件框架(uri地址的解析) .

    在第一篇中,已经说明,传递的socket地址采取以下形式: [cpp] view plaincopyprint?stream://192.168.2.10:8080   dgram://192.168 ...

  6. 将个人博客与github关联

    目录 将个人博客与github关联 将个人博客与github关联 #基于svg <a href="https://github.com/chatlotte" class=&q ...

  7. 【253】◀▶IEW-Unit18

    Unit 18 International Events 1.model1对应题目分析 The Olympic Games is a major international sporting even ...

  8. Hexo瞎折腾系列(3) - 添加GitHub彩带和GitHub Corner

    页面右上角添加GitHub彩带 你可以在这里找到一共12种样式的GitHub彩带,复制其中的超链代码. 在themes\next\layout\_layout.swig目录下找到头部彩带相关的代码: ...

  9. hexo + next搭建博客

    使用hexo和next主题搭建GitHub博客 安装node.js 在node.js 官网下载, 相应系统位数的软件包. 可以选择LTS长期支持版, 或者Current当前版本. 我这里选择的是Win ...

随机推荐

  1. CAS单点登录原理解析(转载)

    1.基于Cookie的单点登录的回顾        基于Cookie的单点登录核心原理: 将用户名密码加密之后存于Cookie中,之后访问网站时在过滤器(filter)中校验用户权限,如果没有权限则从 ...

  2. ImageMagick来处理图片,缩放,调整高度等操作

    单个缩放图片 convert 911.jpg -resize 25% 911.jpg 前面是要处理的图片路径,后面是输出的图片路径,我这么写就把原先图片缩放了 批量缩放图片 mogrify -samp ...

  3. POJ_2533 Longest Ordered Subsequence【DP】【最长上升子序列】

    POJ_2533 Longest Ordered Subsequence[DP][最长递增子序列] Longest Ordered Subsequence Time Limit: 2000MS Mem ...

  4. HDU - 6393 Traffic Network in Numazu (LCA+RMQ+树状数组)

    这道题相当于将这两题结合: http://poj.org/problem?id=2763 http://codeforces.com/gym/101808/problem/K 题意:有N各点N条边的带 ...

  5. jQuery带缩略图的宽屏焦点图插件

    在线演示 本地下载

  6. Linux网络配置脚本

    #!/bin/bash ip=$1 if [ -f "/etc/sysconfig/network-scripts/ifcfg-bond1" ] then break else # ...

  7. Spyder如何在弹出框绘图【转】

    本文转载自:https://blog.csdn.net/weixin_39231685/article/details/81028833 Spyder绘图默认出现在console面板,图片无法放大,看 ...

  8. BUG: scheduling while atomic 分析【转】

    本文转载自:https://blog.csdn.net/cfy_phonex/article/details/12090943 遇到一个典型的schedule问题.   <3>[26578 ...

  9. JAVA基础补漏--static

    静态方法不能访问非静态变量的原因 静态的方法和变量在内存中先产生,非静态的后产生,在静态调用时非静态可能还未创建,所以会发生错误,故不能访问. static的内存图 静态代码块 static { Sy ...

  10. orecle 函数

    --创建函数语法 create [or replace] function [schema.]function_name (函数参数列表) --参数有IN.OUT.IN OUT三种类型:IN代表需要输 ...