Mike interrupted us then — he was planning an epic battle of the blizzard in the parking lot after school and wanted us to join.

mike打断了我们,他准备了一个史诗级的战斗,在停车场的暴风雪中,在放学之后,然后想让我们加入。

他计划放学后在停车场来一场史诗般的暴风雪式雪仗,想让我们加入。

Jessica agreed enthusiastically.

jessica热情的接受了。

The way she looked at Mike left little doubt that she would be up for anything he suggested.

从她看mike的方式来说她对于他的任何建议都不会质疑的。

I kept silent. I would have to hide in the gym until the parking lot cleared.

我保持沉默。我不得不隐藏到体育课直到停车场战斗结束。

我保持沉默。看样子在停车场没人以前我都得躲在体育馆里了。

For the rest of the lunch hour I very carefully kept my eyes at my own table.

中饭剩下的时间我非常小心的保持这我的眼睛看着自己的桌子。

剩下的午餐时间里我小心翼翼地让自己的视线一直停留在我自己的桌子上。

I decided to honor the bargain I'd made with myself.

我决定对于我的荣誉讨价还价。

我决定尊重心底的天人交战的结果。

Since hedidn't look angry, I would go to Biology.

至少他看起来没有生气,我能去上生物课。

既然他看上去没在生气,我就去上生物课。

My stomach did frightened little flips at the thought of sitting next to him again.

一想到他要坐在我的旁边,我的胃受惊的小翻了。

一想到要再次坐在他旁边,我的胃就可怕地抽动几下。

I didn't really want to walk to class with Mike as usual — he seemed to be a popular target for the snow ball snipers — but when we went to thedoor, everyone besides me groaned in unison.

我真的不想和平常一样和mike一起走去上课,他看起来很容易变成流行的焦点对于飞来的雪球来说,但是当我们出门后,除了我身边的所有人都在呻吟。

我不太想和平时一样跟迈克一起去教室——他似乎是个极受欢迎的雪球狙击手们的移动靶子。但当我们走到门外的时候,我身旁的每个人都不约而同地唉声叹气起来。

It was raining, washing all traces of the snow away in clear, icy ribbons down the side of the walkway.

又下雨了,洗干净了所有雪的痕迹,冰丝结在走道的一边。

下雨了,雨水把积雪冲刷得干干净净,在人行道留下一道道冰痕。

I pulled my hood up, secretly pleased. I would be free to go straight home after Gym.

我隐藏了我自己的想法,偷偷高兴着。我在体育课之后能直接回家了。

我窃喜着套上兜帽:下了体育课我可以直接回家了。

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

  1. Chapter 1 First Sight——23

    I stared because their faces, so different, so similar, were all devastatingly, inhumanly beautiful. ...

  2. Chapter 5 Blood Type——23

    I didn't answer. I closed my eyes again and fought the nausea with all my strength, clamping my lips ...

  3. Typical sentences in SCI papers

       Beginning  1. In this paper, we focus on the need for   2. This paper proceeds as follow.   3. Th ...

  4. Gradle cookbook(转)

    build.gradle apply plugin:"java" [compileJava,compileTestJava,javadoc]*.options*.encoding ...

  5. 《Effective Java》读书笔记 - 5.泛型

    Chapter 5 Generics Item 23: Don't use raw types in new code 虽然你可以把一个List<String>传给一个List类型(raw ...

  6. 零元学Expression Blend 4 - Chapter 23 Deep Zoom Composer与Deep Zoom功能

    原文:零元学Expression Blend 4 - Chapter 23 Deep Zoom Composer与Deep Zoom功能 最近有机会在工作上用到Deep Zoom这个功能,我就顺便介绍 ...

  7. Chapter 4 Invitations——23

    The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...

  8. Chapter 3 Phenomenon——23

    Charlie put one arm behind my back, not quite touching me, and led me to the glass doors of the exit ...

  9. MySQL Crash Course #15# Chapter 23. Working with Stored Procedures

    以前写过类似的东西,用来自动生成数据. 你可以将 Stored Procedure 理解为可以重复使用的批处理文件. Stored Procedure 非常有用,我们应该尽可能地去使用它. 那么,应用 ...

随机推荐

  1. 办理西蒙菲莎大学(本科)学历认证『微信171922772』SFU学位证成绩单使馆认证Simon Fraser University

    办理西蒙菲莎大学(本科)学历认证『微信171922772』SFU学位证成绩单使馆认证Simon Fraser University Q.微信:171922772办理教育部国外学历学位认证海外大学毕业证 ...

  2. PRD学习笔记:一些需要注意的说明

    控件说明 1)输入框 若输入框有默认提示,点击输入框,弹出软键盘. 当输入框内不为空(空格除外)时,默认显示消失. 2)软键盘的弹出及退去机制 当输入框内必须输入的为数字时,弹出数字软键盘.其余时候, ...

  3. 初识JavaWEB

    小荷才露尖尖角,早有蜻蜓立上头 首先,你需要知道你要学习哪些知识,掌握哪些技术?且听我娓娓道来. 第一阶段:HTML ,CSS ,JavaScript这三个是必须要掌握的,也是最基础的了.其实HEML ...

  4. Virtualbox中的Linux:未能加载虚拟光驱 VBoxsGuestAdditions.iso到虚拟电脑

    安装增强功能 出现了 这个问题,需要弹出光盘,再次安装.

  5. 递归思路分解(C#)

    例子一:求1!+2!+......+X! 思路分解:因为是用递归思想解决问题,也就是方法调用方法.那么肯定的方法是重复利用的.在这道题里,我们要重复利用的也就是求X!和求和 所以我们先把求X!的代码写 ...

  6. Leetcode-39-Submission Details (Medium)

    1.首先对数组进行排序 2.递归搜索符合的元素 3.注意回溯 超越67%的用户 #!/usr/local/bin/python3 # -*- coding: utf-8 -*- __author__ ...

  7. 将bat文件或exe程序注册成windows服务

    命令行使用sc命令.关于sc命令的详解,请自行查看帮助(sc /?),在此只简单提及如何加入系统服务功能.加入服务:sc create ServiceName binPath= 路径 start= a ...

  8. Ch2 空间配置器(allocator) ---笔记

    2.1 空间配置器的标准接口 allocator的必要接口: allocator::value_type allocator::pointer allocator::const_pointer all ...

  9. jmeter压力测试的简单实例+badboy脚本录制(一个简单的网页用户登录测试的结果)

    JMeter的安装:在网上下载,在下载后的zip解压后,在bin目录下找到JMeter.bat文件,双击就可以运行JMeter. http://jmeter.apache.org/ 在使用jmeter ...

  10. Ubuntu 14.04—无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系 解决办法

    在Ubuntu中使用sudo apt-get install安装是有时候会出现: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系   解决办法 这样的错误,这是因为更新源 ...