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管线 ...
随机推荐
- logback配置详解和使用
最近知道一种打印日志的新方法,在此做一下学习总结. 转自:行走在云端的愚公 https://www.cnblogs.com/warking/p/5710303.html 一.logback的介绍 ...
- 以EF形式操作mysql数据库
1.引入Nuget包: 2.书写EF操作上下文 public class MySqlContext:DbContext { protected override void OnConfiguring( ...
- [LCOI2018][WX] Tirpitz
\([LCOI2018][WX11.1]~Tirpitz\) 时限:1s 内存限制:131072KB 输入文件: T.in 输出文件: T.out 题目背景 王九日很颓废,这也就是他为什么这么弱的原 ...
- ASP.NET Core MVC的路由参数中:exists后缀有什么作用,顺便谈谈路由匹配机制
我们在ASP.NET Core MVC中如果要启用Area功能,那么会看到在Startup类的Configure方法中是这么定义Area的路由的: app.UseMvc(routes => { ...
- 安装sqlserver2016出现的错误
今天安装sharepoint 2016,projectserver 2016,在安装sqlserver2016的时候突然报错了,提示需要安装oracle java se, Rule “Oracle J ...
- 一点一点看JDK源码(五)java.util.ArrayList 后篇之forEach
一点一点看JDK源码(五)java.util.ArrayList 后篇之forEach liuyuhang原创,未经允许禁止转载 本文举例使用的是JDK8的API 目录:一点一点看JDK源码(〇) 代 ...
- 『ACM C++』 PTA 天梯赛练习集L1 | 038-039
英剧总导演真的是忙哈哈哈,需要统筹兼顾所有方面,音频组.录音组.演员表演组.道具组.等等一系列的东西,当一个团队的Leader真不容易哈哈. ----------------------------- ...
- 开源框架:DBUtils使用详解
一.先熟悉DBUtils的API: 简介:DbUtils是一个为简化JDBC操作的小类库. (一)整个dbutils总共才3个包: 1.包org.apache.commons.dbutils 接 ...
- vue的$emit 与$on父子组件与兄弟组件的之间通信
本文主要对vue 用$emit 与 $on 来进行组件之间的数据传输. 主要的传输方式有三种: 1.父组件到子组件通信 2.子组件到父组件的通信 3.兄弟组件之间的通信 一.父组件传值给子组件 父组件 ...
- 附件上传——mysql blob类型的数据(springboot)1
作为一个初出茅庐的菜鸟,这几天做了一下附件的上传与下载,附件文件存储在mysql中,数据类型为blob.在此做一下总结.望指正. 一.先总结附件的上传.(实质是将文件传到controller,后处理成 ...