Chapter 1 First Sight——11
I didn't relate well to people my age.
我没有向人们叙述清楚我的年龄
Maybe the truth was that I didn't relate well to people, period.
可能事实是我没有让人们了解我的周期
Even my mother, who I was closer to thananyone else on the planet, was never in harmony with me, never on exactly the same page.
甚至是我的妈妈。在地球上我最亲近的人,也不是永远和我融洽,没有在绝对相同的一页纸上。
Sometimes I wondered if I was seeing the same things through my eyes that the rest of the world was seeing through theirs.
有时我想知道,是否我的眼睛看见的东西和别人眼睛看见的世界是不是相同的。
Maybe there was a glitch in my brain. But the cause didn't matter. All that mattered was the effect.
可能是我脑子故障了,但是这也没事,所有的东西都会有影响
And tomorrow would be just the beginning.
明天将会开始
I didn't sleep well that night, even after I was done crying.
我晚上没有睡好,甚至是在我哭泣之后
The constant whooshing of the rain and wind across the roof wouldn't fade into the background.
一直不变的飞快的风雨穿过屋顶,没有融入进背景之中。
I pulled the faded old quilt over my head, and later added the pillow, too.
我拉着已经褪色的旧被子盖住我的头,然后又把枕头也压在了上面。
But I couldn't fall asleep until after midnight,when the rain finally settled into a quieter drizzle.
但是直到午夜我还是不能睡着,最终于变成了毛毛雨。
Thick fog was all I could see out my window in the morning, and I could feel the claustrophobia creeping up on me.
早上我能从窗户看见浓雾,我感觉我有幽闭恐怖症。
我可以感到幽闭恐惧症正在向我袭来。
You could never see the sky here; it was like a cage.
在这里我从来没见过天空,就像是笼子一样
你不会有机会看到这里的天空。这像个笼子。
Chapter 1 First Sight——11的更多相关文章
- Chapter 2 Open Book——11
"Hey, Dad, welcome home." hey爸爸,欢迎回家. "Thanks." He hung up his gun belt and step ...
- 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. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- AccessToMySql数据库的导入以及java生成.exe文件
一.AccessToMySql 最近做了一个Access数据库导入MySql的小工具,期间遇到诸多问题,这里小计一下. 表名为cur_rec,共有5个字段 比较奇葩的是这个表居然是四个字段的联合主键, ...
- 4. JavaScript 控制语句
1. If...Else 语句 1.1 条件语句if /* 格式: 1. if ... 2. if ... else ... 3. if ... else if .... else 4. switch ...
- gridControl 中CellValueChanged,ShowingEditor,CustomDrawCell的用法
private void gridView1_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventA ...
- Hibernate与Sleep的区别
转自:http://blog.sina.com.cn/s/blog_4b6e98810100n37k.html 休眠(Hibernate),将系统切换到该模式后,系统会自动将内存中的数据全部转存到硬盘 ...
- 《C++ Primer》之重载操作符与转换(下)
转换与类类型 可用一个实参调用的非 explicit 构造函数定义一个隐式转换.当提供了实参类型的对象而需要一个类类型的对象时,编译器将使用该转换.这种构造函数定义了到类类型的转换.除了定义到类类型的 ...
- storm 使用过程中遇到的问题
1 bolt不停重启,excutor无法启动. nimbus日志类似如下(), 2014-03-12 10:55:06 b.s.d.nimbus [INFO] Executor MITAS3-74-1 ...
- beego: 获取request参数
beego提供了一套web开发的框架.但我们在开发过程中遇到了一些问题,现汇总如下. 测试1:测试只有keys数组的情况 func (this *TestController) Index() { k ...
- android:onKeyDown
android项目中的返回键有时处理不当,会是一个十分麻烦的问题. 在监听物理键时,可以用onKeyDown方法,Activity已经自己有KeyEvent.Callback这个接口了,因为项目有使用 ...
- SQL 合并列值和拆分列值
合并列值 表结构,数据如下: id value ----- ------ aa bb aaa bbb ccc 需要得到结果: id values ------ ----------- aa,bb aa ...
- 用For Each语句对Session.Contents树组进行遍历
<%@ LANGUAGE=VBScript codepage ="936" %> <% Option Explicit %> 您的sessionID号是:& ...