lesson 15 Fifty pence worth of trouble
lesson 15 Fifty pence worth of trouble
- appreciate
- =be grateful for
- We really appreciate all the help you gave us last month.
- I appreciate your making the effort to come.
- 比thank you强点的谢谢
- It's very nice of you.
- I really appreciate it.
- I would appreciate it if you could ... = can you ...
- provide
- provide sb with sth 提供某人某物
- provide sth for sb 提供某物给某人
- The hotel provides a shoe-cleaning service for guests.
- rattle 叮当作响
- The window rattled in the wind.
- There is something rattling in the washing machine.
rattle along ... - The train is rattling along the track.
- An old car is rattling along the road.
- 一辆破旧的汽车在路上颠簸行进.
- thrifty 勤俭的 extravagant 铺张浪费的
- fill up A (with) B 装满
- The boy's eyes filled with tears. = cry
- advise
- advise sb to do
- advise doing
- worth
- be worth + money 值...钱
- be worth + n 值得
- It's not worth the effort/the trouble.
- money's worth of +n
- The fire caused thousands of pounds' worth of damage.
- 5 dollars' worth of petrol
pavement sidewalk 行人道
- roll n.卷
- a roll of film toilet roll
- roll sth up 把sth卷起来
- roll up a carpet
- roll up the string
- roll up the sleeve
- and what's more 此外,再者
- =beside,also,in addtion
- The prisoner has a gun, and what's the more, he's prepared to use it.
- The rent is reasonable and what is more, the location is perfect.
- stick stuck stuck n.棍
- be stuck in 被卡住,被困住
- This door seems to be stuck.
- The car was stuck in the mud.
- I have got something suck in my throat.
- Seven of us were stuck in the lift for over an hour.
- We were stuck in a traffic jam for an hour.
- be stuck in 被卡住,被困住
fire-brigade 消防员
grease 油脂 greasy 油腻的
- upset v.打翻
- be upset 不开心,心烦意乱的
- be upset about sth
- He was upset about not being invited.
- be upset with sb
- I think she may be a bit upset with you.
- reward
- reward sb with sth 用某物奖励某人
- The boss rewarded him with a free film ticket.
- She rewarded him with a smile.
- reward sb for sth 因为做了某事而奖励
- He gave the children some chocolate to reward them for behaving well at school.
- reward sb with sth 用某物奖励某人
lesson 15 Fifty pence worth of trouble的更多相关文章
- Lesson 15 Good news
Text The secretary told me that Mr. Harmsworth would see me. I felt very nervous when I went into hi ...
- lesson - 15 Linux系统日常管理4
内容概要:1. rsync 命令格式rsync [OPTION]... SRC DESTrsync [OPTION]... SRC [USER@]HOST:DESTrsync [OPTION].. ...
- [Java in NetBeans] Lesson 15. Sorting and Searching.
这个课程的参考视频和图片来自youtube. 主要学到的知识点有: Build in functions in java.util.Collections Need to implement a co ...
- Lesson 15 Secrecy in industry
Why is secrecy particularly important in the chemical industries? Two factors weigh heavily against ...
- NCE3
Lesson1 A puma at large Pumas are large, cat-like animals which are found in America. When reports ...
- 第一册:lesson ninety-seven。
原文: A small blue case. I left a suitcase on the train to London the other day. Can you describe it , ...
- New Concept English three(15)
31w/m 43 Children always appreciate small gifts of money. Father, of course, provides a regular supp ...
- C10K问题渣翻译
The C10K problem [Help save the best Linux news source on the web -- subscribe to Linux Weekly News! ...
- Think Python - Chapter 03 - Functions
3.1 Function callsIn the context of programming, a function is a named sequence of statements that p ...
随机推荐
- R语言学习笔记1——R语言中的基本对象
R语言,一种自由软件编程语言与操作环境,主要用于统计分析.绘图.数据挖掘.R本来是由来自新西兰奥克兰大学的Ross Ihaka和Robert Gentleman开发(也因此称为R),现在由“R开发核心 ...
- 清除IE8/IE9/IE10/IE11浏览器缓存文件 100%有效
不管你是哪个版本的IE浏览器,按照下面指示操作,都能清除掉你使用浑身解数也清不掉的缓存文件! 第一步,打开IE浏览器——工具——Internet选项 有的IE浏览器的Internet选项藏在右上角一个 ...
- RBG颜色对照表:有网址
RBG颜色对照表 大家都懂的RBG颜色对照表,想做一个有个性和美观的网页,风格是必须要有的,那么多姿多彩的颜色必然是装饰网页的一簇鲜花,为了方便查找比对颜色,就做了这个 网址为: http://too ...
- axios api封装
import axios from 'axios'; import qs from 'qs'; const host = 'url' axios.defaults.baseURL = host; // ...
- jQuery表单验证的几种方法
1.jQuery的框架的验证:validate框架 Jquery Validate 验证规则 (1)required:true 必输字段(2)remote:”check.PHP” 使用ajax方法调用 ...
- jQuery 常用核心方法
jQuery 常用核心方法 .each() 遍历一个jQuery对象,为每个匹配元素执行一个函数 $('p').each(function(idx,node){ $(node).text(idx + ...
- XSS攻击 && CSRF攻击 基础理解
一个网站,不管多么的帅气,多么的风骚,如果你不安全,那始终都是一个弟弟啊~ 今天又看了下XSS和CSRF攻击的文章,我也想发点什么普及下大家的安全意识,毕竟作为一名拥有伟大梦想的程序员,基本的安全意识 ...
- 解决WinScp连接被拒绝的问题
尝试以下方法: 1) 开启|关闭防火墙(这里需要关闭) sudo ufw enable|disable 2) 开启远程服务 在终端界面输入:service sshd start.结果显示:ssh:un ...
- Shell--cut用法
cut是以每一行为一个处理对象的,这种机制和sed一样. cut接受三个定位方法: 1)byte: -b 2)characters: -c 3)fields: -d eg:提取第3,4,5,9的字节: ...
- java的编码格式
几种常见的编码格式 为什么要编码 不知道大家有没有想过一个问题,那就是为什么要编码?我们能不能不编码?要回答这个问题必须要回到计算机是如何表示我们人类能够理解的符号的,这些符号也就是我们人类使用的语言 ...