Chapter 4 Invitations——2
To my dismay, I found myself the center of attention for the rest of that week.
令我沮丧的是, 我发现我自己剩余注意力的中心是多么的弱。
Tyler Crowley was impossible, following me around, obsessed with making amends to me somehow.
Tyler Crowley执迷不悟的,跟在我身边,着迷的以某种方式弥补我。
I tried to convince him what I wanted more than anything else was for him to forget all about it
我尽可能的去让他相信,我最想要的就是让他忘记所有关于这件事的一切,
— especially since nothing had actually happened to me — but he remained insistent.
尤其是我没有发生任何事情——但是他却一直坚持。
He followed me between classes and sat at our now-crowded lunch table.
他不仅上课跟着我并且和我们坐在现在中午拥挤的桌子上
Mike and Eric were even less friendly toward him than they were to each other,which made me worry that I'd gained another unwelcome fan.
Mike和Eric对他比他们相互之间更加不友好,这让我担心我是不是又得到了另一个不受欢迎的粉丝。
No one seemed concerned about Edward, though I explained over and over that he was the hero
看起来没有人关心Edward,尽管我一次又一次解释他才是英雄
— how he had pulled me out of the way and had nearly been crushed, too. I tried to be convincing.
他是怎么样把我推离了那个路在几乎被撞到的时候。我尽可能的相信它。
Jessica, Mike, Eric, and everyone else always commented that they hadn't even seen him there till the van was pulled away.
Jessica,Mike,Eric和其他每个人总是评论道,他们没有看见他,直到那辆卡车被推开的时候。
I wondered to myself why no one else had seen him standing so far away,before he was suddenly, impossibly saving my life.
我自己很惊奇,为什么除了我没有人曾经看见他站在离的很远的地方,在他突然的几乎不可能的救了我的命。
With chagrin, I realized the probable cause — no one else was as aware of Edward as I always was.
伴随着懊恼,我意识到了问题的原因——没有人像我一样一直关注Edward
No one else watched him the way I did. How pitiful.
没有人像我那样一直关注着他。多么令人同情。
Chapter 4 Invitations——2的更多相关文章
- Chapter 4 Invitations——28
"Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...
- Chapter 4 Invitations——27
"Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...
- Chapter 4 Invitations——26
"I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...
- Chapter 4 Invitations——25
"So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...
- Chapter 4 Invitations——24
"How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...
- Chapter 4 Invitations——23
The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...
- Chapter 4 Invitations——22
"Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...
- Chapter 4 Invitations——21
"Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...
- Chapter 4 Invitations——20
Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...
- Chapter 4 Invitations——19
After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...
随机推荐
- 别人的Linux私房菜(15)磁盘配额与高级文件系统管理
磁盘配额在网站.邮件.文件等服务器常见,主要有针对用户.用户组.限制某一目录的的最大磁盘配额. ext文件系统进能针对整个文件系统配额,xfs可以针对目录配额.配额和文件系统有关. 内核必须支持磁盘配 ...
- XMLHttpRequest状态码及相关事件
1.创建一个XMLHttpRequest对象 2.对XMLHttpRequest对象进行事件的监听(定义监听事件的位置不影响 3.对XMLHttpRequest对象的状态码 状态 名称 描述 0 ...
- SAS 循环与数组
SAS 循环与数组 SAS提供了循环语句以满足在编程中需要多次执行相同操作的情 况.有时还需要对不同的变量执行相同的操作,此时可定义SAS数组,并通过数组名和下标来引用这些变量. 1 循环 SAS循环 ...
- sqlserver 分割字符串和调用
传入某种规则拼接字符串获得数组(表) /*功能说明:传入字符串跟分割符('''SGHE00000003'',''SGHE00000004'',''SGHE00000005'''),返回一个Table* ...
- Codeforces 863 简要题解
文章目录 A题 B题 C题 D题 E题 F题 G题 传送门 简要题解?因为最后一题太毒不想写了所以其实是部分题解... A题 传送门 题意简述:给你一个数,问你能不能通过加前导000使其成为一个回文数 ...
- ADC_DMA_TIM
/************************************************************************** * 文件名:ADC.h * * 编写人:离逝的风 ...
- C# 自动程序 windows 无法启动 XXXX 服务 错误5 拒绝访问
遇到过两次 这样的问题了,所以记录一下 原因可能是服务所在文件的目录权限不够 解决方法: 1是查看服务对应的程序所在的目录 2是设置目录的安全权限 右击–属性–安全–添加相应的帐号,给予除完全控制外的 ...
- shell实例利用crontab自动清除日志
shell实例利用crontab自动清除日志 程序运行会产生很多的日志,对于无用的日志手动删除比价麻烦,写一个自动执行的命令是很有必要的. 删除文件shell命令 find 对应目录 -mtime + ...
- List、Set、数据结构、Collections
一.数据结构: 1.什么是数据结构: 一种数据的存储方式 2.常见的4+1种数据结构 堆栈结构: 它是只有一个开口的容器结构 特点: 先进后出(FILO) 例子:弹夹,桶装可比克 队列结构: 它是两端 ...
- redis启动出现错误creating server tcp listening socket 127.0.0.1:6379: bind No error
creating server tcp listening socket 127.0.0.1:6379: bind No error 的解决方案如下按顺序输入如下命令就可以连接成功 1. redis- ...