August 03rd 2017 Week 31st Thursday
A person has at least one dream, there is a reason to be strong.
一个人至少要有一个梦想,要有一个理由去坚强。
Owning a dream will give you power to counter against the difficulties in life, will refresh your body and soul when you are defeated by the setbacks.
If you want something, just work hard for it, because things will never come to you without a fight.
You have to be strong and courageous and know that you can do anything if you put your mind to.
If somebody puts your down or criticizes you, just keep on believing in yourself and turn those criticisms into something positive.
Remember that a strong, positive self-image is the best possible preparation for success.
Just live boldly, always make the best use of the current moment and believe there must be good things happening to us in the next second.
Don't draw back. Don't give up. We were born as winners, and we are destined to be winners.
He who laughs, lasts!
笑口常开的人最长寿。
From Mary Pettibone Poole.
But according to some researches made by scientists, those who laugh frequently would have wrinkles on their faces earlier and more easily those those who seldom laugh.
Maybe that is a unreasonale theroy.
Because what makes you feel youthful and energetic is your heart, your mind, not your age or your wrinkles.
To truly laugh, we must be able to take our pains and play with them, otherwise we could only force out some reluctant smiles.
Just look up, laugh loud, talk big, keep the color in your cheek, and keep the fire in your eyes, adorn your person, maintain your health, then you will find it is quite easy to maintain your beauty and your animal spirtis, and your life will become confortable and easy.
August 03rd 2017 Week 31st Thursday的更多相关文章
- August 24th 2017 Week 34th Thursday
		
If you have choices, choose the best. If you have no choice, do the best. 如果有选择,那就选择最好的:如果没有选择,那就努力做 ...
 - August 17th 2017 Week 33rd Thursday
		
Fate is responsible for shuffling, but the game of cards is our own! 命运负责洗牌,但是玩牌的是我们自己! Today, I upd ...
 - August 10th 2017 Week 32nd Thursday
		
Break through the psychological barrier to surpass themselves. 突破心理障碍,才能超越自己. To break through those ...
 - August 05th 2017 Week 31st Saturday
		
All endings are beginnings, we just don't know it at the time. 所有的结局都是新的开始,只是当时我们不知道而已. Several mont ...
 - August 04th 2017 Week 31st Friday
		
Love is a vine that grows into our hearts. 爱是长在我们心里的藤蔓. What is love? Maybe no one can explain it cl ...
 - August 02nd 2017 Week 31st Wednesday
		
Love means never having to say you are sorry. 爱就是永远不必说对不起. If there is ture love, you will never do ...
 - August 01st 2017 Week 31st Tuesday
		
A contented mind is the greatest blessing a man can enjoy in this world. 知足是人生在世最大的幸事. Being content ...
 - August 31st 2017 Week 35th Thursday
		
Whatever happened in the past is gone, the best is always yet to come. 无论过去发生什么,最好的永远尚未到来. Correct j ...
 - March 30 2017 Week 13 Thursday
		
I learned the value of hard work by working hard. 只有真的努力了,才会知道努力的价值. On the day, March 12th 2017, I ...
 
随机推荐
- 向已有的table中插入数据
			
table: <table id="seleted-table" class="table table-bordered table-hover" sty ...
 - *2_3_5_加入reference model
			
摘自:http://book.2cto.com/201408/46009.html 在2.1节中讲述验证平台的框图时曾经说过,reference model用于完成和DUT相同的功能. referen ...
 - ORA-04091: table xxx  is mutating, trigger/function may not see it
			
Connected to Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 Connected as tbcs SQL> SQL ...
 - 帧布局--FrameLayout
			
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android=" ...
 - XmlSerializer序列化
			
XmlSerializer在命名空间using System.Xml.Serialization下. 序列化和反序列化的代码: using System.IO; using System.Xml; u ...
 - 让图片在div中居中
			
详情看:https://www.cnblogs.com/yyh1/p/5999152.html
 - [javaSE] 多线程(join方法)
			
多条线程并发执行,随机切换,调用join()方法,会使当前线程所在的线程(一般主线程)冻结,直到当前线程结束,所在的线程才恢复继续执行 class JoinTestDemo implements Ru ...
 - 撩课-Java每天5道面试题第8天
			
撩课Java+系统架构 视频 点击开始学习 71.jsp有哪些内置对象?作用分别是什么? Page, pageContext, request, response, session, applicat ...
 - linux的目录结构及文件基本操作
			
1. linux的文件组织目录结构 linux的目录与window的区别 win以存储介质为主,主要以盘符及分区实现文件 管理,再下面才是目录. linux以树形目录结构的形式来构造整个系统,每一个目 ...
 - 【SSH网上商城项目实战09】添加和更新商品类别功能的实现
			
转自:https://blog.csdn.net/eson_15/article/details/51347734 上一节我们做完了查询和删除商品的功能,这一节我们做一下添加和更新商品的功能. 1. ...