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. Spring知识概括梳理

    1. Spring 容器 http://blog.csdn.net/chenssy/article/details/8188570 2. Spring 注解 1)@Autowired http://b ...

  2. 相机姿态估计(Pose Estimation)

    (未完待续.....) 根据针孔相机模型,相机成像平面一点的像素坐标p和该点在世界坐标系下的3D坐标P有$p=KP$的关系,如果用齐次坐标表示则有: $$dp=KP$$ 其中d是空间点深度(为了将p的 ...

  3. WinCE下SQLCE数据库开发(VS,VB.net,VC++)

    WinCE下SQLCE数据库开发(VS,VB.net,VC++)   WinCE下SQLCE数据库开发 微软的SQL Server数据库由于其功能强大.方便使用,因此在很多行业都被广泛应用.基于智能设 ...

  4. MyEclipse 根据左括号或右括号查找另外一半

    在MyEclipse 中如果代码嵌套太多,查找括号是一件非常头疼的事情,今天突然发现了一个快捷键(如下)可以直接定位到另外一半的位置 Ctrl+Shift+P,光标会自动跳到相应的花括号位置, 并且可 ...

  5. Bash游戏(51Nod - 1046)

    20180603 有一堆石子共有N个.A B两个人轮流拿,A先拿.每次最少拿1颗,最多拿K颗,拿到最后1颗石子的人获胜.假设A B都非常聪明,拿石子的过程中不会出现失误.给出N和K,问最后谁能赢得比赛 ...

  6. mount/umount命令

    挂载及卸载指定的文件系统 mount [选项] [-L<标签>] [-o<选项>] [-t<文件系统类型>] [设备名] [挂载点] umount [挂载点] -a ...

  7. NPOI读取Excel遇到的坑

    NPOI是POI的.NET版本.POI是用Java写成的库,能帮助用户在没有安装Office环境下读取Office2003-2007文件.NPOI在.NET环境下使用,能读写Excel/Word文件. ...

  8. Yii中实现分页

    $criteria = new CDbCriteria(); // 查询字段 $criteria->select = 'id, name, create_time'; // 排序 $criter ...

  9. hadoop生态搭建(3节点)-16.elk配置

    # ==================================================================ELK环境准备 # 修改文件限制 # * 代表Linux所有用户 ...

  10. centos install rabbitmq

    安装rabbitmq 需要环境上有erlang,没有安装的可以参照下面的内容进行安装: https://www.erlang-solutions.com/resources/download.html ...