History lives on in this distinguished Polish city 2017/1/4
原文
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的更多相关文章
- 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 ...
- 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 ...
- Python初学者之网络爬虫
声明:本文内容和涉及到的代码仅限于个人学习,任何人不得作为商业用途. 本文将介绍我最近在学习Python过程中写的一个爬虫程序,将力争做到不需要有任何Python基础的程序员都能读懂.读者也可以先跳到 ...
- Metro-Ural119递推
Time limit: 0.5 second Memory limit: 64 MB Many of SKB Kontur programmers like to get to work by Met ...
- Hadoop JobHistory
hadoop jobhistory记录下已运行完的MapReduce作业信息并存放在指定的HDFS目录下,默认情况下是没有启动的,需要配置完后手工启动服务. mapred-site.xml添加如下配置 ...
- ural 1119. Metro(动态规划)
1119. Metro Time limit: 0.5 second Memory limit: 64 MB Many of SKB Kontur programmers like to get to ...
- swift4.0 数据转模型
swift 4.0时代的到来,说明了swift已经趋于稳定了,已经完全可以入坑了. 下面就拿最简单的数据转模型来说说,实战一下. 接口使用: http://116.211.167.106/api/l ...
- 英语语言能力挑战游戏: anagrams & palindromes
基于英语语言的知名游戏(可以归类为智商挑战题): anagrams anagram定义为一个有着相同的字母的不同的词,例: stop的anagram为:tops, opts, pots, and sp ...
- TPO-22 C1 Complain about a biased article
/* 加粗:语音部分 * 红色:单词部分 * 斜体:语法部分 * 下划线:信号词/句 */ 第 1 段 1.Listen to a conversation between a student and ...
随机推荐
- InfoPath错误,此文档库已被重命名或删除
在使用InfoPath发布表单,发布到SharePoint服务器报错,如下介绍: 环境:Windows 2012 DateCenter + Sql 2012 + SharePoint 2013 + O ...
- django 第三天 有关pip使用
软件应用开发的经典模型有这样几个环境:开发环境(development).集成环境(integration).测试环境(testing).QA验证,模拟环境(staging).生产环境(product ...
- 将Oracle数据库中的数据写入Excel
将Oracle数据库中的数据写入Excel 1.准备工作 Oracle数据库"TBYZB_FIELD_PRESSURE"表中数据如图: Excel模板(201512.xls): 2 ...
- 小tips合集
No. 1 同一个文本文件里的行结束符如果不一致,比如有些行结束符是0D0A-Windows风格的,而有些行又是UNIX风格的0A,在这种混杂情况下,VIM将非UNIX风格的显示为^M,但如果都是0D ...
- Java使用POS打印机(无驱)
使用原因:应项目要求,需要使用打印机,但是如果使用Windows驱动来实现打印,在某些条件下会发生网络堵塞等,而且没有提示,所以为了确保信息的完整,避免数据丢失.我们使用无驱打印(直接写端口的方法), ...
- redis数据结构存储Linked List设计细节(redis的设计与实现笔记)
redis里拥有一个灵活扩展且获取表头表尾复杂度为O(1)的双端列表,分为list和listNode2部分组成. list: typedef struct list {//链表 listNode *h ...
- IBM Bluemix体验:Containers进阶
上一篇中介绍了Bluemix的Containers服务以及如何使用自定义的docker image创建一个容器实例并对外提供服务.除了自定义镜像之外,Bluemix Containers还可以使用Do ...
- Spring Mock
今天看别人的测试代码,发现有 MockMvc.MockHttpServletRequest.MockHttpServletResponse ,不知道是干啥的,百度下下才知道 Mock这个东东. 下 ...
- python 高级之面向对象初级
python 高级之面向对象初级 本节内容 类的创建 类的构造方法 面向对象之封装 面向对象之继承 面向对象之多态 面向对象之成员 property 1.类的创建 面向对象:对函数进行分类和封装,让开 ...
- Linux系统下输出某进程内存占用信息的c程序实现
在实际工作中有时需要程序打印出某个进程的内存占用情况以作参考, 下面介绍一种通过Linux下的伪文件系统/proc 计算某进程内存占用的程序实现方法. 首先, 为什么会有所谓的 伪文件 呢. Linu ...