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 ...
随机推荐
- 010-JedisUtils工具类模板
redis.properties配置文件 redis.maxIdle=30 redis.minIdle=10 redis.maxTotal=100 redis.url=192.168.204.128 ...
- c++ 网络编程(八) LINUX-epoll/windows-IOCP下 socket opoll函数用法 优于select方法的epoll 以及windows下IOCP 解决多进程服务端创建进程资源浪费问题
原文作者:aircraft 原文链接:https://www.cnblogs.com/DOMLX/p/9622548.html 锲子:关于并发服务器中的I/O复用实现方式,前面在网络编程系列四还是五来 ...
- ZOJ 2856 Happy Life
Problem Description Do you know Utopia? It's a perfect world in which everyone leads a happy life. A ...
- apache配置apache server status,监控服务器访问情况
在apache配置文件中添加开启代码, 1.如果你的Apache配置文件httpd.conf或者extra/httpd-info.conf中有LoadModule status_module modu ...
- vuex 实现vue中多个组件之间数据同步以及数据共享。
http://pan.baidu.com/s/1hrJfpli demo下载地址 前言 在一些项目中有很多数据状态之间要实现数据共享状态共享,例如购物车的数据.用户的登录状态等等.vue父元素是可以 ...
- C#中引用类型和值类型的区别,分别有哪些
C#的值类型包括:结构体(数值类型,bool型,用户定义的结构体),枚举,可空类型. C#的引用类型包括:数组,用户定义的类.接口.委托,object,字符串. 数组的元素,不管是引用类型还是值类型, ...
- JavaMail 邮件发送
jar包部署 /** * 通过SMTP进行邮件集成 */ public class CmpSendMail { // 邮件发送服务器主机 private final static String HOS ...
- Python基础学习总结(三)
4.if语句 If语句可以检查判定当前条件,并执行相应措施. if a in A: if a 条件: 执行命令1 4 else: 执行命令2 if判断条件还可以简写 if x: print('True ...
- javaweb之jsp的属性范围
1.什么是jsp的属性范围? 所谓的属性范围就是一个属性设置之后,可以经过多少个其他页面后仍然可以保存并继续使用.jsp提供了四种属性范围,如下: 当前页,对应的jsp对象为pageContext,属 ...
- 第八章.Java集合
Java集合类是一种特别有用的工具类,可用于存储数量不等的对象.Java集合大致可分为Set.List.Queue和Map四种体系 Set代表无序.不可重复的集合 List代表有序.重复的集合 Map ...