Text

If you park your car in the wrong place, a traffic policeman will soon find it. You will be very lucky if he lets you go without a ticket. However this does not always happen. Traffic police are sometimes very polite. During a holiday in Sweden, I found this note on my car: 'Sir, we welcome you to our city. This is a "No Parking" area. You will enjoy your stay here if you pay attention on our street signs. This note is only a reminder.' If you receive a request like this, you can not fail to obey it.

Note

  1. traffic police: 交警
    traffic lights: 红绿灯 first crossing/turning 指路的时候常常会用到, first traffic lights.
    traffic jam: 交通堵塞 It costs me an hour in the traffic jam.
    heavy traffic: 繁重的交通 in heavy traffic.

  2. note: n. 便条,纸条,纸钞,笔记
    make note: 做笔记

  3. area: 泛指场地
    region: 地区(交战、开火)
    place: 地点

  4. remind: v. 提醒
    remind sb. of sth.
    remind to do sth.
    An older photo can remind me of my childhood.
    reminder: n. (让人想起的)提示

  5. fail: v. 无视,忘记,失败
    He failed (in the examination).
    fail to do 没有能够做某事
    He failed to swimming across the river.
    not fail to do sth. (强调)一定能够做……
    He can't fail to pass it. You can't fail to drive it.

  6. wrong:不合适的
    right: 合适的
    He is the person who you are looking for. = He is right person who you are looking for.
    They met in a wrong place at the wrong time.

  7. 真实条件句中,从句为现在时,主句往往用一般将来时或祈使句。
    If he is sleeping, don't wake him up.

  8. without + 名词,构成条件,译为“如果没有”
    Without water, fish can't live.

  9. 在车站接到前来拜访的好朋友,我对她说:“你在这里一定会玩得开心的。”
    You will enjoy your stay here.
    临别时,她对我说:“我在这里玩的很开心,感谢你的招待。”
    I have enjoyed my stay here.

  10. Why not: 是一种建议

  11. remember: v. 记住,记得。 n. 提示物
    • Do you remember ~ ?
    • Remember?
    • remember to do sth. 记得要去做某事
    • remember doing sth. 记得已经做了某事
      -m: Remember to send the letter.
      -s: I remembered sending the letter.
    • remember me to your family.

Lesson 16 A polite request的更多相关文章

  1. lesson 16 Mary had a little lamb

    lesson 16 Mary had a little lamb a little + 可数 小的;+ 不可数 少量的 对于动物在幼时都有不同的称呼: calf 小牛 lamb 羊羔 piglet 小 ...

  2. [Java in NetBeans] Lesson 16. Exceptions.

    这个课程的参考视频和图片来自youtube. 主要学到的知识点有: We want to handle the bad Error. (e.g bad input / bugs in program) ...

  3. Lesson 16 The modern city

    What is the author's main argument about the modern city? In the organization of industrial life the ...

  4. 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 ...

  5. Request JSON

    https://developer.android.com/training/volley/request.html Request JSON Volley provides the followin ...

  6. Request请求的应用

    1.通过request获得请求行 获得客户端的请求方式:String getMethod() 获得请求的资源: String getRequestURI()   StringBuffer getReq ...

  7. Required request body is missing-请求接口报错

    一.问题由来 自己目前在做一个小程序的后台,已经写好了项目中的很多的接口,同时也在进行一些修改,比如添加拦截器,统一校验一个固定的参数是否正确. 在自己添加拦截器之前,这些接口都可以正常访问,可是在添 ...

  8. React.js 小书介绍

    React.js 小书 Github 关于作者 这是一本关于 React.js 的小书. 因为工作中一直在使用 React.js,也一直以来想总结一下自己关于 React.js 的一些知识.经验.于是 ...

  9. NCE2

    1.A private conversation Last week I went to the theatre. I had a very good seat. The play was very ...

随机推荐

  1. 微信企业号 获取AccessToken

    目录 1. AccessToken介绍 2. 示例代码 1. AccessToken介绍 1.1 什么是AccessToken AccessToken即访问凭证,业务服务器每次主动调用企业号接口时需要 ...

  2. 简谈百度坐标反转至WGS84的三种思路

    文章版权由作者李晓晖和博客园共有,若转载请于明显处标明出处:http://www.cnblogs.com/naaoveGIS/ 1.背景 基于百度地图进行数据展示是目前项目中常见场景,但是因为百度地图 ...

  3. 学习AOP之透过Spring的Ioc理解Advisor

    花了几天时间来学习Spring,突然明白一个问题,就是看书不能让人理解Spring,一方面要结合使用场景,另一方面要阅读源代码,这种方式理解起来事半功倍.那看书有什么用呢?主要还是扩展视野,毕竟书是别 ...

  4. REST简介

    一说到REST,我想大家的第一反应就是“啊,就是那种前后台通信方式.”但是在要求详细讲述它所提出的各个约束,以及如何开始搭建REST服务时,却很少有人能够清晰地说出它到底是什么,需要遵守什么样的准则. ...

  5. js实现前端分页页码管理

    用JS实现前端分页页码管理,可以很美观的区分页码显示(这也是参考大多数网站的分页页码展示),能够有很好的用户体验,这也是有业务需要就写了一下,还是新手,经验不足,欢迎指出批评! 首先先看效果图: 这是 ...

  6. SQL必备知识点

    经典SQL语句大全 基础 1.说明:创建数据库.说明:删除数据库drop database dbname3.说明:备份sql server--- 创建 备份数据的 device.说明:创建新表crea ...

  7. nodejs进阶(1)—输出hello world

    下面将带领大家一步步学习nodejs,知道怎么使用nodejs搭建服务器,响应get/post请求,连接数据库等. 搭建服务器页面输出hello world var  http  =  require ...

  8. Android raw to bmp

    Android raw 格式转 bmp 图像 raw 保存的为裸数据,转换时都需要把它转成RGBA 的方式来显示.其中: 8位RAW: 四位RGBA 来表示一位灰度; 24位RAW: 三位RGB相同, ...

  9. 关于Visual Studio 未能加载各种Package包的解决方案

    问题: 打开Visual Studio 的时候,总提示未能加载相应的Package包,有时候还无法打开项目,各种提示 解决方案: 进入用户目录 C:\Users\用户名\AppData\Local\M ...

  10. Python 正则表达式入门(中级篇)

    Python 正则表达式入门(中级篇) 初级篇链接:http://www.cnblogs.com/chuxiuhong/p/5885073.html 上一篇我们说在这一篇里,我们会介绍子表达式,向前向 ...