100-days: nineteen
Title: Figure skating(花样滑冰): Olympic(奥林匹克的) champion Hanyu says '100 percent' on(引出时机) return to ice(冰场,指花滑的赛场)
figure n.身材,轮廓;(花样滑冰的)动作;花样
champion 冠军;捍卫者
Yuzuru Hanyu(羽生结弦), the only man in more than 50 years to win back-to-back Olympic gold(金牌) in figure skating, said on Tuesday that his condition(状态) is "100 percent" ahead of([空间上的]在…前面,[时间上的]早于…) the world championships(冠军级别的比赛,锦标赛) after months out of competition with(指伴随) an ankle injury.
back-to-back adj.连续的,一个接一个的
condition n.状态;环境;健康状况;条款
the world championships 世界锦标赛
ankle n.踝关节;脚踝
Hanyu injured his right ankle in practice(练习) for a Grand Prix event(事件,赛事) late last year and was forced to drop out of the Grand Prix Final(n.指体育比赛/电竞比赛的总决赛) as well as the Japanese nationals.
grand prix n.国际大奖赛(尤指赛车比赛),锦标赛
drop out 退出,停止;辍学
nationals n.国家锦标赛
It has been roughly(adv.大概地,近似地) four months since his last competition—a situation similar to last year's Pyeongchang Winter Olympics, where he triumphed after a long gap(裂缝,时间上的间隔,间隙) due to a different injury to the same ankle.
situation n.(人的)情况;局面,形势,处境;位置; [心理学] 情境
be similar to 和…相似
triumph v.取得巨大的成功,胜利 triumph over…+ 战胜的对象
a long gap 很长一段时间的间隔
due to 由于…,因为… (一般接不太好的原因)
A day before the competition starts, a black-clad Hanyu landed(v.成功的做到某件事情,拿下) several clean(形容动作干净利落的) quad jumps at practice.
black-clad adj.身穿黑色衣服的,一袭黑衣的 -clad 穿…衣服的,覆盖着…的
leather-clad 一身皮衣 snow-clad hills 布满了皑皑白雪的小山坡
quad jump (花样滑冰的)四周跳 quadruple adj.四倍的
"I can confidently say I am at 100 percent, " he later told a news conference.
confidently adv.充满自信地
"Of course, that doesn't mean that every day I produce the same results, and if it's the ideal(完美的,理想的) of 100 percent I held before this season(赛季) began that's probably not quite true either, " said the 24-year-old, who skated on painkillers to win at Pyeongchang after he only began practising jumps again a month or so before the competition.
painkiller n.止痛药
a month or so 一个月左右 a year or so 一年左右
Hanyu, who has won two world championships himself, said he relished the competition(比赛)—which is taking place at the same arena just north of Tokyo(琦玉竞技场) where he won his first world title in 2014.
relish v.期盼;憧憬
arena n.竞技场,场地;竞争舞台 a sports arena 运动比赛的场地 political arena 政治斗争的舞台
world title 世界冠军 title n.头衔,称号
"There's a special tension(氛围紧张) ahead of the worlds, " he said. "I'm definitely a bit more emotional that they're taking place in Japan."
tension n.紧绷状态;紧张关系或局势 muscular tension 肌肉紧绷
definitely adv.明确地; 确切地; 一定地; 肯定地
emotional adj.表现强烈情感的;令人动情的;易动感情的;感情脆弱的
100-days: nineteen的更多相关文章
- 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 < ...
随机推荐
- Unity Shader 矩阵基本信息
基本信息 mul函数 mul函数,是表示矩阵M和向量V进行点乘,得到一个向量Z,这个向量Z就是对向量V进行矩阵变换后得到的值. HLSL的mul函数接受mul(V, M)或mul(M, V),要注意 ...
- Spring/Spring MVC
90.为什么要使用 spring? 答:spring是一个开源框架,是个轻量级的控制反转(IoC)和面向切面(AOP)的容器框架 方便结构简化开发 AOP编码的支持 声明式事物的支持 方便程序的测试 ...
- jenkins构建完成后,执行的命令行的东西也会自动结束的解决办法
问题: 把添加VPN的指令写在脚本里,然后用jenkins执行这个脚本,jenkins执行的结果是成功的,但是在机器上看,并没有执行成功. 问题分析: 其实在机器上执行过添加VPN的操作,只是在j ...
- fork exec source的区别
参考:http://www.cnblogs.com/bkygg/p/5023072.html 1:fork 运行的时候开一个sub_shell 执行调用的脚本,sub_shell执行的时候,pare ...
- Hbase rowkey设计+布隆过滤器+STORE FILE & HFILE结构
Rowkey设计 Rowkey设计原则 Rowkey设计应遵循以下原则: 1.Rowkey的唯一原则 必须在设计上保证其唯一性.由于在HBase中数据存储是Key-Value形式,若HBase中同一表 ...
- 从头调试stm32 HID
目录: 第1部分:参照“正点原子USB虚拟串口工程移植步骤”移植ST的USB HID工程(失败了): 第2部分:在1的基础上,替换USB HID初始化代码为ST 例程中的代码,编译后根据报错调试(失败 ...
- LiveBindings --- 把对象之间的属性绑定起来
有了 FireMonkey 框架,它不同于 VCL ,以往的数据感知控件不能放在它上面,所以 XE2 提供了 LiveBindings 功能作为替代方案.另外它也是个通用的基础设施,同样可用于传统的V ...
- Java继承(下)
Object类 在www.oracle中找到java 中的java.lang在中找到object类中找到可以看到在java语言中的定义 如何修改object中的equals类及测试 在object中类 ...
- JS类型转换(强制和自动的规则)
显式转换 通过手动进行类型转换,Javascript提供了以下转型函数: 转换为数值类型:Number(mix).parseInt(string,radix).parseFloat(string) 转 ...
- Python中xlrd和xlwt模块使用方法
本文主要介绍可操作excel文件的xlrd.xlwt模块.其中xlrd模块实现对excel文件内容读取,xlwt模块实现对excel文件的写入. 安装xlrd和xlwt模块 xlrd和xlwt模块不是 ...