My assessment was confident.

我的评价是很自信的。

"Prophase.""Do you mind if I look?" he asked as I began to remove the slide.

前期,你介意我看一下吗?我正要开始移走玻片的时候他问道。

His hand caught mine, to stop me, as he asked.

他的手抓住了我的手,让我停下,并且他问到。

His fingers were ice-cold,like he'd been holding them in a snowdrift before class.

他的手指是冰冷的,就像他在上课前一直握着雪堆一般。

他的手指冰冷,就好像上课前他一直把手埋在雪堆里一样。

But that wasn't why I jerked my hand away so quickly.

但是为什么我的收马上抽筋一般很快的拿开。

但这不是我飞快地挣开手的缘故。

When he touched me, it stung my hand as if an electric current had passed through us.

当他触摸到我的时候,就像电流瞬间通过了我们一般刺到了我的手。

当他触到我的时候,他的触碰灼痛了我的手,仿佛有一股电流刹那间从我们身上流过。

"I'm sorry," he muttered, pulling his hand back immediately. However, he continued to reach for the microscope.

我很抱歉,他嘀咕到,很快收回了他的手。然而,他继续去拿显微镜。

“对不起。”他低声说道,立刻收回了手。但是,他仍旧伸手拿过了显微镜。

I watched him, still staggered, as he examined the slide for an even shorter time than I had.

我看着他,仍然吃惊,他查看饿了这个玻片比我还短的时间。

"Prophase," he agreed, writing it neatly in the first space on our worksheet.

前期,他同意到,在我们的工作表的第一个空格写下了。

“前期。”他表示赞同,工整地写到我们的实验报告的第一栏空白处。

He swiftly switched out the first slide for the second, and then glanced at it cursorily.

他快速的转换了第一个玻片到了第二个,然后马虎的瞥了一眼。

他动作熟练地换上第二张玻片,粗略地看了一眼。

"Anaphase," he murmured, writing it down as he spoke.

后期,他喃喃细语到,写下了他说的。

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

  1. Chapter 1 First Sight——27

    Throughout all this conversation, my eyes flickered again and again to the table where the strange f ...

  2. Chapter 5 Blood Type——27

    And then Mike staggered through the door, now supporting a sallow-looking Lee Stephens, another boy ...

  3. hbase官方文档(转)

    FROM:http://www.just4e.com/hbase.html Apache HBase™ 参考指南  HBase 官方文档中文版 Copyright © 2012 Apache Soft ...

  4. HBase官方文档

    HBase官方文档 目录 序 1. 入门 1.1. 介绍 1.2. 快速开始 2. Apache HBase (TM)配置 2.1. 基础条件 2.2. HBase 运行模式: 独立和分布式 2.3. ...

  5. 零元学Expression Blend 4 - Chapter 27 PathlistBox被Selected时的蓝底蓝框问题

    原文:零元学Expression Blend 4 - Chapter 27 PathlistBox被Selected时的蓝底蓝框问题 最近收到网友Cloud的来信,询问我有关放进PathlistBox ...

  6. Chapter 4 Invitations——27

    "Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...

  7. MySQL Crash Course #19# Chapter 27. Globalization and Localization

    Globalization and Localization When discussing multiple languages and characters sets, you will run ...

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

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

  9. 【ASP.NET MVC 5】第27章 Web API与单页应用程序

    注:<精通ASP.NET MVC 3框架>受到了出版社和广大读者的充分肯定,这让本人深感欣慰.目前该书的第4版不日即将出版,现在又已开始第5版的翻译,这里先贴出该书的最后一章译稿,仅供大家 ...

随机推荐

  1. MVC源码解析 - HttpRuntime解析

    先看一张图, 从这张图里, 能看到请求是如何从CLR进入HttpRuntime的. 一.AppManagerAppDomainFactory 看到这张图是从 AppManagerAppDomainFa ...

  2. Bootstrap实现弹出框和提示框效果代码

    一.Bootstrap弹出框使用过JQuery UI应该知道,它里面有一个dialog的弹出框组件,功能也很丰富.与jQuery UI的dialog类似,Bootstrap里面也内置了弹出框组件.打开 ...

  3. 简单字符串匹配 Brute

    /* 很简单 模式匹配的Brute-Force算法 Brute-Force算法实现模式匹配的思想是:从主串s=”s0s1…sn-1”的第一个字符开始和模式串t=”t0t1…tn-1”的第一个字符比较, ...

  4. makefile文件知识点记录

    1赋值 = 是最基本的赋值:= 是覆盖之前的值?= 是如果没有被赋值 += 是添加等号后面的值 1.“=” make会将整个makefile展开后,再决定变量的值.也就是说,变量的值将会是整个make ...

  5. SQL总结之创建实例表空间监听

    [创建数据库实例]cmd------>dbca[创建表空间-sql创建]create tablespace NSTC_WS logging datafile 'D:\app\dell\orada ...

  6. iOS APP中Versions和build版本区别

    version是app发布时用户看到的版本号. build的为了方便开发者多次提交binary, 比如被苹果reject后. 例如,第一次提交version和build都是1.0. 假如审核没过,那么 ...

  7. swift3 循环滚动视图 自适应横竖屏 reload数据源

    一句话创建banner图,可时时刷新 用到了 SnapKit.SDWebImage两个第三方库 实现步骤------------------------------------------------ ...

  8. JSON.toJSONString的jar包问题

    toJSONString()方法的jar包不在json-lib中,简单点阿里巴巴给我们封装好的json包,也是开源的alibaba.fastjson.JSON,网上搜fastjson应该就有了.

  9. 超实用 JS 代码段笔记(一)

    序1:30段简单代码段(有删减) 1 . 区分 IE 和 非 IE 浏览器 if(!+[1,]){ console.log('ie浏览器'); }else{ console.log('非ie浏览器') ...

  10. Java Socket编程基础(1)

    参考资料: <Java网络编程精解> 孙卫琴 一.socket通信简介 什么是socket,简单来说,在linux系统上,进程与进程之间的通信称为IPC,在同一台计算机中,进程与进程之间通 ...