Chapter 4 Invitations——5
And that was the last contact I'd had with him, though he was there, a foot away from me, every day.
这就是我和他最后一个交流了,尽管他就在那,每天就离我一步之遥。
I watched him sometimes, unable to stop myself— from a distance, though, in the cafeteria or parking lot.
有时我情不自禁的去关注他——尽管是在自助餐厅或者停车场的远处。
I watched as his golden eyes grew perceptibly darker day by day.
我看着他金色的眸子一天天的变深。
But in class I gave no more notice that he existed than he showed toward me.
但是在教室里,我并没有表现出对他的存在更加的在意,就像他对我不在意一样。
I was miserable. And the dreams continued.
我是悲惨的,因为梦一直继续着。
Despite my outright lies, the tenor of my e-mails alerted Renée to my depression, and she called a few times, worried.
虽然我一直在说谎,但我的电子邮件的内容还是让Renée察觉到了我的消沉。她时不时给我打电话,担心着我。
I tried to convince her it was just the weather that had me down.
我尽力让她相信就是天气让我变得低沉。
Mike, at least, was pleased by the obvious coolness between me and my lab partner.
至少Mike显然很高兴,我与我的实验伙伴冷战了。
I could see he'd been worried that Edward's daring rescue might have impressed me, and he was relieved that it seemed to have the opposite effect.
我知道他担心Edward英勇的营救行为可能会打动我,并且他已经放心了因为这看起来起了副作用。
He grew more confident, sitting on the edge of my table to talk before Biology class started, ignoring Edward as completely as he ignored us.
他变得更有信心,在生物课开始之前坐在我桌子边上和我聊天,完全无视Edward就像Edward无视我们一样。
Chapter 4 Invitations——5的更多相关文章
- 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 ...
随机推荐
- pandas库的学习笔记
Environment pandas 0.21.0 python 3.6 jupyter notebook 开始 习惯上,我们导入如下: import pandas as pd import nump ...
- jquery学习总结24-36
一.jquery的自定义事件 1.自定义事件不能通过eventName()来添加,只能通过on来绑定 2.自定义事件需要通过trigger(自动触发)来进行触发 二.jauery事件命名空间 1.事件 ...
- 解决mysql for docker容器报错:Authentication plugin 'caching_sha2_password' cannot be loaded
为图方便,懒得在mac上安装mysql了,一个是管理不方便,第二个是为了方便多机器同步开发环境.就使用docker安装了. 拉取mysql镜像 docker pull mysql 运行mysql实例 ...
- MySQL PROFILE 跟踪语句各阶段性能开销
PROFILE 可以跟踪查询语句各个阶段 Time,IO,CPU,MEMORY 等资源使用情况,比较详细.所以系统一般不会记录太多.启用是全局的,所以每个连接都保持语句的资源使用情况. 查看 PRO ...
- Wpf窗口中打开WinForm窗口
获取wpf窗口对应的句柄窗口 using System; using System.Windows; using System.Windows.Interop; using IWin32Window ...
- pip3 install的时候报错timed out
问题: 执行pip install requests报错 Read timed out. 解决方法: 修改超时时间: pip --default-timeout=1000 install -U r ...
- vmWare pro 14.1.1+ubuntu-desktop-amd64的总体安装流程
vmWare pro正常安装 下载后双击安装,按步骤走即可 创建虚拟机 设置虚拟机 window设置虚拟化技术 电脑重启后,弹出如下所示,选择 疑难解答->高级选项->UEFI固件设置-& ...
- js every some 遍历函数理解
1.every let arr = [0, 1, 2, 3, 4, 5]; let result = arr.every((item, index) => { return item >= ...
- 《HTTP权威指南》3-HTTP报文
报文流 HTTP报文是在HTTP应用程序之间发送的数据块,这些数据块以文本形式的元信息开头,这些信息描述了报文的内容及含义,后面跟着可选的数据部分.这些报文在客户端,服务器和代理之间流动. 报文的组成 ...
- 微软SSAS 错误 Internal error: Invalid enumeration value. Please call customer support! 不是此元素的有效值。
错误 118 Internal error: Invalid enumeration value. Please call customer support! 不是此元素的有效值. 错误 119 分析 ...