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. Oracle 的基本操作符

    != 不等于 select empno,ename,job from scott.emp where job!='manager' ^= 不等于 select empno,ename,job from ...

  2. Android数据存储之Android 6.0运行时权限下文件存储的思考

    前言: 在我们做App开发的过程中基本上都会用到文件存储,所以文件存储对于我们来说是相当熟悉了,不过自从Android 6.0发布之后,基于运行时权限机制访问外置sdcard是需要动态申请权限,所以以 ...

  3. 算法与数据结构(十三) 冒泡排序、插入排序、希尔排序、选择排序(Swift3.0版)

    本篇博客中的代码实现依然采用Swift3.0来实现.在前几篇博客连续的介绍了关于查找的相关内容, 大约包括线性数据结构的顺序查找.折半查找.插值查找.Fibonacci查找,还包括数结构的二叉排序树以 ...

  4. Angularjs参考框架地址

    1.Table(Grid)参考地址 https://github.com/samu/angular-table https://github.com/daniel-nagy/md-data-table ...

  5. Asp.Net Core + Dapper + Repository 模式 + TDD 学习笔记

    0x00 前言 之前一直使用的是 EF ,做了一个简单的小项目后发现 EF 的表现并不是很好,就比如联表查询,因为现在的 EF Core 也没有啥好用的分析工具,所以也不知道该怎么写 Linq 生成出 ...

  6. asp.net mvc 验证码

    效果图 验证码类 namespace QJW.VerifyCode { //用法: //public FileContentResult CreateValidate() //{ // Validat ...

  7. C#~异步编程再续~await与async引起的w3wp.exe崩溃-问题友好的解决

    返回目录 关于死锁的原因 理解该死锁的原因在于理解await 处理contexts的方式,默认的,当一个未完成的Task 被await的时候,当前的上下文将在该Task完成的时候重新获得并继续执行剩余 ...

  8. iOS开源项目周报1222

    由OpenDigg 出品的iOS开源项目周报第二期来啦.我们的iOS开源周报集合了OpenDigg一周来新收录的优质的iOS开发方面的开源项目,方便iOS开发人员便捷的找到自己需要的项目工具等. io ...

  9. listview下拉刷新和上拉加载更多的多种实现方案

    listview经常结合下来刷新和上拉加载更多使用,本文总结了三种常用到的方案分别作出说明. 方案一:添加头布局和脚布局        android系统为listview提供了addfootview ...

  10. Maven仓库搭建和配置

    maven在本地搭建仓库的实际需求maven在项目构建过程需要下载一些必要的软件包,这些默认的下载链接都是访问maven的远程中央仓库Central Repo.如果项目中的成员,每次第一次构建的时候都 ...