May 8th 2017 Week 19th Monday
Art lies in concealing art.
隐而不露即艺术。
Sometimes, concealing is much more seductive than totally naked.
So, you must learn how to express your meaning in an indirect way and you must learn to hide some of your feeling.
If you let others know all what you think, you will be considered as a meager one.
Knowledge speaks, but wisdom listens.
知识是倾诉,但智慧是倾听。
From Jimi Hendrix.
Jimi Hendrix was an American rock guitarist, singer, and songwriter.
He was born on November 27 1942 and died on September 18 1970 at the age of 28.
Although his mainstream career spanned only four years, he is widely regarded as the most influential electric guitarist in the history of popular music, and one of the most celebrated musicians of the 20th century.
The Rock and Roll Hall of Fame describes him as arguably the greatest instrumentalist in the history of rock music.
Amazing, just in four years, he reached the altitude that most of his fellows couldn't reach.
Today, let us continue our discussions about the differences between living alone and living with our parents.
We have talked about that for several days, and we will bring an end today.
If you have some thoughts about it, please write them down later in our comments section.
6. Living alone, we may be free to do whatever we like so we will realize the importance of having a somewhat clear direction. But living with our parents we tend to follow the lifestyle and habits of them.
7. Living alone, we are more likely to make mistakes but we can learn from them, whereas living with our parents, we are well protected so we can hardly learn from experience.
8. Living alone, we have more time and space to understand who we are, living with our parents, we always have to communicate with our parents but not with ourselves.
In my opinion, living alone means you could become stronger, you could be more brave.
When you are confronted with problems and troubles, you must face up to them and solve them mostly by yourself, and you may have the opportunities to have a deep understanding of your parents, when you are back home, you will cherish the time you spend with them, and you may love them more, which can be explained by the old saying: distance produces beauty.
And when living alone ,we must have the ability of being self-discipline, self-respect and self-improvement, otherwise we may mess up our own lives.
May 8th 2017 Week 19th Monday的更多相关文章
- June 19th 2017 Week 25th Monday
Everyone is dissatisfied with his own fortune. 人对自己的命运总是感到不满足. We always want more, even when we hav ...
- May 13th 2017 Week 19th Saturday
Mountains look beautiful from a distance. 远处看山山更美. This gnomic seems to circulate very long, its mor ...
- August 8th 2016, Week 33rd Monday
Everything is going on, but don't give up trying. 万事随缘,但不要放弃努力. Every time when I want to give up, y ...
- November 13th, 2017 Week 46th Monday
Don't undermine your worth by comparing yourself with others. 别拿自己和他人比较,这只会降低你原有的价值. Honestly, I don ...
- November 06th, 2017 Week 45th Monday
The education of a man is never completed until he dies. 一个人的学习之路,到死才结束. Being a life-long learning ...
- October 30th, 2017 Week 44th Monday
When you're eighteen your emotions are violent, but they're not durable. 年轻的时候我们总是激情有余但耐心不足. I reall ...
- October 23rd, 2017 Week 43rd Monday
Champions have the courage to keep turning the pages because they know a better chapter lies ahead. ...
- October 16th 2017 Week 42nd Monday
The more decisions that you are forced to make alone, the more you are aware of your freedom to choo ...
- October 09th 2017 Week 41st Monday
My motto is: Contended with little, yet wishing for more. 我的座右铭是:为一点点感到满足,但希望获得更多. If you can live y ...
随机推荐
- WIN2008R2 asp.net core的配置
配置IIS Windows Server上通过“添加角色和功能”,桌面Windows上通过“启用和关闭Windows功能”来安装和配置IIS.确保勾选Web服务和“IIS 管理控制台”: Window ...
- 安装pyautogui时报错备注
python3.6用pip安装pyautogui时报错,找了蛮多方法都不行,最后通过安装低版本的pyautogui解决,这里备注下 报错图 解决方法: pip install pyautogui==0 ...
- linux的shell脚本
一.遇到的问题: 1.在Documents/shell_Document的文件夹下创建第一个脚本. 但是发现在图形化界面不能执行shell脚本.只能到命令行模式下才能执行.感觉太麻烦,我的虚拟机从图形 ...
- 查看正在运行的sql
SELECT [Spid] = session_id ,ecid ,[Database] = DB_NAME(sp.dbid) ,[User] = nt_username ,[Status] = er ...
- redis初步学习 0
2.1 Redis是什么 REmote DIctionary Server(Redis) 是一个由Salvatore Sanfilippo写的key-value存储系统.Redis提供了一些丰富的数据 ...
- JavaSE---使用反射生成JDK动态代理
1.概述 1.1 在Java.lang.reflect包下,提供了Proxy类.InvocationHandler接口,使用它们可以生成JDK动态代理类或动态代理对象: 1.2 [Proxy类] 1. ...
- Android中的时间格式的校验
public class MainActivity extends Activity implements OnClickListener{ private Button btn1; private ...
- mysql中操作符LIKE与通配符%的使用
mysql中通配符%用来通配其他字符,操作符LIKE用来查询字段中存在相同的字符 SELECT t.userId,t.cellphone,t.idNo,t.* FROM t_person t WHER ...
- Intellij IDEA +genymotion安装配置
Intellij IDEA是一款非常好用的java编辑器,比Eclipse的代码提示要友善的多,优缺点不多讲了. 下面讲如何安装配置. 1)如官网下载最新版本 http://www.jetbrains ...
- [转]完美的背景图全屏css代码 – background-size:cover?
写主题样式的时候经常会碰到用背景图铺满整个背景的需求,这里分享下使用方法 需要的效果 图片以背景的形式铺满整个屏幕,不留空白区域 保持图像的纵横比(图片不变形) 图片居中 不出现滚动条 多浏览器支持 ...