Text

My daughter, Jane, never dreamed of receiving a letter from a girl of her own age in Holland. Last year,we were traveling across the Channel and Jane put a piece of paper with her name an address on it into a bottle. She throw the bottle into the sea. She never thought of it again, but ten months later, she received a letter from a girl of Holland. Both girls write to each other regularly now. However, they have decided to use the post office. Letters will cost a little more, but they will certainly travel (much) faster.

Note

  1. dream:
    v.做梦,梦想
    dream a dream.
    n.梦,梦想
    have a good/sweet dream.
    daydream: v.开小差
    He is daydreaming.
    I dream of being a master.
    I dream of flying in the sky.
    dream on: 继续做梦吧->做你的青天白日梦吧
    adj.梦想的,理想的
    dream boat: 梦中情人,梦寐以求的……

  2. throw (threw,thrown): throw away 扔掉

  3. of one's own age: 和……同岁的
    She is the girl of my own age.

  4. with放在名词后面作定语
    I have a bog with books in it.
    with放在句子后面作状语

  5. each other: 相互 = one other 大多情况下可以互现。它们的区别就是强调的是两者之间,后者强调的是两者以上之间。

  6. more: adj. pron.(代词)
    a little: 可以修饰比较级的程度,译为“稍微,一点”。反义词much
    Letters will cost a little more, but they will certainly travel much faster.

  7. We can put of, from,in, or on after certain verbs:

    prep. verbs
    of accuse approve assure beware boast (or about) complain (or about) consist convince (or about) cure despair dream (or about) expect (or from) hear (or from) be/get rid smell suspect think (or about) tire(d) warn (or against)
    from borrow defend (or against) demand (or of) differ dismiss draw emerge escape excuse (or for) hinder prevent prohibit protect (or against) receive separate suffer
    in believe delight employ(ed) encourage engage(d) experience(d) fail help (or with) include indulge instruct interest(ed) invest involve(d) persist share
    on act base(d) call comment concentrate congratulate consult (or about) count decide depend economize embark experiment insist lean (or against) live operate perform (or in) pride (oneself) rely vote (on a motion;for someone) write (or about)

Lesson 22 A glass envolops的更多相关文章

  1. Lesson 22 A glass envelope

    Text My daughter, Jane, never dreamed of receiving a letter from a girl of her own age in Holland. L ...

  2. lesson 22 by heart

    lesson 22 by heart on end = continuously 连续不断地 know/learn sth by heart 记忆sth falter: speak hesitantl ...

  3. Lesson 2-2(列表,元组)

    2.3 列表 2.3.1 列表的创建方法 --- 使用方括号 [] ,括号中的元素之间使用逗号隔开. >>> [1, 2, 3, 4, 5] [1, 2, 3, 4, 5] > ...

  4. Lazy的SDL教程 翻译----Lesson 22 Timing

    原文:http://lazyfoo.net/tutorials/SDL/22_timing/index.php Timing 计时 Last Updated 3/10/14 Another impor ...

  5. NeHe OpenGL教程 第二十二课:凹凸映射

    转自[翻译]NeHe OpenGL 教程 前言 声明,此 NeHe OpenGL教程系列文章由51博客yarin翻译(2010-08-19),本博客为转载并稍加整理与修改.对NeHe的OpenGL管线 ...

  6. 64位平台C/C++开发注意事项(转载)

    转自http://coolshell.cn/articles/3512.html 在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于 ...

  7. React.js 小书介绍

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

  8. 【转】Beginning Game Programming v2.0

    Beginning Game Programming v2.0 Last Updated 8/19/18 Greetings everyone, welcome to the ground up re ...

  9. 64位平台C/C++开发注意事项

    在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于进入64位时代的程序员应该去看看这28个事项,这些英文读物对于有C/C++功底的朋 ...

随机推荐

  1. shell注释

    sh里没有多行注释,只能每一行加一个#号.只能像这样: #-------------------------------------------- # 这是一个自动打ipa的脚本,基于webfrogs ...

  2. 拼图小游戏之计算后样式与CSS动画的冲突

    先说结论: 前几天写了几个非常简单的移动端小游戏,其中一个拼图游戏让我郁闷了一段时间.因为要获取每张图片的位置,用`<style>`标签写的样式,直接获取计算后样式再用来交换位置,结果就悲 ...

  3. 自定义鼠标光标cursor

    通过css属性 Cursor:url()自定义鼠标光标. {cursor:url('图标路径'),default;} url是自定义鼠标图标路径 default指的是定义默认的光标(通常是一个箭头), ...

  4. Android 算法 关于递归和二分法的小算法

     // 1. 实现一个函数,在一个有序整型数组中二分查找出指定的值,找到则返回该值的位置,找不到返回 -1. package demo; public class Mytest { public st ...

  5. GIT笔记命令行(1)

    Git简单易用,只要输入git就可以列出他的所有参数 C:\Users\spu>git usage: git [--version] [--help] [-C <path>] [-c ...

  6. linux-linux top 命令各参数详解

    简介 top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器. top显示系统当前的进程和其他状况,是一个动态显示过程,即可以通过用户按 ...

  7. js分页页码算法

    function get_hs_page(cur_page, total_page) { var result = ""; ; i <= total_page; i++) { ...

  8. 分享在Linux下使用OSGi.NET插件框架快速实现一个分布式服务集群的方法

    在这篇文章我分享了如何使用分层与模块化的方法来设计一个分布式服务集群.这个分布式服务集群是基于DynamicProxy.WCF和OSGi.NET插件框架实现的.我将从设计思路.目标和实现三方面来描述. ...

  9. AlloyTeam2015前端大会都说了啥

    昨天在腾讯大厦参与了鹅厂AlloyTeam召开的AC2015前端大会,度过了充满精彩和收获的一个下午,用一句话形容这次前端Event应该是“诚意满满,干货满满”. 说实话,这次AlloyTeam没有对 ...

  10. EQueue 2.3.2版本发布(支持高可用)

    前言 前段时间针对EQueue的完善终于告一段落了,实在值得庆祝,自己的付出和坚持总算有了成果.这次新版本主要为EQueue实现了集群功能,基本实现了Broker的高可用.另外还增加了很多实用的功能, ...