The Princess and the Pea,摘自iOS应用Snow White and more stories
Once upon a time there was a prince who wanted to marry a real princess.
从前,有个王子想和真正的公主结婚。
He looked all over the country.
他找遍了整个国家。
But he could not find the right princess to marry.
但是他没有找到合适的公主结婚。
One stormy night, there was a knock at the castle door.
一个暴风雨的夜晚,城堡的门上响起一阵敲门声。
The king opened the door and saw a wet princess standing at the door.
国王打开了门,看见一个身上潮湿的公主站在门边。
"I am a princess and my coach has broken down," said the princess.
“我是一名公主,我的马车坏了。”公主说。
"Please give me a place to stay tonight."
“今晚请给我一个住的地方。”
The queen did not believe the girl.
王后不相信这个女孩。
"She was all wet and muddy from the rain," the queen thought.
“她全身被雨淋湿了还满身泥泞。”王后想。
"How could she be a real princess?"
“她怎么会是真正的公主呢?”
As a test, the queen piled twenty mattresses on top of each other.
作为测试,王后叠了20张床垫。
Then, under the bottom mattress, she put one tiny pea.
然后,在底部的床垫下,她放了一颗豌豆。
The queen thought that a real princess would be able to feel the pea under all of the mattresses.
王后认为,一个真正的公主应该能感觉到所有床垫下的那颗豌豆。
"This is your room," the queen told the princess.
“这是你的房间,”皇后对公主说。
"Have a nice sleep."
“睡个好觉。”
The next morning, the queen asked the princess if she had a good night's sleep.
第二天早上,皇后问公主是否睡了个好的晚觉。
"The mattresses were very soft; but, it felt as if there was something very hard under all those mattresses." said the princess.
“床垫非常柔软;但是,感觉在所有床垫下面好像有个很硬的东西。”公主说。
"I could not sleep last night."
昨晚我睡不着。
The queen quickly told the prince the news about the princess.
很快,皇后把关于公主的这个消息告诉了王子。
"She must be a real princess!" announced the queen.
“她一定是个真正的公主!”皇后宣布说。
"She could feel the pea under twenty mattresses!"
“她能感觉到20张床垫下面的豌豆”
The prince and the princess were soon married.
王子和公主不久后就结婚了。
They lived happily ever after.
从此,他们快乐地生活着。
The Princess and the Pea,摘自iOS应用Snow White and more stories的更多相关文章
- Sleeping Beauty,摘自iOS应用Snow White and more stories
Once upon a time, there lived a king and queen. 从前,有个国王和王后. They had a beautiful daughter. 他们有一个漂亮的女 ...
- The Little Match Girl,摘自iOS应用Snow White and more stories
Many years ago on a cold and snowy New Year's Eve, a poor little girl was wandering arround on the s ...
- Thumbelina,摘自iOS应用Snow White and more stories
Once upon a time there was a woman who wanted to have a child. 从前,有个想要个孩子的女人. A witch heard her wish ...
- Snow White,摘自iOS应用Snow White and more stories
Once upon a time, there was a land. 从前,有个国度. It was ruled by an evil queen. 它被一位邪恶的女王统治. Every day t ...
- IOS委托设计模式(摘自IOS开发指南)
- Xamarin Studio在Mac环境下的配置和Xamarin.iOS常用控件的示例
看过好多帖子都是Win环境装XS,Mac只是个模拟器,讲解在Mac环境下如何配置Xamarin Studio很少,也是一点点找资料,东拼西凑才把Xamarin Studio装在Mac上跑起来,如下: ...
- “设计之变”--从iPhone应用到iPad应用
在做APP的iPad版本设计时,我们常常需要考虑:如何在延续iPhone版本设计特色和优点同时,充分利用iPad的特性更好地进行设计.本文从iPad和iPhone的差异性入手,试图总结这一设计过程中需 ...
- Objective-C 中 NULL、nil、Nil、NSNull 的定义及不同
本文由我们团队的 康祖彬 童鞋撰写,这是他的个人主页:https://kangzubin.cn. 理解"不存在"的概念不仅仅是一个哲学的问题,也是一个实际的问题.我们是有形宇宙的居 ...
- 实战UITableview深度优化
演示项目下载地址:https://github.com/YYProgrammer/YYTableViewDemo 项目里的低性能版是常规写法实现的tableview,高性能版是做了相关优化后的tabl ...
随机推荐
- selenium模拟键盘操作
单键 /** * 模拟键盘回车事件 * @throws AWTException */ public void KeyEventEnter() throws AWTException { Robot ...
- 2017.3.31 spring mvc教程(一)核心类与接口
学习的博客:http://elf8848.iteye.com/blog/875830/ 我项目中所用的版本:4.2.0.博客的时间比较早,11年的,学习的是Spring3 MVC.不知道版本上有没有变 ...
- iOS 通用button 上图下字
UIButton *first = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, kHeight(80), kHeight(80))]; [firs ...
- Roboware 下打包成so 文件并引用
一.生成.so文件 在ros中编译.so文件,如同在vs中编译C++版的dll文件.具体步骤如下: 步骤1: 首先建立.h文件和一个.cpp文件(该.cpp文件就是此次封装的内容) 步骤2: ...
- mongo: 改
语法:db.CollectionName.upadte(查询表达式,新值,选项); 查询表达式:定位哪些列是要被修改的列(即使查询表达式能命中多行,默认也只改一行,如果想改多行,可以用multi选项, ...
- Volatile 多线程中用到的关键字
前言 不管是在面试还是实际开发中 volatile 都是一个应该掌握的技能. 首先来看看为什么会出现这个关键字. 内存可见性 由于 Java 内存模型(JMM)规定,所有的变量都存放在主内存中,而每个 ...
- 修改pip源为国内网站
import os,sys,platformini="""[global]index-url = https://pypi.doubanio.com/simple/[in ...
- beyond compare 软件学习
beyond compare 软件可以实现基本的文件对比,这点和 NotePad++ 的功能一样.但是在实现文件夹与文件夹之间的对比的话,就要使用 beyond compare 进行对比,效率是成倍提 ...
- winform对话框拖拽显示文件路径的问题
allow drop=true; dragEnter dragDrop vs管理员账户拖拽会失败
- 堆排序算法的java实现
堆积排序(Heapsort)是指利用堆积树(堆)这种数据结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素.堆排序是不稳定的排序方法,辅助空间为O(1), 最坏时间复杂度为O ...