Chapter 2 Open Book——13
"People in this town," he muttered. "Dr. Cullen is a brilliant surgeon who could probably work in any hospital in the world, make ten times the salary he gets here," he continued, getting louder.
在我们城镇的人。他抱怨的说到。Cullen医生是一个能在世界上任何一个医院工作的有才医生,能收到10倍于这里的薪水,他声音越来越响。
"We're lucky to have him — lucky that his wife wanted to live in a small town.
我们很幸运能有他,很幸运他的妻子想要住在这个小城镇里面
He's an asset to the community, and all of those kids are well behaved and polite.
他是社区的一员,所有他的孩子表现都很好很有礼貌。
他是这个社区的财富。他的孩子们个个都行为端正,礼貌得体。
I had my doubts, when they first moved in, with all those adopted teenagers. I thought we might have some problems with them.
我有我的疑问,当他们第一次进来的时候,对于所有领养的年轻人来说。我想我们对他有一些想法。
他们刚搬来时我也曾对这些这个年纪被收养的孩子产生过疑虑。
But they'reall very mature — I haven't had one speck of trouble from any of them.
但是他们真的很成熟,我没有一次听说他们造成过麻烦。
That's more than I can say for the children of some folks who have lived in this town for generations.
我能说他们比福克斯本地的同龄人来说要好。
而有些世世代代住在镇上的家伙,他们的孩子我简直没法说。
And they stick together the way a family should — camping trips every other weekend… Just because they're newcomers, people have to talk."
他们家庭经常在一起,周末野营。只是因为他们是新来的人,人们不得不讨论他们。
而且他们确实像一家人那样团结——每两周就去一次露营……只不过因为他们是新来的,人们就对他们说长道短。
It was the longest speech I'd ever heard Charlie make. He must feel strongly about whatever people were saying.
这是我听过查理斯最长的说话了。他一定对人民所说的话坚信不疑。
这是我听过的查理一口气说出的最长的话。他一定是对人们的流言蜚语气愤得不得了。
Chapter 2 Open Book——13的更多相关文章
- Chapter 1 First Sight——13
It was just drizzling still, not enough to soak me through immediately as I reached for the house ke ...
- Chapter 5 Blood Type——13
"Kryptonite doesn't bother me, either," he chuckled. “氪星石也不会影响我,” 他笑着说道. "You're not ...
- Chapter 2 Open Book——13
"People in this town," he muttered. "Dr. Cullen is a brilliant surgeon who could prob ...
- EffictiveC++笔记 第3章
Chapter 3 资源管理 条款13: 以对象管理资源 有时即使你顺利地写了对应对象的delete语句,但是前面的区域可能会有一个过早的return语句或者抛出了异常.它们一旦执行,控制流绝不会触及 ...
- EffectiveC++笔记 目录
Charpter 1. 让自己习惯C++ 条款01: 视C++为一个语言联邦 条款02: 尽量以const,enum,inline替换#define 条款03: 尽可能使用const 条款04: ...
- EffectiveC++ 第3章 资源管理
我根据自己的理解,对原文的精华部分进行了提炼,并在一些难以理解的地方加上了自己的"可能比较准确"的「翻译」. Chapter 3 资源管理 条款13: 以对象管理资源 有时即使你顺 ...
- ssm 关于mybatis启动报Result Maps collection already contains value for ...的问题总结
Result Maps collection already contains value for com.zhaike.mapping.ChapterMapper.BaseResultMap Err ...
- Chapter 13. Miscellaneous PerlTk Methods PerlTk 方法杂项:
Chapter 13. Miscellaneous PerlTk Methods PerlTk 方法杂项: 到目前为止,这本书的大部分章节 集中在特定的几个部件, 这个章节覆盖了方法和子程序 可以被任 ...
- 零元学Expression Blend 4 - Chapter 13 用实例了解布局容器系列-「Pathlistbox」I
原文:零元学Expression Blend 4 - Chapter 13 用实例了解布局容器系列-「Pathlistbox」I 本系列将教大家以实做案例认识Blend 4 的布局容器,此章介绍的布局 ...
随机推荐
- mysql 报错:java.lang.OutOfMemoryError: Java heap space
原因:mysql会将查询到的记录全部发送到java端保存,而JVM中如果98%的时间是用于GC,且可用的Heap size 不足2%的时候将抛出此异常信息.JVM堆的设置是指java程序运行过程中JV ...
- schema change + ogg 变更手册
Check OGG until no data queuing in replication process:testRO:a)login test5 –l oggmgrb)oggc)#ggsci ...
- tftp服务器最简单安装配置
注:转载他人 这是在debian下面操作的1.安装tftp-server sudo apt-get install tftpd-hpa sudo apt-get install tftp-hpa(如果 ...
- php之soap使用
1,首先要在linux服务器安装php的soap拓展,最快的方式是yum安装: #yum install php-soap 然后重启apache即可 2,php调用soap接口 try{ $soap ...
- Distributing Parts
Distributing Parts 题目链接:http://codeforces.com/problemset/problem/496/E 贪心 将音乐和人都以低音升序排序,贪心处理低音更低的音乐, ...
- hitTest和pointInside和CGRectContainsPoint
很多app中TabBar中间会有个凸起超出部分,为了点击超出父视图但是还想让按钮响应 //重写hitTest方法,去监听发布按钮的点击,目的是为了让凸出的部分点击也有反应- (UIView *)hit ...
- 5-jQuery - AJAX get()/post()页面请求即执行
get 前台页面 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> &l ...
- linux 添加定时任务脚本
主要分2个步骤第一步 编写要定时执行的脚本touch mytask.shvi mytask.sh里面写入:#! /bin/bashecho `date` >> /tmp/mytask.l ...
- jquery 画板折叠
<!doctype html><html lang="en"><head> <meta charset="utf-8" ...
- 《高性能Javascript》读书笔记-4
第四章 算法和流程控制 代码组织结构和解决具体问题的思路是影响代码性能的主要因素 循环处理是最常见的编程模式之一,也是提高性能的关注点之一 循环分四种:标准for循环 ; i < Things. ...