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. weak引用变量是否线程安全

    1.在ARC出现之前,Objetive-C的内存管理需要手工执行release&retain操作,这些极大增加了代码的编写难度,同时带来很多的crash.  同时大量的delegate是unr ...

  2. java 文件下载支持中文名称

    /** * 文件下载 * @param filePath 文件路径 * @param fileName 文件名称 */ public void download(String filePath,Str ...

  3. react重学

    知识点一:react解析中 return {__html:rawMarkup}; 这里的html前边用的是双下划线(谢谢学妹的指点)

  4. String使用拼接对性能的影响和原因。

    需要频繁的拼接String的时候,使用\'+\'拼接会影响性能,应该用StringBuilder或者StringBuffer的append反方法来拼接,从执行速度上来讲:StringBuilder & ...

  5. Beego学习笔记——开始

    beego简介 beego是一个快速开发Go应用的http框架,他可以用来快速开发API.Web.后端服务等各种应用,是一个RESTFul的框架,主要设计灵感来源于tornado.sinatra.fl ...

  6. openSuse使用技巧

    1.opensuse的gnome默认使用nautilus作为文件浏览工具,若要设置文件的默认排序和视图,参考网页 https://thelinuxexperiment.com/change-the-d ...

  7. GZIP压缩、解压缩工具类

    GZIP压缩.解压缩工具类: public class GZIPUtiles { public static String compress(String str) throws IOExceptio ...

  8. 【转】Jmeter(三)-简单的HTTP请求(非录制)

    首先建立一个线程组(Thread Group),为什么所有的请求都要加入线程组这个组件呢?不加不行吗?答案当然是不行的.因为jmeter的所有任务都必须由线程处理,所有任务都必须在线程组下面创建. 选 ...

  9. openstack私有云布署实践【19 通过python客户端 创建实例VM指定IP地址】

    还有一种创建方式 是使用py开发工具,调用openstackclient的方法进行创建实例 ,好处就是可随意指定我们要的虚拟机IP地址,需求的场景就是,某天我们需要主动分配一个比较熟知的IP用作某个服 ...

  10. Mirantis OpenStack 8.0 版本

    作为 OpenStack 领域标杆性企业之一的 Mirantis 在2016年3月初发布了最新的 MOS 8.0 版本.本文试着基于公开资料进行一些归纳分析. 1. 版本概况 1.1 概况 社区版本: ...