Chapter 2 Open Book——35
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的更多相关文章
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- 零元学Expression Blend 4 - Chapter 35 讨厌!!我不想一直重复设定!!『Template Binding』使用前後的差异
原文:零元学Expression Blend 4 - Chapter 35 讨厌!!我不想一直重复设定!!『Template Binding』使用前後的差异 因为先前写到自制Button时需特别注意T ...
- Think Python - Chapter 17 - Classes and methods
17.1 Object-oriented featuresPython is an object-oriented programming language, which means that it ...
- CCJ PRML Study Note - Chapter 1.6 : Information Theory
Chapter 1.6 : Information Theory Chapter 1.6 : Information Theory Christopher M. Bishop, PRML, C ...
- 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 ...
- 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 ...
- Chapter 3 - How to Move a sprite
http://www.eoeandroid.com/forum.php?mod=viewthread&tid=250529 http://www.cocos2d-x.org/boards/6/ ...
- Professional C# 6 and .NET Core 1.0 - Chapter 39 Windows Services
本文内容为转载,供学习研究.如有侵权,请联系作者删除. 转载请注明本文出处:Professional C# 6 and .NET Core 1.0 - Chapter 39 Windows Servi ...
- Notes : <Hands-on ML with Sklearn & TF> Chapter 3
Chapter 3-Classification .caret, .dropup > .btn > .caret { border-top-color: #000 !important; ...
随机推荐
- golang 之 bson 与 struct 转换
bson的介绍不说了golang下的解析包找到2个 一个是mongo的http://labix.org/gobson,另外一个比较小众https://github.com/sbunce/bson这里用 ...
- 图片缩放+拖动(html)
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ShowImg.aspx.cs& ...
- 指定url和深度的广度优先算法爬虫的python实现
本文参考http://zoulc001.iteye.com/blog/1186996 广度优先算法介绍 整个的广度优先爬虫过程就是从一系列的种子节点开始,把这些网页中的"子节点"( ...
- Deploying OpenFire for IM (instant message) service (TCP/IP service) with database MySQL , client Spark on linux部署OpenFire IM 消息中间件服务
Are you a hacker? How to build another QQ/Wechat/whatsapp/skype/imessage? Let's go through this!!!! ...
- 百度地图在某架构下找不到符号.a文件的问题
1.现象: 就是说找不到符号给i386的架构(就是模拟器).或者找不到符号给arm架构(真机). ld: warning: ignoring file /Users/pufang/xcode/demo ...
- jquery uploadifive使用
应为考虑到flash将逐渐被淘汰,所以选择了uploadfive完成上传 js文件和css文件自行下载,我上传了免费版(啃爹的官网竟然收费) 文件引入之后: <input type=" ...
- .NET基础——ASSCII码表
char类型不能直接强转为int32,因为强转后的结果是去ascii码表的值.如char 类型的1,强转为int32后的值是49. 要得到正确的结果,现将char类型转换为string类型,再转为in ...
- C语言之循环结构 for(二)
一 for循环的嵌套使用 for循环的嵌套语法: for(int i =0;i<10;i++){ for(int j=0;j<5;j++){ } } 一般用来打印平面,或者控制平面,或者说 ...
- web页面在微信里打开,字体颜色不正常显示
问题:写的web项目在微信里的webview里打开(iphone手机),会出现颜色的不识别.写的是白色,数字的部分会过了3-5秒后,变成黑色! 原因:在iphone手机里,数字的部分(具体的长度没有测 ...
- 获取select选中的值
$("#CalibrationYear option:selected").text();