Mr. Banner called the class to order then, and I turned with relief to listen.

Banner先生让大家安静听他说,然后我静静的听着他准备讲。

 班纳老师让全班听他说话,我得救了,于是回过头去专心听课。

I was in disbelief that I'd just explained my dreary life to this bizarre, beautiful boy who may or may not despise me.

我在怀疑我只是解释我奇异的解释我枯燥的生活,漂亮的男孩可能也不可能轻视我。

我简直不敢相信,刚刚我居然把我沉闷的生活讲给了这个出色的、俊美的男孩,而他本可以轻视甚至无视我的。

He'd seemed engrossed in our conversation, but now I could see, from the corner of my eye, that he was leaning away from me again, his hands gripping the edge of the table with unmistakable tension.

他似乎全神贯注的在我们的对话之中,但是我能看见,在我眼睛看去的拐角处,他又一次向远离我的方向倾斜了,他的手抓住了桌子的边缘明显感觉紧张。

他似乎对我们的对话很投入,但现在我可以用眼角的余光看到,他又开始把身子偏向一侧远离我了,他的手紧紧地抓住桌子的边缘,紧绷得不可思议。 

I tried to appear attentive as Mr. Banner illustrated, with transparencies on the overhead projector, what I had seen without difficulty through the microscope.

我尝试表现的令人注意就像Banner先生阐明的那样,上方投影仪放的幻灯片,我通过看显微镜是没有难度的。

当班纳老师开始演示时,我尽可能地让自己去关注幻灯机放映的剖视图,尽管我毫不费力地就在显微镜里看到了。

But my thoughts were unmanageable.

但是我的想法很难实现。

但我还是走神了。

When the bell finally rang, Edward rushed as swiftly and as gracefully from the room as he had last Monday.

当最后的铃声响起,爱德华优雅的快速的冲了出去就像上个星期一一样。

当铃声终于响起时,爱德华像上周一一样,迅速但优雅地冲出了教室。

And, like last Monday, I stared after him in amazement.
然后,就像上个星期一一样,我在他之后惊讶的站起来。

而我,也像上周一一样,诧异地盯着他远去的身影。

Mike skipped quickly to my side and picked up my books for me.

mike快速的跳到我旁边帮我捡起我的书本。

迈克马上蹦到我身边,把我的书拿起来给我。

I imagined him with a wagging tail.

我想象他摇着尾巴。

我觉得他像个滑稽的尾巴。

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

  1. Chapter 1 First Sight——35

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

  2. 零元学Expression Blend 4 - Chapter 35 讨厌!!我不想一直重复设定!!『Template Binding』使用前後的差异

    原文:零元学Expression Blend 4 - Chapter 35 讨厌!!我不想一直重复设定!!『Template Binding』使用前後的差异 因为先前写到自制Button时需特别注意T ...

  3. Think Python - Chapter 17 - Classes and methods

    17.1 Object-oriented featuresPython is an object-oriented programming language, which means that it ...

  4. CCJ PRML Study Note - Chapter 1.6 : Information Theory

    Chapter 1.6 : Information Theory     Chapter 1.6 : Information Theory Christopher M. Bishop, PRML, C ...

  5. Chapter 2 - How to Add a sprite

    Chapter 2 - How to Add a sprite 1. Add image resources 1.1add resources on win32 2. Add a sprite TIP ...

  6. Chapter 5 - How to Detect the Collisions

    Chapter 5 - How to Detect the Collisions Our hero can fire bullets now, but the bullets are only vis ...

  7. Chapter 3 - How to Move a sprite

    http://www.eoeandroid.com/forum.php?mod=viewthread&tid=250529 http://www.cocos2d-x.org/boards/6/ ...

  8. Professional C# 6 and .NET Core 1.0 - Chapter 39 Windows Services

    本文内容为转载,供学习研究.如有侵权,请联系作者删除. 转载请注明本文出处:Professional C# 6 and .NET Core 1.0 - Chapter 39 Windows Servi ...

  9. Notes : <Hands-on ML with Sklearn & TF> Chapter 3

    Chapter 3-Classification .caret, .dropup > .btn > .caret { border-top-color: #000 !important; ...

随机推荐

  1. 使用Entity Framework 4进行代码优先开发

    [原文地址]Code-First Development with Entity Framework 4   .NET 4随带发布了一个改进版的Entity Framework(EF)- 一个位于Sy ...

  2. [转]Native Java Bytecode Debugging without Source Code

    link from:http://www.crowdstrike.com/blog/native-java-bytecode-debugging-without-source-code/index.h ...

  3. Oracle中忘记sys和System密码的办法

    打开cmd:sqlplus/nolog connect/as sysdba; alter user sys identified by ***; alter user system identifie ...

  4. 什么是Numpy的ndarray

    什么是Numpy的ndarray 首先,Numpy的核心是ndarray. 然后,ndarray本质是数组,其不同于一般的数组,或者Python 的list的地方在于它可以有N 维(dimention ...

  5. JUC锁机制

    JUC锁机制(Lock)学习笔记,附详细源码解析 JUC锁机制(Lock)学习笔记,附详细源码解析 2013-08-22 20:03 by CM4J, 56 阅读, 0 评论,收藏, 编辑 锁机制学习 ...

  6. hadoop集群安装

    首现非常感谢 虾皮(http://www.cnblogs.com/xia520pi/archive/2012/05/16/2503949.html) 安装过程是参照他的<Hadoop集群(第5期 ...

  7. Go学习笔记 - 使用jsonrpc进行远程访问

    Go学习笔记 - 使用jsonrpc进行远程访问 JSON-RPC JSON-RPC是一个轻量级的远程调用协议,简单易用. 请求数据体: { "method": "get ...

  8. Android SDK文档如何查找

    肯定很多人都会有疑问,怎样使用Android SDK 文档该如何使用呢?里面有那么多内容,又全是英文的,接下来告诉大家. 以下内容来自网络. ----------------------------- ...

  9. C# 编写简易 ASP.NET Web 服务器

    C# 编写简易 ASP.NET Web 服务器 你是否有过这样的需求——想运行 ASP.NET 程序,又不想安装 IIS 或者 Visual Studio?我想如果你经常编写 ASP.NET 程序的话 ...

  10. VIM批量文件查找和替换

    使用vim时间不长,linux命令行下常用的文本编辑工具,所以需要掌握一些基本的用法.很多不会的不是百度就谷歌,总有你想要的答案. 1. 批量文件查找内容 vimgrep 比如在当前目录下查找带有“a ...