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. SCALA STEP BY STEP

    http://www.artima.com/scalazine/articles/steps.html http://hongjiang.info/scala/

  2. 安装cocoapods遇到的一些问题

    其实可以直接到https://github.com/CocoaPods/Specs上把所需的文件夹下载下来 解压后命名为master放在本地的 ~/.cocoapods/repos  下面就行 但是使 ...

  3. 修改TFS与本地源代码映射路径

    使用源代码管理资源管理器修改工作区 在“文件”菜单上单击“源代码管理”,再单击“工作区”. 在“管理工作区”对话框的“名称”列下,突出显示要修改的工作区,然后单击“编辑”. 在“编辑工作区”对话框中: ...

  4. 浅谈 zookeeper 原理,安装和配置

    当前云计算流行, 单一机器额的处理能力已经不能满足我们的需求,不得不采用大量的服务集群.服务集群对外提供服务的过程中,有很多的配置需要随时更新,服务间需要协调工作,那么这些信息如何推送到各个节点?并且 ...

  5. python 字符转换

    我们所看到的“明文字符串”,都是经过编码(比如ASCII.Uncoded.UTF-8.GB-2312等)后呈现在我们面前的. 文本中“3082”想要“所见到所得”到内存中处理,必须decode('he ...

  6. javaWEB总结(3):ServletConfig对象

    1.首先找到ServletConfig的API: ServletConfig封装了servlet的配置信息,并且可以获取servletContext对象. ServletConfig共有四个方法: 1 ...

  7. select 1 from table

    1.select 1 from mytable;与select anycol(目的表集合中的任意一行) from mytable;与select * from mytable 作用上来说是没有差别的, ...

  8. hdu_2871_Memory Control(巨恶心线段树)

    题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=2871 题意:给你一段内存,让你操作1:Reset:重置所有内存 2:New x:申请一块X大小的内存, ...

  9. LeetCode OJ 108. Convert Sorted Array to Binary Search Tree

    Given an array where elements are sorted in ascending order, convert it to a height balanced BST. 把一 ...

  10. find the majority element

    Runtime: O(n) — Moore voting algorithm: We maintain a current candidate and a counter initialized to ...