L142
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的更多相关文章
- github标记
		
<template> <a href="https://github.com/lmk123/Runner" class="github-corner&q ...
 - Springboot学习04-默认错误页面加载机制源码分析
		
Springboot学习04-默认错误页面加载机制源码分析 前沿 希望通过本文的学习,对错误页面的加载机制有这更神的理解 正文 1-Springboot错误页面展示 2-Springboot默认错误处 ...
 - js  冷门的 label 语法
		
https://github.com/Tencent/vConsole/blob/dev/src/lib/query.js#L142 https://www.cnblogs.com/hjbky/p/6 ...
 - 爬虫--Scrapy之Downloader Middleware
		
下载器中间件(Downloader Middleware) 下载器中间件是介于Scrapy的request/response处理的钩子框架. 是用于全局修改Scrapy request和respons ...
 - 转:sock_ev——linux平台socket事件框架(uri地址的解析) .
		
在第一篇中,已经说明,传递的socket地址采取以下形式: [cpp] view plaincopyprint?stream://192.168.2.10:8080 dgram://192.168 ...
 - 将个人博客与github关联
		
目录 将个人博客与github关联 将个人博客与github关联 #基于svg <a href="https://github.com/chatlotte" class=&q ...
 - 【253】◀▶IEW-Unit18
		
Unit 18 International Events 1.model1对应题目分析 The Olympic Games is a major international sporting even ...
 - Hexo瞎折腾系列(3) - 添加GitHub彩带和GitHub Corner
		
页面右上角添加GitHub彩带 你可以在这里找到一共12种样式的GitHub彩带,复制其中的超链代码. 在themes\next\layout\_layout.swig目录下找到头部彩带相关的代码: ...
 - hexo + next搭建博客
		
使用hexo和next主题搭建GitHub博客 安装node.js 在node.js 官网下载, 相应系统位数的软件包. 可以选择LTS长期支持版, 或者Current当前版本. 我这里选择的是Win ...
 
随机推荐
- smtplib与email模块(实现邮件的发送)
			
SMTP是发送邮件的协议,Python内置对SMTP的支持,可以发送纯文本邮件.HTML邮件以及带附件的邮件. Python对SMTP支持有smtplib和email两个模块,email负责构造邮件, ...
 - HDU1081:To The Max(最大子矩阵,线性DP)
			
题目:http://acm.hdu.edu.cn/showproblem.php?pid=1081 自己真够垃圾的,明明做过一维的这种题,但遇到二维的这种题目,竟然不会了,我也是服了(ps:猪啊). ...
 - Spark生态系统剖析--王家林老师
 - Python Tornado框架(ioloop对象分析)
			
网上都说nginx和lighthttpd是高性能web服务器,而tornado也是著名的高抗负载应用,它们间有什么相似处呢?上节提到的ioloop对象是如何循环的呢?往下看. 首先关于TCP服务器的开 ...
 - iOS  XCode工程 警告处理
			
今天 老板说,群~你的警告⚠️蛮多的...我拍了胸脯,下周项目总结时候一定会完美解决!!! 于是我得把项目中全部警告解决了,加油
 - systemverilog interface杂记
			
随着IC设计复杂度的提高,模块间互联变得复杂,SV引入接口,代表一捆连线的结构. Systemverilog语法标准,新引入一个重要的数据类型:interface. interface主要作用有两个: ...
 - shell-一些有趣的使用
			
1. 对字符串进行MD5加密 echo test |md5sum|awk '{print $1}' 字符串数量很多时可以这样做: echo test |md5sum|awk '{print $1}' ...
 - springboot学习(三)——使用HttpMessageConverter进行http序列化和反序列化
			
以下内容,如有问题,烦请指出,谢谢! 对象的序列化/反序列化大家应该都比较熟悉:序列化就是将object转化为可以传输的二进制,反序列化就是将二进制转化为程序内部的对象.序列化/反序列化主要体现在程序 ...
 - Apache HTTP Server——官网下载
			
Windows版 Apache 2.4.x OpenSSL 1.0.2 VC14 ——Apache 2.4.34 x64(注:x64就是64位,x86就是32位) https://www.apach ...
 - windchill系统——开发_菜单栏添加选项(模型添加action)
			
目录:C:\ptc\Windchill_11.0\Windchill\codebase\config\actions 文件:custom-actionModels.xml和custom-actions ...