Title: How 'Bohemian Rhapsody(波西米亚狂想曲)' ended up in 'Wayne's World(反斗智多星)' and became a phenomenon(现象,现象级) again
  rhapsody n. 狂想曲   Croatian Rhapsody
  end up 结束;最终到达

"Bohemian Rhapsody" was such an unlikely(不太可能发生,不太可能做到) song(令人意想不到的歌) that became an even more unlikely hit.(n.受欢迎的事物)
  unlikely hit. 不太可能会成功的事情

The Queen biopic of the same name, now in theaters(影院), depicts the original story of how the rock(摇滚)-operatic(歌剧) single came to be(诞生), with a cameo from(来自) none other than(不是别人,正是此人) Mike Myers.
  biopic n. 传记片
    bio-(与生命有关的)
    biography
    pic(电影,影片)
  depict v. 描绘,描述
  single n. 单曲(常指流行音乐);主打歌

  cameo n.(电影或戏剧中名演员的)客串

In the film, Freddie Mercury threatens to walk out on(抛弃,离开某人/某事) the label if the record executive—played by Myers—refuses to release "Bohemian Rhapsody" as the first single off its album "A Night at the Opera."
  be based on 基于…

  label n. 标签;唱片公司

Including Myers makes sense, especially since(特别是因为), in real life, he did just the opposite(相反的) of the character he plays.
  make sense 清楚的,容易理解的;合乎情理

"Bohemian Rhapsody" had never been as big of a hit in the United States. It reached only the No. 9 position on Billboard's Hot 100 when it first came out. That is, until(直到) Myers' "Wayne's World."

The movie, released in February 1992, featured(以…为特色,重点包括…) "Bohemian Rhapsody" in what's become one of comedy's(泛指所有喜剧) most iconic scenes. The film based on the Myers-created(由…创作的) "Saturday Night Live" sketch opens with Wayne, the rock-obsessed(酷爱摇滚乐的)  host(主持) of a public access show(全民秀), getting picked up(让人上车,搭便车) in a 1970s beat-up AMC Pacer.

  iconic adj. 受欢迎的,有代表性的
    派生自:icon(偶像;标志)
  sketch n. 草图,素描;滑稽短剧

  beat-up adj. 破旧的,破损的

"I think I'll go with a little 'Bohemian Rhapsody, ' gentlemen, " Wayne tells his buddies(伙伴们). "Good call(主意,决定)(好主意), " responds Garth.

In goes the cassette(磁带), and the song begins at its midway(中途的,中间的) point. They sing along, each taking(=singing) their own "Galileo" parts, and when the break comes, they headbang(猛力的摇头) like crazy.
  break n.(器乐演奏)短段;间奏

Just like that, a whole new generation(新一代) of Americans was introduced to "Bohemian Rhapsody" for the first time. It shot to No. 2 (跃上第二名) on the Billboard Hot 100, surpassing(超过,超越) its original high point.
  be introduced do sth使某人初次了解某事

100-days: seventeen的更多相关文章

  1. PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)

    100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...

  2. height:100% 布局

    常常会碰到需要填满整个浏览器,并且自适应高度的需求.首先肯定会想到给容器设定height:100%,但是会没有效果.原因是body没有高度,所以百分比无法生效. 解决方案:给html,body,标签都 ...

  3. .NET跨平台之旅:将QPS 100左右的ASP.NET Core站点部署到Linux服务器上

    今天下午我们将生产环境中一个单台服务器 QPS(每秒请求数)在100左右的 ASP.NET Core 站点部署到了 Linux 服务器上,这是我们解决了在 .NET Core 上使用 EnyimMem ...

  4. xinetd cpu 100%

    今天,有个给客户试用的环境出现xinetd cpu 100%,而且连续运行很长时间了.之前也有环境发生过,今天排查解决了三四个问题,实在是查的身体都不舒服了,还没时间查这个问题... 知道的求解...

  5. EZchip将推全球首款100核64位ARM A-53芯片

    EZchip将推全球首款100核64位ARM A-53芯片 2015-02-25 16:32:03   来源:互联网    关键字: 将推  全球  64位  arm EZchip日前表示,将准备开发 ...

  6. 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 ...

  7. Java程序设计之打印100~999的水仙花数

    package printDaffodilNumber; /* * 题目:打印出所有的"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该数本身 ...

  8. jQuery中的100个技巧

      1.当document文档就绪时执行JavaScript代码. 我们为什么使用jQuery库呢?原因之一就在于我们可以使jQuery代码在各种不同的浏览器和存在bug的浏览器上完美运行. < ...

  9. 设置height:100%无效的解决方法

    设置height:100%无效的解决方法 刚接触网页排版的新手,常出现这种情况:设置table和div的高height="100%"无效,使用CSS来设置height:" ...

  10. 1.2输出100以内的素数&输出前100个素数。

    输出100以内的素数只是一个嵌套,在1.1的基础上添加一层循环,只需要注意从2开始,并且变量需要换一个. #include<stdio.h> int main() { ; ; i < ...

随机推荐

  1. arduino 522样本中文注释

    #accesscontrol访问控制#change uid更改UID#dump info转储信息#firmware_check固件#Fix Bricked UID修复变砖的UID#Mifare Cla ...

  2. pam模块初探

  3. 第2章 Java基本语法(上): 变量与运算符

    2-1 关键字与保留字 关键字(keyword) 保留字(reserved word) 2-2 标识符(Identifier) 案例 class Test{ public static void ma ...

  4. Windows下将文件打包压缩成 .tar.gz格式

    1.下载 “7-ZIP”,安装完成后进入需要打包的文件夹 2. 右击选择“添加到压缩包” 3.压缩格式:tar 4. 得到.tar文件,将其打包 5. 压缩格式为:gzip 6. 得到tar.gz格式 ...

  5. java工程师-面试知识点总结

    目录(转载) [x] 一.Java基础(语言.集合框架.OOP.设计模式等) [x] 二.Java高级(JavaEE.框架.服务器.工具等) [x] 三.多线程和并发 [x] 四.Java虚拟机 [x ...

  6. Faster R-CNN代码例子

    主要参考文章:1,从编程实现角度学习Faster R-CNN(附极简实现) 经常是做到一半发现收敛情况不理想,然后又回去看看这篇文章的细节. 另外两篇: 2,Faster R-CNN学习总结      ...

  7. 20165312 2017-2018-2 《JAVA程序设计》第5周学习总结

    20165312 2017-2018-2 <JAVA程序设计>第5周学习总结 一.本周学习内容总结 总的来说,本周学习较吃力,在理解第十章的代码时速度较慢. 内部类 内部类是定义在一个类中 ...

  8. Lepus监控之Oracle配置

    1.安装cx_Oracle a.官网下载客户端组件包 oracle-instantclient12.2-basic-12.2.0.1.0-1.x86_64.rpmoracle-instantclien ...

  9. Apollo配置中心

    背景: 当前我们项目,所有的配置基本都是通过本地properties 文件进行配置的,比如ip地址.端口.消息中间件和数据库连接的各种参数,当我们需要切换环境或调整参数的时候,我们必须手动的修改这些配 ...

  10. leetcode226

    /** * Definition for a binary tree node. * public class TreeNode { * public int val; * public TreeNo ...