It took every ounce of my concentration to make it down the icy brick driveway alive.

我用所有我的注意力去确定车道上面有没有冰块还存在。

活着通过那段冰封的车道耗尽了我身上每一盎司的注意力。

I almost lost my balance when I finally got to the truck,but I managed to cling to the side mirror and save myself.

当我最后上卡车的时候我几乎失去了平衡,但是我抓住了反光镜救了自己。

快要走到车前的时候,我差点失去平衡,但最后还是成功地抓住了后视镜,让自己得救了。

Clearly, today was going to be nightmarish.

显然,今天将会和噩梦一般。

Driving to school, I distracted myself from my fear of falling and my unwanted speculations about Edward Cullen by thinking about Mike and Eric, and the obvious difference in how teenage boys responded to me here.

开车到学校,我分散我自己的注意力,不去想恐惧和害怕和我不希望思索Edward Cullen,转而去想想mike和eric,在这里显然男生对我的回复很不同。

开车去学校的路上,我尽可能地把注意力从对车子失控的恐惧,还有对爱德华?卡伦的不必要的推测,转移到迈克和埃里克,还有这里的年轻男孩们对我的截然不同的态度上。

I was sure I looked exactly the same as I had in Phoenix.

和我在凤凰城见过的一样。

Maybe it was just that the boys back home had watched me pass slowly through all the awkward phases of adolescence and still thought of me that way.

可能这只是男生看见我缓慢的经过所有的尴尬青春期的阶段都是这样的。

也许是因为我家那边的男孩们亲眼目睹了我惨不忍睹的青春期的全过程,还在用老眼光来看我。

Perhaps it was because I was a novelty here, where novelties were few and far between.

可能只是因为我在这很新奇,就像稀有并且遥远的新奇纪念品一般。

Possibly my crippling clumsiness was seen as endearing rather than pathetic, casting me as a damsel in distress.

可能我的笨拙比可怜看起来更让人喜欢一些,铸造我就像一个少女陷入危机一般。

也可能是我跛子似的笨拙惹人怜爱而非怜悯,让我陷入了肥皂剧里的不幸少女的角色。

Whatever the reason, Mike's puppy dog behavior and Eric's apparent rivalry with him were disconcerting.

无论什么原因,mike这样可爱狗的表现和eric这样和他竞争的样子来看是令人担心的。

不管理由是什么,迈克宠物犬一样的举动,还有埃里克跟他针锋相对的表现,让我受宠若惊。

I wasn't sure if I didn't prefer being ignored.

我不确定我是否能更加无视他们。

我不知道自己是不是更情愿被无视。

Chapter 3 Phenomenon——3的更多相关文章

  1. Chapter 3 Phenomenon——1

    When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...

  2. Chapter 3 Phenomenon——24

    My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...

  3. Chapter 3 Phenomenon——23

    Charlie put one arm behind my back, not quite touching me, and led me to the glass doors of the exit ...

  4. Chapter 3 Phenomenon——22

    He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...

  5. Chapter 3 Phenomenon——21

    "Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...

  6. Chapter 3 Phenomenon——20

    "All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...

  7. Chapter 3 Phenomenon——19

    His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...

  8. Chapter 3 Phenomenon——18

    My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...

  9. Chapter 3 Phenomenon——17

    Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...

  10. Chapter 3 Phenomenon——16

    "Your X-rays look good," he said. "Does your head hurt? Edward said you hit it pretty ...

随机推荐

  1. HDU1269 迷宫城堡 2016-07-24 13:47 84人阅读 评论(0) 收藏

    迷宫城堡 Problem Description 为了训练小希的方向感,Gardon建立了一座大城堡,里面有N个房间(N<=10000)和M条通道(M<=100000),每个通道都是单向的 ...

  2. C++中的inline声明

    C++中的inline声明 1. inline函数(摘自C++ Primer的第三版) 在函数声明或定义中函数返回类型前加上关键字inline即把函数指定为内联函数. inline int min(i ...

  3. java web基础之mvc模式设计(一)--使用httpservlet实现mvc分层设计,DAO层使用的是dbutils实现与数据库的链接

    一:1.最终的实现效果图: 2.案例的目录结构: 3.案例中使用到的jar包: 二:案例的链接数据库的层次结构关系:数据库是:mysql ,数据库名字:dsm,表格名字:customers 数据库表格 ...

  4. Android-BitmapUtil工具类

    Bitmap工具类,获取Bitmap对象 public class BitmapUtil { private BitmapUtil(){} /** * 根据资源id获取指定大小的Bitmap对象 * ...

  5. 在ANTMINER(阉割版BeagleBone Black)运行Debain

    开门见山,直入主题 咸鱼入手3块阉割ARM板,经过快递近6天运输到手,不过价格便宜 东西下面这样的(借了咸鱼的图): 发现这块板是阉割版的国外beagleboard.org型号为BeagleBone ...

  6. AspNetCore Mvc 自定义中间件认证

    AspNetCore Mvc 自定义中间件认证 实现控制器访问验证和拦截. 1.注册政策. 例如: services.AddAuthorization(options => { options. ...

  7. C# 实现邮件代发

    由于自己很好奇,有一些推广之类的 邮件,发件人后面,都有一个 由 .... 代发. 所以,查找了一些资料,来验证了一下实现方法. 咱们先来看看,实现代发的 理想效果图 当然,这一种,是利用 代发的 邮 ...

  8. AI贪吃蛇前瞻——基于Dijkstra算法的最短路径问题

    在贪吃蛇流程结构优化之后,我又不满足于亲自操刀控制这条蠢蠢的蛇,干脆就让它升级成AI,我来看程序自己玩,哈哈. 一.Dijkstra算法原理 作为一种广为人知的单源最短路径算法,Dijkstra用于求 ...

  9. 【ZOJ2314】Reactor Cooling(有上下界的网络流)

    前言 话说有上下界的网络流好像全机房就我一个人会手动滑稽,当然这是不可能的 Solution 其实这道题目就是一道板子题,主要讲解一下怎么做无源无汇的上下界最大流: 算法步骤 1.将每条边转换成0~u ...

  10. Android与js交互

    本文转载自:http://blog.csdn.net/it1039871366/article/details/46372207 一文. Android 中可以通过webview来实现和js的交互,在 ...