"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. 2015 asia xian regional F Color (容斥 + 组合数学)

    2015 asia xian regional F Color (容斥 + 组合数学) 题目链接http://codeforces.com/gym/100548/attachments Descrip ...

  2. URL中文参数乱码的一个解决办法

      浏览器对有中文参数的url大部分都用utf-8编码,但我也曾经遇见过用GB2312编码的:如果遇见这样情况,那么接受到的参数就会出现乱码.乱码情况视服务器解码方式,Asp.Net网站一般默认为ut ...

  3. github 上传文件

    1.删除项目 2.  包管理器初始化  npm  init name  必填项   后面可一直回车 最后选择yes 3.建立本地仓储 在git bash 中输入命令  git  init 4. 添加 ...

  4. 常用python处理try except异常的三种方式

    如果你在写python程序时遇到异常后想进行如下处理的话,一般用try来处理异常,假设有下面的一段程序: try:     语句1     语句2     .     .     语句N except ...

  5. 5个可用提高Godaddy主机速度的第三方CDN加速服务商

    毕竟Godaddy主机数据中心位于美国.新加坡.欧洲三个数据中心,一般我们都会选择美国数据中心,相比较其他2个机房的速度是快和稳定的,很多人要说为什么新加坡数据中心速度不好呢?因为目前的新加坡机房不是 ...

  6. Directed Roads

    Directed Roads 题目链接:http://codeforces.com/contest/711/problem/D dfs 刚开始的时候想歪了,以为同一个连通区域会有多个环,实际上每个点的 ...

  7. Xssf配合metaspolit使用

    安装xssf download:  svn export http://xssf.googlecode.com/svn/trunk /home/User/xssf install: svn expor ...

  8. 《JS权威指南学习总结--8.5 作为命名空间的函数》

    内容要点:    函数作用域的概念:在函数中声明的变量在整个函数体内都是可见的(包括在嵌套的函数中),在函数的外部是不可见的.不在任何函数内声明的变量是全局变量,在整个JS程序中都是可见的. 在JS中 ...

  9. GitHub版本控制工具入门(一)

    你还在使用 SVN 吗? 那就太 low 了... 概述 要了解 github 要从另外一个软件开始,那就是 git ,他的中文意思是 傻子 ,这款软件为什么要起一个这么傻的名字呢? 那你就需要了解一 ...

  10. Sass与Compress实战:第一章

    1.消除冗余代码的方式: ▶通过变量来复用属性值 例如,一段冗余的CSS代码: h1#brand { color : #1875e7 } #sidebar { background-color : # ...