I kept my voice indifferent. "May I?"

我尽量让我的声音显得不那么突兀,我能试试吗?

我尽量让自己的声音显得漠不关心。“可以让我看一下吗?”

He smirked and pushed the microscope to me.

他傻笑然后把显微镜推给我。

他撇嘴坏笑,把显微镜推给我。

I looked through the eyepiece eagerly, only to be disappointed. Dang it,he was right.

我急切地通过目镜看去,只有失望。畜生,他是对的。

我急切地透过接目镜看进去,却失望了。该死,他是对的。

"Slide three?" I held out my hand without looking at him.

第三片?我伸出我的手没有看他。

“第三张玻片?”我伸出手,却不看他。

He handed it to me; it seemed like he was being careful not to touch my skin again.

他把它递给了我,看起来他好像小心注意不再一次碰到我的皮肤。

他把玻片递给我。他似乎小心翼翼地避免着再次和我有肌肤上的接触。

I took the most fleeting look I could manage.

我用我能做到的最快速度看了看玻片。

"Interphase." I passed him the microscope before he could ask for it. He took a swift peek, and then wrote it down.

间期。我把显微镜传给他在他问之前。他飞快的扫了一眼,然后写下了。

I would have written it while he looked, but his clear, elegant script intimidated me.

在他看的时候我本来可以写下的,但是他的自己把我吓到了。

在他看的时候我本可以写下来的,但他清秀雅致的笔迹把我镇住了。

I didn't want to spoil the page with my clumsy scrawl.

我不想让我杂乱的字迹毁了这页纸。

我不想用我笨拙潦草的字体毁掉这张纸。

We were finished before anyone else was close.

我们在别人之前完成了。

I could see Mike and his partner comparing two slides again and again, and another group had their book open under the table.

我能看到mike和他的伙伴对比了两片一次又一次,然后另一组把他们的书打开摊在桌子下面。

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

  1. Chapter 1 First Sight——28

    "Which one is the boy with the reddish brown hair?" 那个红褐色头发的男孩是谁? I asked. I peeked at him ...

  2. Chapter 5 Blood Type——28

    Mike came through the door then, glancing from me to Edward. 然后Mike从门里走出来,看了一眼我和Edward The look he g ...

  3. 清华大学计算机系大二 java 小学期考试题(摘自知乎)

    public class Main { public void test(Object o) { System.out.println("Object"); } public vo ...

  4. 零元学Expression Blend 4 - Chapter 28 ListBox的基本运用与更改预设样式

    原文:零元学Expression Blend 4 - Chapter 28 ListBox的基本运用与更改预设样式 本章将先教大家认识ListBox的基本运用与更改预设样式 本章将先教大家认识List ...

  5. MySQL Crash Course #20# Chapter 28. Managing Security

    限制用户的操作权限并不是怕有人恶意搞破坏,而是为了减少失误操作的可能性. 详细文档:https://dev.mysql.com/doc/refman/8.0/en/user-account-manag ...

  6. Chapter 4 Invitations——28

    "Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...

  7. Modern C++ CHAPTER 2(读书笔记)

    CHAPTER 2 Recipe 2-1. Initializing Variables Recipe 2-2. Initializing Objects with Initializer Lists ...

  8. PRML Chapter 1. Introduction

    PRML Chapter 1. Introduction 为了防止忘记,要把每章的重要内容都记下来,从第一章开始 2012@3@28 今天又回去稍微翻了一下第一章内容,发现第一次看的时候没有看透,每次 ...

  9. MongoDB:The Definitive Guide CHAPTER 2 Getting Started

    MongoDB is very powerful, but it is still easy to get started with. In this chapter we’ll introduce ...

随机推荐

  1. 从ASP.NET Web API 2 (C#)开始说起

    [译]Getting Started with ASP.NET Web API 2 (C#) 单击此处查看原文 HTTP不是单单为网页服务的,它更是一种用于构建API(用于暴露服务和数据)的强大平台. ...

  2. Redmine数据库备份及搬家

    Bitnami Redmine的备份分2种方式: 1.导出数据库 2.整个目录搬家 不管是哪种都想停掉服务,redmine相关的服务有以下5个: redmineApache redmineMySQL ...

  3. 递归思路分解(C#)

    例子一:求1!+2!+......+X! 思路分解:因为是用递归思想解决问题,也就是方法调用方法.那么肯定的方法是重复利用的.在这道题里,我们要重复利用的也就是求X!和求和 所以我们先把求X!的代码写 ...

  4. JavaScript 中的this指向问题

    全局执行     首先,我们在全局环境中看看它的 this 是什么:     浏览器:     console.log(this);     // Window {speechSynthesis: S ...

  5. iOS 电商购物车倒计时时间计算

    /** * 倒计时 * * @param endTime 截止的时间戳 * * @return 返回的剩余时间 */ - (NSString*)remainingTimeMethodAction:(l ...

  6. Spring MVC 返回json数据 报406错误 问题解决方案

    将jackson jar包改为jackson-databind-2.5.0.jar  jackson-core-2.5.0.jar  jackson-annotations-2.5.0.jar(这个版 ...

  7. unity3d使用litjson中文显示的问题

    我们在使用litjson时它的编码方式是unicode的,所以我将json转成string输出时显示的是unicode的编码.这样我们显示或者保存中文时不是很方便.我们可以将中文的unicode转成能 ...

  8. find中的-print0和xargs中-0的区别

    默认情况下, find 每输出一个文件名, 后面都会接着输出一个换行符 ('\n'), 因此我们看到的 find 的输出都是一行一行的: [bash-4.1.5] ; ls -l total 0 -r ...

  9. 网络爬虫-获取infoq里的测试新闻保存至html

    用java+webdriver+testng实现获取infoq里的测试新闻,获取文章标题和内容,保存至html文件 前提条件: 已安装好java环境,工程导入了webdriver的jar包和testn ...

  10. 1. LAMP----PHP开发环境搭建(Win)

    LAMP=Linux+Apache+MySQL+PHP. Step1 安装Apache http://httpd.apache.org/download.cgi 1.打开上面网址->点击File ...