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 ...
随机推荐
- 10个重要的算法C语言实现源代码
包括拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔 .都是经典的数学算法,希望能开托您的思路.转自kunli.info 1.拉格朗日插值多项式 ,用于离散数 ...
- 《图解http协议》之HTTPs学习笔记
对于IP协议,并不陌生.TP协议是TCP/IP协议簇中的核心协议,也是TCP/IP的载体.所有的TCP,UDP,ICMP及IGMP数据都以IP数据报格式传输.IP提供不可靠的,无连接的数据传送服务.I ...
- PHP返回404状态码,由服务器处理
1. 通过header()方法来实现, 最简单的方法,而且对php的版本没什么限制 <?php header('HTTP/1.1 404 Not Found'); ...
- step1: python & scrapy安装
#首先安装python,这里安装python所需依赖包yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-dev ...
- spring web.xml基本配置
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmln ...
- 解决 Java 调用 Azure SDK 证书错误 javax.net.ssl.SSLHandshakeException
Azure 作为微软的公有云平台,提供了非常丰富的 SDK 和 API 让开发人员可以非常方便的调用的各项服务,目前除了自家的 .NET.Java.Python. nodeJS.Ruby,PHP 等语 ...
- 【转】Encrypt ConnectionString in Web.Config 【加密ASP.NET web.config数据库链接字串】
原文链接:https://www.codeproject.com/Tips/795135/Encrypt-ConnectionString-in-Web-Config web.config中一般会存放 ...
- html元素 input各种输入限制
1.取消按钮按下时的虚线框,在input里添加属性值 hideFocus 或者 HideFocus=true <input type="submit" value=" ...
- Effective C++ .06 阻止编译器自动生成函数以及被他人调用
这节讲了下如何防止对象拷贝(隐藏并不能被其他人调用) 两种方法: 1. 将拷贝构造函数声明为private 并且声明函数但不进行定义 #include <iostream> #includ ...
- 给div加上padding和border,如何不让div整体改变
最近要入门H5,遇到很多困惑,所以,每解决一个,我就要写在博客里,以防忘记! 给div加上padding和border,如何不让div整体改变? 如果想要实现这样的效果,只需要在这个div块中写入 b ...