"Hey, Dad, welcome home."

hey爸爸,欢迎回家。

"Thanks." He hung up his gun belt and stepped out of his boots as I bustled about the kitchen. As far as I was aware, he'd never shot the gunon the job. But he kept it ready.

谢谢,在我去厨房忙的时候,他放好了他的枪的皮肤脱下了他的靴子。在我的意识中,他在他的工作中从来没有开过枪。但是他总是带着。

When I came here as a child, he would always remove the bullets as soon as he walked in the door.

当我来这里的时候还是个孩子,他总是刚进门就以最快的速度拿下了皮带。

I guess he considered me old enough now not to shoot myself by accident, and not depressed enough to shoot myself on purpose.

我猜他是考虑到我现在长大了,不会意外的向自己开枪了,更加不可能故意向自己开枪了。

当我还小,来这里住着的时候,他总是一进门就把子弹给卸下来了。我猜他是觉得我够大了,不会因为枪走火而伤着自己,也没有沮丧到要饮弹自杀尽。

"What's for dinner?" he asked warily. My mother was an imaginative cook,and her experiments weren't always edible. I was surprised, and sad, tha the seemed to remember that far back.

晚饭吃什么?他留心的问道。我妈妈是个富有想象力的厨师,然后她总是能做出不同的食物。我很惊讶,然后悲伤,好像这些回忆都回来了。

“晚饭吃什么?”他警惕地问。我的母亲是个富有创意的厨子,但她的试验品通常都难以下咽。我既惊异,又难过:他居然到现在还记着这件事。

"Steak and potatoes," I answered, and he looked relieved.

牛排和土豆,我回答到,然后他看起来放心了。

He seemed to feel awkward standing in the kitchen doing nothing; he lumbered into the living room to watch TV while I worked.

他看起来笨拙的站在厨房里面无所事事,当我在忙的时候他转身去了客厅看电视了。

We were bothmore comfortable that way. I made a salad while the steaks cooked, and set the table.

这让我们都感觉更舒服了。当烤牛排的时候我做着沙拉,然后布置着桌子。

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

  1. Chapter 1 First Sight——11

    I didn't relate well to people my age. 我没有向人们叙述清楚我的年龄 Maybe the truth was that I didn't relate well ...

  2. Chapter 5 Blood Type——11

    "I just wondered… if you could warn me beforehand the next time you decide to ignore me for my ...

  3. 读书笔记:《HTML5开发手册》--HTML5新的结构元素

    读书笔记:<HTML5开发手册> (HTML5 Developer's CookBook) 虽然从事前端开发已有很长一段时间,对HTML5标签也有使用,但在语义化上面理解还不够清晰.之前在 ...

  4. 读书笔记:《HTML5开发手册》

    一.HTML5中新的结构元素 1. HTML5初始文件 1.1.doctype 在之前,doctype的声明是这样的: <!DOCTYPE HTML PUBLIC "-//W3C//D ...

  5. HTML 学习笔记 day three

    HTML学习笔记 Day three 7.2插入多媒体元素 插入音乐 语法结构:<embed  src=”音乐文件的路径”></embed> 属性: Autostart:他只有 ...

  6. Building the Unstructured Data Warehouse: Architecture, Analysis, and Design

    Building the Unstructured Data Warehouse: Architecture, Analysis, and Design earn essential techniqu ...

  7. HTML5中新的结构元素

    HTML5中新的结构元素 1. HTML5初始文件 1.1.doctype 在之前,doctype的声明是这样的: "http://www.w3. org/TR/html4/strict.d ...

  8. In c++ access control works on per-class basis not on per-object basis.

    #ifndef MYTIME_H #define MYTIME_H class MyTime { private: int m_hour; int m_minute; public: MyTime() ...

  9. HEC-ResSim原文档

              HEC-ResSim Reservoir System Simulation             User's Manual       Version 3.1 May 201 ...

随机推荐

  1. sql优化方式-转载

    我始终认为,一个系统的性能的提高,不单单是试运行或者维护阶段的性能调优的任务,也不单单是开发阶段的事情,而是在整个软件生命周期都需要注意,进行有效工作才能达到的.所以我希望按照软件生命周期的不同阶段来 ...

  2. C++笔记(to be cont'd)

    最近在看这个:LearnCpp 主要是一些我自己容易忽视的地方 记一些笔记在下面,还有错漏地方请不吝赐教 CH1.10 Preprocessing The preprocessor copies th ...

  3. JSONObject处理java.util.Date

    JSONObject的内容为: {"userId":"A000004FFDCE14","userName":"好好干g" ...

  4. PHP来实现文件上传

    文件php <?phpif ($_FILES["file"]["error"] > 0){ echo '错误: ' . $_FILES[" ...

  5. span设置宽和高当没有内容的时候也可撑开

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...

  6. 奇葩json结构解析--key是数字的json处理

    json结构如下: { "ret": "ok", "data": { "57230": { "cat_id&q ...

  7. Html网页的代码

    Html网页的代码 很全哦 1)贴图:<img src="图片地址"> 2)加入连接:<a href="所要连接的相关地址">写上你想写 ...

  8. python并行任务之生产消费模式

    一. 生产者/消费者模式 概念:生产者产生一块数据,放到buffer中,与此同时,消费者在从buffer中取出并消耗这些数据 理解:像生活中厂家生产出产品,顾客购买消耗这些产品,buffer就是存放商 ...

  9. Effective JavaScript :第四章

    1.理解:prototype.getPrototypeOf和_proto_之间的不同 ①C.prototype用于建立new C()创建的对象的原型. ②Object.getPrototypeOf(o ...

  10. MVC5 + EF6酒店项目笔记

    最近项目组准备用MVC5开发酒店模板包括后台.在此第一次学MVC5一个礼拜,看着组长给我的MVC5模板从一脸懵逼到懵懂. 慢慢学习,成长. 未完待续........