Mike kept up a string of complaints on the way to building four.

mike去教学楼的路上一直嘀咕抱怨着。

Once inside the classroom, I saw with relief that my table was still empty.

一到了教室,我就放心了我的桌子仍然是空的。

Mr. Banner was walking around the room, distributing one microscope and box of slides to each table.

banner先生在房间中转着,从盒子里面分发到每桌一个显微镜。

班纳老师在教室里走来走去,给每张桌子发一台显微镜和一盒玻片。

Class didn't start for a few minutes, and the room buzzed with conversation.

几分钟过去还没上课,房间一直有着嗡嗡的对话声。

还有一会儿才开始上课,屋子里全是窃窃私语的嗡嗡声。

I kept my eyes away from the door, doodling idly on the cover of my notebook.

我让我的眼睛尽量离开门,无所事事的在我的笔记本封面上面涂鸦。

我不再看门外,无所事事地在我的笔记本封面上涂鸦。

I heard very clearly when the chair next to me moved, but my eyes stayed carefully focused on the pattern I was drawing.

我清楚的听见我旁边的椅子移动了,但是我的眼睛依旧停留在我画的图案上面。

"Hello," said a quiet, musical voice.

你好,一个轻柔音乐般的声音说道。

I looked up, stunned that he was speaking to me.

我看去震惊的看着居然是他对我说的。

He was sitting as far away from me as the desk allowed, but his chair was angled toward me.

在桌子允许的范围内他坐的尽可能的离我远,但是他的椅子角度是朝着我的。

His hair was dripping wet, disheveled — even so, he looked like he'd just finished shooting a commercial for hair gel.

他的头发潮湿的凌乱的,所以,他看起就像刚拍完了发胶的广告一般。

他的头发湿漉漉的,还滴着水,凌乱不堪——尽管如此,他看上去就像刚刚拍完一个洗发水广告。

His dazzling face was friendly, open, a slight smile on his flawless lips. But his eyes were careful.

他耀眼的连看起来很友好,开放,一个阳光的笑容在他完美的嘴唇上。但是他的眼睛是小心的。

他美得惊人的脸显得既亲切又坦率,一抹淡淡的微笑浮现在他完美无瑕的唇上。但他的眼神有些小心翼翼。

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

  1. Chapter 1 First Sight——24

    He looked away quickly, more quickly than I could, though in a flush of embarrassment I dropped my e ...

  2. Chapter 5 Blood Type——24

    "She's just a little faint," he reassured the startled nurse. "They're blood typing i ...

  3. [OGeek2019]bookmanager

    做过的代码量最大的一个题 说出的好也好,不好也不好,利用点很简单,就是一个大规模的heapoverflow,就是逆起来有点儿难度 思路很简单,就是利用堆溢出覆盖结构体中的指针为__free_hook, ...

  4. CHAPTER 24 History of Our Planet 第24章 我们行星的历史

    CHAPTER 24 History of Our Planet 第24章 我们行星的历史 Uncovering the bones of ancient beasts is only part of ...

  5. 零元学Expression Blend 4 - Chapter 24 以实作了解Cover Flow功能

    原文:零元学Expression Blend 4 - Chapter 24 以实作了解Cover Flow功能 今天要介绍一个Silverlight Toolkit内好用且在图片展示操作上很常见的元件 ...

  6. Chapter 4 Invitations——24

    "How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...

  7. Chapter 3 Phenomenon——24

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

  8. MySQL Crash Course #16# Chapter 24. Using Cursors + mysql 循环

    mysql中游标的使用案例详解(学习笔记)这篇讲得相当直白好懂了. 索引: cursor 基础讲解 mysql 循环 书上的整合代码 cursor 基础讲解 cursor 有点类似于 JDBC 中的 ...

  9. Fedora 24中的日志管理

    Introduction Log files are files that contain messages about the system, including the kernel, servi ...

随机推荐

  1. iOS开发-OC语言 (六)点语法和@property

    点语法和@property 知识点 1.setter/getter函数 2.点语法 3.@property语法和属性 ======================================== ...

  2. 【UOJ #280】【UTR #2】题目难度提升

    http://uoj.ac/problem/280 非常难想的贪心,用set\(O(nlogn)\). 调了一天qwq. 题解 #include<set> #include<cstd ...

  3. C#笔记(二)变量

    C#把数据类型分为两种 ● 值类型 ● 引用类型 从概念上看:其区别是值类型直接存储其值,而引用类型存储对值的引用 这两种类型存储在内存的不同地方:值类型存储在堆栈中,而引用类型存储在托管堆上 如果变 ...

  4. QGIS

    project(GisFreeMap) set(CMAKE_BUILD_TYPE Debug) find_package(Qt4 REQUIRED QtCore QtGui QtXml) includ ...

  5. C#中对属性和字段的理解

    字段 C#中很少提到全局变量的概念, 引入了字段一词来代替全局变量, 但也并不是这样简单的, 字段会比全局变量的使用更难理解, 使用上会简单, 初学者当做成员变量或者全局变量不会有什么影响, 随着使用 ...

  6. Trie - leetcode [字典树/前缀树]

    208. Implement Trie (Prefix Tree) 字母的字典树每个节点要定义一个大小为26的子节点指针数组,然后用一个标志符用来记录到当前位置为止是否为一个词,初始化的时候讲26个子 ...

  7. [Android]Android SDk Manager中创建模拟器无法选择CPU问题解析

    方法一.正常下载所需sdk包 启动 Android SDK Manager ,打开主界面,依次选择「Tools」.「Options...」,弹出『Android SDK Manager - Setti ...

  8. 著名清理软件(CCleaner) 5.24.5841 中文版

    软件名称: 著名清理软件(CCleaner) 软件语言: 多国语言 授权方式: 免费软件 运行环境: Win 32位/64位 软件大小: 5.7MB 图片预览: 软件简介: CCleaner的体积小, ...

  9. Android抽屉效果 DrawerLayout 入门经验总结

    今天试了试这个抽屉布局的效果,结果很崩溃无语 网上很多资料都千篇一律,感觉都有问题,下面总结下几点经验: 先上个效果图: 1.  layout 布局文件中怎么写: <android.suppor ...

  10. 用Redis作为Mysql数据库的缓存【转】

    用Redis作Mysql数据库缓存,必须解决2个问题.首先,应该确定用何种数据结构存储来自Mysql的数据:在确定数据结构之后,还要考虑用什么标识作为该数据结构的键. 直观上看,Mysql中的数据都是 ...