By Friday I was perfectly comfortable entering my Biology class, nolonger worried that Edward would be there.

到了星期五我很舒服的走进我的生物教室,不再担心Edward会出现在那里了

For all I knew, he had dropped out of school.

对于我知道的来说,他已经离开学校了。

I tried not to think about him, but I couldn't totally suppress the worry that I was responsible for his continued absence,ridiculous as it seemed.

我尝试不要在想他了,但是我不能完全放下担心,我的责任心告诉我他一直缺席是有蹊跷的。

我也许是造成他持续缺勤的罪魁祸首。但这似乎太荒谬了。

My first weekend in Forks passed without incident.

我在Forks的第一个周末没有任何意外的结束了。

Charlie, unused to spending time in the usually empty house, worked most of the weekend.

查理斯没有呆在他的空房子里,周末也在工作。

查理还是老样子,不愿意呆在空荡荡的屋子里消磨时间,把周末都耗在了工作上。

I cleaned the house, got ahead on my homework, and wrote my mom more bogusly cheerful e-mail.

我打扫了房间,做完了我的作业,然后给妈妈写了更多虚假的高兴的邮件。

I did drive to the library Saturday, but it was so poorly stocked that I didn't bother to get a card;

我周六开车去了图书馆,但是我还没有什么钱,所以没有办卡。

周六我有开车去图书馆,但那里的藏书少得可怜,我也懒得办借书证了。

I would have to make a date to visit Olympia or Seattle soon and find a good bookstore.

我应该找个时间去拜访Olympia 或者 Seattle 然后找到一个好的书店。

或许最近我该去趟奥林匹亚或者西雅图,找家不错的书店。

I wondered idly what kind of gas mileage the truck got… and shuddered atthe thought.

我懒洋洋地想着这辆卡车开过去每英里得耗多少油——然后不寒而栗。

Chapter 2 Open Book——16的更多相关文章

  1. Chapter 1 First Sight——16

    I drove around the school, following the line of traffic. 我开车绕学校随着交通线. 我开车穿过校园,紧跟着大部队. I was glad to ...

  2. Chapter 5 Blood Type——16

    "Okay, guys, I want you all to take one piece from each box," he said as he produced a pai ...

  3. [大牛翻译系列]Hadoop 翻译文章索引

    原书章节 原书章节题目 翻译文章序号 翻译文章题目 链接 4.1 Joining Hadoop(1) MapReduce 连接:重分区连接(Repartition join) http://www.c ...

  4. 零元学Expression Blend 4 - Chapter 16 用实例了解互动控制项「Button」II

    原文:零元学Expression Blend 4 - Chapter 16 用实例了解互动控制项「Button」II 本章将教大家如何制作自己的Button,并以玻璃质感Button为实作案例. ? ...

  5. Think Python - Chapter 16 - Classes and functions

    16.1 TimeAs another example of a user-defined type, we’ll define a class called Time that records th ...

  6. 《算法导论》习题解答 Chapter 22.1-6(求universal sink 通用汇点)

    思路:设置两个游标i指向行,j指向列,如果arr[i][j]==1,则i=max{i+1,j},j++:如果arr[i][j]==0,则j=max{i+1,j+1}. 伪代码: has_univers ...

  7. 大气散射 GPU Gems2 Chapter 16. Accurate Atmospheric Scattering

    效果图 这次先上效果图*4 散射概念 光线击中空气中的微小颗粒后的偏折导致了光线的散射.我们看到的阳光应该是由视线上的散射在视线方向上的集合.如果由地面的反射,还要加上经过散射计算的地面反射. Ray ...

  8. Chapter 4 Invitations——16

    While I was sitting there, looking everywhere but at the car in front of me, I heard a knock on my p ...

  9. MySQL Crash Course #16# Chapter 24. Using Cursors + mysql 循环

    mysql中游标的使用案例详解(学习笔记)这篇讲得相当直白好懂了. 索引: cursor 基础讲解 mysql 循环 书上的整合代码 cursor 基础讲解 cursor 有点类似于 JDBC 中的 ...

随机推荐

  1. Jenkins2.32.1+svn+maven安装配置与构建部署

    这两天学习了一下持久化集成工具Jenkins,在自己的本地搭建一个简单的Jenkins环境. 使用环境:Windows64系统,JDK1.8,eclipse,svn(Windows版本VisualSV ...

  2. iOS TableView的分割线

    if ([self.tableView respondsToSelector:@selector(setSeparatorInset:)]) { [self.tableView setSeparato ...

  3. 【cocos2d-js 3.0】制作2048

    2048:在一个4X4的方阵中,玩家需要滑动上面的数字,如果俩个数字相邻并且相等,则相加,需要达到2048,方可胜利. 因为在浏览器操作,所以此例的操作方法为:键盘上的w,s,a,d代表上下左右,也可 ...

  4. synchronized细节问题

    一.synchronized有锁重入的特点,某个线程得到对象的锁后,再次请求此对象可以再次得到改对象的锁.如下示例,在method1中调用method2,在method2中调用method3,而met ...

  5. Android WebView中显示一张或多张图片

    最近需要在平板中显示多张图片,调查了下,决定用WebView(说实话,我还不清楚有没有其他android控件能够显示多张图片的.....), 主要是用HTML的img来显示多张图片. google百度 ...

  6. css--多重样式

    1.一个DIV中既有class又有id <!DOCTYPE html> <html> <head> <meta charset="utf-8&quo ...

  7. MVC运行机制

    一,第一次程序运行时 1,第一次请求的时候 会获取配置文件,然后有个应用启动事件到global.asax.2,在Global.asax文件中,网站第一次运行会创建RouteTable对象,实现URL到 ...

  8. MPI发送接收例子

    原文地址:http://blog.csdn.net/ziren235/article/details/1704203 #include"mpi.h" int main(int ar ...

  9. Linux shell 操作 postgresql,并设置crontab任务

    Linux shell 操作 postgresql:删除间隔日期的数据-删除指定日期的数据-vacuumdb 清理数据库 -清理日志 -定期执行脚本 *修改pg_hba.conf 设置本地连接无密码, ...

  10. 一、链接Sql Server2014提示找不到实例的问题解决方案

    在登录数据库时,确认数据库地址.用户名.密码正确的情况下,却报如下错误,则说明目标数据库服务器有相应的服务未启动. 在目标数据库服务器中打开服务列表: 找到SQL Server(****)服务(括号中 ...