I had enough trouble not falling down when the ground was dry; it might be safer for me to go back to bed now.

当地上是干的时候,我不摔跤都有足够的麻烦了;对于我来说现在回到床上可能更安全一些。

即使在地面干燥的时候我都很难不摔倒,现在我还是回到床上去比较保险。

Charlie had left for work before I got downstairs.

查理斯在我下楼之前已经去工作了。

In a lot of ways,living with Charlie was like having my own place, and I found myself reveling in the aloneness instead of being lonely.

在很多时候,和查理斯一起生活我有很多自己的空间,然后我发现我自己独自陶醉在孤独感之中。

从很多方面来说,和查理住在一起就像我自己一个人住一样,而且我发现我很享受独处的感觉,并不觉得孤独。

I threw down a quick bowl of cereal and some orange juice from the carton. I felt excited to go to school, and that scared me.

我从纸箱中拿出一个方便的碗和一些果汁,我感觉去学校是很刺激的,对于害怕的我来说。

我匆匆咽下一碗麦片,喝了盒橙汁。我急于去学校,而这一点把我吓到了。

I knew it wasn't the stimulating learning environment I was anticipating, or seeing my new set of friends.

我知道这并不是刺激我学习的环境,而是和我的新朋友相见的刺激而已。

我知道这不是因为那里有我所期望的良好的学习氛围,也不是因为能见到我那帮新朋友。

If I was being honest with myself, I knew I was eager to get to school because I would see Edward Cullen.

如果我对我自己诚实的话,我知道我想要去学校是因为我想见到Edward Cullen.

And that was very, very stupid.

但是这是非常非常傻的想法。

I should be avoiding him entirely after my brainless and embarrassing babbling yesterday.

在我昨天脑残和尴尬的胡说之后我应该完全避免见到他。

And I was suspicious of him; why should he lie about his eyes?

我对他产生了怀疑;为什么他要对他的眼睛说谎呢?

I was still frightened of the hostility I sometimes felt emanating from him, and I was still tongue-tied whenever I pictured his perfect face.

我仍然恐惧有时从他对我产生的敌意,无论何时当我面对他完美的脸的时候,我都仍然变的结结巴巴。

更何况,无论何时,只要一想到他那张完美的面孔,我就会舌头打结。

I was well aware that my league and his league were spheres that did not touch.

我很清楚的意识到我们两个阵营就像两个球体一般没有触碰的交集。

但是,我很清楚地意识到,我的活动范围和他的活动范围完全没有重合之处,所以今天我不应该这样急切地盼着见到他。

So I shouldn't be at all anxious to see him today.

所以今天我不应该总是焦虑的看着他。

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

  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. Android APK反编译步骤

    反编译步骤 1.通过Android Killer 打开apk,自动开始分析   2.分析结束后,在分析好的工程上右键->打开方式->打开文件位置     在文件夹ProjectSrc中有文 ...

  2. (树的直径)LightOJ -- 1094

    链接: http://acm.hust.edu.cn/vjudge/contest/view.action?cid=88230#problem/C 求树的直径,这里只不过给每条边增加一个边长属性,变成 ...

  3. (最小生成树) Networking -- POJ -- 1287

    链接: http://poj.org/problem?id=1287 Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 7494 ...

  4. lua的table的删除操作

    直接使用table的remove方法 , , } table.remove(tab) --默认删除最后一个元素,第二个参数可以指定删除位置 删除后,后面的元素会往前移动.有点像C++的std::vec ...

  5. [LeetCode] Binary Tree Maximum Path Sum(最大路径和)

    Given a binary tree, find the maximum path sum. The path may start and end at any node in the tree. ...

  6. redis 任务队列

    使用Redis实现任务队列 说到队列很自然就能想到Redis的列表类型,3.4.2节介绍了使用LPUSH和RPOP命令实现队列的概念.如果要实现任务队列,只需要让生产者将任务使用LPUSH命令加入到某 ...

  7. Mac iTerm2登陆CentOS提示warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory

    [报错原因]:没有utf-8这个语系(没添加语言_国名前缀),LC_ALL又没设定值. 服务端解决方法: 在远程系统上, /etc/environment 加入以下两行,重新登陆即可. LANG=en ...

  8. 如何将Jenkins multiline string parameter的多行文本优雅的保存为文件

    [现象]: 使用multi-line string parameter获取的文本变量,在jenkins shell里面显示为单行文本(空格分割). [问题]:能否转换为多行文本,并存入文件. [解决方 ...

  9. XML文件之创建

    1.创建XML文档对象XmlDocument doc=new XmlDocument() 2.创建XML根节点变量XmlElement xmlElement 3.判断XML文件是否已经存在 1)若存在 ...

  10. CSS精灵技术

    在CSDN中浏览博客时,在博客的结束有上一篇和下一篇的按钮,当我们把鼠标放上去的时候,可以看到这两个按钮会进行颜色的改变,这种技术称为CSS精灵技术.通过查看源发现,其实他是通过超级链接的伪类实现的, ...