Chapter 1 First Sight——8
It took only one trip to get all my stuff upstairs.
就一趟我就把所有的东西搬到楼上了。
I got the west bedroom that faced out over the front yard.
我住在了面对院子前面的西边的卧室。
The room was familiar; it had been belonged to me since I was born.
这房间是熟悉的,自从我生下来它就是属于我的。
The wooden floor, the light blue walls, the peaked ceiling, the yellowed lace curtains around the window —these were all a part of my childhood.
木质的楼梯,亮蓝色的墙,尖顶的天花板,黄色蕾丝边的窗帘环绕着窗户,这些部分都是我童年的。
The only changes Charlie had ever made were switching the crib for a bed and adding a desk as I grew.
随着我的长大,改变的只有查理兹曾经把婴儿床变成了大床,再加了张桌子。
The desk now held a secondhand computer, with the phone line for the modem stapled along the floor to the nearest phone jack.
桌子上有了一台二手的电脑,还有现代的电话线随着楼梯到电话口。
连着长长的拖过地板的电话线接着调制解调器到最近的电话接口。
This was a stipulation from my mother, so that we could stay in touch easily.
这是我妈妈的规定,所以我能很容易的接触到
这是与我母亲的约定,这样我们就可以更方便地联系了。
keep in touch with 与某人联系
The rocking chair from my baby days was still in the corner.
我儿时的摇椅仍然在角落里
There was only one small bathroom at the top of the stairs, which I would have to share with Charlie.
在顶楼只有一个小的房间,我不得不和查理兹一起用
I was trying not to dwell too much on that fact.
我尽力不居住太多时间。
我试着不要太纠结于这一事实。
Chapter 1 First Sight——8的更多相关文章
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 1 First Sight——31
I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...
- Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...
- Chapter 1 First Sight——29
I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...
- Chapter 1 First Sight——28
"Which one is the boy with the reddish brown hair?" 那个红褐色头发的男孩是谁? I asked. I peeked at him ...
随机推荐
- Django:之不得不说的web框架们
python的web框架 Bottle Bpttle是一个快速.简洁.轻量级的基于WSIG的微型web框架,此框架只有一个.py文件,除了python的标准库外,其不依赖任何其它模块. pip ins ...
- PHP fpm优化【转】
在优化PHP的进程数的时候我们首先要了解我们服务器执行一个php使用的内存 1: 查询一个php占用的内存方法 pmap $(pgrep php-fpm | head -1) 我这里查询到的是 000 ...
- 多个dropdownlist只有第一个能选中,其他选不中之我见
前段时间遇到这个问题,发现在页面中的源代码已经显示selected=“selected" 可是还是选中的第一项,试过很多办法,都不行,最后只好靠js来解决了,获取所有的dropdownlis ...
- 巧妙使用Contains()方法查找一个数是否在某堆数中
问题:要判断用户输入的一个数,或者是程序里方法的一个参数的值,或者是一个变量的值是否在某堆数中. 简洁写法:把这堆数放在list中,使用list的Contains()方法检查list是否包含这个数,取 ...
- switch case多值匹配
switch case多值匹配一般有两种情况 1.列举(将所有值列举出来) var n= 3;switch (n){ case 1: case 2: case 3: ...
- c++中string的用法
之所以抛弃char*的字符串而选用C++标准程序库中的string类,是因为他和前者比较起来,不必 担心内存是否足够.字符串长度等等,而且作为一个类出现,他集成的操作函数足以完成我们大多数情况下(甚至 ...
- layer属性
键: 值 描述 下表的属性都是默认值,您可在调用时按需重新配置,他们可帮助你实现各式各样的风格.如是调用: $.layer({键: 值, 键: 值, -}); type: 0 层的类型.0:信息框(默 ...
- php 弹窗插件
index.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...
- java的两种异常runtimeException和checkedException
java异常处理机制主要依赖于try,catch,finally,throw,throws五个关键字. try 关键字后紧跟一个花括号括起来的代码块,简称try块.同理:下面的也被称为相应的块. ...
- php 生成二维码 代码示例
logo 是正方形 或者 圆形的 居多 <?php include ('phpqrcode.php'); $value = 'http://www.codesc.net ...