My mother drove me to the airport with the windows rolled down.

随着窗户渐渐摇下,我妈妈开着车送我去机场。

It was seventy-five degrees in Phoenix, the sky a perfect, cloudless blue.

现在在Phoenix是75度,天空很美,万里无云。

七十五华氏度,凤凰城,天空是澄澈的,不带一丝云影的湛蓝。

I was wearing my favorite shirt — sleeveless, white eyelet lace; I was wearing it as a farewell gesture. My carry-on item was a parka.

我穿着我最喜欢的无袖T恤,白色的带子,我穿着它就像是一个告别的手势. 我的外套是一件派克大衣。

In the Olympic Peninsula of northwest Washington State, a small town named Forks exists under a near-constant cover of clouds.

在奥铃匹克半岛的北边华盛顿雕像,在云端覆盖之下有一个小城镇名叫福克斯。

在华盛顿州西北部的奥林匹亚山脉

It rains on this inconsequential town more than any other place in the United Statesof America.

在美国对于其他城市来说,雨在这座城镇显得特别不重要。

这里的雨水多得不可思议,比美利坚合众国的其他任何地方都要多。

It was from this town and its gloomy, omnipresent shade that my mother escaped with me when I was only a few months old.

这座城镇的黑暗和无所不在的阴影使我妈妈当我只有几个月大的时候,带着我逃离了它。

It was in this town that I'd been compelled to spend a month every summer until I was fourteen.

每个夏天我都被迫花一个月的时间待在这个城镇

That was the year I finally put my foot down; these past three summers, my dad, Charlie, vacationed with me in California for two weeks instead.

这一年我最后将我的脚步踏进这个城镇,在过去的三个夏天里,我的父亲,查理和我在加利福尼亚度过了两周的假期。

It was to Forks that I now exiled myself— an action that I took with great horror. I detested Forks.

对于我现在放松的自己来说福克斯对于我来说是一种极大的恐惧,我憎恨福克斯。

现在,我把自己放逐到了福克斯——这是一个我自认为十分崇高的举动。我讨厌福克斯。

I loved Phoenix. I loved the sun and the blistering heat. I loved the vigorous, sprawling city.

我喜欢费克斯。我喜欢太阳和酷热。我喜欢精力充沛的枝繁叶茂的城市。

我热爱凤凰城。我热爱这里的阳光和热浪。我热爱这个生气勃勃,不断扩张着的城市。

Chapter 1 First Sight——1的更多相关文章

  1. Chapter 1 First Sight——37

    "Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...

  2. Chapter 1 First Sight——36

    The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...

  3. Chapter 1 First Sight——35

    The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...

  4. Chapter 1 First Sight——34

    "Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...

  5. Chapter 1 First Sight——33

    At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...

  6. Chapter 1 First Sight——32

    The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...

  7. Chapter 1 First Sight——31

    I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...

  8. Chapter 1 First Sight——30

    The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...

  9. Chapter 1 First Sight——29

    I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...

  10. Chapter 1 First Sight——28

    "Which one is the boy with the reddish brown hair?" 那个红褐色头发的男孩是谁? I asked. I peeked at him ...

随机推荐

  1. jfreechart 实例

    http://blog.csdn.net/ami121/article/category/394379 jfreechart实例(三)股价K线波动图 package com.ami;/** *@ Em ...

  2. DefaultHttpClient is deprecated 【Api 弃用]】

    最近在使用Apache的httpclient的时候,maven引用了最新版本4.3,发现Idea提示DefaultHttpClient等常用的类已经不推荐使用了,之前在使用4.2.3版本的时候,还没有 ...

  3. Linux查看CPU和内存使用情况 【转】

    Linux查看CPU和内存使用情况 在系统维护的过程中,随时可能有需要查看 CPU 使用率,并根据相应信息分析系统状况的需要.在 CentOS 中,可以通过 top 命令来查看 CPU 使用状况.运行 ...

  4. 2.1 sikuli 中编程运行

    1.用sikuli编程时,多用wait()语句,因为很多时候没有给它一定的识别时间,就容易出错. 比如下图,保证页面加载时间 1.Sikuli中 ,可以加# 进行注释 但是注释有的时候也会不起作用,比 ...

  5. Funny Game

    Funny Game time limit per test 1 second memory limit per test 256 megabytes input standard input out ...

  6. JQuery中$.ajax()方法参数详解 (20

    url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址. type: 要求为String类型的参数,请求方式(post或get)默认为get.注意其他http请求方法,例如put和 ...

  7. Hibernate 系列教程14-继承-PerTable策略

    Employee public class Employee { private Long id; private String name; HourlyEmployee public class H ...

  8. 求N以内与N互质的数的和

    题目连接 /* 求所有小于N且与N不互质的数的和. 若:gcd(n,m)=1,那么gcd(n,n-m)=1; sum(n)=phi(n)*n/2; //sum(n)为小于n的所有与n互质的数的和 // ...

  9. redis 队列缓存 + mysql 批量入库 + php 离线整合

    问题分析 思考:应用网站架构的衍化过程中,应用最新的框架和工具技术固然是最优选择:但是,如果能在现有的框架的基础上提出简单可依赖的解决方案,未尝不是一种提升自我的尝试. 解决: 问题一:要求日志最好入 ...

  10. UVA - 437 The Tower of Babylon(dp-最长递增子序列)

    每一个长方形都有六种放置形态,其实可以是三种,但是判断有点麻烦直接用六种了,然后按照底面积给这些形态排序,排序后就完全变成了LIS的问题.代码如下: #include<iostream> ...