lesson 14 A noble gangster
lesson 14 A noble gangster
- there was a ++time++ 时期
- times 时期/年代 in times of peace
- a sum of + money 一笔钱
- He left a sum of money to his son.
- a large/small sum of money 大/小笔钱
- larges sum of
- 关于不法分子的单词
- crime
- criminal n.罪犯
- thief 小偷
- robber 劫匪强盗
- gangster n.匪徒;歹徒
- kidnapper n. 绑匪;诱拐者
- smuggler n. 走私者;走私犯
- murderer n. 凶手;谋杀犯
- crime
- out of business 破产
- prompt 及时的,迅速的
- in time
- quickly
- As long ago as the fourteenth 早在十四世纪
- obtain = get
- remarkable unusually good 非凡的,惊人的
- = extraordinary
- = unique
- = exceptional
- She has made remarkable prograss.
- 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.
- have sth done 让某事完成
- I didn't recognize her: The hairdresser has dyed her hair.
=> ..., She has had her hair dyed.
- I didn't recognize her: The hairdresser has dyed her hair.
- settle 定居,安顿
- live + in
- The family settled in a small town, where they opened a store.
- a band of 集合名词
- 原意是 带子,也有一“帮”人,乐队
- make a name 成名
make a fortune 发财 - at war 交战
- at + 名词一般会和名词发生一定的关系
- at the hotel 住店 at school 上学
- in the hotel 在点 in school 在学校
- hire/cent hire短租 rent长租
- hire a bicycle
- rent apartment
- hire hall
- rent land
- be willing to do 自愿做某事
- 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.
- +名词
- 关于走的词语
- march 齐步走
- tiptoe adj. 踮着脚走的;偷偷摸摸的
- stagger vi. 蹒跚;犹豫
- stride strode strode vt. 跨过;大踏步走过
- wander vi. 徘徊;漫步;
- offer to do 主动做某事
- funeral wedding
- attend 参与 hold 举行
- 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的更多相关文章
- 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. ...
- lesson - 14 linux系统日常管理3
1. Linux系统服务管理工具ntsysv 类似图形界面管理工具,如果没有该命令使用 yum install -y ntsysv 安装常用服务:crond, iptables, network, s ...
- [Java in NetBeans] Lesson 14. ArrayList and Collections
这个课程的参考视频和图片来自youtube. 主要学到的知识点有: 1. Collection: container that contians objects. 2. Difference betw ...
- Lesson 14 The Butterfly Effect
Why do small errors make it impossible to predict the weather system with a high degree of accuracy? ...
- 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 ...
- 课程14:get和post是神马
http://www.codeschool.cn/lesson/14.html get和post是神马? get和post是http中两种最常用到的请求类型 简单理解get请求 get请求多用于获取信 ...
- NCE3
Lesson1 A puma at large Pumas are large, cat-like animals which are found in America. When reports ...
- 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 ...
- NeHe OpenGL教程 第十四课:图形字体
转自[翻译]NeHe OpenGL 教程 前言 声明,此 NeHe OpenGL教程系列文章由51博客yarin翻译(2010-08-19),本博客为转载并稍加整理与修改.对NeHe的OpenGL管线 ...
随机推荐
- Leetcode225 用栈实现队列
大众思路: 用两个栈实现,记为s1,s2 1.元素入栈时,加入s1 2.元素出栈时,对s2进行判断,如果s2为空,则将全部s1元素弹出并压入到s2,然后从s2栈顶弹出一个元素:如果s2不为空,则直接从 ...
- VC MFC工具栏(CToolBar)控件(转)
工具栏 工具栏控件在控件面板里没有对应的选项(图标),但有一个工具栏控件类CToolBar,所以我们如果要创建一个工具栏控件并显示在窗口里的话,只能用代码来完成,事实上任何一种控件,都可以用代码创建, ...
- 2018年暑假ACM个人训练题6 解题报告
A:水题 https://www.cnblogs.com/yinbiao/p/9311834.html B:考察进制的转化 https://www.cnblogs.com/yinbiao/p/9311 ...
- ovs的卸载
使用apt-get安装的openvswitch,然后卸载好麻烦撒,而且还没有相关资料说一下怎么删除的,特此记录一下,希望有个参考 首先把服务器上使用ovs新建的虚拟网桥全部删除掉 然后把原有的内核删除 ...
- MVCPager分页使用方法
public ActionResult AdminUserList(UserListModel model) { var pagedList = _userService.SearchAdminUse ...
- Oracle行转列,pivot函数和unpivot函数
pivot函数:行转列函数: 语法:pivot(任一聚合函数 for 需专列的值所在列名 in (需转为列名的值)):unpivot函数:列转行函数: 语法:unpivot(新增值所在列的列名 for ...
- shell习题第1题:每日一文件
[题目要求] 请按照这样的日期格式(xxxx-xx-xx)每日生成一个文件 例如生成的文件为2019-04-25.log,并且把磁盘使用情况写入到这个文件中 不用考虑cron,仅仅写脚本即可 [核心要 ...
- Python模块、包、异常、文件(案例)
Python模块.包.异常.文件(案例) python.py #模块 # Python中的模块(Module),是一个Python文件,以.py文件结尾,包含了Python对象定义和Python语句, ...
- React组件的使用
一.index.js 文件[基本配置] //react语法塘 import React from 'react'; //reactDom用来操作虚拟DOM import ReactDom from ...
- 从零开始一个http服务器(三)-返回response 构造
从零开始一个http服务器(三) 代码地址 : https://github.com/flamedancer/cserver git checkout step3 运行: gcc request.h ...