The Accumulation of Capital
The Accumulation of Capital
---- by *Adam Smith
Capitals are increased by parsimony, and diminished by prodigality and misconduct.
Whatever a person saves from his revenue he adds to his capital, and either employs it himself in maintaining an additional number of productive hands, or enables some other person to do so, by lending it to him for an interest, that is, for a share of the profits. As the capital of an individual can be increased only by what he saves from his annual revenue or his annual gains, so the capital of a society, which is the same with that of all the individuals who compose it, can be increased only in the same manner.
Great nations are never impoverished by private, though they sometimes are by public prodigality and misconduct. The whole, or almost the whole public revenue, is in most countries employed in maintaining unproductive hands. Such are the people who compose a numerous and splendid court, a great ecclesiastical establishment, great fleets and armies, who in time of peace produce nothing, and in time of war acquire nothing which can compensate the expense of maintaining them, even while the war lasts. Such people, as they themselves produce nothing, are all maintained by the produce of other men's labour. When multiplied, therefore, to an unnecessary number, they may in a particular year consume so great a share of this produce, as not to leave a sufficiency for maintaining the productive labourers, who should reproduce it next year. The next year's produce, therefore, will be less than that of the foregoing, and if the same disorder should continue, that of the third year will be still less than that of the second. Those unproductive hands, who should be maintained by a part only of the spare revenue of the people, may consume so great a share of their whole revenue, and thereby oblige so great a number to encroach upon their capitals, upon the funds destined for the maintenance of productive labour, that all the frugality and good conduct of individuals may not be able to compensate the waste and degradation of produce occasioned by this violent and forced encroachment.
The uniform, constant, and uninterrupted effort of every man to better his condition, the principle from which public and national, as well as private opulence is originally derived, is frequently powerful enough to maintain the natural progress of things towards improvement, in spite both of the extravagance of government and of the greatest errors of administration. Like the unknown principle of animal life, it frequently restores health and vigour to the constitution, in spite, not only of the disease, but of the absurd prescriptions of the doctor.
// from:https://www.marxists.org/reference/archive/smith-adam/works/wealth-of-nations/book02/ch03.htm
https://www.marxists.org/reference/archive/smith-adam/works/wealth-of-nations/
The Accumulation of Capital的更多相关文章
- CF219D. Choosing Capital for Treeland [树形DP]
D. Choosing Capital for Treeland time limit per test 3 seconds memory limit per test 256 megabytes i ...
- 数学符号π (Pi)、Σ(Capital Sigma)、μ (Mu) 、σ(sigma)、∏(capital pi), ∫(Integral Symbol)的来历
1.π (Pi; periphery/周长) March 14 marks Pi Day, the holiday commemorating the mathematical constant π ...
- 【codeforce 219D】 Choosing Capital for Treeland (树形DP)
Choosing Capital for Treeland Description The country Treeland consists of n cities, some pairs of t ...
- CF219C hoosing Capital for Treeland
D. Choosing Capital for Treeland time limit per test 3 seconds memory limit per test 256 megabytes i ...
- 50. leetcode 520. Detect Capital
520. Detect Capital Given a word, you need to judge whether the usage of capitals in it is right or ...
- Detect Capital
Given a word, you need to judge whether the usage of capitals in it is right or not. We define the u ...
- (纪念第一道完全自己想的树DP)CodeForces 219D Choosing Capital for Treeland
Choosing Capital for Treeland time limit per test 3 seconds memory limit per test 256 megabytes inpu ...
- 520. Detect Capital
Given a word, you need to judge whether the usage of capitals in it is right or not. We define the ...
- LeetCode - 520. Detect Capital
Given a word, you need to judge whether the usage of capitals in it is right or not. We define the u ...
随机推荐
- ios系统下的QQ浏览器jquert的BUG
$(document).bind("click", function(e){ var $t = $(e.target); alert(333); if($t.is("p& ...
- 【ADT】队列的基本C语言实现
queue.h #ifndef _QUEUE_H_ #define _QUEUE_H_ #include <stdbool.h> #define MAXQUEUE 10 // 定义队列类型 ...
- 常用JS调试工具使用方法,帮你快速定位问题(Firebug+ IE“开发人员工具”)
来源: 这里花了点时间小结了下目前项目中比较合适易于上手的JS调试工具.方法.优点与不足以及一些调试相关功能要点或策略,分享给同学们,只当抛砖引玉了,欢迎大家讨论补充. 一.Firebug:如果项目可 ...
- MySQL密码破解。
与其说是mysql密码破解倒不如说是mysql密码重置更准确,因为大多数情况下我们只是忘了登录的密码,如果是普通用户还可以让管理员重新设置一下密码或者重新分配一个用户,但是这里我们不考虑普通用户,如果 ...
- JMeter基础
转载自虫师-http://www.cnblogs.com/fnng/archive/2012/12/21/2828440.html JMeter 介绍: 一个非常优秀的开源的性能测试工具. 优点:你用 ...
- Python 查找binlog文件
经常需要在 binlog 中查找一些日志信息,于是写了一个简单的脚本.对于非常巨大的 binlog 文件,该脚本可能会速度慢,毕竟还是用的 list,暂时没想到好办法. 详细看代码: #/usr/bi ...
- STM32 一通道单次转换
之前弄过ADC连续转换,还配了DMA传输,项目上不希望这样做,因为有其他设备用到DMA传输,就会不停的抢占优先级,效率低. 按照需求改成ADC单次转换,非连续,用的时候只需调下函数执行一次转换即可. ...
- unlinking
When a file name is deleted from the directory tree, the file name's connection to the inode number ...
- Away 3d 入门demo
Away3d是不错的开源Flash 3D引擎,现在最新的版本是4.0,在这个例子中我们使用现在比较稳定的3.6版本,4.0API相较之前变化较大,支持最新的flash player11硬件加速 现在写 ...
- 访问nginx-php页面的时候 报access denied.
访问页面的时候出现这个时access denied 只需到/usr/local/php/etc/php.ini中修改一下 把这个注释掉 ;open_basedir = 把这个值赋值为1 cgi.f ...