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. 用C++实现的元胞自动机

    我是一个C++初学者,控制台实现了一个元胞自动机. 代码如下: //"生命游戏"V1.0 //李国良于2017年1月1日编写完成 #include <iostream> ...

  2. H3 BPM报销流程开发示例

    以报销流程为示例,介绍H3 BPM的流程开发过程. 报销流程的表单效果如下: 审核流程为填写报销申请.主管审核.总监审核(1000以上).出纳付款,显示如下: 步骤一:准备工作 使用管理员账号的登录H ...

  3. CodeForces 718C Sasha and Array

    线段树. 线段树维护区间矩阵和,操作都是最简单的线段树.$lazy$标记不要记录乘了几次,直接记录乘了几次之后的矩阵就可以了,不然每次下传的时候再算一遍时间复杂度会提高. #pragma commen ...

  4. [HMLY]11.iOS函数式编程的实现&&响应式编程概念

    简介 本篇主要回顾一下--iOS函数式编程 && 响应式编程概念 ,如何一步步实现函数式编程的过程,对阅读Masonry && SnapKit源码有一定的帮助. 作为一 ...

  5. [HMLY]8.Cocoa

    cocoa是苹果公司为mac os x所创建的原声面向对象API,是mac os x上五大API之一,其他四个是carbon,posiX,x11,java. 苹果的面向对象开发框架,用来生成 Mac ...

  6. java 的序列化

    (1) 首先是java自己内部实现的对象序列化机制 其实就是ObjectInputStream 和 ObjectOutputStream 首先实现一个实体对象  记住必须实现Serializable ...

  7. Hololens Rest API

    通过Hololens提供的 Rest API 可以对Hololens进行远程控制和获取信息 ,可以通过第三方程序对Hololens重启或者关机,当然,还有更多更丰富的API,例如可以在PC上分流显示H ...

  8. HTML form的一些属性(第一版)

    p,li { white-space: pre-wrap } HTML表单属性总结(第一版) 基本格式为:<input type="类型" name="名字[唯一, ...

  9. centos设置svn开机自启动

    安装好 svn 服务后,默认是没有随系统启动自动启动的, CentOS 7 的 /etc/rc.d/rc.local 是没有执行权限的, 系统建议创建 systemd service 启动服务 于是查 ...

  10. Unity 发布到IOS,Android的各种坑

    Unity 发布到IOS的注意事项1.开发环境MAC环境:Xcode环境 7.2.1Unity环境:Unity5.32.基本说明首先,我说一下,这是我在对Unity发布到IOS的实际使用中,总结出来的 ...