Chapter 2 Open Book——23
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的更多相关文章
- Chapter 1 First Sight——23
I stared because their faces, so different, so similar, were all devastatingly, inhumanly beautiful. ...
- 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 ...
- Typical sentences in SCI papers
Beginning 1. In this paper, we focus on the need for 2. This paper proceeds as follow. 3. Th ...
- Gradle cookbook(转)
build.gradle apply plugin:"java" [compileJava,compileTestJava,javadoc]*.options*.encoding ...
- 《Effective Java》读书笔记 - 5.泛型
Chapter 5 Generics Item 23: Don't use raw types in new code 虽然你可以把一个List<String>传给一个List类型(raw ...
- 零元学Expression Blend 4 - Chapter 23 Deep Zoom Composer与Deep Zoom功能
原文:零元学Expression Blend 4 - Chapter 23 Deep Zoom Composer与Deep Zoom功能 最近有机会在工作上用到Deep Zoom这个功能,我就顺便介绍 ...
- Chapter 4 Invitations——23
The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...
- 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 ...
- MySQL Crash Course #15# Chapter 23. Working with Stored Procedures
以前写过类似的东西,用来自动生成数据. 你可以将 Stored Procedure 理解为可以重复使用的批处理文件. Stored Procedure 非常有用,我们应该尽可能地去使用它. 那么,应用 ...
随机推荐
- 使用div模拟textarea,实现文本输入框高度自适应(附:js控制textarea实现文本输入框高度自适应)
一.使用textarea标签进行多行文本的输入有很多限制,比如不能实现高度自适应,会出现难看的滚动条等问题. HTML5中添加了一个新属性contenteditable,该属性可以让input,tex ...
- JS返回HTML 传递参数
var html="<a title=\"Remove\" style='cursor:pointer' cdata='" + id + "' ...
- 【NOIP2013】DAY1题解+代码
T1 傻逼快速幂,敲敲就过了. 我跟你们讲个笑话当时我以为这个数据范围过不了于是想出了求GCD再推规律什么的magic方法中途还咨询了某个学长. 然后怎么想都是不可做. ……直到我发现我昨年的代码一个 ...
- owa_outlook暴力破解脚本
其实msf里面存在这样的模块,search owa 即可,字典这种东西还是找规律密码去破解比较好 然后担心遇到渗透测试没有msf情况下,还是得自己写个脚本,网上找了一下lijiejie,但是运行不了, ...
- C语言考试可能会涉及到的内容
以下是汽院下属科院C(B)考试范围,C(A)的话,不考的内容应该都会涉及到,重点内容会延伸至三.四章. 一.教材上的两套自测题 二.C语言实验与实训教程 第一章.第二章.第三章.第四章的典型练习及解释 ...
- CountDownLatch使用详解
正如每个Java文档所描述的那样,CountDownLatch是一个同步工具类,它允许一个或多个线程一直等待,直到其他线程的操作执行完后再执行.在Java并发中,countdownlatch的概念是一 ...
- ArrayList构造函数
//1.摘要: //初始化 System.Collections.ArrayList 类的新实例,该实例为空并且具有默认初始容量. // public ArrayList(); ArrayList a ...
- 前端 TDD 开发
p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 15.0px ".PingFang SC"; color: #454545 } p.p2 ...
- ViewCompat.animate(view) 动画的操作
ViewCompat.animate(view) 实现动画的操作,动画兼容包; ViewCompat.animate(view) 实现动画的操作 .setDuration(200) .scaleX(0 ...
- Hadoop无法上传文件查找原因
部署了集群,上传测试文件到HDFS文件系统的时候出现问题.could only be replicated to 0 nodes, instead of 1,如下图所示: 度娘寻找解决方案: 博客链接 ...