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 ...
随机推荐
- php,cgi,nginx关系
nginx是服务器 什么是服务器? 例如:IIS,Apache,Nginx......主要是提供网上浏览网页的服务,应用层使用HTTP协议. CGI,FastCGI CGI全称是"公共网关接 ...
- snmp协议接口
所有网络设备上都会支持smap,获取服务器的基本信息,这样就不用在客户端上装应用就可以检测到基本的信息,是基于socket开发 内存调用这些命令来提取服务器的信息 snmpgetlocalhost - ...
- 为XYplorer添加右键菜单:“使用XYplorer打开”
在目录.磁盘右键添加: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Shell\XYplorer]"E ...
- Scala学习---映射和元祖
1.设置一个映射,其中包含你想要的一些装备,以及他们的价格.然后构建另一个映射,采用同一组键,但在价格上打9折. scala> val map = Map("a"->1 ...
- Revenge of GCD HDU5019
Description In mathematics, the greatest common divisor (gcd), also known as the greatest common fac ...
- prototype原型解析
每个对象都有原型, prototype能够实现实例共享,节约使您有能力向对象添加属性和方法. 如 <script type="text/javascript"> fun ...
- CodeForces 698B Fix a Tree
并查集,构造. 先看一下图的特殊性,按照这种输入方式,一个点的入度最多只有$1$,因此,问题不会特别复杂,画画图就能知道了. 如果给出的序列中已经存在$a[i]=i$,那么随便取一个$a[i]=i$的 ...
- CSU 1333 Funny Car Racing
最短路问题稍微复杂了一点,松弛的时候多判断一些条件就可以了.第一次用SPFA写最短路. #include<cstdio> #include<cmath> #include< ...
- How to solve java.net.SocketTimeoutException:60000millis problem in HDFS
Many HDFS users encounter the following error when DFSClient ready file from a certain Data Node. & ...
- 《JS权威指南学习总结--第7章 数组》
内容要点: 一. JS数组是无类型的:数组元素可以是任意对象,并且同一个数组中的不同元素也可能有不同的类型.数组的元素甚至也可能是对象或其他属性,这允许创建复制的数据结构,如对象的数组和数组的数组. ...