Chapter 2 Open Book——24

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.

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

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

时间: 2024-12-14 19:30:30

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

Chapter 1 First Sight——24

He looked away quickly, more quickly than I could, though in a flush of embarrassment I dropped my eyes at once. 他看一眼就很快把目光移开了,比我还要快,尽管我的眼睛第一时间充满了尴尬. In that brief flash of a glance,his face held nothing of interest — it was as if she had called his

HTML起步——学习3

1.HTML链接 (1)给文字及图片添加超链接 1.回顾一下最简单的链接使用,直接给文字添加链接到网页和另外的HTML文件. HTML内容如下: 1 <p><a href="www.baidu.com">百度一下</a></p> 这是最简单的超链接,接下来就来让这个HTML文件链接到另一个HTML文件.(在相同的文件夹,再添加一个HTMl文件),然后下面是HTML内容和结果: 1 <p><a href="dem

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

原文:零元学Expression Blend 4 - Chapter 24 以实作了解Cover Flow功能 今天要介绍一个Silverlight Toolkit内好用且在图片展示操作上很常见的元件-「Cover Flow」 今天要介绍一个??Codeplex??内好用且在图片展示操作上很常见的元件-「Cover Flow」 ? 请点击後方图片做切换 很抱歉,阁下使用的浏览器并不支援 IFrame,不能正常浏览我的网页 ? 01 首先,需要先到Codeplex? 下载Cover Flow 点击

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

mysql中游标的使用案例详解(学习笔记)这篇讲得相当直白好懂了. 索引: cursor 基础讲解 mysql 循环 书上的整合代码 cursor 基础讲解 cursor 有点类似于 JDBC 中的 ResultSet ,允许我们在执行 SELECT 之后,一行一行地 FETCH 数据. 它只能被用在存储过程中!如果把存储过程比作函数,cursor 只能在这个函数体中(存储过程的内部)定义.打开.关闭,一旦存储过程执行完毕,它将不再存在(可以把 cursor 理解为一个局部变量). 定义一个 c

Notes : &lt;Hands-on ML with Sklearn &amp; TF&gt; Chapter 7

.caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordere

Professional C# 6 and .NET Core 1.0 - Chapter 41 ASP.NET MVC

What's In This Chapter? Features of ASP.NET MVC 6 Routing Creating Controllers Creating Views Validating User Inputs Using Filters Working with HTML and Tag Helpers Creating Data-Driven Web Applications Implementing Authentication and Authorization W

《Thinking in C++》读书笔记——Chapter 3: The C in C++ (2)

Chapter3: The C in C++ (2) Bitwise operators (1)The bitwise exclusive or, or xor (^) produces a one in the output bit if one or the other input bit is a one, but not both. (2)Bitwise operators can be combined with the = sign to unite the operation an

CCJ PRML Study Note - Chapter 1.5 : Decision Theory

Chapter 1.5 : Decision Theory Chapter 1.5 : Decision Theory Christopher M. Bishop, PRML, Chapter 1 Introdcution 1. PRML所需要的三论: Probability theory: provides us with a consistent mathematical framework for quantifying and manipulating uncertainty. Deci

CHAPTER 1 Introduction to database (第一章 数据库简介)

Chaper  Objectives  (章节目标) In this chapter you will learn:   (在这一章节中,你将学习) 1. Some common uses of database systems.   (数据库系统的一些普通扩法) 2.The characteristics of file-based systems. (基于文件系统的一些特点.) 3. The problems with the file-based systems.  (基于文件系统拥有的一