Chapter 2 Open Book——32
I paused for a long moment, and then made the mistake of meeting his gaze.
我停顿了很长时间,然后错误的去对视了他的凝视
我停顿了许久,然后犯了一个错误:对上了他凝视着的双眸。
His dark gold eyes confused me, and I answered without thinking.
他的深金色的眼睛让我困惑,然后没有思考的就回答了他。
他黑金色的眸子让我迷乱,于是想都不想就回答了。
"My mother got remarried," I said.
我母亲再婚了,我说道。
"That doesn't sound so complex," he disagreed, but he was suddenly sympathetic.
这听起来不复杂,他不同意,但是他突然变的有同情心了一些。
"When did that happen?""Last September." My voice sounded sad, even to me.
什么时候的事情?上个九月。我的声音听起来对于我来说很伤心。
“去年九月。”我的声音听起来有些感伤,至少对我来说。
"And you don't like him," Edward surmised, his tone still kind.
“你不喜欢他”爱德华猜测道,他的语气仍然很友善。
“但是,你不喜欢她的新丈夫。”爱德华推测着,声音依然很亲切。
"No, Phil is fine. Too young, maybe, but nice enough."
不喜欢,菲尔还好,太年轻了,可能,但是足够好了。
"Why didn't you stay with them?"I couldn't fathom his interest, but he continued to stare at me with penetrating eyes, as if my dull life's story was somehow vitally important.
“为什么你不和他们在一起”我不能看出他的兴趣,但是他继续盯着我用着期待的眼神,就像我迟钝的生活故事从某种程度上讲很重要。
我想不出他在对什么感兴趣,但他继续用那双富有穿透力的眼睛盯着我看,就好像我乏味的生活是一个异常精彩的传奇。
"Phil travels a lot. He plays ball for a living." I half-smiled.
“菲尔经常出差,他是个职业球员。”我勉强笑道。
"Have I heard of him?" he asked, smiling in response.
我曾经听过他吗?他问道,笑着回应道。
"Probably not. He doesn't play well. Strictly minor league. He moves around a lot."
可能没有。他玩的不好。对于小联盟来说,他差很多。
应该没有。他打得不太好,严格地说还在小联盟里。他总在东奔西跑。”
"And your mother sent you here so that she could travel with him."
你的母亲送你来这里,为的是她能和他一起旅游
“所以你母亲让你到这儿来,好让她能跟着他一起走四方。”
He said it as an assumption again, not a question.
他又一次就像说陈述句一样,没有疑问。
他说这句话的语气更像是在做推论,而不是提问。
Chapter 2 Open Book——32的更多相关文章
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 5 Blood Type——32
"Where are you all going, exactly?" He was still looking ahead, expressionless. “真的,你要去哪里? ...
- Reading task(Introduction to Algorithms. 2nd)
Introduction to Algorithms 2nd ed. Cambridge, MA: MIT Press, 2001. ISBN: 9780262032933. Introduction ...
- 零元学Expression Blend 4 - Chapter 32 简单轻松的学会如何使用Visual States(上)
原文:零元学Expression Blend 4 - Chapter 32 简单轻松的学会如何使用Visual States(上) Visual State Manager中文翻译为视觉状态管理器,这 ...
- [Chapter 3 Process]Practice 3.12 Including the initial parent process, how many processes are created by the program shown in Figure 3.32?
3.12 Including the initial parent process, how many processes are created by the program shown in Fi ...
- Chapter 32:动态规划一 总结
今天做了四道dp题,分数306. 就从我的做题顺序开始讲.. 首先是第四题,明显的记录模数DP,很快打出来了. 后来做完之后回来拍第四题,也没有什么问题,就AC了. 然后是第三题,我的性子真是太急了, ...
- Chapter 2 - How to Add a sprite
Chapter 2 - How to Add a sprite 1. Add image resources 1.1add resources on win32 2. Add a sprite TIP ...
- Chapter 5 - How to Detect the Collisions
Chapter 5 - How to Detect the Collisions Our hero can fire bullets now, but the bullets are only vis ...
- Chapter 3 - How to Move a sprite
http://www.eoeandroid.com/forum.php?mod=viewthread&tid=250529 http://www.cocos2d-x.org/boards/6/ ...
随机推荐
- SQL随机生成数值字符
1.随机生成0~N之间的数值 ROUND(RAND()*N,0) 2.随机生成Min~Max之间的数值 ROUND(RAND()*(Max-Min),0)+Min 3.随机生成大写字母 CHAR(RO ...
- Linux 环境进程间通信(六):
linux下进程间通信的几种主要手段: 管道(Pipe)及有名管道(named pipe):管道可用于具有亲缘关系进程间的通信,有名管道克服了管道没有名字的限制,因此,除具有管道所具有的功能外,它还允 ...
- MVC视图与控制器分离简单描述
一,控制器 CheckIndexAreaRegistration.cs public class CheckIndexAreaRegistration : AreaRegistration { pub ...
- jQuery $.ajaxSend()
语法: $("#msg").ajaxSend(function(evt,request,settings){}); AJAX请求发送前执行函数.Ajax事件. XMLHttpReq ...
- ibatis配置log4j输出sql日志信息
为了在开发过程更加直观,我们需要将ibatis日志打开以便观察ibatis运作的细节. ibatis采用Apache common_logging,并结合Apache log4j作为日志输出组件. 在 ...
- ASP.NET MVC页面UI之多级数据选择UI(行业信息、专业信息、职位信息的选择)
多级数据选择操作在开发中是常见的操作,比如选择行业信息时,一般有个大类,每个大类下边又包含很多小类,本文简单实现了弹出窗口一级一级选择功能. 本文博客出处:http://www.kwstu.com/A ...
- oracle中backup模式
在数据库打开的情况下备份(归档模式),把表空间或者数据库置于backup 模式下, 如: SQL> alter database begin backup; Database altered ...
- HTML5 拖放及排序的简单实现
HTML5 拖放及排序的简单实现 之前写过个类似的例子,看这里. 但想再深入一步,希望能通过拖放,来交换二个元素的位置.最好有应用到手机平台上. 作了个简单的例子,在手机上测试的时候不成功..查了好多 ...
- 公共建筑能耗监测平台的GPRS通讯服务器的开发方法分享
公共建筑能耗监测平台的GPRS通讯服务器的开发方法分享 在这个文章里面我将用一个实际的案例来分享如何来构建一个能够接受3000+个连接的GPRS通讯服务器软件,这个软件被我认为是一个艺术品,实现周期为 ...
- [珠玑之椟]估算的应用与Little定律
[珠玑之椟]估算的应用与Little定律 估算的数据主要依赖于所能获得的数据和常识,有时还包括实践而不仅仅是理论.它常常作为一个大问题中的子问题,恰当地估算可以省去精确计算的时间和开销.在计算机领域, ...