Chapter 1 First Sight——18
But at least he sent me to an empty desk at the back without introducing me to the class.
但是最后他给我最后面的一张空的桌子,没有把握介绍给班级。
It was harder for my new classmates to stare at me in the back, but somehow, they managed.
这对于我新同学在背后盯着我更难了,但是无论怎样,都是他安排的。
I kept my eyes down on the reading list the teacher had given me.
我的眼睛一直注视着老师给我的阅读列表。
It was fairly basic: Bronte, Shakespeare,Chaucer, Faulkner. I'd already read everything.
那都是很基础的,BSCF,我都已经全部阅读过了。
That was comforting… and boring.
这是令人欣慰的也是无聊的。
I wondered if my mom would send me my folder of old essays, or if she would think that was cheating.
我想知道是否我的妈妈将会给我送来我旧文章的文件夹或者是否她会想到那是骗人的。
我思索着能不能让我母亲把我装着旧论文的文件夹给寄过来,或者说她会不会认为这是作弊。
I went through different arguments with her in my head while the teacher droned on.
当老师唠唠叨叨的时候在我脑袋里会和她唱反调。
老师讲课的时候,我在脑海里和母亲不停着作着各种争论。
When the bell rang, a nasal buzzing sound, a gangly boy with skin problems and hair black as an oil slick leaned across the aisle to talk to me.
当铃声响起的时候,一个鼻音吱吱的声音,一个身材修长的皮肤不好的黑发男生斜跨过座位对我说。
铃声响了起来,一个嗓音尖细,身材瘦长,满脸粉刺的黑发男孩像油一样滑行冲过过道来和我说话。
"You're Isabella Swan, aren't you?" He looked like the overly helpful,chess club type.
你是伊莎贝尔沙湾,是你吗?他看起来很乐于助人,下棋类型的人。
"Bella," I corrected. Everyone within a three-seat radius turned to lookat me.
贝拉,我确认到,每个人都用三人以外的半径看着我。
距我半径三排以内的每一个人都转过头来看我。
"Where's your next class?" he asked.
你下节课是什么?他问道。
I had to check in my bag. "Um, Government, with Jefferson, in buildingsix."There was no where to look without meeting curious eyes.
我要对一下我的包,嗯,政治,Json上的,在6教,对于这样的好奇心没有什么好看的。
无论我向哪个方向看,都无法避开一双双好奇的眼睛。
Chapter 1 First Sight——18的更多相关文章
- Chapter 1 First Sight——26
"Which ones are the Cullens?" I asked. "They don't look related…" 哪一个是卡伦,我问道,他们都 ...
- Chapter 5 Blood Type——18
"The Red Cross is having a blood drive in Port Angeles next weekend, so I thought you should al ...
- Chapter 2 Open Book——18
"Wow," Mike said. "It's snowing."I looked at the little cotton fluffs that were ...
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
随机推荐
- go pkg
fmt Scanln用来读取输入数据 示例: package main import ( "fmt" "os" "time" ) func ...
- 对http协议断点续传的理解
断点续传指的是下载传输文件可以中断,之后重新下载时可以接着中断的地方开始下载,而不必从头开始下载.断点续传需要客户端和服务端都支持. 原理是客户端一块一块的请求数据,最后将下载回来的数据块拼接成完整的 ...
- linux 防火墙开端口(转)
vi /etc/sysconfig/iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 80 -j ACCEPT(允许80端口通过防火 ...
- 管理MySQL的命令
USE 数据库名 :选择要操作的Mysql数据库,使用该命令后所有Mysql命令都只针对该数据库. SHOW DATABASES: 列出 MySQL 数据库管理系统的数据库列表. SHOW TABLE ...
- 基于ZooKeeper的分布式Session实现
1. 认识ZooKeeper ZooKeeper—— “动物园管理员”.动物园里当然有好多的动物,游客可以根据动物园提供的向导图到不同的场馆观赏各种类型的动物,而不是像走在原始丛林里,心惊胆颤的被 ...
- Linux Shell : Test命令参数解析
格式: test conditions test -n string : string 不为空 test -z string : string 为空 test int1 -eq int2 : int ...
- IT人为什么难以拿到高薪?【转帖】
最近在论坛里看到很多人发牢骚,说薪水少,可在我看来,你们这样的人拿得到高薪才怪! 我先问一句:这里有多少人是本科的?有多少人是正规本科的(不算自考,成考和专升本)?有多少人是有学位的?有多少有学位的是 ...
- 在Mac OS X系统下 用dd命令将iso镜像写入u盘
一. Mac下将ISO写入U盘可使用命令行工具dd,操作如下: 1.找出U盘挂载的路径,使用如下命令:diskutil list2.将U盘unmount(将N替换为挂载路径):diskutil unm ...
- 控制器view的加载顺序initWithNibName >>> viewDidLoad >>> viewWillAppear >>> viewDidAppear
-(void)viewWillAppear:(BOOL)animated { self.navigationController.navigationBarHidden=NO;// 邓超界:放在wil ...
- php添加gd
一 GD简介: php处理图形的扩展库,提供了一系列用来处理图片的API.如果开发过程中发现有页面验证码不能显示,则要考虑检查phpinfo(),是否支持GD库. 二 思路: 网上发现添加GD库的方法 ...