Title: The world's most expensive cities

  生活成本最高的城市

For the first time in its 30-year history, the Worldwide Cost of Living Survey(主语,全球生活成本调查报告) from The Economist Intelligence Unit(经济学人智库) gives the title(头衔,称谓) of the world's most expersive city to three places.  Singapore(新加坡) marks its sixth straight year at the top of the rankings, and is joined there by Hong Kong and Paris. The survey(调查), which compares prices across 160 products and services, finds that living costs in all three cities are 7% higher than in New York, the benchmark city(基准城市). Two Swiss(瑞士) cities, Zurich(苏黎世) and Geneva(日内瓦), and Osaka(大阪市) in Japan also have higher prices than New York; Copenhagen(哥本哈根) and Seoul(首尔) cost the same as the Big Apple(纽约的别名).

  mark  v.庆祝,纪念(重要事件)

  straight adj.连续的,不间断的

  ranking n.社会地位,社会阶层;顺序,次序;行列;军队    adj.头等的,高级的,超群的

  benchmark n.基准(点)  set a benchmark for something  为某事设立基准/典范

  living costs are higher  =>   have higher prices  物价更高

Strong economic growth in the United States in 2018 led to a sharp(表示上涨的程度很高) appreciation of the dollar(美元) and a rise up(prep.沿着…往上) the rankings(排行榜) for 14 of the 16 American cities for which prices are collected. The highest climbers(指名次上升的城市) were San Francisco(旧金山) (up 12 places to 25th(上升12名,目前位列25名)) and Houston(休斯顿) (up to 30th from 41st); New York itself moved up six spots(名次) to seventh and Los Angeles rose by four places to tenth. These movements(指这些城市名次的变化) represent a sharp increase in the relative cost(相对成本) of living compared with five years age, when New York and Los Angeles(洛杉矶)  tied(并列) in 39th position.

  strong economic growth led to A and B  强劲的经济增长导致了两个结果

  sharp adj.锋利的;尖锐的;敏锐的;狡猾的;聪明的

  appreciation n.(价格,价值等的)上涨,增值

  climber n.攀登者;登山者  a rock climber 一个攀岩的人

  up 12 places 上升了12名

  compared with sth 和…作比较

Elsewhere(在其他地方), inflation, devaluations and economic turmoil caused the cost of living in Argentina(阿根廷), Brazil(巴西), Turkey(土耳其) and Venezuela(委内瑞拉) to plunge. Trukey's currency crisis(货币危机,指汇率的变动超出了自己可承受的范围) and surging(飙升的,快速增加的)   consumer-price(消费价格通胀) inflation saw  Istanbul(伊斯坦布尔) drop 48 places to joint(联合的,共同的) 120th. But Caracas(卡拉卡斯) in Venezuela claims(获得/赢得某物) the title of the least expensive(最低消费) city in the world, thanks to hyperinflation and the  plummeting(飞速贬值的) bolívar.

  inflation n.通货膨胀    反义词 => deflation n.通货紧缩

  devaluation n.(货币)贬值    devalue v.贬值

  turmoil n.混乱,骚乱,动乱

  plunge v.(价值或程度)暴跌,骤降

  see v.见证(某事的发生)  近义词 => witness

  claim the title of something 获得某种称号

  thanks to something 原因在于…

  hyperinflation n.极度通货膨胀,恶性通货膨胀    hyper- 超越,超过   Hyperion 古希腊光亮之神

    hypersensitive adj.高度敏感的    hypercritical adj.吹毛求疵的

  plummet v.暴跌,急剧下降

  bolívar n.博利瓦(委内瑞拉货币)  全称 => Venezuelan Bolivar   外汇符号 => VEB

  

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

  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. hibernate模拟(转载)

    package simulation; /** * * @author Administrator * */ public class User { private int id; private S ...

  2. c#获取汉字首字母拼音

    /* * 由SharpDevelop创建. * 用户: lenovo * 日期: 2013/10/22 * 时间: 20:15 * * 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件 */ ...

  3. grpc源码分析之域名解析

    环境: win7_x64,VS2015.grpc_1.3.1 场景: 在客户端中使用grpc连接服务器,在多次输入非法的地址后,再次输入正确的地址连出现连接超时的现象.侯捷先生说过“源码面前,了无秘密 ...

  4. IDEA一定要改的八条配置

    引言 坦白说,我很少写这种操作类型的文章.因为这种文章没啥新意,大家操作步骤肯定是一样的.然而,我答应了我的同事小阳,给她出一篇!毕竟人家打算从Eclipse转IDEA了,于是以示鼓励,写一篇给她! ...

  5. kafka-producer kerberos 原理和配置

    kerberos简单介绍 kerberos这一名词来源于希腊神话“三个头的狗---地狱之门守护者”后来沿用作为安全认证的概念,该系统设计上 采用客户端/服务器结构与DES(Data Encryptio ...

  6. Java自定义类加载器与双亲委派模型

    其实,双亲委派模型并不复杂.自定义类加载器也不难!随便从网上搜一下就能搜出一大把结果,然后copy一下就能用.但是,如果每次想自定义类加载器就必须搜一遍别人的文章,然后复制,这样显然不行.可是自定义类 ...

  7. edit this cookie chrome插件 (HttpAnalyzerStdV3 获取Cookie 后,再用edit this cookie添加cookie)

    插件下载地址及安装方法:http://www.bkill.com/download/154494.html 博客提供下载地址:https://files.cnblogs.com/files/Fooo/ ...

  8. linux 6.5上创建新用户后,不能登陆?

    linux 6.5上创建新用户后,不能登陆? 使用root账户登陆却可以! [root@ log]# useradd mtdk[root@ log]# echo 123abc |passwd --st ...

  9. 2017-07-06 eclipse在线安装SVN1.9插件

    1,百度搜索subeclipse,点击第一个: 2,官网说,文档已移动到github wiki上: 3,打开github wiki,复制最新发布版本地址: 4,在eclipse里面,打开help-&g ...

  10. CentOS7和CentOS6怎样开启MySQL远程访问

    CentOS6开启MySQL远程访问 1.开放MySQL访问端口3306 修改防火墙配置文件 vi /etc/sysconfig/iptables  加入端口配置      -A INPUT -m s ...