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. Travis CI用来持续集成你的项目

    这里持续集成基于GitHub搭建的博客为项目 工具: zqz@ubuntu:~$ node --version v4.2.6 zqz@ubuntu:~$ git --version git versi ...

  2. webpack之傻瓜式教程

    接触webpack也有挺长一段时间了,公司的项目也是一直用着webpack在打包处理,但前几天在教新人的情况下,遇到了一个问题,那就是:尽管网上的webpack教程满天飞,但是却很难找到一个能让新人快 ...

  3. Python高手之路【五】python基础之正则表达式

    下图列出了Python支持的正则表达式元字符和语法: 字符点:匹配任意一个字符 import re st = 'python' result = re.findall('p.t',st) print( ...

  4. Atitit 项目语言的选择 java c#.net  php??

    Atitit 项目语言的选择 java c#.net  php?? 1.1. 编程语言与技术,应该使用开放式的目前流行的语言趋势1 1.2. 从个人职业生涯考虑,java优先1 1.3. 从项目实际来 ...

  5. 【翻译】Awesome R资源大全中文版来了,全球最火的R工具包一网打尽,超过300+工具,还在等什么?

    0.前言 虽然很早就知道R被微软收购,也很早知道R在统计分析处理方面很强大,开始一直没有行动过...直到 直到12月初在微软技术大会,看到我软的工程师演示R的使用,我就震惊了,然后最近在网上到处了解和 ...

  6. ASP.NET Core中如影随形的”依赖注入”[下]: 历数依赖注入的N种玩法

    在对ASP.NET Core管道中关于依赖注入的两个核心对象(ServiceCollection和ServiceProvider)有了足够的认识之后,我们将关注的目光转移到编程层面.在ASP.NET ...

  7. Velocity初探小结--Velocity在spring中的配置和使用

    最近正在做的项目前端使用了Velocity进行View层的数据渲染,之前没有接触过,草草过了一遍,就上手开始写,现在又回头细致的看了一遍,做个笔记. velocity是一种基于java的模板引擎技术, ...

  8. RMS去除在线认证

    在微软 OS 平台创建打开 RMS 文档如何避免时延 相信我们在企业内部的环境中已经部署了微软最新的OS平台,Windows 7和Windows 2008 R2,在这些OS平台上使用IRM功能时,您有 ...

  9. Oracle 分页

    --1:无ORDER BY排序的写法.(效率最高) --(经过测试,此方法成本最低,只嵌套一层,速度最快!即使查询的数据量再大,也几乎不受影响,速度依然!) SELECT * FROM (SELECT ...

  10. SVN版本冲突,导致出现Files 的值“ < < < < < < < .mine”无效

    只要根据错误提示,找到相应文件夹下的\obj\Debug文件夹下的 相应名字.csproj.FileListAbsolute.txt, 打开并删除含有'<<<<<< ...