Chapter 2 Open Book——33
My chin raised a fraction.
我的下巴抬起来了一点。
我略微抬起下颚。
"No, she did not send me here. I sent myself."
不是,我不是被送来这里的,是我自己要来的。
His eyebrows knit together.
他的眉毛同时皱了。
他颦起眉头。“
"I don't understand," he admitted, and he seemed unnecessarily frustrated by that fact.
“我不明白”他承认到,他看起来不必要知道事实的挫折。
我不明白。”他坦白道,看上去被这个事实深深地挫败了,而且有些过头。
I sighed. Why was I explaining this to him? He continued to stare at me with obvious curiosity.
我叹气。为什么我要想他解释呢?他继续盯着我看以一种很显然的好奇心。
"She stayed with me at first, but she missed him. It made her unhappy… so I decided it was time to spend some quality time with Charlie."
“她一开始和我在一起,但是她想念他。这让她不开心。。所以我决定是时候花一段时间和查理斯生活了。”
“刚开始她留下来陪我,但她很想念他,所以很不快乐……所以我觉得是时候和查理一起好过日子了。”我说着,声音沉了下去。
My voice was glum by the time I finished.
当我说完的时候我的语气很阴沉。
"But now you're unhappy," he pointed out.
“但是现在你不开心了”他指出
"And?" I challenged.
“然后呢?”我反问道
"That doesn't seem fair."
“这看起来不公平”
He shrugged, but his eyes were still intense.
他耸耸肩,但是他的目光一直很强烈。
“这好像不太公平。”他耸耸肩,但眼神依然紧绷。
I laughed without humor.
我没有幽默的笑了。
我干笑着。
"Hasn't anyone ever told you? Life isn't fair."
“没有任何人告诉你吗?生活本来就是不公平的。”
"I believe I have heard that somewhere before," he agreed dryly.
“我相信我曾经在别的地方听到过”他枯燥的同意到。
“我相信我曾经在某处听过这句话。”他冷冷地说道。
"So that's all," I insisted, wondering why he was still staring at methat way.
“所以这就是所有了”我坚持到,好奇为什么他仍然用那种方式盯着我看。
“所以,说完了。”我坚持着,想知道为什么他还在用那种眼神盯着我。
Chapter 2 Open Book——33的更多相关文章
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- 1D mesauring
The Basics of Measure Objects 2.1 the process of 1D Edge extraction Then, the mean ...
- 零元学Expression Blend 4 - Chapter 33 简单轻松的学会如何使用Visual States(下)
原文:零元学Expression Blend 4 - Chapter 33 简单轻松的学会如何使用Visual States(下) 上篇提到了Visual State Manager中文翻译为视觉状态 ...
- [转]第四章 使用OpenCV探测来至运动的结构——Chapter 4:Exploring Structure from Motion Using OpenCV
仅供参考,还未运行程序,理解部分有误,请参考英文原版. 绿色部分非文章内容,是个人理解. 转载请注明:http://blog.csdn.net/raby_gyl/article/details/174 ...
- 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/ ...
- Notes : <Hands-on ML with Sklearn & TF> Chapter 7
.caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px so ...
- Notes : <Hands-on ML with Sklearn & TF> Chapter 3
Chapter 3-Classification .caret, .dropup > .btn > .caret { border-top-color: #000 !important; ...
随机推荐
- 【Bootstrap】Bootstrap Datepicker使用
插件:http://url.cn/V4S8w4 1.添加样式和引用JS文件 <link href="CSS/bootstrap-datetimepicker.css" rel ...
- 揭开redis神秘面纱
一直听别人说NoSQL,以前一直不明白,这到底是什么东西,今天听过我们涛哥的讲解,略有小感,特此小记. NoSQL(NoSQL = Not Only SQL),意为反SQL运动,是一项全新的数据库革命 ...
- 运用Unity实现AOP拦截器
运用Unity实现AOP拦截器[结合异常记录实例] 本篇文章将通过Unity实现Aop异常记录功能:有关Unity依赖注入可以看前两篇文章: 1:运用Unity实现依赖注入[结合简单三层实例] 2:运 ...
- 我的Pandas应用场景(2)
上文交代了一些啰嗦事,本文开始,就要来点实际的了. 先来一个比较简单的场景: Given:一个包括N(极其复杂,这里取3个)个列的DataFrame:df,df包括index: And:对df所有列元 ...
- angularjs图片上传后不刷新的解决办法
刚接触angularjs在使用的过程中遇到这个问题 首先我们的图片地址是根据ID来获取的,所以用了指令来完成图片的绑定 .directive("cImg", ['appUrl', ...
- OC-变量和数据类型
对象的初始化 Fraction *myFract=[[Fraction alloc] init];//初始化对象 [myFract setTo:1 over:3];//设置初始值 初始化对象和设置初始 ...
- Memcache的一些学习
Memcache的一些学习 首先,Memcache是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载.它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提供动态.数据库驱动 ...
- WCF 学习笔记之双工实现
WCF 学习笔记之双工实现 其中 Client 和Service为控制台程序 Service.Interface为类库 首先了解契约Interface两个接口 using System.Service ...
- php memcached+Mysql(主从)
/* index.php 程序入口,用来构造sql(如查询,更新) config.php 配置参数(memcache,mysql) init.php 封装memcached操作(memca ...
- linux下如何使用USB存储设备
如何在Linux环境中使用USB接口的 存储 设备?这是各大电脑论坛上出现得比较多的一个问题,同此可见这也是摆在许多电脑玩家面前的一道难题. 本文就为您提供一套完美的解决方案,通过下面的方法,您仅可以 ...