June 18th 2017 Week 25th Sunday
Life was like a box of chocolates, you never know what you're gonna get.
人生就像一盒巧克力,结果往往出人意料。
Compared to the uncertainties in life, I would rather say there are much more things that you will know what the results would be like in advance, just based on the past and the current performance.
Life is like a box of chocolates, and it is more like a box of chocolates that we carefully selected and then bought online or from the supermarket, and once we unwrapped the box, there would be no chance to return it.
Just as we have ever said, the future is mostly based on our today's preparation, whether the chocolates are bitter or sweet, mainly depends on our own choices.
If the one you are tasting is bitter, swallow it down and digest it, even the bitter chocolate can replenish the energy our life need, I mean to say, we can choose to learn something from the past failures.
Then the next time you buy the chocolate, try to check its tastes carefully and make sure you have enough knowledge and experience to buy a good one.
Parents were invented to make children happy by giving them something to ignore.
父母的存在,是有意让孩子能忽略一些事情,从而感觉到欢乐。
From Ogden Nash.
Several days ago, I have read an article about the difference between living alone and living with our parents.
I have learned that when living with parents, they can do a lot for us, they may help us with financial assists, they may take care of us in daily life.
My parents had provided me with a much better environment to grow up, now it's the time for me to return something to them and build a good environment for my children.
Ok, let's finish this serious topic and talk about the latest model of Xiaomi.
Yesterday, Xiaomi launched its new handset Mi-5X, equipped with a Snapdrgon 625 processor and dual camera with zoom lens.
It is said that the Mi-5X was deemed by Xiaomi as a strategic product, because it will be different in retail mode from its predecessors.
I think the MIUI OS of Xiaomi may be the best operating system on Android smartphones that are sold in China.
June 18th 2017 Week 25th Sunday的更多相关文章
- June 17. 2018, Week 25th. Sunday
Dad is and always will be my living, breathing superhero. 在我眼里,爸爸是现实版的超级英雄,现在.将来,永远都是. From Bindi Ir ...
- June 24th 2017 Week 25th Saturday
Who is able to be egotistical needs to be strong too. 有本事任性的人,也要有本事坚强. What is egotistical? Is it th ...
- June 23rd 2017 Week 25th Friday
Life doesn't get easier, you just get stronger. 生活从未变得轻松,是你在一点一点变得坚强. So in the same way we can get ...
- June 22nd 2017 Week 25th Thursday
Happiness is when the desolated soul meets love. 幸福是孤寂的灵魂遭遇爱的邂逅. When living alone for a long period ...
- June 21st 2017 Week 25th Wednesday
Discontent is the first step in progress. 不知足是前进中的第一步. Several days ago, I wrote down a quote which ...
- June 20th 2017 Week 25th Tuesday
Care and diligence bring luck. 谨慎和勤奋,带来好运气. In my opinion, care and diligence may just gurantee us a ...
- June 19th 2017 Week 25th Monday
Everyone is dissatisfied with his own fortune. 人对自己的命运总是感到不满足. We always want more, even when we hav ...
- June 11th 2017 Week 24th Sunday
I hope I can find the one who is afraid of losing me. 我希望找到一个担心失去我的人. When I was young, sometimes I ...
- June 04th 2017 Week 23rd Sunday
It is not the mountain we conquer but outselves. 我们要征服的不是高山,而是我们自己. After days of hard working, I sl ...
随机推荐
- React项目的打包
1.create-react-app 来自Facebook官方的零配置命令行工具.create-react-app是来自于Facebook出品的零配置命令行工具,能够帮你自动创建基于Webpack+E ...
- HTML页面中嵌入SVG
HTML页面中嵌入SVG的几种方式 你有N种理由使用SVG在页面中展示图像,如它的矢量特性.广泛的浏览器支持.比JPEG和PNG更小的体积.可用CSS设置外观.使用DOM API操作以及各种可用的SV ...
- 在Eclipse中生成javadoc
在<thinking in java>一书的第一章提到javadoc,以前也看过,每次看到这部就跳过了,没有真正去尝试过什么样子,今天终于亲自实践了一下,原来真的挺简单:一.编写java源 ...
- pom resource配置
maven pom配置资源resource, make时可自动发布到release目录的 \WEB-INF\classes 下. 解决使用idea时, 每次都需要配置资源文件的手动配置. 具体: &l ...
- 本地如何将svn和git管理的代码做关联
svn和git都是广为流传的代码版本管理工具,实际项目中往往会将两者结合使用,那么如何将本地的一份代码和两者做有机的关联呢! 前提假设:项目已经在开发阶段中,此时变更了svn代码库的地址:或者是组里来 ...
- Node.js学习笔记(一) --- HTTP 模块、URL 模块、supervisor 工具
一.Node.js创建第一个应用 如果我们使用 PHP 来编写后端的代码时,需要 Apache 或者 Nginx 的 HTTP 服务器, 来处理客户端的请求相应.不过对 Node.js 来说,概念完全 ...
- 修改django 后台admin用户的密码
python manage.py shellfrom django.contrib.auth.models import User from django.contrib.auth.models im ...
- Java 基础(5)——数据转换 & 特殊的引用类型
数据转换 变量在第(3)篇中有讲到过八种数据类型,分别是能够用来表示整型的 byte.short.int.long 和表示浮点型的 float.double 以及字符型 char.布尔型 boolea ...
- ASID 与 MIPS 中 TLB 相关
ASID 为了提高TLB的性能,将TLB分成Global和process-specific.global 是指常驻在tlb中不会被刷出的,例如内核空间的翻译,process-specific 是指每个 ...
- PHP开发框架CodeIgniter
CodeIgniter 是一套给 PHP 网站开发者使用的应用程序开发框架和工具包. 通过下面四步来安装 CodeIgniter: 解压缩安装包: 将 CodeIgniter 文件夹及里面的文件上传到 ...