The world lost seven astronauts of Space Shuttle Columbia(哥伦比亚号航天飞机) this month. It brought
home the serious risk that 1humans face into the hostile environs beyond our 2sheltered planets, raising the question
of 3 whether exploring the heavens should be left to unmannedmissions. 4 Moreover less exciting, such missions will 5 pose no risks to humans. And already robots have an impressive list of accomplishments 6compared to their flesh and blood
counterparts(职级地位相当的人或物).

“ 7 Unmanned missions are all about specifically targeted scientific 8 explorations of the universe around us.Without exceptions, these efforts rise out of intense competition 9where the most compelling,and answerable questions are 10 posed ,” said Marc
Buie, an astronomer (天文学家) at Lowell Observatory in Flagstaff, Arizona. 11Robots have dug in the dirt on Mars,
flown in the 12atmosphere of Jupiter ( 木星), and driven by the moons of Neptune. A few are 13even approaching the
boundary of the 14solar system .

Humans, 15on the other hand , have mostly been going in circles, 16barely above the surface of theplanet. 17Besides the brief Apollo Mission triumphs on the 18moon , almost 250,000 milesaway, humans have 19never gone farther than 400,000 miles
from the planet, less than aday’s drive, although straight up. Humans fly near home for several reasons. There is
thelogistics(后勤) of sending humans and what they need, like water, air and food, in a closedenvironment that
keeps them 20 alive.

L213的更多相关文章

  1. pta l2-13(红色警报)

    题目链接:https://pintia.cn/problem-sets/994805046380707840/problems/994805063963230208 题意:给n个顶点,m条边,问每次删 ...

  2. flume的使用

    1.flume的安装和配置 1.1 配置java_home,修改/opt/cdh/flume-1.5.0-cdh5.3.6/conf/flume-env.sh文件

  3. vue2.x核心源码深入浅出,我还是去看源码了

    平常的工作就是以vue2.x进行开发,因为我是个实用主义者,以前我就一直觉得,你既然选择了这个框架开发你首先就要先弄懂这玩意怎么用,也就是先熟悉vue语法和各种api,而不是去纠结实现它的原理是什么. ...

随机推荐

  1. [Shiro] - 基于URL配置动态权限

    基于shiro进阶 更改了数据库表 之前的PageController是通过@RequiresPermissions和@RequiresRoles进行是否有权限/是否有角色的判定调用@RequestM ...

  2. python 分数的数学四则运算

    import fractions f1 = fractions.Fraction(, ) f2 = fractions.Fraction(, ) print('{} + {} = {}'.format ...

  3. Windows10中注册 regsvr32 xxx.ocx报错but the call to DIIRegisterServer failed with error code 0x80040200

    网站中有读取居民身份证的机器,需要安装一些注册activeX控件然后进入指定目录下执行以下命令regsvr32 xxx.ocx报了个错: but the call to DIIRegisterServ ...

  4. 新开发项目Jacoco代码覆盖率

    一般只有新的项目才会去用JaCoCo工具看一下代码覆盖率, 一来看看测试有没有漏的测试用例 二来看看开发有没有留下冗余的代码 新开发项目Jacoco代码覆盖率后端接口打成jar包,进行启动 #exec ...

  5. 数据库使用SSIS进行数据清洗教程

    OLTP系统的后端关系数据库用于存储不同种类的数据,理论上来讲,数据库中每一列的值都有其所代表的特定含义,数据也应该在存入数据库之前进行规范化处理,比如说“age”列,用于存储人的年龄,设置的数据类型 ...

  6. MS SQL动态创建临时表

    开发业务需求,需要对一个表作数据分析,由于数据量较大,而且分析时字段会随条件相应变化而变化. 因此计划先把数据转插入一个临时表,再对临时表的数据进行分析. 问题点是如何动态创建临时表.原先Insus. ...

  7. domContentload和onload

    defer和async <script src="script.js"></script> 没有 defer 或 async,浏览器会立即加载并执行指定的脚 ...

  8. union和union all比较说明

    执行sql语句:select '1' union select '3' union select '2'  union select '1' 得到的结果集如下: 执行sql语句如下: select ' ...

  9. Spring boot实现监听Redis key失效事件实现和其它方式

    需求: 处理订单过期自动取消,比如下单30分钟未支付自动更改订单状态 用户绑定隐私号码当订单结束取消绑定等 解决方案1: 可以利用redis自带的key自动过期机制,下单时将订单id写入redis,过 ...

  10. 3-15 《元编程》第6章 3-16 hook method

    Code That Writes Code 6.1 Coding your way to the weekend 6.2 Kernel#eval, Binding#eval Binding: Obje ...