100-days:nine
Title: Boeing(波音飞机) crash isolates FAA as(伴随,随着) China leads push against Max(出事机型,即737 Max)
crash n.撞毁,坠毁 crash v. car / plane crash 车祸 / 飞机坠毁
isolate v.孤立(人、国家或组织);隔离
FAA 美国联邦航空管理局 the Federal Aviation Administration aviation n.航空;航空业
aviator n.飞行员 avi 鸟
push n.推动,推动力 push against 反对,抵制某件事
Three days after an Ethiopian Airlines jet crashed, killing all 157 people on board, country after country(一个接着一个的国家) ignored assessments by the U.S. Federal Aviation Administration (FAA) that the plane(指和出事飞机同一型号的飞机) is safe to fly. Canada agreed that(省略掉了) it was too early to act but many countries(此处省略掉了) fell into line in growing numbers behind(方位词,跟在谁的后面) the first major nation to ground its 737 Max fleet——(扩折号在此,有点引出背后大佬的意味)China.
assessment n.评估 assess v.评估,评定
fall into line with + 对象 保持一致 with + 保持一致的对象 fall into line with the new rules 和新规则保持一致,遵守新规则
in growing numbers (介词短语做状语)国家的数量在不断上升
the first major nation 第一个主要的国家
ground v.禁止…飞行;使停飞;禁足
fleet n.机群,车队 a fleet of taxis 出租车队
In doing so, long-time American allies including the U.K.(英国) and Australia(澳大利亚) broke convention(打破常规) by snubbing an authority(权威) that has defined what's airworthy——and what's not ——for decades(十年,十年间).
in doing so 这样做的时候,如此以来
long-time adj.长期以来的
ally n.盟友;同盟国 the Allies 同盟国
convention 常规,惯例
snub v.冷落,怠慢
airworthy adj.(飞机)飞行性能良好的,适航的
释义:be in safe working condition and safe to fly
One day after the Ethiopian Airlines flight(航班,某航班的班机) plunged to the ground, the Civil Aviation Administration of China (CAAC) drew a possible connection between the crash and Lion Air's in October. Separately(另外), the Wall Street Journal(华尔街日报) reported that Ethiopia wanted to send the flight-data and cockpit-voice recorders(黑匣子) to the U.K., causing U.S. investigators(调查者,调查人员) to hold intense behind-the-scenes talks(幕后谈判) to bring the parts to America.
plunge v.骤然下降,骤然移动 plunge into
CAAC 民航局
draw v.做对比,做区分;下结论 draw a comparison / distinction 作比对 / 作区分
draw a conclusion 判断什么和什么之间是有关联的
cockpit n.(飞机的)驾驶舱
cockpit-voice recorders(飞机驾驶舱内部录音器)
behind the scenes 不公开的地,幕后地
To be sure(毋庸置疑), Chinese aviation regulators do tend to be conservative. They banned the use of cellphones on aircraft until 2018, years after regulators in developed countries gave them the green light.
conservative adj.保守的;守旧的 liberal adj.开放的,开明的
give the green light 准许,允许 give sb the green light
But China is gaining influence. As a regulator, recent events indicate China is on its way to attaining the level of authority(威信力,权威力) enjoyed by the FAA and the European Union Aviation Safety Agency, giving the country global recognition for its ability to determine when an aircraft is safe to fly.
influence n.影响力 influencer n.在社交网络上有影响力的人,网红
be on the way to doing sth 接近完成某事 同义词 => be close to doing sth
recognition n.承认;任可;接受
100-days:nine的更多相关文章
- PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)
100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...
- height:100% 布局
常常会碰到需要填满整个浏览器,并且自适应高度的需求.首先肯定会想到给容器设定height:100%,但是会没有效果.原因是body没有高度,所以百分比无法生效. 解决方案:给html,body,标签都 ...
- .NET跨平台之旅:将QPS 100左右的ASP.NET Core站点部署到Linux服务器上
今天下午我们将生产环境中一个单台服务器 QPS(每秒请求数)在100左右的 ASP.NET Core 站点部署到了 Linux 服务器上,这是我们解决了在 .NET Core 上使用 EnyimMem ...
- xinetd cpu 100%
今天,有个给客户试用的环境出现xinetd cpu 100%,而且连续运行很长时间了.之前也有环境发生过,今天排查解决了三四个问题,实在是查的身体都不舒服了,还没时间查这个问题... 知道的求解...
- EZchip将推全球首款100核64位ARM A-53芯片
EZchip将推全球首款100核64位ARM A-53芯片 2015-02-25 16:32:03 来源:互联网 关键字: 将推 全球 64位 arm EZchip日前表示,将准备开发 ...
- Ural 1209. 1, 10, 100, 1000... 一道有趣的题
1209. 1, 10, 100, 1000... Time limit: 1.0 secondMemory limit: 64 MB Let's consider an infinite seque ...
- Java程序设计之打印100~999的水仙花数
package printDaffodilNumber; /* * 题目:打印出所有的"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该数本身 ...
- jQuery中的100个技巧
1.当document文档就绪时执行JavaScript代码. 我们为什么使用jQuery库呢?原因之一就在于我们可以使jQuery代码在各种不同的浏览器和存在bug的浏览器上完美运行. < ...
- 设置height:100%无效的解决方法
设置height:100%无效的解决方法 刚接触网页排版的新手,常出现这种情况:设置table和div的高height="100%"无效,使用CSS来设置height:" ...
- 1.2输出100以内的素数&输出前100个素数。
输出100以内的素数只是一个嵌套,在1.1的基础上添加一层循环,只需要注意从2开始,并且变量需要换一个. #include<stdio.h> int main() { ; ; i < ...
随机推荐
- 关于 roadhog 2.0 版本之后不支持 cssModulesExclude
cssModulesExclude 是用于 cssModules模块之后 ,解决不需要 cssModules 模块的样式文件, 了解 cssModules 看这里 https://segmentfau ...
- Django 之单个mysql表使用
1. mysql 表使用的功能有: 增 删 改 查 这几大功能, 但是mysql 和django 对接之后,使用的语法不是原生的SQL语法. 2. 增功能的实现: User.objects.cre ...
- How to make MySQL handle UTF-8 properly
To make this 'permanent', in my.cnf: [client] default-character-set=utf8 [mysqld] character-set-serv ...
- poi excel
使用apache的poi包可以对excel进行操作读取和写入. 因excel分为xls的2003版和xlsx的2007版,poi在创建workbook时使用不同的类创建,因此需要注意区分xls. Wo ...
- IntelliJ IDEA 自动导入包 关闭重复代码提示
idea可以自动优化导入包,但是有多个同名的类调用不同的包,必须自己手动Alt+Enter设置 设置idea导入包 勾选标注 1 选项,IntelliJ IDEA 将在我们书写代码的时候自动帮我们优化 ...
- 爬虫--Scrapy-参数等级和请求传参
日志等级 日志等级(种类): ERROR:错误 WARNING:警告 INFO:一般信息 DEBUG:调试信息(默认) 指定输入某一中日志信息: settings:LOG_LEVEL = ‘ERROR ...
- leetcode 题解 word search。递归可以更简洁。
先写上我的代码: 我总是不知道何时把任务交给下一个递归.以致于,写出的代码很臃肿! 放上别人递归的简洁代码: bool exist(char** board, int m, int n, char* ...
- 【372】Kaggle 相关经验
参考:机器学习系列(3)_逻辑回归应用之Kaggle泰坦尼克之灾 参考:Kaggle泰坦尼克特征工程和模型融合 『解决一个问题的方法和思路不止一种』『没有所谓的机器学习算法优劣,也没有绝对高性能的机器 ...
- 运行vue项目--安装vue脚手架vue cli
第一步. 安装node: 官网下载node的.pkg,下载地址,选择相应版本进行下载 mac终端下输入npm -v 和 node -v, 出现相应版本号即安装成功. 若均提示 command not ...
- 16.监听器-基础.md
目录 概念 监听器功能 监听创建或销毁 监听属性变化 session相关监听 概念 实现特定接口的普通java类 *监听特定对象的创建.销毁或属性变化: 对象自己创建自己用:无需监听 对象别人创建自己 ...