"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 函数 DATEADD 使用

    DATEADD ( datepart , number, date ) 在日期中添加或减去指定的时间间隔.   datepart 是规定应向日期的哪一部分返回新值的参数. number 为要增加或减去 ...

  2. C#打包时设置图标ico错误

    1:无法生成"[DesktopFolder]"中名为"用户桌面 的快捷方式"的快捷方式在生成安装项目时报错 2:在进行安装项目时候,创建快捷方式并且设置了 ic ...

  3. JPA 系列教程 异常 集锦

    异常1.hibernate升级到3.5版本 异常信息摘要: Associations marked as mappedBy must not define database mappings like ...

  4. C 语言学习准备

    摘要:用 C#语言学习了一些数据结构,突然想学习 C 语言,为了学习C,本文准备好资料. C 语言学习准备 作者:乌龙哈里 时间:2015-11-17 平台:Window7 64bit,Visual ...

  5. Webform动态创建删除行及后台取值

    开发过程中经常碰到许多不确定事项,所以有时需要动态生成新的记录,如图所示,点击新增时新增一条参考记录,点击删除时则删除该记录:第一步,创建一个表格,用hidden记录当前最大行数,添加时则只需复制模板 ...

  6. ensp实战之防火墙安全转发策略

    本次实验用防火墙是USG6000V,拓扑图如下: 步骤一: 按上面配好PC1.2.3以及WWW服务器的IP地址.子网掩码以及网关: 步骤二: 进入防火墙的CLI命令模式下,按一下命令配置: 配置各个接 ...

  7. android 5.0 -- 主题

    系统提供默认的三种主题样式 @android:style/Theme.Material (dark version) @android:style/Theme.Material.Light (ligh ...

  8. 设置phpMyAdmin本地自动登陆

    一般配置本地测试用的 phpMyAdmin 可以不用每次输入帐号密码,打开后自动登陆就行了. 版本: phpMyAdmin 3.5.3 打开: phpMyAdmin 根目录 复制: config.sa ...

  9. React源码解析-Virtual DOM解析

    前言:最近一直在研究React,看了陈屹先生所著的深入React技术栈,以及自己使用了这么长时间.对React应该说有比较深的理解了,正好前阵子也把两本关于前端设计模式的书看完了,总感觉有一种知识错综 ...

  10. Android的JunitTest

    1.在manifest的配置:首先,manifest的下层级中配置: <instrumentation android:name="android.test.Instrumentati ...