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. 基于 twemproxy 搭建 redis 集群

    概述 由于单台redis服务器的内存管理能力有限,使用过大内存redis服务器的性能急剧下降,且服务器发生故障将直接影响大面积业务.为了获取更好的缓存性能及扩展型,我们将需要搭建redis集群来满足需 ...

  2. OC工程调用Swift方法

    1.建一个OC工程命名为SwiftOC.如图所示: 2.新建一个swfit文件命名为Test.swift,会弹出提示,选择Create Bridging Header建立桥接文件,系统会建立“工程名- ...

  3. 转:CSV Data Set Config 中文乱码问题

    从csv读取中文一直乱码. CSV Data Set Config的File encoding为GB2312,对应参数化文件编码也为GB2312,但读取出变量值一直为乱码,后发现是Allow quot ...

  4. oracle 序列介绍

    序列介绍 序列是一个计数器,它并不会与特定的表关联.通过创建Oracle序列和触发器实现表的主键自增. 序列的用途一般用来填充主键和计数. 序列使用 1.创建序列 ORACLE序列的语法格式为: CR ...

  5. jQuery实现的简单分页功能的详细解析

    分页功能在项目开发中不可或缺,老司机操作起来就和呼吸一样简单,新手恐怕就会吃力一些. 今天我回顾了一下具体的操作步骤,决定详细的分析一下每一步的实现目的及原理. 我们会创建一个简单的json文件来模拟 ...

  6. mongodb 数据库导入.cvs文件时某些字段类型变成NumberLong的解决办法

    在mongodb中导入数据时,会在数据库中生成字段记录为NumberLong的数据,可以使用以下方式将其转换为String db.Account.find().forEach( function(it ...

  7. js第一天 inner html value

    <html> <head> <meta charset="utf-8" /> <title></title> <s ...

  8. Linq第三讲

    LINQ 1.查询操作符 (1)源起 .net的设计者在IEnumerable<T>等接口基础之上定义了一系列的扩展方法来方便用户操作集合对象,这些扩展方法构成了LINQ的查询操作符 (2 ...

  9. Git从远程库克隆

    上次我们讲了先有本地库,后有远程库,如何关联远程库. 现在,假设我们从零开始开发,那么最好的方式就是先创建远程库,然后从远程库克隆. 首先,登录GitHub,创建一个新的仓库,gitskill 创建过 ...

  10. go:挂webserver

    apache配置: <VirtualHost *:80> ServerName test.com DocumentRoot /home/q/system/Engine/src/biz/ww ...