Lesson 6 Percy Buttons
Text
I have just moved to a house in Bridge Street. Yesterday a bagger knocked at my door. He asked me for a meal and a glass of beer. In return for this, the beggar stood on his head and sang songs. I gave him a meal. He ate the food and drank the beer. Then he put a piece of cheese in his pocket and went away. Later a neighbour told me about him. Everybody knows him. His name is Percy Buttons. He calls at every house in the street once a month and always asks for a meal and a glass of beer.
Note
beg for: 乞求 -> beggar: 乞丐
ask for :请求
ask sb. for sth. -> ask (sb.) for sth. 省略inner pocket: 内口袋
jacket pocket: 夹克衫的口袋
pocket book: 袖珍书
pocket dictionary: 袖珍字典
pocket money: 零花钱(小孩子的)
beer money: (大人的)零花钱
女人没有零花钱,因为全是她的
get exact change: 准备好的零钱
pocket pick: 车上的小偷call sb. 给某人打电话 = call up sb.
call back: 回电话
call on:拜访某人
call at: (at一般加地点)拜访某地 = visit
call out: 大声喊 = shout
call in sb: 召集;邀请in return:作为回报
in return for this: 作为……的回报
e.g.
He doesn't want anything in return.
I'll buy a present in return for his hospitality.(热情)stand on his head: 倒立
stand on one's hands: 用手着地
stand on one's knee: 跪着
lie in bed, lie on one's back: 仰面躺着
lie on one's side: 侧躺
lie on one's stomach: 趴着in the street(英) on the street (美)
30 miles/h: 30 miles an hour.
- 有些动词后面加上副词或介词以后就会改变词义。这种新组合被称作为短语动词。
- I put your book on the shelf. 我把你的书放在书架上。
- I put on my hat and left the house. 我戴上帽子,离开了屋子。
- Who took my umbrella? 谁拿走了我的伞?
- It was very hot, so I took off my coat. 天很热,所以我脱掉了外套。
- Come and look at my photograph album. 过来,看看我的相册。
- I am looking for my pen. I lost it this morning. 我正在找我的钢笔,我今天早上把它弄丢了。
Will you look after the children for me please? 请你帮我照看一下孩子们,好吗?
- A beggar knocked at my door.
- I knocked the vase off the table and broke it. 我把花瓶从桌子上碰掉,把它打碎了。
- He always knocks off at six o'clock.(He finishes his work).
- The shop assistant knocked 10% off the bill. (He reduced the price by 10%)
- A car knocked the boy over. (It hit him hard and made him fall)
- In the fight, the thief knocked the policeman out. (The policeman was unconscious for three minutes.)
Knock out! (拳击场专用术语)击倒
Lesson 6 Percy Buttons的更多相关文章
- L6,Percy Buttons
expressions: knock at敲打 knock off 碰掉,I knock the vase off the table 下班,He always knocks off six o'cl ...
- NCE2
1.A private conversation Last week I went to the theatre. I had a very good seat. The play was very ...
- New Concept English Two 3
$课文5 无错号之虞 47. Mr.James Scott has a garage in Silbury and now he has just bought another garage in P ...
- [Angular2 Form] Create Radio Buttons for Angular 2 Forms
Using Radio Buttons in Angular 2 requires a basic understanding of forms as well as how their labels ...
- Android官方文档翻译 九 2.2Adding Action Buttons
Adding Action Buttons 增加动作按钮 This lesson teaches you to 这节课教给你 Specify the Actions in XML 在XML中指定动作 ...
- Android 添加ActionBar Buttons
一.在res/menu文件夹下创建Xml文件 跟标签为menu,设置item <?xml version="1.0" encoding="utf-8"?& ...
- 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 ...
- BUTTONS V. 2.0.0——CSS按钮库
BUTTONS-V2-CSS库样式职责 CSS库样式职责分离优点 模块样式命名更清晰化 易于维护.扩展性强 动画效果——修改样式后有过度效果,默认样式 源码如下 <!DOCTYPE html&g ...
- CodeForces 520B Two Buttons(用BFS)
Two Buttons time limit per test 2 seconds memory limit per test 256 megabytes input standard input ...
随机推荐
- Problem with "AnyConnect was not able to establish connection to the specified secure gateway."
Cisco的VPN客户端最近报"AnyConnect was not able to establish connection to the specified secure gateway ...
- LD算法获取字符串相似度
一个如何识别相似语句的问题,于是上网找了找,一个叫Levenshtein Distance的算法比较简单,就写了段代码实现了一下,效果还不错. 这个算法是一个俄国人Lvenshtein提出的,用于计算 ...
- 解决 U 盘写保护的问题
插了一个 U 盘,想格式化或者创建文件,但是提示我 U 盘是写保护的. 解决方法如下: Open a command prompt type DISKPART press type LIST VOLU ...
- WooCommerce
http://devework.com/woocommerce.html https://woocommerce.com/ https://woocommerce.com/product-catego ...
- Leetcode Palindrome Linked List
Given a singly linked list, determine if it is a palindrome. Follow up:Could you do it in O(n) time ...
- FileReader获取文件的base64编码
<input type="file" id="picFile" /> function readFile() { var obj = documen ...
- 我的前端故事----疯狂倒计时(requestAnimationFrame)
很久没有更新博客了...为了双十一准备了不少活动,终于结束了,有时间静静的坐下来总结一下了,在活动中最常用的就是倒计时了,晚上也有很多倒计时的例子了,那么今天带来的是一个新的方法和思路. 既然要介绍新 ...
- servlet中文乱码问题
通过response对象向页面输出内容时遇到的乱码问题可分为两种情况 1.字节流 字节流输出时可以通过设置响应头"Content-Type"的值为"text/html;c ...
- 浅谈SQL Transaction在请求中断后的行锁表锁
最近在维护Web Service接口时,由于数据数据量达到千万级别,接口调用不时出现错误让人不胜烦恼,经过性能测试查出瓶颈在数据库数据处理上,可着实忙了一番.相信众多程序猿和DBA都会头痛性能的问题, ...
- python RecursionError: maximum recursion depth exceeded in comparison错误
处理快速排序,递归深度可能非常大,而系统默认的深度可能没有这么大 需要设置最大递归深度 import sys sys.setrecursionlimit(100000) # 这个值的大小取决你自己,最 ...