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 ...
随机推荐
- pugixml 的常见读写操作
pugixml github地址 : https://github.com/zeux/pugixml pugixml 可以在github上直接下载到源码,包括两个头文件(pugixml.hpp pu ...
- python——super()
一.问题的发现与提出 在Python类的方法(method)中,要调用父类的某个方法,在Python 2.2以前,通常的写法如代码段1: class A: def __init__(self): pr ...
- SQL - 获取多机构最近相同节点
-- Create Branches Table create table Branches ( BranchCode ) ,BranchName ) ,L0BCode ) ,L1BCode ) ,L ...
- UUID(即GUID)
UUID(GUID)是Cocoa Touch提供的一种生成唯一标识的机制.类型为CFUUIDRef的对象可以代表UUID,UUID是基于当前时间.计数器和硬件标识(通常是以太网卡的MAC地址)等数据计 ...
- 深入理解dp px density
1 http://blog.csdn.net/lcaihy1314/article/details/8446401 2 待续
- 关于TCP/IP,这十个问题你都知道,就入门了!
关于TCP/IP,必知必会的十个问题 本文整理了一些TCP/IP协议簇中需要必知必会的十大问题,既是面试高频问题,又是程序员必备基础素养. TCP/IP十个问题 一.TCP/IP模型 TCP/IP ...
- IBM Security AppScan Glass Box:一种全新的漏洞扫描思想
IBM Security AppScan Glass Box:一种全新的漏洞扫描思想 Glass Box 是 IBM Security AppScan Standard Edition(以下简称 Ap ...
- Httpclient 实现带参文件上传
这里直接贴出的是我封装好的doPostFile方法,httpclient 的版本是3.1. public static String doPostFile(String url, Part[] par ...
- 修改eclipse的repository路径
(1)首先修改你的settings.xml文件,(如果没有settings.xml文件,可以下载maven的官网把maven的插件下载下来,在apache-maven-3.5.0\conf\ 目录下有 ...
- 实现Nullable 可空类型
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace demo ...