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 ...
随机推荐
- 【共享单车】—— React后台管理系统开发手记:AntD Table基础表格
前言:以下内容基于React全家桶+AntD实战课程的学习实践过程记录.最终成果github地址:https://github.com/66Web/react-antd-manager,欢迎star. ...
- 自动播放——幻灯片缓冲效果&&带Loading效果的图片切换&&移动效果(按轨迹移动)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...
- RabbitMQ一
RabbitMQ: 一.rabbitmq的系统架构: RabbitMQ Server:也叫broker server,它不是运送食物的卡车,而是一种传输服务.原话是RabbitMQisn’t a fo ...
- 自定义 alert 弹窗
1.css样式 li-alert.css @-webkit-keyframes opacity { 0% { opacity: 0; /*初始状态 透明度为0*/ } 50% { opacity: 0 ...
- POJ 2375 Cow Ski Area (强连通分量)
题目地址:POJ 2375 对每一个点向与之相邻并h小于该点的点加有向边. 然后强连通缩点.问题就转化成了最少加几条边使得图为强连通图,取入度为0和出度为0的点数的较大者就可以.注意,当强连通分量仅仅 ...
- 编辑mac系统环境变量后保存,提示没有权限用到下面这个命令
编辑的文件是vim /etc/paths :w !sudo tee % %代表当前编辑文件名 MAC:查看端口占用情况: lsof -i tcp: list open files lsof -i 用以 ...
- C#利用SharpZipLib解压或压缩文件(支持多层目录递归压缩)
需要下载ICSharpCode.SharpZipLib.dll using System; using System.Collections.Generic; using System.Linq; u ...
- appium----基本概念
转:http://www.cnblogs.com/nbkhic/p/3803830.html Client/Server Architecture appium的核心其实是一个暴露了一系列REST A ...
- nginx 使用ngx_cache_purge清除缓存
location ~ ^/myclear(/.*) { allow 10.0.0.0/8; allow 10.28.100.0/24; allow 127.0.0.1; deny all; pro ...
- Windows 10 优化
---恢复内容开始--- 0x00 使开始菜单,任务栏,和操作中心透明 --关闭 右下角开始菜单,选择设置,打开个性化菜单,找到颜色一栏.向下滑至最低端,使开始菜单,任务栏,和操作中心透明选项关闭 0 ...