lesson 15 Fifty pence worth of trouble

    1. 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 ...
  1. provide
    • provide sb with sth 提供某人某物
    • provide sth for sb 提供某物给某人
      • The hotel provides a shoe-cleaning service for guests.
  2. 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.
    • 一辆破旧的汽车在路上颠簸行进.
  3. thrifty 勤俭的 extravagant 铺张浪费的
  4. fill up A (with) B 装满
    • The boy's eyes filled with tears. = cry
  5. advise
    • advise sb to do
    • advise doing
  6. 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
  7. pavement sidewalk 行人道

  8. roll n.卷
    • a roll of film toilet roll
    • roll sth up 把sth卷起来
    • roll up a carpet
    • roll up the string
    • roll up the sleeve
  9. 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.
  10. 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.
  11. fire-brigade 消防员

  12. grease 油脂 greasy 油腻的

  13. 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.
  14. 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.

lesson 15 Fifty pence worth of trouble的更多相关文章

  1. Lesson 15 Good news

    Text The secretary told me that Mr. Harmsworth would see me. I felt very nervous when I went into hi ...

  2. lesson - 15 Linux系统日常管理4

    内容概要:1. rsync 命令格式rsync [OPTION]... SRC  DESTrsync [OPTION]... SRC  [USER@]HOST:DESTrsync [OPTION].. ...

  3. [Java in NetBeans] Lesson 15. Sorting and Searching.

    这个课程的参考视频和图片来自youtube. 主要学到的知识点有: Build in functions in java.util.Collections Need to implement a co ...

  4. Lesson 15 Secrecy in industry

    Why is secrecy particularly important in the chemical industries? Two factors weigh heavily against ...

  5. NCE3

    Lesson1  A puma at large Pumas are large, cat-like animals which are found in America. When reports ...

  6. 第一册:lesson ninety-seven。

    原文: A small blue case. I left a suitcase on the train to London the other day. Can you describe it , ...

  7. New Concept English three(15)

    31w/m 43 Children always appreciate small gifts of money. Father, of course, provides a regular supp ...

  8. C10K问题渣翻译

    The C10K problem [Help save the best Linux news source on the web -- subscribe to Linux Weekly News! ...

  9. Think Python - Chapter 03 - Functions

    3.1 Function callsIn the context of programming, a function is a named sequence of statements that p ...

随机推荐

  1. 【luogu P2279 [HNOI2003]消防局的设立】 题解

    题目链接:https://www.luogu.org/problemnew/show/P2279 想怎么贪怎么贪 #include <queue> #include <cstdio& ...

  2. (CodeForces - 5C)Longest Regular Bracket Sequence(dp+栈)(最长连续括号模板)

    (CodeForces - 5C)Longest Regular Bracket Sequence time limit per test:2 seconds memory limit per tes ...

  3. 基于VC++的WinCE网口通信

    基于VC++的WinCE网口通信 WinCE下的网络编程与Windows下的非常类似,只是个别API函数有所不同.同样分为UDP和TCP两种,UDP就是无连接的通信,通过“用户数据报协议”(UDP)来 ...

  4. Knowledge Point 20180305 补位的两种方式

    我们都知道Java的基本数据类型内存中都有一个固定的位数(内存分配空间),如byte占8位,int占32位等.正因如此,当把一个低精度的数据类型转成一个高精度的数据类型时,必然会涉及到如何扩展位数的问 ...

  5. 学习笔记:IDEA、原生ajax的三道练习题、Markdown

    前言 该从何说起呢?想写博客好久了,正好这个学期课很少(大三),可以静下心来写点东西(虽然事情依旧很多),总感觉记录和分享是一件很酷的事情.第一篇博客,第一次使用Markdown写博客,第一次使用ID ...

  6. MySQL的空值和NULL区别

    从本质上区别: 1.空值不占空间 2.null值占空间   通俗的讲: 空值就像是一个真空转态杯子,什么都没有,而null值就是一个装满空气的杯子,虽然看起来都是一样的,但是有着本质的区别.     ...

  7. linux系统基础之---文件系统与日志(基于centos7.4 1708)

  8. Ubuntu之C++开发环境的搭建

    初学Linux,今天反复卸载与重装微软商店的Ubuntu好几次,终于解锁了在Ubuntu上搭建C++开发环境的正确姿势, 搭建了一个非常简单的开发环境:简单到什么地步呢?只是简单地配置了一下编辑器,安 ...

  9. webpack新建项目

    记录如何搭建一个最简单的能跑的项目! 1.首先,需要下载安装nodejs环境,可以直接百度搜索nodejs去官网下载符合你操作系统的环境. 安装完nodejs后,在控制台输入命令: npm -vers ...

  10. Redis Cluster Notes

    Redis Cluster Goal:     1. 最大支持1000个节点的高性能.可线性扩展集群:集群架构中无Proxy层,主从间采用异步同步机制(replication),无merge层(不支持 ...