原文

History lives on in this distinguished Polish city

Though it may be ancient. KraKow, Poland, is alive and well as it celebrates and commemorates its meaningful history.

Looking up

When scaning the skies of Krakow,most agree that Wawel Castle cast an unforgettable shadow. Now a museum the complex consists of a number of sections including a palace and a cathedral.Poland's Crown Jewels,royal apartments and world-class art can be found there. Though Wawel is considered the city's culture heart. another remarkable structure lies in the city's main square St.Mary's Basilica.

Marvel after marvel awaits inside.including 14th-century stained glass windows and a high altar that Picasso supposedly called the World's eighth wonder.

Going down

After looking up in St.Mary's. go out into the square and down beneath it to the Old Market Underground,one of KraKow's newset Museum.Located on the city's medieval level,the Undergroun guides you with holograms and mutimedia displays through the old marketplace.

More undergrouns sightseeing is available just outside the city at the Wieliczka Salt Mine with its 300 kilometers of tunnel, a church made of salt and an underground lake.

7 wonders of the ancient world

1. Great Pyramid of Giza

2. Hanging Garden of Babylon

3. Status of Zeus at Olympia

4. Temple of Artemis at Ephesus

5. Mausoleum at Halicarnassus

6. Colossus of Rhodes

7. Lighthouse of Alexandria

词汇

commomerate: 纪念、庆祝

The monument was built to commemorate the soldiers who sacrificed their lives for their country.

Many fans attended the ceremony to commemorate their beloved singer.

scan: 浏览、搜寻

Josh scanned the newspaper while eating breakfast.

The desperate mom anxiously scanned the crowd for her missing boy.

marvel:奇迹  marvelous 奇迹的

The RobotVac is the lastest technological marvel from Japan.

It's a marvel to me how these young boys built this treehouse in a week.

medieval 中世纪的

The story took place during the medieval era in England.

句型

Do you feel like doing sth?

Do you feel like shopping at the mall?

No,I don't feel like it.

History lives on in this distinguished Polish city 2017/1/4的更多相关文章

  1. History lives on in this distinguished Polish city II 2017/1/5

    原文 Some fresh air After your time underground,you can return to ground level or maybe even a little ...

  2. ZOJ3195 Design the city [2017年6月计划 树上问题04]

    Design the city Time Limit: 1 Second      Memory Limit: 32768 KB Cerror is the mayor of city HangZho ...

  3. Python初学者之网络爬虫

    声明:本文内容和涉及到的代码仅限于个人学习,任何人不得作为商业用途. 本文将介绍我最近在学习Python过程中写的一个爬虫程序,将力争做到不需要有任何Python基础的程序员都能读懂.读者也可以先跳到 ...

  4. Metro-Ural119递推

    Time limit: 0.5 second Memory limit: 64 MB Many of SKB Kontur programmers like to get to work by Met ...

  5. Hadoop JobHistory

    hadoop jobhistory记录下已运行完的MapReduce作业信息并存放在指定的HDFS目录下,默认情况下是没有启动的,需要配置完后手工启动服务. mapred-site.xml添加如下配置 ...

  6. ural 1119. Metro(动态规划)

    1119. Metro Time limit: 0.5 second Memory limit: 64 MB Many of SKB Kontur programmers like to get to ...

  7. swift4.0 数据转模型

    swift 4.0时代的到来,说明了swift已经趋于稳定了,已经完全可以入坑了. 下面就拿最简单的数据转模型来说说,实战一下. 接口使用:  http://116.211.167.106/api/l ...

  8. 英语语言能力挑战游戏: anagrams & palindromes

    基于英语语言的知名游戏(可以归类为智商挑战题): anagrams anagram定义为一个有着相同的字母的不同的词,例: stop的anagram为:tops, opts, pots, and sp ...

  9. TPO-22 C1 Complain about a biased article

    /* 加粗:语音部分 * 红色:单词部分 * 斜体:语法部分 * 下划线:信号词/句 */ 第 1 段 1.Listen to a conversation between a student and ...

随机推荐

  1. 用AVFoundation自定义相机拍照

    自定义拍照或者录视频的功能,就需要用到AVFoundation框架,目前我只用到了拍照,所以记录下自定义拍照用法,视频用法等用上了再补充,应该是大同小异 demo在这里:https://github. ...

  2. 利用sphinx为python项目生成API文档

    sphinx可以根据python的注释生成可以查找的api文档,简单记录了下步骤 1:安装 pip install -U Sphinx 2:在需要生成文档的.py文件目录下执行sphinx-apido ...

  3. 如何写出让java虚拟机发生内存溢出异常OutOfMemoryError的代码

    程序小白在写代码的过程中,经常会不经意间写出发生内存溢出异常的代码.很多时候这类异常如何产生的都傻傻弄不清楚,如果能故意写出让jvm发生内存溢出的代码,有时候看来也并非一件容易的事.最近通过学习< ...

  4. Would Your Work Habits Change if You Were Paid by the Job?

    原文地址:http://success-sys.com/2016/09/26/would-your-work-habits-change-if-you-were-paid-by-the-job/ A ...

  5. android OnTouchListener 按下与抬起

    写法一: private OnTouchListener pressOnTouchListener = new OnTouchListener(){ @Override public boolean ...

  6. Fragment之间传值

    Activity: String myArguments;    public String getarguments() {   return myArguments;  } public void ...

  7. JS 阶段练习~ 仿flash的图片轮换效果

    结合了所学的简单运动框架~  做这样一个综合小实例~~ -------------------------主要问题: 1.getByClassName  IE低版的兼容性 2.DOM不够严谨 … 各种 ...

  8. 连接有密码的mongodb

    mongoose: db.openSet("mongodb://admin:pass@192.168.1.100:27017/mydb");

  9. PAT 1050. 螺旋矩阵(25)

    本题要求将给定的N个正整数按非递增的顺序,填入"螺旋矩阵".所谓"螺旋矩阵",是指从左上角第1个格子开始,按顺时针螺旋方向填充.要求矩阵的规模为m行n列,满足条 ...

  10. [LeetCode] Shortest Word Distance III 最短单词距离之三

    This is a follow up of Shortest Word Distance. The only difference is now word1 could be the same as ...