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. mongo aggregate

    https://cnodejs.org/topic/59264f62855efbac2cf7a2f3 背景 现有1000条学生记录,结构如下: { name:String,//名称 clazz:{ty ...

  2. 串行 RapidIO

    https://wenku.baidu.com/view/78666616cf84b9d528ea7ad9.html

  3. C++学习笔记34 模版的原理

    模版在C++中具有很重要的地位.STL就是大量运用模版写出来的. 模版的长处我就不一一列举了.这里我仅仅说一下模版的原理. 当编译器遇到模版方法定义的时候,编译器进行语法检查,可是并不会编译模版.编译 ...

  4. deepin下安装python的Tkinter库

    在Linux下,如果需要编写界面应用,并且此界面应用对性能的要求不是很高,一般可以使用Python解决.Python中可以使用自带的Tkinter库或者是第三方的Wxpython库,当然Tkinter ...

  5. shell脚本中多命令单行执行_转

    多命令一起执行 如果希望把几个命令合在一起执行, shell提供了两种方法.既可以在当前shell也可以在子shell中执行一组命令. 对{}和()而言, 括号中的重定向符只影响该条命令, 而括号外的 ...

  6. linux虚拟文件系统vfs

    linux可以挂载不同的文件系统(EXT2,FAT,NTFS),用同一的样式呈现给用户,读写操作用起来都一样,这是怎样做到的呢? linux内核在各种不同的文件系统格式上做了一个抽象层,使得文件.目录 ...

  7. linux下独立core2.1部署发布过程

    1.vs2017独立发布.linux-64 2.winscp上传到当前用户下面.ubuntu tsl64来讲 3.超级用户sudo su 4.zip解压缩 uzip xxx.zip -d ../../ ...

  8. plsql programming 20 管理PL/SQL代码(个人感觉用不到)

    这一章的内容, 只完成了一部分, 剩下的用到再补充吧 由于依赖关系, 而编译失败, 需要重新编译. ( 所谓依赖, 是指存储过程, 函数等在运行中调用的对象, 比如table 等, 比如你删除了过程中 ...

  9. npm安装vue-cil出现错误

    这个错误有点尴尬..... 之前全局安装过cil,然后在全局安装出现了这个错误,各种手册看了半天也没有头绪,猛然想起来之前安装过,试下直接初始化项目试一下,果然成功了 然后在 npm install ...

  10. [已解决]pycharm报错:AttributeError: module 'pip' has no attribute 'main'

    > 更新pip后,pycharm更新模块报错,经过一番查找,现提供两种解决办法. 报错片段信息如下: AttributeError: module 'pip' has no attribute ...