Lesson 20 One man in a boat
Text
Fishing is my favourite sport. I often fish for hours without catching anything. But this does not worry me. Some fisherman are unlucky. Instead of catching fish, they catch old boots and rubbish. I am even less lucky. I never catch anything - not event old boots. After having spent whole mornings on the river, I go home with an empty bag. 'You must give up fishing' my friends say. 'It's a waste of time.' But they don't realize one important thing. I'm not really interested in fishing. I am only interesting in sitting in a boat and doing nothing at all!
Note
catch: v. 抓到 catch fish, catch thief
catch a cold: 感冒
catch a bus: 赶上车
catch one's breath: 屏住呼吸
catch sight of: see
catch fire: 着火
catch one's eyes: 吸引……的注意力boot: n. 靴子
a pair of boots.waste:
n.浪费
a waste of: ……的浪费
It's a waste of time/money/food.
v.浪费
Don't waste time.realize:v. 意识到
I realized that I was wrong.
实现: I realize my dream.fish:
n.鱼(不可数)I like fish.
n.鱼类 (可数)There were a lot of fishes in the sea.
v.钓鱼、捕鱼- 动名词:由动词做成的名词,非谓语动词,作主语、宾语。
Fishing is my favourite sport.- 动名词作主语
- Eating is always a pleasure.
- Watching television is my favorite pastime.
- Reading in bed is something I always enjoy.
- 动名词作宾语
- I am very keen on cycling. be keen on = be found of = be interested in = enjoy doing
- She is afraid of staying in that house along.
- He is capable of doing anything. be capable of = be up of
- Note how these sentences have been joined.
- He sat there. He did not say anything.
He sat there without saying anything. - He turned off the radio. He left the room.
He turned off the radio before leaving the room. - He looked at his watch. He hurried to the station.
After looking at his watch, he hurried to the station. Or: After having looked at his watch, he hurried to the station. (having done 强调时间,先做了) - I must apologize. I interrupted you.
I must apologize for having interrupted you. Or: I must apologize for not letting you know earlier. - He congratulated me. I won the competition.
He congratulated me on winning the competition. 在我赢得这次比赛之际,他向我祝贺。(我觉得应该这样说:I was congratulated by him on wining the competition. 因为主句和从句的主语应该是一致的)
Or: He congratulated me on having won the competition. (我觉得应该是:I was congratulated by him on having won the competition.)
- He sat there. He did not say anything.
- 动名词作主语
without作为状语而出现,表示结果状语。
He went out without saying any words.
The kid go to school without asking for any pocket money. (without后面的动作是主语来做的)
without: 强调没有做成某件事情
instead of: 强调这件事没有做成而做成了另外一件事情
I go to school instead of staying at home.worry:
v.让某人担心 worry sb.
adj.担心的 be worried about
My daughter worried me. = I was worried about my daughter.less+原级:A is less than B. 不如
They are unlucky, but I am even less lucky.after(conj.)+从句 如果从句的主语是主句的主语就可以用下面的形式。
after(prep.)+名词/v-ing
After I go to school, I learned a lot of knowledge.
= After going to school, I learned a lot of knowledge.give up doing: 放弃做某事 up是prep.
Lesson 20 One man in a boat的更多相关文章
- lesson 20 pioneer pilots
lesson 20 Pioneer pilots driver pilot rider cyclist 骑自行车的人 介词后不加that cover + 距离 = travel 了一段距离 by su ...
- NeHe OpenGL教程 第二十课:蒙板
转自[翻译]NeHe OpenGL 教程 前言 声明,此 NeHe OpenGL教程系列文章由51博客yarin翻译(2010-08-19),本博客为转载并稍加整理与修改.对NeHe的OpenGL管线 ...
- 64位平台C/C++开发注意事项(转载)
转自http://coolshell.cn/articles/3512.html 在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于 ...
- React.js 小书介绍
React.js 小书 Github 关于作者 这是一本关于 React.js 的小书. 因为工作中一直在使用 React.js,也一直以来想总结一下自己关于 React.js 的一些知识.经验.于是 ...
- 【转】Beginning Game Programming v2.0
Beginning Game Programming v2.0 Last Updated 8/19/18 Greetings everyone, welcome to the ground up re ...
- 64位平台C/C++开发注意事项
在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于进入64位时代的程序员应该去看看这28个事项,这些英文读物对于有C/C++功底的朋 ...
- javaweb笔记全套
Lesson 1 一.eclipse工具的使用 1. java代码的位置 1) 选择工作空间 workspace 选择一个文件夹存放程序(代码) 不要用中文和空格 2) 新建一个java 工程(Pr ...
- javaweb笔记分享
Lesson 1 一.eclipse工具的使用 1. java代码的位置 1) 选择工作空间 workspace 选择一个文件夹存放程序(代码) 不要用中文和空格 2) 新建一个java 工程(Pr ...
- sqli-labs学习笔记 DAY3
DAY 3 sqli-labs lesson 6 同lesson 5,只是把单引号改为双引号 sqli-labs lesson 7 同lesson 5,只是把单引号后面加两个空格,使用Burpsuit ...
随机推荐
- C#异步编程(一)
异步编程简介 前言 本人学习.Net两年有余,是第一次写博客,虽然写的很认真,当毕竟是第一次,肯定会有很多不足之处, 希望大家照顾照顾新人,有错误之处可以指出来,我会虚心接受的. 何谓异步 与同步相对 ...
- Asp.net MVC 传递数据 从前台到后台,包括单个对象,多个对象,集合
今天为大家分享下 Asp.net MVC 将数据从前台传递到后台的几种方式. 环境:VS2013,MVC5.0框架 1.基本数据类型 我们常见有传递 int, string, bool, double ...
- C#中5步完成word文档打印的方法
在日常工作中,我们可能常常需要打印各种文件资料,比如word文档.对于编程员,应用程序中文档的打印是一项非常重要的功能,也一直是一个非常复杂的工作.特别是提到Web打印,这的确会很棘手.一般如果要想选 ...
- 设计模式之工厂模式VS抽象工厂
一.工厂模式主要是为创建对象提供过渡接口,以便将创建对象的具体过程屏蔽隔离起来,达到提高灵活性的目的. 工厂模式在<Java与模式>中分为三类:1)简单工厂模式(Simple Factor ...
- mysql数据库主从同步
环境: Mater: CentOS7.1 5.5.52-MariaDB 192.168.108.133 Slave: CentOS7.1 5.5.52-MariaDB 192.168. ...
- 数据库 DML、DDL、DCL区别 .
总体解释: DML(data manipulation language): 它们是SELECT.UPDATE.INSERT.DELETE,就象它的名字一样,这4条命令是用来对数据库里的数据进行操作的 ...
- Oracle创建表空间
1.创建表空间 导出Oracle数据的指令:/orcl file=C:\jds.dmp owner=jds 导入Oracle数据的指令:imp zcl:/orcl file=C:\jds.dmp fu ...
- centos6和centos7防火墙的关闭
CentOS6.5查看防火墙的状态: [zh@localhost ~]$service iptable status 显示结果: [zh@localhost ~]$service iptable st ...
- MONO x64 amd_x64
SharpPcap 是一个.NET 环境下的网络包捕获框架,基于著名的 pcap/WinPcap 库开发.提供了捕获.注入.分析和构建的功能,SharpPcap 还是一个跨平台的库,可以在Mono/. ...
- 我的第一个python程序--给2.x的print代码加上括号
最近想学习一门脚本语言,综合考虑,选择了python. 花了几天时间看完了 简明 Python 教程 ,想着应该写点什么东西才好,刚好我使用的是3.x版本,以前好多2.x的代码都直接报错,尤其是pri ...