Once I got around the cafeteria, building three was easy to spot.

我一走出自助餐厅,很容易看见建筑三。

A large black "3" was painted on a white square on the east corner.

一个大的黑色的3就被印在白色正方形广场的西边的角落上。

I felt my breathing gradually creeping toward hyperventilation as I approached the door.

当我到达那个门的时候,我感觉我的呼吸渐渐的变得换气过度。

在走到门前时,我能感到我的呼吸越来越用力,快透不过气来了。

I tried holding my breath as I followed two unisex raincoats through the door.

我尝试控制我的呼吸,跟随着两件不分性别的雨衣通过了这个门。

我试图稳住自己的呼吸,跟着两个穿着不分男女的雨衣的人走进大门。

The classroom was small. The people in front of me stopped just inside the door to hang up their coats on a long row of hooks. I copied them.

教室不大,我前面的人一进门就把他们的雨衣放到一个长的桌子前面。我也学着他们按部就班。

把他们的雨衣挂在长长的一排挂钩上。

They were two girls, one a porcelain-colored blonde, the other also pale, with light brown hair.

他们是两个女孩,一个是金发碧眼的,另一个也是白皮肤的,是亮棕色的头发。

我学着他们的样子做。原来那是两个女孩,一个有着瓷器般的肌肤和明亮的金发,另一个肤色也很浅,头发是浅褐色的。

At least my skin wouldn't be a standout here.

至少在这我的皮肤不是很出众。

I took the slip up to the teacher, a tall, balding man whose desk had a nameplate identifying him as Mr. Mason.

我斜向上看着我们的老师,一个高高的男人,办公桌上面有一个名牌,上面写着Mason先生。

He gawked at me when he saw my name — not an encouraging response — and of course I flushed tomato red.

当他看见我的名字的时候凝视了我一眼,不是一个鼓励的回复,然后我自然而然的脸红的像番茄。

当他看到我的名字时他目瞪口呆地看着我——对我来说这不是个令人鼓舞的举动——当然我立刻满脸通红。

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

  1. Chapter 2 Open Book——17

    The rain stayed soft over the weekend, quiet, so I was able to sleep well. 这周末雨一直下的很柔很安静,所以我能睡的很好. P ...

  2. Chapter 1 First Sight——37

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

  3. Chapter 1 First Sight——36

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

  4. Chapter 1 First Sight——35

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

  5. Chapter 1 First Sight——34

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

  6. Chapter 1 First Sight——33

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

  7. Chapter 1 First Sight——32

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

  8. Chapter 1 First Sight——31

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

  9. Chapter 1 First Sight——30

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

随机推荐

  1. Oracle Day3 多行函数、多表查询

    1.多行函数 Sum avg max min count 组函数具有滤空的作用(添加nvl屏蔽该功能) 分组group by 多行分组 分组过滤 where 和分组过滤的区别(having) 分组的增 ...

  2. boost.spirit之解析C++头文件

    环境:win7_64旗舰版,VS2008 场景:C++与lua交互是比较繁琐的,当我们编写一个C++类后,如果要给lua使用,就必须写一个lua包装类,将lua与原始C++类关联起来.其实这部分代码编 ...

  3. robot framework -重点记录

    1.s2l打开的driver和webdriver打开的driver不是同一个driver. rf打开的浏览器.调用的是s2l的driver,而自己的库用的是webdriver的driver,这样在rf ...

  4. Python 正则表达式学习笔记

    本文介绍了Python对于正则表达式的支持,包括正则表达式基础以及Python正则表达式标准库的完整介绍及使用示例.本文的内容不包括如何编写高效的正则表达式.如何优化正则表达式,这些主题请查看其他教程 ...

  5. Linux - CentOS6.5服务器搭建与初始化配置详解(下)

    传送带:Linux - CentOS6.5服务器搭建与初始化配置详解(上) 继续接着上面的安装,安装完后会出现下面界面 点击reboot重启 重启后可以看到下面的tty终端界面  因为这就是最小化安装 ...

  6. android配置文件详解

    <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="ht ...

  7. 解析好的静态页面.shtml浏览器无法解析.需要apache解析后再返回给浏览器

    解析好的静态页面.shtml浏览器无法解析.需要apache解析后再返回给浏览器 让Apache支持SHTML(SSI)的配置方法 http.conf放开addtype text/html .shtm ...

  8. nefu 1116 字符串加密

    字符串加密 Problem : 1116 Time Limit : 1000ms Memory Limit : 65536K description 给你一段经过加密的字符串,我们称之为密文,现在请你 ...

  9. android网络编程之HttpUrlConnection的讲解--实现文件的断点上传

    1.网络开发不要忘记在配置文件中添加访问网络的权限 <uses-permission android:name="android.permission.INTERNET"/& ...

  10. maven 国内镜像地址

    由于连接国外网站时网速特慢,为解决这个问题,os china 建立了一个maven 的私服.为了记忆,特将此记录. settings.xml 设置镜像方法步骤如下: 1. mirrors 设置 < ...