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 ...
随机推荐
- Shell特殊变量
$ 表示当前Shell进程的ID,即pid $echo $$ 运行结果 特殊变量列表 变量 含义 $0 当前脚本的文件名 $n 传递给脚本或函数的参数.n 是一个数字,表示第几个参数.例如,第一个参数 ...
- 【探索】无形验证码 —— PoW 算力验证
先来思考一个问题:如何写一个能消耗对方时间的程序? 消耗时间还不简单,休眠一下就可以了: Sleep(1000) 这确实消耗了时间,但并没有消耗 CPU.如果对方开了变速齿轮,这瞬间就能完成. 不过要 ...
- 基于OpenCV的车辆检测与追踪的实现
最近老师布置了一个作业,是做一个基于视频的车辆检测与追踪,用了大概两周的时间做了一个简单的,效果不是很理想,但抑制不住想把自己的一些认识写下来,这里就把一些网络上的博客整理一下分享给大家,希望帮助到大 ...
- node-sass 安装失败的解决措施
在测试gulp-webapp的时候遇到了styles不能被正常编译的问题,究其原因是node-sass没有被正常安装. 根本原因是国内网络的原因. 最终的解决方法是通过淘宝的npm镜像安装node-s ...
- 基于SignalR实现B/S系统对windows服务运行状态的监测
通常来讲一个BS项目肯定不止单独的一个BS应用,可能涉及到很多后台服务来支持BS的运行,特别是针对耗时较长的某些任务来说,Windows服务肯定是必不可少的,我们还需要利用B/S与windows服务进 ...
- 【知识必备】RxJava+Retrofit二次封装最佳结合体验,打造懒人封装框架~
一.写在前面 相信各位看官对retrofit和rxjava已经耳熟能详了,最近一直在学习retrofit+rxjava的各种封装姿势,也结合自己的理解,一步一步的做起来. 骚年,如果你还没有掌握ret ...
- Android—关于自定义对话框的工具类
开发中有很多地方会用到自定义对话框,为了避免不必要的城府代码,在此总结出一个工具类. 弹出对话框的地方很多,但是都大同小异,不同无非就是提示内容或者图片不同,下面这个类是将提示内容和图片放到了自定义函 ...
- Android中使用ViewFlipper实现屏幕页面切换(关于坐标轴的问题已补充更改)
屏幕切换指的是在同一个Activity内屏幕间的切换,ViewFlipper继承了Framelayout类,ViewAnimator类的作用是为FrameLayout里面的View切换提供动画效果.如 ...
- Forward+ Rendering Framework
近几天啃各种新技术时又一个蛋疼的副产品...额,算是把AMD的Forward+ Sample抄了一遍吧. 其实个人感觉这个AMD大肆宣传的Forward+跟Intel很早之前提的Tiled-Based ...
- Netty构建分布式消息队列实现原理浅析
在本人的上一篇博客文章:Netty构建分布式消息队列(AvatarMQ)设计指南之架构篇 中,重点向大家介绍了AvatarMQ主要构成模块以及目前存在的优缺点.最后以一个生产者.消费者传递消息的例子, ...