Chapter 1 First Sight——17
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的更多相关文章
- Chapter 2 Open Book——17
The rain stayed soft over the weekend, quiet, so I was able to sleep well. 这周末雨一直下的很柔很安静,所以我能睡的很好. P ...
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 1 First Sight——31
I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...
- Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- js数据转换
javascript有如下数据类型的转换方法:一,转换成数字 xxx*1.0 转换成字符串 xxx+"" 二,从一个值中提取另一种类型的值,并完成转换工作. 1.提取字符串中的整数 ...
- Java语言国际化
事实上,Java语言不可能支持所有国家和语言,如需要获取Java语言所支持的语言和国家,可调用Locale类的getAvailableLocale方法获取,该方法返回一个Locale数组,该数组里包含 ...
- C++侵入式链表
C++标准模板库中的list是非侵入式的链表,当我们通过对象来删除容器中的对象时,需要从头到尾查找一次得到iterator,最后通过iterator来删除对象.这样删除容器中的对象时比较缓慢,所以就实 ...
- jspl零散知识点
1. 读取配置文件. index.jsp: <body> <% String charset=config.getInitParameter("charset" ...
- 深入了解当前ETL的一些基本技术
数据集成是把不同来源.格式和特点的数据在逻辑上或物理上有机地集中,从而为企业提供全 面的数据共享,是企业商务智能.数据仓库系统的重要组成部分.ETL是企业数据集成的概念出发,简要分析了当前ETL中用到 ...
- Chapter 1 Mr.Sherlock Holmes
I took my degree of Doctor of Medicine in the University of London, and proceeded to Netley to go th ...
- where条件的lambda转化为sql语句
网上找的源码,但是博主说有bug 让自己调试.这个是我经过多次修改后的代码,可以直接用 public static class LambdaToSqlHelper { #region 基础方法 #re ...
- 命令 shell 学习
for i in a b c do echo $i done !ser 历史补全 > 正确信息输出文件 >>正确信息输出文件 ,追加 2>错误信息输出文件 2>> ...
- android网络编程之HttpUrlConnection的讲解--上传大文件
1.服务器后台使用Servlet开发,这里不再介绍. 2.网络开发不要忘记在配置文件中添加访问网络的权限 <uses-permission android:name="android. ...
- [转]php 在各种web服务器的运行模式
一.php在apache中运行模式 php在apache中一共有三种工作方式:CGI模式.FastCGI模式.Apache 模块DLL) 以下分别比较: 1. CGI模式与模块模式比较: php在ap ...