原文

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. (九)Maven坐标详解

    Maven的一个核心的作用就是管理项目的依赖,引入我们所需的各种jar包等.为了能自动化的解析任何一个Java构件,Maven必须将这些Jar包或者其他资源进行唯一标识,这是管理项目的依赖的基础,也就 ...

  2. Appfuse:添加自定义页面组件

    我之前是做ASP.NET的,碰到被多个页面都使用的类似组件后,就想着采用ascx(用户自定义组件)来解决,那做Java我也想用这种方案. 我要做的效果如下: 实现方案:tag方式(自定义标签) 1. ...

  3. [Hadoop]-从数据去重认识MapReduce

    这学期刚好开了一门大数据的课,就是完完全全简简单单的介绍的那种,然后就接触到这里面最被人熟知的Hadoop了.看了官网的教程[吐槽一下,果然英语还是很重要!],嗯啊,一知半解地搭建了本地和伪分布式的, ...

  4. rsync同步

    本地同步: rsync -avz /boot /test C/S架构: 远程同步:rsync+ssh 远程浏览器目录文件:rsync  用户@192.168.0.250:/boot 下行:rsync ...

  5. I2C子系统之驱动SSD1306 OLED

    理解I2C设备驱动框架,主要围绕四个结构体去分析就容易了. struct i2c_algorithm:提供I2C协议的实现的操作,如:master_xfer实现数据收发的最基本方法. struct i ...

  6. 【FLUENT案例】02:DPM模型

    1 引子1.1 案例描述1.2 学习目标1.3 模拟内容2 启动FLUENT并导入网格3 材料设置4 Cell Zones Conditions5 Calculate6 定义Injecions7 定义 ...

  7. windows中,端口查看&关闭进程及Kill使用

    测试过程中遇到的问题,杂记一: 1.netstat -ano | findstr "8001"    查看端口8001被哪个进程占用:由下图可以看出,被进程为3736的占用 2.查 ...

  8. JSON学习笔记一 —— 一些与移动端交互产生JSON数据的方法

    /**     * 测试的返回JSon方法,正式的不会用     * @author MrHandler     * @param reqCode     * @param joinStr     * ...

  9. Leetcode 99: Recovery binary search tree 总算明白了算法, 把代码写清楚, 让错误无处可藏.

    想写点什么, 因为这道题花了我好几个小时, 在周日, 除了在球场上跑了二个小时, 就泡在这道题上面. read blogs: http://www.lifeincode.net/programming ...

  10. ie6支持最小高度

    min-height:100px; height:auto !important; height:100px;