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的更多相关文章

  1. June 17. 2018, Week 25th. Sunday

    Dad is and always will be my living, breathing superhero. 在我眼里,爸爸是现实版的超级英雄,现在.将来,永远都是. From Bindi Ir ...

  2. June 24th 2017 Week 25th Saturday

    Who is able to be egotistical needs to be strong too. 有本事任性的人,也要有本事坚强. What is egotistical? Is it th ...

  3. June 23rd 2017 Week 25th Friday

    Life doesn't get easier, you just get stronger. 生活从未变得轻松,是你在一点一点变得坚强. So in the same way we can get ...

  4. June 22nd 2017 Week 25th Thursday

    Happiness is when the desolated soul meets love. 幸福是孤寂的灵魂遭遇爱的邂逅. When living alone for a long period ...

  5. June 21st 2017 Week 25th Wednesday

    Discontent is the first step in progress. 不知足是前进中的第一步. Several days ago, I wrote down a quote which ...

  6. June 20th 2017 Week 25th Tuesday

    Care and diligence bring luck. 谨慎和勤奋,带来好运气. In my opinion, care and diligence may just gurantee us a ...

  7. June 19th 2017 Week 25th Monday

    Everyone is dissatisfied with his own fortune. 人对自己的命运总是感到不满足. We always want more, even when we hav ...

  8. 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 ...

  9. June 04th 2017 Week 23rd Sunday

    It is not the mountain we conquer but outselves. 我们要征服的不是高山,而是我们自己. After days of hard working, I sl ...

随机推荐

  1. java实现任务调度

    最近的一个小项目是做一个简单的数据仓库,需要将其他数据库的数据抽取出来,并通过而出抽取成页面需要的数据,以空间换时间的方式,让后端报表查询更快. 因为在抽取的过程中,有一定的先后顺序,需要做一个任务调 ...

  2. C# Unix时间戳转换[转载]

    原文地址: C# Unix时间戳转换 遇到Unix时间戳转换的问题,遂记录下来. Unix时间戳转DateTime string UnixTime = "1474449764"; ...

  3. 转载:怎样用通俗的语言解释REST,以及RESTful?

    作者:覃超链接:https://www.zhihu.com/question/28557115/answer/48094438来源:知乎著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出 ...

  4. Vue父子组件生命周期执行顺序及钩子函数的个人理解

    先附一张官网上的vue实例的生命周期图,每个Vue实例在被创建的时候都需要经过一系列的初始化过程,例如需要设置数据监听,编译模板,将实例挂载到DOM并在数据变化时更新DOM等.同时在这个过程中也会运行 ...

  5. golang学习之regexp

    regexp是golang标准库自带的正则校验包,使用: re, _ := regexp.Compile(`(\d+)年(\d+)月`) //判断是否匹配category类别搜索 ismatch := ...

  6. 微信小程序整理

    目录 开发环境 目录结构 WXML组件 WXSS 数据绑定 条件渲染 列表渲染 模版 事件 引用 路由传参 API 实例TodoList 1.开发环境 开发工具下载(https://mp.weixin ...

  7. 2017年12月16日 ASP.NET基本用法

    ASP.NET初级添加 利用css代码跟ASP.NET还有Javascript原生,LinQ来写增跟展示数据 首先介绍一个非常好用的控件,灵活并且循环展示数据库里面的数据 <asp:Repeat ...

  8. python使用元类

    原文:https://blog.csdn.net/youzhouliu/article/details/51906158 type() 动态语言和静态语言最大的不同,就是函数和类的定义,不是编译时定义 ...

  9. linux 下解决git clone报错

    解决报错:error: The requested URL returned error: 401 Unauthorized while accessing   问题报错:error: The req ...

  10. easyui grid 里的可编辑text 加清空图标

    $.extend($.fn.datagrid.defaults.editors, { text: { init: function (container, options) { var _opt = ...