What were you taught about money as you were growing up?something like "Money doesn't grow on trees", or "Money is the root of all evil",or maybe "all rich people are greedy"?

Well,how do you expect to become a success financially if you believe these things?you attract into your life what you are thinking about and what you believe.if you think there is not enough money in this world for everyone you will never have enough money.that is called the law of attraction.

First of all,believing that "money doesn't grow on trees" is an example of what's called lack or scarcity programming.our parents taught us that there was never enough money to go ground, and that it was not readily available or abundant. but in truth,the universe is very abundant,and there is lots of money to go around for everyone. just think what you could do if you have as much money as your heart desires.what wonderful things you could do with it.travel to the countries you have always dreamt of, buy a house you are even scared to think about, attend meditation classes so you could spiritually grow, donate money to your favorite charity,spend more quality time with your family ,and the list goes on.

The key is to start thinking that you deserve the money and that there is lots of it available for you. and then you can start attracting it into your life. that's abundance thinking,which is the opposite of lack or scarcity thinking,when you start thinking about the abundance the law of attraction will do the rest.you do not need to know how it is going to happen, just make the first step, first thought,starting is already winning.

And what about thinking that "money is the root of all evil"? can you really expect to become a success if you believe that money is the root of all evil? unless you have a desire to be an evil person,your subconscious will not let you have money if you believe deep down that is is the root of all evil.

By the way, that quote is taken out of context in the first place. it was originally stated as "the love of money is the root of all evil", so it has nothing to do with the money itself.

Now that you understand that,you can start to think that money is in fact good. you can help people with money.you can stimulate the economy with money,even the most kindhearted spiritual person.who says they don't need money, can do more to make the world a better place with money than without it.

And what about thinking that "all rich pople are greedy"? well,that creates us versus them, whereby you have labeled all of "them" greedy in your mind. you ,on the other hand, are very giving in your mind.that's why you don't have money,because you're not greedy.

Sure, there must be some rich people in the world who are greeby,but there are also poor people who are greedy. there are both rich and poor people who are very giving as well. the amount of money you have has nothing to do with these character traits.

In fact,a lot of rich people got there by not being greedy. having a giving attitude opens up a flow of money that ofen brings them more. you will find the same thing: give away money joyfully to a friend, and notice that it comes back to you in some other form. the world needs to be a balance of give and take, and being joyful both as you give and receive will ensure that you always go with the flow.

And changing your mindset from what you were taught as a child to a healthier view of money will allow you to become the financial success you deserve to be, to become the real you.

The Importance of Money in Life的更多相关文章

  1. [转]SQL SERVER – Importance of Database Schemas in SQL Server

    原文地址http://blog.sqlauthority.com/2009/09/07/sql-server-importance-of-database-schemas-in-sql-server/ ...

  2. 蒙特卡洛法计算定积分—Importance Sampling

    如上图所示,计算区间[a  b]上f(x)的积分即求曲线与X轴围成红色区域的面积.下面使用蒙特卡洛法计算区间[2  3]上的定积分:∫(x2+4*x*sin(x))dx # -*- coding: u ...

  3. LeetCode - 690. Employee Importance

    You are given a data structure of employee information, which includes the employee's unique id, his ...

  4. [LeetCode] Employee Importance 员工重要度

    You are given a data structure of employee information, which includes the employee's unique id, his ...

  5. [Java]LeetCode690. 员工的重要性 | Employee Importance

    You are given a data structure of employee information, which includes the employee's unique id, his ...

  6. LeetCode算法题-Employee Importance(Java实现)

    这是悦乐书的第291次更新,第309篇原创 01 看题和准备 今天介绍的是LeetCode算法题中Easy级别的第159题(顺位题号是690).定义员工信息的数据结构,其中包括员工的唯一ID,他的重要 ...

  7. Implemented the “Importance Sampling of Reflections from Hair Fibers”

      Just the indirect specular pass by importance sampling. With all layers. Manually traced by 3D Ham ...

  8. (BFS) leetcode 690. Employee Importance

    690. Employee Importance Easy 377369FavoriteShare You are given a data structure of employee informa ...

  9. Feature Selection Can Reduce Overfitting And RF Show Feature Importance

    一.特征选择可以减少过拟合代码实例 该实例来自机器学习实战第四章 #coding=utf-8 ''' We use KNN to show that feature selection maybe r ...

  10. [Bayes] Hist & line: Reject Sampling and Importance Sampling

    吻合度蛮高,但不光滑. > L= > K=/ > x=runif(L) > *x*(-x)^/K)) > hist(x[ind],probability=T, + xla ...

随机推荐

  1. 快速进入pycharm图形界面

    解压后的pycharm相关文件的路径:/home/hadoop2/下载/pycharm-community-4.5.4 添加快速启动pycharm命令: (1)进入/usr/local/sbin这个目 ...

  2. ***参考Catch That Cow(BFS)

    Catch That Cow Time Limit : 4000/2000ms (Java/Other)   Memory Limit : 131072/65536K (Java/Other) Tot ...

  3. 数据结构 B树 B+树 B*树 LSM-树

    从B树.B+树.B*树谈到R 树 http://blog.csdn.net/v_JULY_v/article/details/6530142/ B-tree.B+tree和LSM-tree http: ...

  4. windows 查 mac

    各位,登记一下新电脑 序列号 和 MAC,麻烦大家私信发给我.1.序列号在主机有标签,类似 "Servial NO.   4CV5149L2H"2.MAC,按<“开始”+r  ...

  5. HYSBZ 1053 反质数

    input n 1<=n<=2000000000 output 不大于n的最大反质数 对于任何正整数x,其约数的个数记作g(x).例如g(1)=1.g(6)=4.如果某个正整数x满足:g( ...

  6. 关于array_agg 函数

    今天一个客户问怎样把表中相同键值对应的文本按照一定顺序拼接起来.如果使用SQL实现将非常麻烦,并且效率低下.GP4.1以后提供了一个函数array_agg可以方便快捷,高效的实现该功能 比如原始查询是 ...

  7. android异步Http框架

    首先在GitHub上下载异步Http框架代码以及相关文档: 将jar包放入lib包中即可: 接下来分别实现get.post.文件上传功能实现: 代码实现如下: AsyncHttpClient clie ...

  8. 缩放系列(二):所有子控件也随着缩放、手势缩放、多点触控layout

    下面是一个功能强大的改造的例子: 可以实现以下需求: 1.两个手指进行缩放布局 2.所有子控件也随着缩放, 3.子控件该有的功能不能丢失(像button有可被点击的功能,缩放后不能丢失该功能) 运行效 ...

  9. Entity Framework 学习中级篇4—存储过程(下)

    在EF中,各个实体的插入.更新和删除也都通过使用存储过程来完成,以便提高点性能.这个类似于数据集.其步骤是:先定义存储过程,然后在VS的可视化设计器,设置存储过程映射即可. 下面,以为Supplier ...

  10. Nginx配置IP白名单和黑名单

    白名单设置,访问根目录 location / { allow 123.34.22.155; allow ; deny all; } 黑名单设置,访问根目录 location / { deny 123. ...