Chapter 3 Phenomenon——4
My truck seemed to have no problem with the black ice that covered the roads.
看起来我的卡车在结冰的路面上面行驶没什么问题。
我的卡车似乎丝毫不受路面上那层黑冰的影响。
I drove very slowly, though, not wanting to carve a path of destruction through Main Street.
尽管是这样,我还是开的非常慢,因为我没有等待切开一条通过主街的路。
但我还是开得很慢,生怕在大街上撞出一条破坏通道来。
When I got out of my truck at school, I saw why I'd had so little trouble.
当我到了学校下车时,我看出来为什么我有一些小麻烦了。
等我到了学校,走下车的时候,我才明白为什么路上没遇上半点麻烦。
Something silver caught my eye, and I walked to the back of the truck — carefully holding the side for support — to examine my tires.
一些银制品吸引了我的目光,然后我走到了车的后面——小心的抓住一边保持平衡——检查我的轮胎。
There were thin chains crisscrossed in diamond shapes around them.
有一些十字的菱形的链子在上面。
细细的链条十字交叉成钻石的形状,缠在车胎上。
Charlie had gotten up who knows how early to put snow chains on my truck.
谁知道查理斯多早起来在我的卡车上面装上了防滑链。
My throat suddenly felt tight.
我的喉咙突然感觉变紧了。
I wasn't used to being taken care of, and Charlie's unspoken concern caught me by surprise.
我过去常常没有关心,对于查理斯沉默的关心让我很惊讶。
我不习惯被人照顾。查理讷于言表的关心冷不防打动了我。
I was standing by the back corner of the truck, struggling to fight back the sudden wave of emotion the snow chains had brought on, when I heardan odd sound.
我站在卡车后面的一个角落里,努力的和突然来自这防滑链带来的情感斗争着,直到我听到了一个奇怪的声音。
我站在车后的一角,拼命压抑着雪地链带来的突如其来的、潮水般的情绪。就在这时,我听到了一个古怪的声音。
It was a high-pitched screech, and it was fast becoming painfully loud. I looked up, startled.
这是一个高声的尖叫,就像来自痛苦的声音一般。我看去,震惊了。
那是一声惊骇的尖叫,然后迅速变成了一片尖叫声。我吃惊地抬起头。
Chapter 3 Phenomenon——4的更多相关文章
- Chapter 3 Phenomenon——1
When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...
- Chapter 3 Phenomenon——24
My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...
- Chapter 3 Phenomenon——23
Charlie put one arm behind my back, not quite touching me, and led me to the glass doors of the exit ...
- Chapter 3 Phenomenon——22
He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...
- Chapter 3 Phenomenon——21
"Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...
- Chapter 3 Phenomenon——20
"All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...
- Chapter 3 Phenomenon——19
His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...
- Chapter 3 Phenomenon——18
My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...
- Chapter 3 Phenomenon——17
Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...
- Chapter 3 Phenomenon——16
"Your X-rays look good," he said. "Does your head hurt? Edward said you hit it pretty ...
随机推荐
- hdu 5011 Nim+拿完分堆
http://acm.hdu.edu.cn/showproblem.php?pid=5011 有N堆珠子,两个人轮流拿,最少拿一个,可以全拿,每次只能从一个堆里拿,不能从多堆同时拿:拿完之后该人还有一 ...
- 【最大流之Dinic算法】POJ1273 【 & 当前弧优化 & 】
总评一句:Dinic算法的基本思想比较好理解,就是它的当前弧优化的思想,网上的资料也不多,所以对于当前弧的优化,我还是费了很大的功夫的,现在也一知半解,索性就写一篇博客,来发现自己哪里的算法思想还没理 ...
- EBS Webservice Timeout,HTTP Server Return "500 Internal Server Error"
http://blog.itpub.net/26687597/viewspace-1207571/ 基于Oracle EBS R12,开发了一个Webservice用于返回某项主数据,当请求的数据量非 ...
- [翻译] Virtual method interception 虚方法拦截
原文地址:http://blog.barrkel.com/2010/09/virtual-method-interception.html 注:基于本人英文水平,以下翻译只是我自己的理解,如对读者造成 ...
- Python学习-38.Python中的正则表达式(二)
在Python中,正则表达式还有较其他编程语言有特色的地方.那就是支持松散正则表达式了. 在某些情况,正则表达式会写得十分的长,这时候,维护就成问题了.而松散正则表达式就是解决这一问题的办法. 用上一 ...
- IIS发布网站之后,页面图片和js未加载出错
[IIS相关]mvc做的web发布之后,运行之后界面上的图片和js都没有加载出来. 解决方案:安装IIS的时候需要勾选ASP选项,否则会出现这种情况. 如果项目是用.Netframework ...
- keil小技能随用随定义
大家都知道在C语言编程时一般都是先定义再使用这个变量的,不允许在语句的后面再定义,但是有时候我们会在KEIL中发现有些人使用变量就在语句后定义,这时我们自己去尝试却发现总是失败,这是为何呢? 原来是我 ...
- PHP/ThinkPHP5 框架集成微博登录入库流程示意
PHP/ThinkPHP5 框架集成微博登录入库流程示意 第三方登陆这个东东,目前主要是 微信.微博.qq.淘宝.支付宝 等几个.他们都是基于oath2协议的.原理差不多.这里记录的是我测试的新郎微博 ...
- bonjour browser 下载
在Mac 上叫 Bonjour Browser http://www.macupdate.com/app/mac/13388/bonjour-browser/download IOS 上的 app 叫 ...
- spring json的支持
在spring中可以通过配置来实现对json的支持: 以下连接是看到的一篇对这方面内容讲解比较好的文章 http://www.cnblogs.com/fangjian0423/p/springMVC- ...