lesson 14 A noble gangster

  1. there was a ++time++ 时期

    • times 时期/年代 in times of peace
  2. a sum of + money 一
    • He left a sum of money to his son.
    • a large/small sum of money 大/小笔钱
    • larges sum of
  3. 关于不法分子的单词
    • crime

      • criminal n.罪犯
    • thief 小偷
    • robber 劫匪强盗
    • gangster n.匪徒;歹徒
    • kidnapper n. 绑匪;诱拐者
    • smuggler n. 走私者;走私犯
    • murderer n. 凶手;谋杀犯
  4. out of business 破产
  5. prompt 及时的,迅速的
    • in time
    • quickly
  6. As long ago as the fourteenth 早在十四世纪
  7. obtain = get
  8. remarkable unusually good 非凡的,惊人的
    • = extraordinary
    • = unique
    • = exceptional
    • She has made remarkable prograss.
  9. would rather ++do++ A than ++do++ B 宁愿A不愿B
    • I'd rather walk than take bus.
    • I'd rather die than apologize to him.
    • I'd rather stay at home than go out.
  10. have sth done 让某事完成
    • I didn't recognize her: The hairdresser has dyed her hair.
      => ..., She has had her hair dyed.
  11. settle 定居,安顿
    • live + in
    • The family settled in a small town, where they opened a store.
  12. a band of 集合名词
    • 原意是 带子,也有一“帮”人,乐队
  13. make a name 成名
    make a fortune 发财
  14. at war 交战
    • at + 名词一般会和名词发生一定的关系
    • at the hotel 住店 at school 上学
    • in the hotel 在点 in school 在学校
  15. hire/cent hire短租 rent长租
    • hire a bicycle
    • rent apartment
    • hire hall
    • rent land
  16. be willing to do 自愿做某事
  17. demand 要求
    • +名词

      • demand an apolopy
      • demand better pay
      • demand one's attention
      • The job demand patience
    • +to do
      • I demand to know what has happened.
      • I demand to see the manager.
    • +that+(should) 虚拟语气
      • He demands that he should be told everything.
      • My mother demand that I should do my homework first.
  18. 关于走的词语
    • march 齐步走
    • tiptoe adj. 踮着脚走的;偷偷摸摸的
    • stagger vi. 蹒跚;犹豫
    • stride strode strode vt. 跨过;大踏步走过
    • wander vi. 徘徊;漫步;
  19. offer to do 主动做某事
  20. funeral wedding
    • attend 参与 hold 举行
  21. dedicate A to B
    • dedicate oneself to one's work
    • She dedicated her life to helping the poor.
    • ... be dedicated to the memory of ...

lesson 14 A noble gangster的更多相关文章

  1. Lesson 14 Do you speak English?

    Text I had an amusing experience last year. After I had left a small village in the south of France. ...

  2. lesson - 14 linux系统日常管理3

    1. Linux系统服务管理工具ntsysv 类似图形界面管理工具,如果没有该命令使用 yum install -y ntsysv 安装常用服务:crond, iptables, network, s ...

  3. [Java in NetBeans] Lesson 14. ArrayList and Collections

    这个课程的参考视频和图片来自youtube. 主要学到的知识点有: 1. Collection: container that contians objects. 2. Difference betw ...

  4. Lesson 14 The Butterfly Effect

    Why do small errors make it impossible to predict the weather system with a high degree of accuracy? ...

  5. Lesson 18 He often does this!

    Text After I had had lunch at a village pub, I looked for my bag. I had left it on a chair beside th ...

  6. 课程14:get和post是神马

    http://www.codeschool.cn/lesson/14.html get和post是神马? get和post是http中两种最常用到的请求类型 简单理解get请求 get请求多用于获取信 ...

  7. NCE3

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

  8. The Basics of 3D Printing in 2015 - from someone with 16 WHOLE HOURS' experience

    全文转载自 Scott Hanselman的博文. I bought a 3D printer on Friday, specifically a Printrbot Simple Metal fro ...

  9. NeHe OpenGL教程 第十四课:图形字体

    转自[翻译]NeHe OpenGL 教程 前言 声明,此 NeHe OpenGL教程系列文章由51博客yarin翻译(2010-08-19),本博客为转载并稍加整理与修改.对NeHe的OpenGL管线 ...

随机推荐

  1. event对象,ie8及其以下

    event 对象是 JavaScript 中一个非常重要的对象,用来表示当前事件.event 对象的属性和方法包含了当前事件的状态.当前事件,是指正在发生的事件:状态,是与事件有关的性质,如引发事件的 ...

  2. 【题解】洛谷P1941 [NOIP2014TG] 飞扬的小鸟(背包DP)

    次元传送门:洛谷P1941 思路 从题意可知 在每个单位时间内 可以无限地向上飞 但是只能向下掉一次 所以我们可以考虑运用背包解决这道题 上升时 用完全背包 下降时 用01背包 设f[x][y]为在坐 ...

  3. android 下使用Direct Texture

    要使用Direct Texture,需要有一份android系统的源码 部分C++代码如下: #include <stdio.h> #include <stdlib.h> #i ...

  4. JSON API免费接口 各种提供JSON格式数据返回服务网站的API接口

    这里为大家搜集了一些能够返回JSON格式的服务接口.部分需要用JSONP调用. 电商接口 京东获取单个商品价格接口: http://p.3.cn/prices/mgets?skuIds=J_商品ID& ...

  5. canvas+javascript实现淘宝商品放大镜效果

    <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content ...

  6. php bug 调试助手 debug_print_backtrace()

    debug_print_backtrace() 是一个很低调的函数,很少有人注意过它. 不过当我对着一个对象调用另一个对象再调用其它的对象和文件中的一个函数出错时,它也许正在一边笑呢 如果我们想知道某 ...

  7. day 21继承

    1.了解Python2和python3类的区别:   python2.3之前使用的是经典类, 在2.3版本之后组,使用的是新式类 MRO: method resolution order  方法的查找 ...

  8. java的值传递机制

    一.练习:编写Java程序,将二维数组中的行列互调显示出来. 代码1为自己编写: package com.xxgpra.CH6; public class Hangliehudiao_pra4 { p ...

  9. MapReduce序列化及分区的java代码示例

    概述 序列化(Serialization)是指把结构化对象转化为字节流. 反序列化(Deserialization)是序列化的逆过程.把字节流转为结构化对象. 当要在进程间传递对象或持久化对象的时候, ...

  10. Java多线程一些基础知识

    最近复习了一些多线程方面的基础知识,做一下总结,多以自己的理解来文字叙述,如果有漏点或者理解错的地方,欢迎各位大佬多多指出: ps:线程分为用户线程和守护线程,当程序中的所有的用户线程都执行完了之后, ...