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

  1. June. 26th 2018, Week 26th. Tuesday

    No affection but interests can be found in the world of animals. 在动物的世界里,只有利益,没有感情. From Animal Worl ...

  2. June. 21 2018, Week 25th. Thursday

    Summertime is always the best of what might be. 万物最美的一面,总在夏季展现. From Charles Bowden. It was June, an ...

  3. June. 23rd 2018, Week 25th. Saturday

    We are who we choose to be. 要成为怎样的人,选择在于自己. From Barry Manilow. I believe that we are who we choose ...

  4. June. 22 2018, Week 25th. Friday

    Where words fail, music speaks. 言语无法表达时,音乐就会响起. From Hans Christian Andersen. Where words fail, musi ...

  5. June. 20 2018, Week 25th. Wednesday

    Be brave. Take risks. Nothing can substitute experience. 要敢于冒险,你的经历是无可替代的. From Paulo Coelho. Each s ...

  6. June 18. 2018, Week 25th. Monday

    Health and cheerfulness naturally beget each other. 安康喜乐,相生相成. From Joseph Addison. Good health is a ...

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

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

  8. June 12. 2018 Week 24th. Tuesday

    Just be yourself because you are unique and you will shine. 每个人都是独一无二的,做好你自己,你也能够光芒四射. From What a G ...

  9. June 5. 2018 Week 23rd Tuesday

    Learn to let go and be clear of where you really want to head for. 学会放手,同时也要弄清楚自己的真正所爱. From Kissing ...

随机推荐

  1. Python函数属性和PyCodeObject

    函数属性 python中的函数是一种对象,它有属于对象的属性.除此之外,函数还可以自定义自己的属性.注意,属性是和对象相关的,和作用域无关. 自定义属性 自定义函数自己的属性方式很简单.假设函数名称为 ...

  2. 在C#中使用ZBar识别条形码

    目录: 一.识别库 二.从一张图片中提取多个条形码 三.注意事项 从博客园学了很多,本着分享的目的,希望后来者遇到类似问题时,不必重复造轮子,早点下班回家^-^. 一.识别库 目前主流的识别库主要有Z ...

  3. lua的table元类

    Lua中提供的元表是用于帮助Lua数据变量完成某些非预定义功能的个性化行为,如两个table的相加.假设a和b都是table,通过元表可以定义如何计算表达式a+b.当Lua试图将两个table相加时, ...

  4. mysql+高可用MMM

    一. MMM 简介:MMM 即 Multi-Master Replication Manager for MySQL:mysql 多主复制管理器,基于 perl 实现,关于 mysql 主主复制配置的 ...

  5. Startup在不同环境中的处理

    ASP.NET Core引进了在多种环境中对控制应用程序行为的进一步支持,例如开发环境(Development Environment).预发布环境(Staging Environment),和生产环 ...

  6. c# 用户自定义转换

    class Program { public string Name; public int Age; public Program(string name ,int age) { Name = na ...

  7. mysql中的prepare介绍和应用

    简单的用set或者declare语句定义变量,然后直接作为sql的表名是不行的,mysql会把变量名当作表名.在其他的sql数据库中也是如此,mssql的解决方法是将整条sql语句作为变量,其中穿插变 ...

  8. 模块热替换 HMR

    devserver:{hot:true},既及时更新代码,样式(需配合loader)变化,自动重编译,只适用于开发环境. 入口文件中,添加监视: + if (module.hot) {+ module ...

  9. 30.QT-渐变之QLinearGradient、 QConicalGradient、QRadialGradient

    渐变有三种:QLinearGradient.QConicalGradient . QRadialGradient 它们都有一个QGradient父类 QGradient父类的常用公共函数有: void ...

  10. 4.5 explain 之 ref

    一.说明 显示索引的哪一列被使用了,如果可能的话,是一个常数.哪些列或常量被用于查找索引上的值. 二.示例 a. b. c. 关注我的公众号,精彩内容不能错过