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. 在Mac机器上给ITerm2配置lrzsz,便捷的传输文件到远程服务器上

    可直接参考文档:http://danqingdani.blog.163.com/blog/static/18609419520141201215750 需要使用到的github脚本:https://g ...

  2. linux iptables 开启和关闭服务端口号

    需求: 模拟数据库挂掉,服务正常但访问数据库报错,恢复数据库端口后,服务是否能正常访问数据库 步骤:首先,断掉端口号5432,测试服务运行情况:其次,开启端口号5432,测试服务运行情况: 具体操作: ...

  3. TCP Three-way Handshake

    TCP Connection Management Out-of-Order and Duplication(复制) Problem Old segment from previous connect ...

  4. <a>标签跳转到Servelet页面并实现参数的传递

    <a>标签跳转到页面不能通过request.setAttribute()和getAttribute()方法获取参数. <a>标签只能通过request.getParameter ...

  5. 《Linux 学习》01---redis安装, 并使用Redis Desktop Manager 连接

    一.环境简介: linux 系统:centos 7.X 二.安装大纲: 1.下载安装包 2.安装 3.统一管理redis 配置文件 4.编辑redis配置文件,设置常用的功能 5.(1)命令启动,连接 ...

  6. springboot-redis缓存

    Redis缓存使用 1.  引入依赖(可能已经引入了):spring-boot-starter-cache 2.  在application.yml配置文件中配置spring:redis:host/p ...

  7. linux 学习第七天

    一.bash 使用(for循环.while循环) 1.1.批量添加用户 1.2.查看用户是否存在 A.cut -d : -f 1 /etc/passwd B.id dream  (id 用户名称) C ...

  8. Linux查看MAC地址方法

    注:一般默认的网卡文件名是eth0,根据IP地址对应的实际情况区判断是ethx即可. 1. ip -a . cat /sys/class/net/ens39/address  其中 HWaddr字段就 ...

  9. 获取DOM

    <template> <div> <header-vue :msg="msg" ref="header">heheh< ...

  10. Vue清除所有JS定时器

    Vue清除所有JS定时器 在webpack + vue 的项目中如何在页面跳转的时候清除所有的定时器 JS定时器会有一个返回值(数字),通过这个返回值我们可以找到这个定时器 在vue项目中可以使用路由 ...