Chapter 4 Invitations——13
"Thank you," I said icily.
“谢谢你”,我冰冷的说道。
His eyes narrowed.
他眯着眼睛。
"You're welcome," he retorted.
“不客气,”他淡淡的回复道。
I straightened up swiftly, turned away from him again, and stalked off to Gym without looking back.
我笔直的快速离开,再一次离他远去,并且头也不回的昂首阔步去了体育馆。
Gym was brutal. We'd moved on to basketball.
体育馆是残忍的。我们开始学篮球了。
My team never passed me the ball, so that was good, but I fell down a lot.
我们的队员从来没有传球给我,这很不错,但是我跌倒了好几次。
Sometimes I took people with me.
有时还让别人也摔倒了。
Today I was worse than usual because my head was so filled with Edward.
今天我比以往更悲催,因为我脑袋里面充满了Eward
I tried to concentrate on my feet, but he kept creeping back into my thoughts just when I really needed my balance.
我尝试把我的注意力集中在我的脚上,但是他一直在我的想法里面游走,当我真的想要保持平衡的时候。
It was a relief, as always, to leave.
像往常一样,离开时一种解脱。
I almost ran to the truck; there were just so many people I wanted to avoid.
我几乎是跑着去了卡车,我想要避免那么多的人。
The truck had suffered only minimal damage in the accident.
在事故中卡车遭受到了最小的伤害。
I'd had to replace the taillights, and if I'd had a real paint job, I would have touched that up.
我不得不替换了尾灯,就算我确实有一些喷漆的工作要做,我也已经搞定了。
Tyler's parents had to sell their van for parts.
Tyler的父母不得不以零件的方式卖了他们的卡车。
I almost had a stroke when I rounded the corner and saw a tall, dark figure leaning against the side of my truck.
当我在转角时看到一个高大黑暗的身影在我卡车的对面时我震惊了。
Then I realized it was just Eric. I started walking again.
我意识到了那是Eric。我继续向前走。
"Hey, Eric," I called.
“你好,Eric”我说道
Chapter 4 Invitations——13的更多相关文章
- 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. 我也会让他一个人的. ...
随机推荐
- 动态规划——Palindrome Partitioning II
Palindrome Partitioning II 这个题意思挺好理解,提供一个字符串s,将s分割成多个子串,这些字串都是回文,要求输出分割的最小次数. Example:Input: "a ...
- The First of my text
JavaScript 学习第一天 一.属性可以动态拓展 例如: var person = { name : "zs"; age : 21; } person.sex = " ...
- Hadoop namenode节点无法启动的问题解决
namenode是Hadoop集群HDFS的管理节点,管理着整个分布式文件系统的命名空间,以及文件与块的映射关系等,在Hadoop集群中扮演着至关重要的作用. 我之前安装的Hadoop集群中namen ...
- js活jQuery实现动态添加、移除css/js文件
下面是在项目中用到的,直接封装好的函数,拿去在js中直接调用就可以实现css.js文件的动态引入与删除.代码如下 动态加载,移除,替换css/js文件 // 动态添加css文件 function ad ...
- 新建一个express项目的流程
1.先创建一个文件夹,然后创建一个项目,默认有一个:package.json 文件 #初始化项目 npm init 2.初始化项目会出现一个默认的提醒 #这个实用程序将指导您创建一个包,json文件. ...
- myeclipse中配置自己安装的Tomcat
myeclipse中配置自己安装的Tomcat 在myeclipse中配置好jdk,Tomcat之后,如果是web项目需要部署运行,但在部署时发现配置好的Tomcat没有显示,只显示了myeclips ...
- php基础-mysqli
基本八个步骤 //连接数据库 $link = mysqli_connect('localhost', 'root', ''); //判断是否连接成功 if (!$link) { exit('数据库连接 ...
- mysql爱之深探测
第一:函数 一:内置函数 MYSQL中提供了很多内置的函数,以下: CHAR_LENGTH(str) 返回值为字符串str 的长度,长度的单位为字符.一个多字节字符算作一个单字符. 对于一个包含五个二 ...
- vue — 安装并创建vue项目
1.先从node.js官网(https://nodejs.org/en/download/) 下载并安装node,然后通过在命令行输入node -v命令,查看node的版本,要是出现相应的版本号就证明 ...
- 记一次JVM故障排除
今天,自己开发的事件驱动的java大规模爬虫程序上线了几个新任务后突然异常. 异常: 程序业务异常,经查看CPU利用率满,内存满,一直报OOM,目测有内存泄露.如下图所示,四核16G的内粗,CPU高达 ...