I looked around me to make sure it was clear.

我看了我周围一圈确定都是干净的。

我看看四周,以确认前后没有来车。

That's when I noticed the still, white figure.

我注意到了当时的寂静和白色。

这时,我注意到了那个静止的、雪白的身影。

Edward Cullen was leaning against the front door of the Volvo, three cars down from me, and staring intently in my direction.

Edward Cullen依靠在Volvo前面的门上,三辆车在我前面,然后都准备去我的方向。

爱德华·卡伦倚在那辆沃尔沃的前门上,在离我三辆车开外的地方,专注地看着我的方向。

I swiftly looked away and threw the truck into reverse, almost hitting a rusty Toyota Corolla in my haste.

我快速的刊例旁边然后把卡车掉头了,在我的快速动作下差点撞上生锈的Toyota Corolla

我移开视线,手忙脚乱地倒车,却差点撞上了一辆锈迹斑斑的丰田花冠。

Lucky for the Toyota, I stomped on the brake in time.

Toyota是幸运的,我当时立刻就踩了刹车。

算那辆丰田走运,我及时地踩下了刹车。

It was just the sort of car that my truck would make scrap metal of.

我的卡车就像由一些废铁做成的一般。

丰田刚好属于那种会被我的卡车撞成破铜烂铁的车。

I took a deep breath, still looking out the other side of my car, and cautiously pulled out again, with greater success.

我深吸一口气,仍然看着我车的另一边,然后小心的再一次退出来,这下成功了。

我深呼吸,依然看着另一侧的车窗,小心翼翼地把车倒出来,这回总算成功了。

I stared straight ahead as I passed the Volvo, but from a peripheral peek, I would swear I saw him laughing.

我开始笔直的向前开我通过Volvo,但是一个外围的峰,我发誓我看见他在笑。

在我开车经过那辆沃尔沃的时候,我保持着眼睛直视前方,但还是偷偷扫了一眼四周。我可以发誓,我看到他在大笑。

Chapter 2 Open Book——38的更多相关文章

  1. 《Effective Java》读书笔记 - 7.方法

    Chapter 7 Methods Item 38: Check parameters for validity 直接举例吧: /** * ...其他的被我省略了 * @throws Arithmet ...

  2. CHAPTER 38 Reading ‘the Book of Life’ The Human Genome Project 第38章 阅读生命之书 人体基因组计划

    CHAPTER 38 Reading ‘the Book of Life’ The Human Genome Project 第38章 阅读生命之书 人体基因组计划 Humans have about ...

  3. Professional C# 6 and .NET Core 1.0 - Chapter 38 Entity Framework Core

    本文内容为转载,重新排版以供学习研究.如有侵权,请联系作者删除. 转载请注明本文出处:Professional C# 6 and .NET Core 1.0 - Chapter 38 Entity F ...

  4. 零元学Expression Blend 4 - Chapter 38 看如何使用Clip修出想要的完美曲线(下)

    原文:零元学Expression Blend 4 - Chapter 38 看如何使用Clip修出想要的完美曲线(下) 你可以把Clip想成是一个遮罩,运用遮罩达到我们想要的效果 所以在这里我们把文字 ...

  5. Chapter 4: Tomcat Default Connector

    一.概述 第三章介绍的connector是一个很好的学习工具,但是我们还可以做的更多.这一章介绍的是Tomcat4默认的connector. 一个Tomcat的connector是一个独立的模块,能够 ...

  6. Chapter 2 - How to Add a sprite

    Chapter 2 - How to Add a sprite 1. Add image resources 1.1add resources on win32 2. Add a sprite TIP ...

  7. Chapter 5 - How to Detect the Collisions

    Chapter 5 - How to Detect the Collisions Our hero can fire bullets now, but the bullets are only vis ...

  8. Chapter 3 - How to Move a sprite

    http://www.eoeandroid.com/forum.php?mod=viewthread&tid=250529 http://www.cocos2d-x.org/boards/6/ ...

  9. Professional C# 6 and .NET Core 1.0 - 38 Entity Framework Core

    本文内容为转载,重新排版以供学习研究.如有侵权,请联系作者删除. 转载请注明本文出处:Professional C# 6 and .NET Core 1.0 - 38 Entity Framework ...

随机推荐

  1. SOCKET网络编程5

    SOCKET网络编程快速上手(二)——细节问题(5)(完结篇) 6.Connect的使用方式 前面提到,connect发生EINTR错误时,是不能重新启动的.那怎么办呢,是关闭套接字还是直接退出进程呢 ...

  2. HttpActionDescriptor,ASP.NET Web API又一个重要的描述对象

    HttpActionDescriptor,ASP.NET Web API又一个重要的描述对象 通过前面对“HttpController的激活”的介绍我们已经知道了ASP.NET Web API通过Ht ...

  3. JS简单验证密码强度

    <input type="password" id="password" value=""/><button id=&qu ...

  4. 使用entity framework开发oracle

    A.vs2010 SP1 B.ODAC(http://www.oracle.com/technetwork/database/windows/downloads/index-101290.html) ...

  5. .NET:脏读、不可重复读和幻读测试

    目录 背景脏读原因重现和避免不可重复读原因重现和避免幻读原因重现和避免嵌套事务导致的死锁备注 背景返回目录 昨天才发现如果一条数据被A事务修改但是未提交,B事务如果采用“读已提交”或更严格的隔离级别读 ...

  6. 我的Pandas应用场景(2)

    上文交代了一些啰嗦事,本文开始,就要来点实际的了. 先来一个比较简单的场景: Given:一个包括N(极其复杂,这里取3个)个列的DataFrame:df,df包括index: And:对df所有列元 ...

  7. linux学习心得之目录树开端与/etc(图文)

    linux学习心得之目录树开端与/etc(图文) linux中“一切皆文件”,学习linux一年了,在学习过程中对目录树的一点心得,分享给大家,有不对的地方敬请斧正. 不多说了,先上图: 根目录: / ...

  8. CentOS中安装Python-PIP

    wget http://pypi.python.org/packages/source/p/pip/pip-1.0.2.tar.gz tar zxf pip-1.0.2.tar.gz cd pip-1 ...

  9. excel==>csv==via phpmyadmin (edit php.ini & my.ini)==> MySQL Database

    正如同标题, 标题的顺序是 先从Excel表单,保存为csv文档. 步骤: 1.这个可以用linux下的libra office打开 abc.xls 2.用libra office 将 abc.xls ...

  10. TCPDump 抓Loopback数据包

    编写网络程序必备截包工具, unix下面自带tcpdump, linux就不用说了.用于排查网络程序的bug,命令行如何使用请百度谷歌.分析包推荐wireshark,可视化非常方便.一般都是在非Win ...