June.19 2018, Week 25th Tuesday
True love is visible not to the eyes but to the heart.
真爱不靠眼睛看,要用心感受。
True love is visible not to the eyes but to the heart, for eyes would be deceived.
True knowledge is acuired not by reading books or learning from others, it is acquired only by practising.
Don't complain too much about fruitless efforts, it is just temporary, and it just tells us that we should change the way of learing and working.
Always remember, to our common individuals, success is a sum of small efforts which need to be accumulated day in and day out.
Love by heart, learn by heart, practise by heart.
What is a friend? A single soul dwelling in two bodies.
何谓朋友?一个灵魂孕育在两个躯体里。
From Aristotle.
What is a friend?
What is a real friend?
Do you have any idea of these two questions?
By generally definition, a friend, a real friend, is a person who we know each other deeply and who we have a bond of mutual affection with.
In my own view, I would hope that a friend would be someone I can call upon in a time of crisis, someone I could share a complex problem with, and not be judged for sharing my side of some controversial issue.
I would like to think if I made a fool of myself, my friend, would stand by me knowing it was just an event not who I am.
Chains of friendship are usually formed in the trenches of life.
In adversity and joy, in good times and bad, is where we will from lasting ties with each other.
It is here we find the true friend.
In the actual world, the term 'friend' often is used in place of acquaintance, but we all understand that having knowledge of someone does not mean we are friends.
Being a friend requires something on the part of all parties involved, requires time and efforts.
So, forging relationships or friendships is some kind of work, which may be not as easy as we have thought before.
As W. Clement Stone said, 'Be careful the environment you choose, for it will shape you; be careful the friends we choose, for we will become like them.'
A friend can influence us a lot and can influence our decisions about life.
We must be cautious to choose friends, and we must be sincere to our friends.
June.19 2018, Week 25th Tuesday的更多相关文章
- June. 26th 2018, Week 26th. Tuesday
No affection but interests can be found in the world of animals. 在动物的世界里,只有利益,没有感情. From Animal Worl ...
- June. 21 2018, Week 25th. Thursday
Summertime is always the best of what might be. 万物最美的一面,总在夏季展现. From Charles Bowden. It was June, an ...
- June. 23rd 2018, Week 25th. Saturday
We are who we choose to be. 要成为怎样的人,选择在于自己. From Barry Manilow. I believe that we are who we choose ...
- June. 22 2018, Week 25th. Friday
Where words fail, music speaks. 言语无法表达时,音乐就会响起. From Hans Christian Andersen. Where words fail, musi ...
- June. 20 2018, Week 25th. Wednesday
Be brave. Take risks. Nothing can substitute experience. 要敢于冒险,你的经历是无可替代的. From Paulo Coelho. Each s ...
- June 18. 2018, Week 25th. Monday
Health and cheerfulness naturally beget each other. 安康喜乐,相生相成. From Joseph Addison. Good health is a ...
- June 17. 2018, Week 25th. Sunday
Dad is and always will be my living, breathing superhero. 在我眼里,爸爸是现实版的超级英雄,现在.将来,永远都是. From Bindi Ir ...
- June 12. 2018 Week 24th. Tuesday
Just be yourself because you are unique and you will shine. 每个人都是独一无二的,做好你自己,你也能够光芒四射. From What a G ...
- June 5. 2018 Week 23rd Tuesday
Learn to let go and be clear of where you really want to head for. 学会放手,同时也要弄清楚自己的真正所爱. From Kissing ...
随机推荐
- MDK 中 [WEAK] 的作用
简介 __weak 或 [weak] 具有相同的功能,用于定义变量或者函数,常见于定义函数,在 MDK 链接时优先链接定义为非 weak 的函数或变量,如果找不到则再链接 weak 函数. 在STM3 ...
- MySQL系列详解二:MySQL语句操作-技术流ken
简介 本篇博客将详细讲解mysql的一些常用sql语句操作,例如创建数据库,删除数据库,创建表,修改表,删除表,以及简单查询案例. 关于mysql数据中的SQL的大小写问题 1.不区分大小写 1. s ...
- oracle10G/11G官方迅雷下载地址合集
原文链接:https://blog.csdn.net/zlsunnan/article/details/8058235 ORACLE11GR2 Oracle Database 11g Release ...
- eShopOnContainers 看微服务 ①:总体概览
一.简介 eShopOnContainers是一个简化版的基于.NET Core和Docker等技术开发的面向微服务架构的参考应用. 该参考应用是一个简化版的在线商城/电子商务微服务参考示例应用. 其 ...
- Thinkphp table doesn't exist
系统采用Tp3.2的改造....集群为Mysql双工模式:平时M()主要是操作写,MS操作读...今天在查询 $res =MS("user u")->join("{ ...
- nginx配置反向代理和负载均衡
一.反向代理 说明:应该有一个nginx服务器有多个应用服务器(可以是tomcat),本文使用一台虚拟机,安装一个nginx,多个tomcat,来模拟 upstream tomcats{ server ...
- 12 Linux Which Command, Whatis Command, Whereis Command Examples
This Linux tutorial will explain the three "W" commands. The three "W"s are what ...
- react学习(二)之通信篇
react性能提升原理:虚拟DOM react把真是的DOM tree,转化成virtual DOM,每次数据更新后,重新计算virtual DOM并与上一次的作对比,然后对发生改变的部分进行批量更新 ...
- 接口自动化 [授客]基于python+Testlink+Jenkins实现的接口自动化测试框架V3.0
基于python+Testlink+Jenkins实现的接口自动化测试框架V3.0 by:授客 QQ:1033553122 博客:http://blog.sina.com.cn/ishou ...
- Android Studio 无法预览xml布局视图:failed to load AppCompat ActionBar with unkNown error
问题如下: 解决方法: 找到res-->values-->styles.xml 文件 可以看到主题Them设置如下: 修改为: 界面预览可以正常显示