Chapter 2 Open Book——28
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的更多相关文章
- Chapter 1 First Sight——28
"Which one is the boy with the reddish brown hair?" 那个红褐色头发的男孩是谁? I asked. I peeked at him ...
- Chapter 5 Blood Type——28
Mike came through the door then, glancing from me to Edward. 然后Mike从门里走出来,看了一眼我和Edward The look he g ...
- 清华大学计算机系大二 java 小学期考试题(摘自知乎)
public class Main { public void test(Object o) { System.out.println("Object"); } public vo ...
- 零元学Expression Blend 4 - Chapter 28 ListBox的基本运用与更改预设样式
原文:零元学Expression Blend 4 - Chapter 28 ListBox的基本运用与更改预设样式 本章将先教大家认识ListBox的基本运用与更改预设样式 本章将先教大家认识List ...
- MySQL Crash Course #20# Chapter 28. Managing Security
限制用户的操作权限并不是怕有人恶意搞破坏,而是为了减少失误操作的可能性. 详细文档:https://dev.mysql.com/doc/refman/8.0/en/user-account-manag ...
- Chapter 4 Invitations——28
"Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...
- Modern C++ CHAPTER 2(读书笔记)
CHAPTER 2 Recipe 2-1. Initializing Variables Recipe 2-2. Initializing Objects with Initializer Lists ...
- PRML Chapter 1. Introduction
PRML Chapter 1. Introduction 为了防止忘记,要把每章的重要内容都记下来,从第一章开始 2012@3@28 今天又回去稍微翻了一下第一章内容,发现第一次看的时候没有看透,每次 ...
- 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 ...
随机推荐
- Influxdb原理详解
本文属于<InfluxDB系列教程>文章系列,该系列共包括以下 15 部分: InfluxDB学习之InfluxDB的安装和简介 InfluxDB学习之InfluxDB的基本概念 Infl ...
- Linux界面自动化测试框架不完全汇总
首先可参考wiki此文,非常详尽:https://en.wikipedia.org/wiki/List_of_GUI_testing_tools 以下是我调研并实验过的(实验环境ubuntu 16.0 ...
- 130道C#面试题
C#/.Net/数据库笔试资料C#资料(一)1.静态成员和非静态成员的区别?答:静态变量使用 static 修饰符进行声明,在类被实例化时创建,通过类进行访问不带有 static 修饰符声明的变量称做 ...
- 问题记录2:TypeError: write() argument must be str, not bytes
今天试了下用requests模块的get()方法来下载图片,写入文件的时候不能写入二进制,然后将打开方式改成二进制的就好了. 原因是,f.content的存储方式是二进制,而文件正常打开默认是字符串的 ...
- java 异常的捕获及处理
在没有异常处理的程序中如果要回避异常,需要使用大量的判断语句,配合所想到的错误状况来捕捉程序中可能发生的错误.但是这样势必会导致程序运行效率降低.java异常处理机制具有易于使用,可自定义异常类,处理 ...
- CentOS网络接口配置文件ifcfg-eth详解
======CentOS网络接口配置文件ifcfg-eth详解====== 文件 /etc/sysconfig/network-scripts/ifcfg-eth0在/etc/sysconfig/ne ...
- 解决Intellij Idea里tomcat启动报The JRE_HOME environment variable is not defined correctly的错误
创建一个maven项目后想启动tomcat测试一下新建的maven项目,结果一直报The JRE_HOME environment variable is not defined correctly, ...
- CSS继承性+层叠性+盒子+浮动
CSS继承性+层叠性+盒子+浮动 CSS继承性 <style> div{ color: pink; font-siz ...
- hdu 5207 BestCoder Round #38 ($) Greatest Greatest Common Divisor
#include<stdio.h> #include<string.h> #include<math.h> ]; ]; int main() { int sb; s ...
- hadoop,yarn和vcpu资源配置
Hadoop YARN同时支持内存和CPU两种资源的调度(默认只支持内存,如果想进一步调度CPU,需要自己进行一些配置),本文将介绍YARN是如何对这些资源进行调度和隔离的. 在YARN中,资源管理 ...