Chapter 2 Open Book——11
"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的更多相关文章
- Chapter 1 First Sight——11
I didn't relate well to people my age. 我没有向人们叙述清楚我的年龄 Maybe the truth was that I didn't relate well ...
- Chapter 5 Blood Type——11
"I just wondered… if you could warn me beforehand the next time you decide to ignore me for my ...
- 读书笔记:《HTML5开发手册》--HTML5新的结构元素
读书笔记:<HTML5开发手册> (HTML5 Developer's CookBook) 虽然从事前端开发已有很长一段时间,对HTML5标签也有使用,但在语义化上面理解还不够清晰.之前在 ...
- 读书笔记:《HTML5开发手册》
一.HTML5中新的结构元素 1. HTML5初始文件 1.1.doctype 在之前,doctype的声明是这样的: <!DOCTYPE HTML PUBLIC "-//W3C//D ...
- HTML 学习笔记 day three
HTML学习笔记 Day three 7.2插入多媒体元素 插入音乐 语法结构:<embed src=”音乐文件的路径”></embed> 属性: Autostart:他只有 ...
- Building the Unstructured Data Warehouse: Architecture, Analysis, and Design
Building the Unstructured Data Warehouse: Architecture, Analysis, and Design earn essential techniqu ...
- HTML5中新的结构元素
HTML5中新的结构元素 1. HTML5初始文件 1.1.doctype 在之前,doctype的声明是这样的: "http://www.w3. org/TR/html4/strict.d ...
- 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() ...
- HEC-ResSim原文档
HEC-ResSim Reservoir System Simulation User's Manual Version 3.1 May 201 ...
随机推荐
- UNICODE与ANSI的区别
什么是ANSI,什么又是UNICODE呢?其实这是两种不同的编码方式标准,ANSI中的字符采用8bit,而UNICODE中的字符采用16bit.(对于字符来说ANSI以单字节存放英文字符,以双字节存放 ...
- mysql 分组按条件统计
百度经验 COUNT(CASE WHEN (S.rank = 1) THEN S.loanContractId END ) AS 'MZ', //根据loanContractId 分组,并统计ran ...
- java中类与对象
讨论下有关类的知识: 首先是java中累的定义 定义了一组大体上相似的对象. 一个类所包含的方法和数据描述一组对象的共同行为和属性. 对象则是类的具体化,是类的实例. 类通过派生可以有子类,同样也可以 ...
- 随机数生成类Random用法
一.构造方法: Random() 创建一个新的随机数生成器. Random(long seed) 使用单个 long 种子创建一个新的随机数生成器. 无参构造方 ...
- Selenium 中文API
Selenium 中文API 转自:http://blog.csdn.net/lh9529/article/details/3946567 概念 Selenium 通过命令进行驱动.Seleniu ...
- window.open打开新页面居中
var iHeight = 500;//新打开页面的高 var iWidth = 800;//新打开页面的宽 var iTop = (window.screen.height-30-iHeight)/ ...
- 数据库DateTime类型为空的处理
一,写一个辅助类,将该方法设为静态,先装换为object,在转为DateTime,返回DateTime public class DateTimeHelper { public static Date ...
- POJ 2368 Buttons(巴什博弈变形)
题目链接 #include<iostream> #include<cstdio> #include<algorithm> using namespace std; ...
- Java 编码 字符集
Java 编码 字符集 @author ixenos 1. 字符集 a) 字符集建立了两字节Unicode码元序列与使用本地字符编码方式的字节序列之间的映射. b) 为了兼容其它命名, ...
- JSP中 JSTL
1,JSTL是JSP的标准标签库的简称,JSP标准标签库包括5类:分别是核心标签库,国际化标签库,SQL标签库,XML标签库,函数标签库: 2,常用的就是核心标签库和SQL标签库: 核心标签库:前置名 ...