The lion king 经典句型摘录
What am I going to do with him?
Everything the light touches is our kingdom.
But I thought a king can do whatever he wants.
There’s more to being king than getting your way all the time.
Simba, Everything you see exists together in a delicate balance. As king, you need to understand that balance and respect all the creatures.
We are all connected in the great circle of life.
It better not be anyplace dumb.
This is it. We made it.
I laugh in the face of danger.
I was just trying to be brave, like you. I’m only brave when I have to be.
Simba, being brave doesn’t mean you go looking for trouble.
Man, I hate lions. So pushy. And hairy. And stinky. And they are u-u-u-ugly!
We were afraid it was somebody important.
He is so cute and all alone.
I don’t want to talk about it. We don’t want to hear about it.
You’re an outcast.
Anything we can do?
Not unless you can change the past.
Kid, in times like this, my buddy Timon says you got to put your behind in your past.
When the world turns its back on you, you turn your back on the world.
Hakuna matata. It means “no worries.”
Kid, if you live with us, you have to eat like us.
I’m telling you, kid, this is the great life. No rules, no responsibilities.
Let me get this straight.
Look inside yourself, Simba. You are more than what you have become.
You must take your place in the circle of life.
But the way I see it, you can either run from it or learn from it.
This is my kingdom. If I don’t fight for it, who will?
If it’s important to you we’re with you to the end.
狮子王注解:
狮子王无疑是迪士尼的经典影片,以非洲大草原开篇,给人以极大的震撼。这是一部关于父子,亲情,生命轮回的影片。给我印象最深刻的是Muffsa教育Simba的说:A King’s time as ruler rises and falls like the sun. One day, Simba, the sun will set on my time here, and will rise with you as the new king。这就是生命,生命的轮回。
生命既是个动词也是个名词,正如赵本山小品里说人生不过3万天,也就是说你这辈子也就是3万个日落日出。
经验是好事,也是坏事。
你要么逃避过去,要么从中学些东西。
当这个世界背向你的时候,你也要背向这个世界。
The lion king 经典句型摘录的更多相关文章
- 《TCP/IP入门经典》摘录--Part 3
TCP/IP协议系统 3.子网划分和CIDR 子网 划分网络 为什么需要划分子网? 子网划分就是在网络 ID 之下提供了第 2 层逻辑组织.路由器能够把数据报发送给网络里的某个子网地址(一般对应于一个 ...
- 《TCP/IP入门经典》摘录--Part 2
TCP/IP协议系统 1.网络访问层 网卡(network adapter),即网络接口板,又称网络适配器或NIC (网络接口控制器),是一块被设计用来允许计算机在计算机网络上进行通讯的计算机硬件,由 ...
- 《TCP/IP入门经典》摘录--Part 1
TCP/IP基础知识 什么是TCP/IP Transmission Control Protocol/Internet Protocol的简写,中译名为传输控制协议/因特网互联协议,又名网络通讯协议, ...
- BBC票选出的100部最经典美国电影,你看过几部?
BBC票选出的100部最经典美国电影,你看过几部? 导读:BBC票选出的100部最经典美国电影,你看过几部? 2015-07-27欧美内参欧美内参欧美内参 微信号zoujinoumei 功能介绍< ...
- Movies
码头风云欲望号街车 不可思议的收缩人 The Incredible Shrinking Man (1957) 风之谷 西域威龙 对话 天地无限 现代启示录 黑暗之心 Hearts of Darknes ...
- 吐血推荐250部必看电影下载 IMDB TOP 250 download
中文名: IMDB Top 250合辑 TLF-MiniSD收藏版英文名: IMDB Top 250 TLF-MiniSD Collection版本: (更新至TOP119)[MiniSD]发行日期: ...
- 小试牛刀--利用豆瓣API爬取豆瓣电影top250
最近得赶进度爬点东西,对于豆瓣,它为开发者提供了API,目前是v2版本,目前key不对个人开放,但是可以正常通过其提供的API获取数据.豆瓣V2版API权限分3类:公开.高级.商务,我们用开放基本数据 ...
- call(),apply()和bind()
三个函数都是Function对象自带的三个方法,主要作用是改变函数中this的指向. call() 语法 fun.call(thisArg[, arg1[, arg2[, ...]]]) 该方法可以传 ...
- Android解析服务器Json数据实例
Json数据信息如下: { "movies": [ { "movie": "Avengers", "year": 201 ...
随机推荐
- WebSocket使用教程 - 带完整实例--网址:https://my.oschina.net/u/1266171/blog/357488
什么是WebSocket?看过html5的同学都知道,WebSocket protocol 是HTML5一种新的协议.它是实现了浏览器与服务器全双工通信(full-duplex).HTML5定义了We ...
- [Selenium] Grid 介绍
Selenium Grid 支持分布式测试,使测试人员可在分布式环境中进行测试 一般而言,在面临以下情况时可考虑使用Selenium Grid : 1.测试多个浏览器或单个浏览器多个版本,或测试不同操 ...
- 用 SDL2 加载PNG平铺背景并显示前景
上一篇中加载的是BMP,这次可以引用 SDL2_image.lib,加载更多格式的图像. LoadImage函数做了改动,区别在于不用将surface转换成texture了. 环境:SDL2 + VC ...
- 【旧文章搬运】扩展一下ProcessNotify~~
原文发表于百度空间,2009-01-08 看雪论坛地址:https://bbs.pediy.com/thread-80109.htm DebugMan论坛地址:http://www.debugman. ...
- JS按字节截取字符长度实例
处理过长的字符串,截取并添加省略号 * 注:半角长度为1,全角长度为2 * * pStr:字符串 * pLen:截取长度 * * return: 截取后的字符串 * 代码如下: function ...
- Table View Programming Guide for iOS---(一)---About Table Views in iOS Apps
About Table Views in iOS Apps Table views are versatile user interface objects frequently found in i ...
- Linux多台服务器间SSH免密码登录配置
SSH实现各个服务器间的文件相互备份,如运行scp命令,可以实现免密码登录,从而可以使用SHELL脚本实现一些自动化的处理. 假如A机要免密码登录B机,具体方法如下: 1.在A机运行:"ss ...
- 所读STL文章摘要集结
在网上看了一些STL相关文章,这里将它们的摘要进行集结,方便以后查找. 1.黄常标,林俊义,江开勇.快速成形中STL文件拓扑信息的快速建立.2004 摘要:在分析现有建立拓扑信息方法的基础上,提出基于 ...
- (水题)洛谷 - P1014 - Cantor表
https://www.luogu.org/problemnew/show/P1014 很显然同一对角线的和是相等的.我们求出前缀和然后二分. 最后注意奇偶的顺序是相反的. #include<b ...
- python __builtins__ credits类 (15)
15.'credits', 信用 class _Printer(builtins.object) | interactive prompt objects for printing the licen ...