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 ...
随机推荐
- springboot——我的第一个工程
前言:使用Spring Boot 微服务架构有一段时间了,打算从今天开始记录使用过程. 一.Spring Boot介绍: 简介:Spring Boot 框架的产生,是为了方便我们简化Spring 框架 ...
- 【转】Spring Boot特性
https://yq.aliyun.com/articles/25530 摘要: 1. SpringApplication SpringApplication 类是启动 Spring Boot 应用的 ...
- 讲一个关于RSA加密算法的故事
有甲乙两个人,甲有两把钥匙,一把叫做甲的公钥,另一把叫做甲的私钥.乙同样有两把钥匙,一把叫做乙的公钥,另一把叫做乙的私钥. 某一天,甲乙成为了好朋友,甲想向乙发送一份保密数据,这份保密数据要求只有甲乙 ...
- P2894 [USACO08FEB]酒店Hotel
P2894 [USACO08FEB]酒店Hotel 简单的线段树维护区间信息. 维护三个值,一个是从左端点能拓展的长度,一个是从右端点能脱产的的长度.另一个是整个区间内的最大连续零一长度. 记录这三个 ...
- SignalR 教程二 服务端广播
转帖官方教程:Tutorial: Server Broadcast with SignalR 2 http://www.asp.net/signalr/overview/getting-started ...
- C# 对WinForm应用程序的App.config的加密
默认情况下,我们需要对App.config文件里的connectionStrings片断进行加密处理,ASP.NET IIS 注册工具 (Aspnet_regiis.exe)可以胜任这个工作,但这个工 ...
- 一点一点看JDK源码(六)java.util.LinkedList前篇之链表概要
一点一点看JDK源码(六)java.util.LinkedList前篇之链表概要 liuyuhang原创,未经允许禁止转载 本文举例使用的是JDK8的API 目录:一点一点看JDK源码(〇) 1.什么 ...
- oracle 数据库密码生产同步模拟环境 ,随记常用命令
1.查看当前open用户 select username,account_status,expiry_date,profile from dba_users; 2.查看目前的密码过期策略 select ...
- Zabbix——创建网络配置模板
前提条件: Zabbix版本为4.0 创建网络配置模板: Template Net Network Generic Device SNMPv2 h3c Template Module EtherLik ...
- ubuntu—终端安装mysql
---恢复内容开始--- Step 1 : 安装指令 ~$ sudo apt-get install mysql-server Step 2: 查看是否正常安装 ~$ ps aux | grep my ...