1: controlling the way you think is a manageable process

The good news is that you have control over the way you think and the capacity to control your emotional responses as well.Even if you have 80000 thoughts a day. Controlling the way you think is a manageable process.Of course,it
does not happen overnight;it takes time,effort ,practice ,and patience .This is something that is so worth investing in to live a successful life.

there is nothing wrong with doing there things in moderation.You need to realize the amount of time you put into the things that you feed your mind with.If you want to live a successful and meaningful life,continually working
on the way you think is key

2:controlling the way you think is a decision that only you can make

It is a okay to think about the past and the future.However ,dwelling or obsessing with thoughts about the past and the future is a signal that you are definitely not living in the present .You may be struggling with loneliness,resentment,decision
,disappointment ,and negativity overall,which is all preventing you from improving the way you think and robbing you of you joy, too.

Controlling the way you think is a decision that only you can make.Please take note that an illness ---such as stress or depression --or an emotional or physical loss can highly affect making progress with way you think,and it
is totally understandable -be kind to yourself .In the case,you need time to heal and grieve.Time ,faith and the support of loved ones will help you get through it .

Changing the way you think to improve the quality of your life is achievable.Dare to say yes to invest in the way you think and reap the reward of it.You have extensive resources to help you,and most of them are at no cost to
you like researching online.

3:the key to controlling the way you think

Based on numerous studies ,70% to 80% of what you think is nonsense and negative. Therefore ,30% to 20% of what you think is meaningful and positive ;increasing there percentages is possible and of so much gain to you.there percentages
help you become aware of where you stand with you thoughts

Self-awareness is key in changing the way you think.Self-awareness from the ancient means "know thyself " Do you want to see yourself living more successful and meaningfully? A healthy and positive way of thinking is a powerful
way to achieve it .Success starts with your thoughts.You can change your life by changing the quality of you thoughts.

self-awareness is key in changing the way you think的更多相关文章

  1. Backbone源码分析(二)

    在传统MVC框架模式中,Model承担业务逻辑的任务.Backbone作为一个mvc框架,主要的业务逻辑交由Model与Collection来实现.Model代表领域对象,今天主要学一下Model源码 ...

  2. Jsch

    JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use por ...

  3. 数字音频处理的瑞士军刀sox的音效算法以及用法

    SoX可以明确的写出需要的音频处理的效果,可以方便的重复使用,在目前的条件下是一个比较方便使用的项目.不过相信随着Audacity的发展,很有可能在未来可以逐渐替代SoX的功能. 对于SoX主要关心的 ...

  4. Associative Containers

    Notes from C++ Primer Associative containers differ in fundamental respect from the sequential conta ...

  5. MySQL系统变量auto_increment_increment与auto_increment_offset学习总结

    在MySQL中,系统变量auto_increment_increment与auto_increment_offset是与自增列相关的两个参数变量.在官方文档中,将其划分为Replication Mas ...

  6. (转)WHY DEEP LEARNING IS SUDDENLY CHANGING YOUR LIFE

    Main Menu Fortune.com       E-mail Tweet Facebook Linkedin Share icons By Roger Parloff Illustration ...

  7. 跟我一起学习VIM - The Life Changing Editor

    前两天同事让我在小组内部分享一下VIM,于是我花了一点时间写了个简短的教程.虽然准备有限,但分享过程中大家大多带着一种惊叹的表情,原来编辑器可以这样强大,这算是对我多年来使用VIM的最大鼓舞吧.所以分 ...

  8. Using innodb_large_prefix to avoid ERROR #1071,Specified key was too long; max key length is 1000 bytes

    Using innodb_large_prefix to avoid ERROR 1071        单列索引限制上面有提到单列索引限制767,起因是256×3-1.这个3是字符最大占用空间(ut ...

  9. React之key详解

    一个例子 有这样的一个场景如下图所示,有一组动态数量的input,可以增加和删除和重新排序,数组元素生成的组件用index作为key的值,例如下图生成的ui展示: 上面例子中的input组件渲染的代码 ...

随机推荐

  1. RapidIOIP核的验证方法研究_王玉欢

    RapidIOIP核的验证方法研究_王玉欢 https://wenku.baidu.com/view/0fd3c925d4d8d15abf234e73.html

  2. C++获取二维数组的元素个数

    C/C++获取二维数组的大小/长度/元素个数 ][]; ]) /

  3. Flex读取txt文件里的内容报错

    Flex读取txt文件里的内容 1.详细错误例如以下 2.错误原因 读取文件不存在 var file:File = new File(File.applicationDirectory.nativeP ...

  4. Linux虚拟机Centos 设置固定的静态IP

    经过两天的研究(研究到深夜1点),百度了很多文章与加了几个linux的群,终于得到一种方式是可以正常设置静态IP且正常的ssh连接的方式. 第一种方式:NAT模式 参考文章 -- 虚拟机中的CentO ...

  5. linux和pycharm下终端彩色打印输出

    实际上linux终端是调用ANSI控制码来实现终端彩色输出.终端的字符颜色由转义序列(Escape Sequence)控制,是文本模式下的系统显示功能,与具体语言无关. 转义序列以控制字符'ESC'开 ...

  6. Java(System类,currentTimeMillis())

    CurrentTimeMillis()方法来记录程序的执行时间.currentTimeMillis()方法将返回自1970年1月1日午夜起到现在的时间,时间单位是ms,如果要记录程序中一段程序的运行时 ...

  7. 音频处理之去噪算法---基于pcm和g711的音频16000hz、8bit去噪声算法

    (1)应用背景 (2)主要降噪算法原理 (3)算法流程 (4)算法实现 (5) ------------author:pkf -------------------time:2-6 --------- ...

  8. linux oracle配置开机启动

    参考:http://jingyan.baidu.com/article/b2c186c8fe4306c46ef6ff16.html 先以root身份登录到linux系统, 1. 修改vi /etc/o ...

  9. ASCII码表(0-255)

  10. css 使图片紧贴底部显示

    img{ display: table-cell; vertical-align: bottom; }