The Importance of Money in Life
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的更多相关文章
- [转]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/ ...
- 蒙特卡洛法计算定积分—Importance Sampling
如上图所示,计算区间[a b]上f(x)的积分即求曲线与X轴围成红色区域的面积.下面使用蒙特卡洛法计算区间[2 3]上的定积分:∫(x2+4*x*sin(x))dx # -*- coding: u ...
- LeetCode - 690. Employee Importance
You are given a data structure of employee information, which includes the employee's unique id, his ...
- [LeetCode] Employee Importance 员工重要度
You are given a data structure of employee information, which includes the employee's unique id, his ...
- [Java]LeetCode690. 员工的重要性 | Employee Importance
You are given a data structure of employee information, which includes the employee's unique id, his ...
- LeetCode算法题-Employee Importance(Java实现)
这是悦乐书的第291次更新,第309篇原创 01 看题和准备 今天介绍的是LeetCode算法题中Easy级别的第159题(顺位题号是690).定义员工信息的数据结构,其中包括员工的唯一ID,他的重要 ...
- 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 ...
- (BFS) leetcode 690. Employee Importance
690. Employee Importance Easy 377369FavoriteShare You are given a data structure of employee informa ...
- Feature Selection Can Reduce Overfitting And RF Show Feature Importance
一.特征选择可以减少过拟合代码实例 该实例来自机器学习实战第四章 #coding=utf-8 ''' We use KNN to show that feature selection maybe r ...
- [Bayes] Hist & line: Reject Sampling and Importance Sampling
吻合度蛮高,但不光滑. > L= > K=/ > x=runif(L) > *x*(-x)^/K)) > hist(x[ind],probability=T, + xla ...
随机推荐
- maven入门(下)
Apache Maven 入门篇(下) 作者:George Ma 第一篇文章大概的介绍了一下Apache Maven以及它的下载和安装,并且运行了一个简单的示例.那么在对maven有了一点接触后,接下 ...
- DataTable Javascript Link not working on 2nd page
$(document).ready(function () { var otable = $('#tbl-resources').dataTable( { bJQueryUI: false, bFil ...
- apicloud教程
http://community.apicloud.com/bbs/forum.php?mod=viewthread&tid=15939
- wireshark 包过滤
tcp.port == 443 or udp.port==443 or tcp.port==53 or udp.port==53
- ShellExecute, WinExec, CreateProcess区别
ShellExecute ShellExecute的功能是运行一个外部程序(或者是打开一个已注册的文件.打开一个目录.打印一个文件等等),并对外部程序有一定的控制. 有几个API函数都可以实现这些功能 ...
- js第一天 inner html value
<html> <head> <meta charset="utf-8" /> <title></title> <s ...
- hdu_3182_Hamburger Magi(状压DP)
题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=3182 题意:有n个汉堡,做每个汉堡需要消耗一定的能量,每个汉堡对应一定的价值,且只能做一次,并且做当前 ...
- hdu_4824_Disk Schedule(dp)
题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=4824 题意:中文,不解释 题解:双调欧几里德旅行商问题,具体可看dp双调欧几里德旅行商,这里注意的是起 ...
- Primes on Interval
AC代码: #include <cstdio> #include <cstring> #include <iostream> #include <algori ...
- centos 7 切换运行模式
如设置命令行级别方法: systemctl set-default multi-user.target 设置窗口级别方法: systemctl set-default graphical.target