self-awareness is key in changing the way you think
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的更多相关文章
- Backbone源码分析(二)
在传统MVC框架模式中,Model承担业务逻辑的任务.Backbone作为一个mvc框架,主要的业务逻辑交由Model与Collection来实现.Model代表领域对象,今天主要学一下Model源码 ...
- Jsch
JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use por ...
- 数字音频处理的瑞士军刀sox的音效算法以及用法
SoX可以明确的写出需要的音频处理的效果,可以方便的重复使用,在目前的条件下是一个比较方便使用的项目.不过相信随着Audacity的发展,很有可能在未来可以逐渐替代SoX的功能. 对于SoX主要关心的 ...
- Associative Containers
Notes from C++ Primer Associative containers differ in fundamental respect from the sequential conta ...
- MySQL系统变量auto_increment_increment与auto_increment_offset学习总结
在MySQL中,系统变量auto_increment_increment与auto_increment_offset是与自增列相关的两个参数变量.在官方文档中,将其划分为Replication Mas ...
- (转)WHY DEEP LEARNING IS SUDDENLY CHANGING YOUR LIFE
Main Menu Fortune.com E-mail Tweet Facebook Linkedin Share icons By Roger Parloff Illustration ...
- 跟我一起学习VIM - The Life Changing Editor
前两天同事让我在小组内部分享一下VIM,于是我花了一点时间写了个简短的教程.虽然准备有限,但分享过程中大家大多带着一种惊叹的表情,原来编辑器可以这样强大,这算是对我多年来使用VIM的最大鼓舞吧.所以分 ...
- 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 ...
- React之key详解
一个例子 有这样的一个场景如下图所示,有一组动态数量的input,可以增加和删除和重新排序,数组元素生成的组件用index作为key的值,例如下图生成的ui展示: 上面例子中的input组件渲染的代码 ...
随机推荐
- DevStore开发人员服务有奖征文:小谈新浪微博开放平台
DevStore开发人员服务有奖征文:小谈新浪微博开放平台 笔者接入新浪微博开发平台也有一段时间了,对整个平台的接入也算比較熟悉,新浪提供了统一的API接口,能够让开发人员更方便的使用API来实现自己 ...
- C# 网络打印机ESC指令打印小票
public void SendSocketMsg(String ip, int port, int times, byte[] data) { try { byte[] mData; ) { mDa ...
- 121. Best Time to Buy and Sell Stock【easy】
121. Best Time to Buy and Sell Stock[easy] Say you have an array for which the ith element is the pr ...
- Google Pagespeed,自动压缩优化JS/CSS/Image
Google Pagespeed,自动压缩优化JS/CSS/Image 浏览: 发布日期:// 分类:技术分享 关键字: Nginx Appache Pagespeed 自动压缩优化JS/CSS/Im ...
- ServletContext与Web应用以及Spring容器启动
一.ServletContext对象获取Demo Servlet容器在启动时会加载Web应用,并为每个Web应用创建唯一的ServletContext对象. 可以把ServletContext看作一个 ...
- Android Studio 使用笔记: 重命名和重构
重命名 选中一个变量名称,菜单才是可用状态.然后可以根据系统给出的建议或者自己重新定义变量名称. 快捷键:Shift + F6 (Windows和Mac都是一样的) 重构 选中需要重构的代码,可以按照 ...
- 第一百九十一节,jQuery EasyUI 入门
jQuery EasyUI 入门 学习要点: 1.什么是 jQuery EasyUI 2.学习 jQuery EasyUI 的条件 3.jQuery EasyUI 的功能和优势 4.其他的 UI 插件 ...
- 通过 append() 和 prepend() 方法添加若干新元素
在上面的例子中,我们只在被选元素的开头/结尾插入文本/HTML. 不过,append() 和 prepend() 方法能够通过参数接收无限数量的新元素.可以通过 jQuery 来生成文本/HTML(就 ...
- c 编译异常 switch 之a label can only be part of a statement and a declaration is not a statement
client.c:996: error: a label can only be part of a statement and a declaration is not a statement sw ...
- TelephonyManager&GsmCellLocation类的方法详解
转载:http://blog.163.com/zhangzheming_282/blog/static/117920962011101944356511/ TelephonyManager类 主要提供 ...