Chapter 2 Open Book——12
I called him in when dinner was ready, and he sniffed appreciatively as he walked into the room.
当晚饭准备好的时候我叫他吃饭,然后当他进入房间的时候他吸气般的表示感激。
"Smells good, Bell.""Thanks."We ate in silence for a few minutes. It wasn't uncomfortable. Neither of us was bothered by the quiet. In some ways, we were well suited forliving together.
闻起来味道好极了,bell,谢谢,我们沉默的吃了几分钟。这并没有不舒服。我们两个都很安静。我们生活在一起挺好的。
我们静静地吃了一会儿。这种感觉很自在。我们都不会因为沉默而难受。在某种意义上来说,我们很适合住在一起。
"So, how did you like school? Have you made any friends?" he asked as he was taking seconds.
学校怎么样?你交到朋友了吗?作为他第二句说的话他问道。
"Well, I have a few classes with a girl named Jessica. I sit with herfriends at lunch. And there's this boy, Mike, who's very friendly.
挺好的,我有几个同班同学,一个女孩叫Jessica,我中饭和她的朋友坐在一起。还有一个男生叫mike,他也挺友好的。
Everybody seems pretty nice." With one outstanding exception.
每个人看起来都挺好的,用着一种杰出的表达说着。
除了某位人物。
"That must be Mike Newton. Nice kid — nice family. His dad owns the sporting goods store just outside of town. He makes a good living off allthe backpackers who come through here."
那是Mike Newton,一个好孩子,不错的家庭,他的父亲自己有一个体育用品商店,就在城镇的外面。他生活挺不错的,所有的书包都是他那里买来的。
那一定是迈克 牛顿。不错的孩子——家境也不错。他爸爸在离镇上不远的地方开了家运动装备商店。他在路过这里的徒步旅行者身上赚了不少钱。
"Do you know the Cullen family?" I asked hesitantly.
你知道Cullen家庭吗?我犹豫的问道。
"Dr. Cullen's family? Sure. Dr. Cullen's a great man.""They… the kids… are a little different. They don't seem to fit in verywell at school."Charlie surprised me by looking angry.
Dr. Cullen's 他们家吗?当然知道,Dr. Cullen's 是个不错的人。他们的孩子有点不同,他们看起来没有很好的融入学校,查理斯惊讶的看着生气的我。
卡伦医生一家?他们……那些孩子……有些不太一样。他们似乎不太适应这里的学校。当然。卡伦医生是个好人。查理气愤的表情把我吓到了。
Chapter 2 Open Book——12的更多相关文章
- Chapter 1 First Sight——12
Breakfast with Charlie was a quiet event. 和查理斯吃早饭时一件安静的事情 He wished me good luck at school. I thanke ...
- Chapter 5 Blood Type——12
I blinked, my mind going blank. Holy crow, how did he do that? 我眨着眼睛,心里一片空白.天哪,他是怎么做到的? "Er, wh ...
- MySQL Crash Course #05# Chapter 9. 10. 11. 12 正则.函数. API
索引 正则表达式:MySQL only supports a small subset of what is supported in most regular expression implemen ...
- python 各模块
01 关于本书 02 代码约定 03 关于例子 04 如何联系我们 1 核心模块 11 介绍 111 内建函数和异常 112 操作系统接口模块 113 类型支持模块 114 正则表达式 115 语言支 ...
- 美国政府关于Google公司2013年度的财务报表红头文件
请管理员移至新闻版块,谢谢! 来源:http://www.sec.gov/ 财务报表下载↓ 此文仅作参考分析. 10-K 1 goog2013123110-k.htm FORM 10-K UNIT ...
- Reading task(Introduction to Algorithms. 2nd)
Introduction to Algorithms 2nd ed. Cambridge, MA: MIT Press, 2001. ISBN: 9780262032933. Introduction ...
- .NET的那些事儿(9)——C# 2.0 中用iTextSharp制作PDF(基础篇) .
该文主要介绍如何借助iTextSharp在C# 2.0中制作PDF文件,本文的架构大致按照iTextSharp的操作文档进行翻译,如果需要查看原文,请点击一下链接:http://itextsharp. ...
- Python Standard Library
Python Standard Library "We'd like to pretend that 'Fredrik' is a role, but even hundreds of vo ...
- 读书笔记, Python - python-tricks-buffet-awesome-features
To be a Pythonista 1. assert syntax: assert expression1 [",", expression2] 大致相当于 if __debu ...
随机推荐
- 如何修改tomcat后台console标题(转)
一个机器启动多个tomcat之后,分不清楚项目之间的区别,通过console口设置一下标题 tomcat控制台改名,修改方法: 1.找到tomcat\bin\catalina.bat 2.找到 ...
- sqlserver 优化相关
http://www.cnblogs.com/studyzy/archive/2008/11/24/1339772.html http://blog.csdn.net/dba_huangzj/arti ...
- 一个挺好用的任务提示小软件 Rainlendar2
Rainlendar2 可以把任务列出来放到桌面上.
- 连续多个git提交发生了冲突时
git checkout -b test 创建并切换到分支test git clone git branch master git merge test 合并test到master (git merg ...
- bash脚本退出代码解释
Exit Codes With Special Meanings Table E-1. Reserved Exit Codes Exit Code Number Meaning Example Com ...
- Vladik and cards
Vladik and cards time limit per test 2 seconds memory limit per test 256 megabytes input standard in ...
- python 基础学习1
1.注释 与shell一样,python也是以#开始为注释语句 2.运算符 + - * / // ** python中有2种除法:单斜杠是普通除法,双斜杠是浮点数除法(结果四舍五入) < < ...
- 成为java高手的八大条件
1.扎实的基础 数据结构.离散数学.编译原理,这些是所有计算机科学的基础,如果不掌握它们,很难写出高水平的程序.程序人人都会写,但当你发现写到一定程度很难再提高 的时候,就应该想想是不是要回过头来学 ...
- IE8及以下不支持getElementByClassName的解决办法
function getByClass(oParent, sClass){ var aEle=oParent.getElementsByTagName('*'); var aResult=[]; va ...
- Qt 5.7 > QML
本文档翻译自Qt官方文档: http://doc.qt.io/qt-5/qtqml-index.html Qt QML Qt QML模块使用QML语言为开发应用与库提供一个框架.它定义并实现了语言与引 ...