I backpedaled. "They seemed nice enough to me. I just noticed they keptto themselves.

我改口说道,他们看起来对我来说不错,我只是注意到他们总是独来独往。

They're all very attractive," I added, trying to be more complimentary.

他们都很有引人注意。我补充到,尝试表达的更赞美些。

"You should see the doctor," Charlie said, laughing.

你应该去看看那个医生,查理斯笑着说到。

"It's a good thing he's happily married.

他婚姻真的美满
你应该见见那个医生,”查理大笑着说。“他婚姻美满实在是件好事。当他在附近时,医院里的很多护士都很难集中注意力工作。”

A lot of the nurses at the hospital have a hardtime concentrating on their work with him around."

很多护士在医院和他一起工作的时候都很难集中注意力。

We lapsed back into silence as we finished eating.

吃饭之后我们又陷入了沉默。

He cleared the table while I started on the dishes.

当我开始洗盘子的时候他清理了桌子。

He went back to the TV, and after I finished washing the dishes by hand — no dishwasher — I went upstairs unwillingly to work on my math homework.

当我用手洗完盘子——没有洗碗工——看到他回去看电视了,我很不情愿的上楼去做我的数学作业了。

I could feel a tradition in the making.

我能感觉到一种习惯正在被养成。

我可以感觉到某种一成不变的生活模式正在形成。

That night it was finally quiet. I fell asleep quickly, exhausted.

夜晚依旧很安静。我很快就睡着了,身心疲惫。

Chapter 2 Open Book——14的更多相关文章

  1. Chapter 1 First Sight——14

    I parked in front of the first building, which had a small sign over the door reading front office. ...

  2. Chapter 5 Blood Type——14

    "You're wrong." His voice was almost inaudible. “你错了.” 他的声音几乎听不见 He looked down, stealing ...

  3. hadoop权威指南(第四版)要点翻译(4)——Chapter 3. The HDFS(1-4)

    Filesystems that manage the storage across a network of machines are called distributed filesystems. ...

  4. CareerCup: 17.14 minimize unrecognized characters

    Oh, no! You have just completed a lengthy document when you have an unfortu- nate Find/Replace misha ...

  5. word域3

    WORD是文字处理软件,我们在日常处理一些文字时经常遇到一些问题,如:各种公式的录入,尽管Word都提供了"公式编辑器",但其插入的却是"对象",有时排版会感觉 ...

  6. MySQL Crash Course #06# Chapter 13. 14 GROUP BY. 子查询

    索引 理解 GROUP BY 过滤数据 vs. 过滤分组 GROUP BY 与 ORDER BY 之不成文的规定 子查询 vs. 联表查询 相关子查询和不相关子查询. 增量构造复杂查询 Always ...

  7. 零元学Expression Blend 4 - Chapter 14 用实例了解布局容器系列-「Pathlistbox」II

    原文:零元学Expression Blend 4 - Chapter 14 用实例了解布局容器系列-「Pathlistbox」II 本章将延续上一章的范例,步骤解析. 本章将延续上一章的范例,步骤解析 ...

  8. 《算法导论》习题解答 Chapter 22.1-4(去除重边)

    思路:重开一个新图,按着邻接列表的顺序从上到下遍历,每遍历一行链表前,清空visited数组,如果没有访问过这个元素,则加入新图,如果已经访问过了(重边),则不动. 伪代码: 复杂度:O(V+E) f ...

  9. Chapter 14. Blocks and Statements

    14.5. Statements There are many kinds of statements in the Java programming language. Most correspon ...

随机推荐

  1. pro asp.net mvc5

    mvc 架构的每一个部分都是定义良好和自包含的,称为关注分离.域模型和控制器逻辑与UI是松耦合的.模型中操作数据的逻辑仅包含在模型中,显示数据的逻辑仅包含在视图中,而处理用户请求和用户输入的代码仅包含 ...

  2. 1.3 ODPS

    来源(完全照搬.仅做记录):http://blog.itpub.net/26613085/viewspace-1327313/ 注册odps账号注册地址:http://www.aliyun.com/p ...

  3. 转发一个javascript的编码规范

    google出品:http://chajn.org/jsguide/javascriptguide.html

  4. PHP之APC缓存详细介绍(学习整理)

    APC的介绍 The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provi ...

  5. python获取

    def anc():pass print anc.__name__ def timeit(func): def run(*argv): print "this function name i ...

  6. Github朝花夕拾

    删除fork的项目   下载指定revision的repository 通过git log查看提交历史,最好是GUI查看 然后执行命令git reset –hard <sha1> 同步到最 ...

  7. Xcode-之项目重命名

    一.前言 在iOS开发过程中,对于以前的项目或者想改一下项目的名字,都会遇到比较麻烦的事情.直接改项目名,然而它会牵扯一大堆问题,并且不能把所有的名字都能改过来.有些文件改了项目名后,引导路径错误,导 ...

  8. Activity的生命周期和启动模式

    Activity的生命周期分析 典型情况下的生命周期.是指在用户参与的情况下,Activity所经过的生命周期的改变. 异常情况下的生命周期.是指Activity被系统回收或者由于当前设备的Confi ...

  9. linux下如何使用vnstat查看服务器带宽流量统计

    因为很多vps或者服务器都是限流量的,但是又很多服务商并没有提供详细的流量表,比如每天的流量表,所以肯定有人很想知道自己服务器到底跑了多少流量. vnstat就是一个很好用的服务器流量统计命令.我截几 ...

  10. boostrap插件

    第一章:模态弹出框 一.导入JavaScript插件 Bootstrap的JavaScript插件可以单独导入到页面中,也可以一次性导入到页面中.因为在Bootstrap中的JavaScript插件都 ...