Chapter 2 Open Book——19
He bent over and began scraping together a pile of the white mush.
他弯下腰,开始团起一个白色的雪球。
"I'll see you at lunch, okay?" I kept walking as I spoke. "Once people start throwing wet stuff, I go inside."He just nodded, his eyes on Eric's retreating figure.
我能在中饭看见你,好吗? 我边走边说着。人们一开始打雪仗我就跑进去。他点点头,但是他的眼睛已经盯上了艾瑞克的背影。
Throughout the morning, everyone chattered excitedly about the snow;apparently it was the first snowfall of the new year.
整个早晨,每个人都在激动的谈论着这场雪,显然这是今年的第一场雪。
I kept my mouthshut. Sure, it was drier than rain — until it melted in your socks.
我一直抿着嘴唇。当然这比下雨要干燥一些,直到它在你的靴子里融化开。
I walked alertly to the cafeteria with Jessica after Spanish. Mush ballswere flying everywhere. I kept a binder in my hands, ready to use it as ashield if necessary.
在西班牙语课之后我和jessica一起走到了自主餐厅,雪球在各个地方飞着。我手里拿着以恶搞文件夹,准备用它做一些必要的防御。
Jessica thought I was hilarious, but something in myexpression kept her from lobbing a snowball at me herself.
jessica看见我有点恶搞,但是看到我的表现,她放弃准备扔我一个雪球的打算。
Mike caught up to us as we walked in the doors, laughing, with icemelting the spikes in his hair.
我们刚进们mike就追上了我们,笑着,头发沾满了冰渣。
He and Jessica were talking animatedly about the snow fight as we got in line to buy food.
他和jessic正在谈论刚刚那场雪仗在我们排队买食物的时候。
I glanced toward that table in the corner out of habit. And then I froze where I stood. Therewere five people at the table.
我习惯性朝着角落的桌子瞟了一眼。然后僵在了那里。那里有五个人坐在那张桌子那里。
Chapter 2 Open Book——19的更多相关文章
- Chapter 1 First Sight——19
"I'm headed toward building four, I could show you the way…" Definitely over-helpful. &quo ...
- Chapter 5 Blood Type——19
"Are you feeling faint?" “你感觉头晕吗?” "Yes, sir," I muttered, internally kicking my ...
- CHAPTER 19 Ordering the World 第19章 分类世界
CHAPTER 19 Ordering the World 第19章 分类世界 Our planet is home to a bewildering variety of plants and an ...
- 零元学Expression Blend 4 - Chapter 19 如何让做好的Blend专案变Silverlight网页
原文:零元学Expression Blend 4 - Chapter 19 如何让做好的Blend专案变Silverlight网页 本章将教大家如何把制作好的Blend专案变为可以让任何人在网际网路浏 ...
- MySQL Crash Course #10# Chapter 19. Inserting Data
INDEX BAD EXAMPLE Improving Overall Performance Inserting Multiple Rows INSTEAD OF Inserting a Singl ...
- Chapter 4 Invitations——19
After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...
- Chapter 3 Phenomenon——19
His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...
- MySQL Crash Course #19# Chapter 27. Globalization and Localization
Globalization and Localization When discussing multiple languages and characters sets, you will run ...
- [转]第四章 使用OpenCV探测来至运动的结构——Chapter 4:Exploring Structure from Motion Using OpenCV
仅供参考,还未运行程序,理解部分有误,请参考英文原版. 绿色部分非文章内容,是个人理解. 转载请注明:http://blog.csdn.net/raby_gyl/article/details/174 ...
随机推荐
- sql server 数据库创建链接服务器访问另外一个sql server 数据库
继上篇在sql server中创建链接服务器访问oracle数据库:http://www.cnblogs.com/527289276qq/p/4770379.html 本文介绍在sql server中 ...
- react学习笔记-01
1. HTML模板 Jsx是react的语法糖,最终会被编译成js语法.因此需要第三方库browser将jsx转换成js. 由于react 0.14版本之后,将react和react-dom拆分,所以 ...
- LightOJ 1095 Arrange the Numbers-容斥
给出n,m,k,求1~n中前m个正好有k个在原来位置的种数(i在第i个位置) 做法:容斥,先选出k个放到原来位置,然后剩下m-k个不能放到原来位置的,用0个放到原来位置的,有C(m-k,0)*(n-k ...
- PLSQL 几种游标的用法
分类: Oracle 1. PL/SQL里的游标可以分为显式和隐式两种,而隐式有分为select into隐式游标和for .. in 隐式游标两种.所以,我们可以认为,有3种游标用法: A. 显式游 ...
- 《JavaScript高级程序设计》读书笔记 ---Date 类型
ECMAScript 中的Date 类型是在早期Java 中的java.util.Date 类基础上构建的.为此,Date类型使用自UTC(Coordinated Universal Time,国际协 ...
- Dubbo入门实例 本地伪集群测试Demo
1. 概述 Dubbo是一个分布式服务框架,致力于提供高性能和透明化的RPC远程服务调用方案,以及SOA服务治理方案 Dubbo是阿里巴巴SOA服务化治理方案的核心框架,每天为2,000+个服务提 ...
- POJ 1716 Integer Intervals#贪心
(- ̄▽ ̄)-* //求一个集合,这个集合与任意一个区间的交集,需至少有两个数字 //贪心过程:按n个区间的最右值从小到大对区间进行排列, //集合首先取第一个区间的最右两个数字, //到第二个区间, ...
- Oberon相关资源
http://www.michaelfranz.com/ http://en.wikipedia.org/wiki/Oberon_(programming_language) http://www.o ...
- CreateProcess注意的几个地方
1.CreateProcess失败,GetLastError返回998,应该是最后两个参数没有初始化导致的. 2.要使外部程序隐藏窗口运行,需要将STARTUPINFO的dwFlags指定为START ...
- 关于jquery选择器中:first和:first-child和:first-of-type的区别及:nth-child()和:nth-of-type()的区别
:first:选择第一个出现符合的元素 :first-child:选择限制条件中的第一个元素,并且必须和冒号前面的标签一致 :first-of-type:选择所有限制条件下的第一个冒号前面的标签元素, ...