几乎每一个讲宋代 GDP 占全世界 60% 的文章,都会引用著名历史经济学家 Angus Maddison 的数据作为佐证。然而 Maddison 的原文里明确有写,公元 1000 年,宋代 GDP 占全世界的 22.7%。而且他也明确指出,这个数据是他猜的。他的原话是“guesstimate”。那么为什么会有宋代 GDP 占世界 60% 的言之凿凿的谣言出现呢?原因在下图:
该图节选自 Maddison 的著作,世界经济千年史(The World Economy: A Millennial Perspective)。可以看到公元 1000 年,宋代 GDP 估计量为 26500M 国际美元,世界 GDP 116790M 国际美元,宋代大约占不到 23% 左右。
之所以会误传成 60%,是因为上图绿色圈中有一个数据,叫亚洲 GDP(除去日本)。这个数据刚好是世界 GDP 的 60%。
之所以会产生这种误会,我觉得原因很简单,因为 Maddison 在这部 300 多页的著作中,中国 GDP 的数据仅仅在这张附录图表中出现了一次,之后也没见哪个经济学家引用过这个数据。而亚洲 GDP(除去日本)这个数据在论文中出现了不下几十次。而之后的经济学家再引用这本书的时候,也有过引用。最早传谣言的人估计觉得,亚洲除去日本大概就剩中国了吧,然后就把这个当成了中国的数据。
实际上,宋代 GDP 占世界 GDP 总量 22.7% 也非常扯淡,根本不能采信。因为 Maddison 本人也缺乏数据。这也是为什么 Maddison 虽然算出了这么一个数,但是在整部著作里只提了一次,因为他自己都不相信。这个数据怎么得来的,在他的一篇论文 Chinese Economic Performance in the Long Run 有写。
我大概概括一下。意思就是 1500 年前的农业时代 GDP 主要靠农业产出,工业服务业比值很小且固定,世界各国的经济结构都差不多。然后 Maddison 对比了下史料,发现中国宋代的农业技术和亩产比欧洲强一点,商品经济也强一点。以前已经有人研究过欧洲和平时期农业社会人均 GDP 大概是 500 国际美金,然后他估计中国大概比欧洲强个 20% 吧就是 600 美金。然后再乘以人口。最后再通过 1820 年世界 GDP 数据,除以一个恒定增长率(如果我没记错的话是 0-0.1%,我有印象但是想不起那篇论文叫什么了)倒推调整一下,然后就整出来了。之所以做这个调整,是因为 Maddison 是个原教旨主义新古典主义经济学家,相信技术进步率恒定的情况下,GDP 长期看是个平滑的指数增长,短期危机后一定有恢复性反弹。这个和现代经济增长数据拟合很好,但是用在古代 GDP 估计上完全没有依据。说实话 Maddison 本人文章重点根本不是这个,他就是随口一说,根本没有拿这个数据做证据的意思,不能听风就是雨。
So,我觉得可以终结这个问题了。
补一张图,注意是 guesstimate 不是 estimate:
引用:
Maddison, A. (2007). The world economy volume 1: A millennial perspective volume 2: Historical statistics. Academic Foundation.
Maddison, A. (2007). Chinese Economic Performance in the Long Run.Edition, Deve.
很多人认为smart目标管理法源自管理大师德鲁克,实际上,smart是多兰(George T. Doran)在1981年11月份美国的《管理评论》杂志(Management Review )上发表的一篇题为《用S.M.A.R.T方法写出愿景及管理目标》(here’s a S.M.A.R.T. way to write management’s goals and objectives),多兰是从企业管理层面来阐述smart,并对其做了详细的界定:
S,具体的,要指向一个具体的需要改进的区域为目标。(Specific – target a specific area for improvement.)
M,可测量的,有具体数量,或者至少有一个参考指标(Measurable – quantify or at least suggest an indicator of progress)
A,确定人员,明确由谁来完成这件事(Assignable – specify who will do it.)
R,可实现的,明确现实的可实现的结果,并提供可能的资源。(Realistic – state what results can realistically be achieved, given available resource.)
T,时间限制,明确获得结果的时间(Time-related – specify when the result(s) can be achieved.)
多兰在他的文章中特别提到:
“必须要明白,我所建议的五个字母s-m-a-r-t,并非表示所有的目标管理考虑的就是这五个步骤。”(It should also be understood that the suggested acronym doesn’t mean that every objective written will have all five criteria.)
mkdir -p ~/Document/workfoler, cd ~/Document/workfoler
ct-ng x86_64-centos7-linux-gnu
ct-ng source
ct-ng build
then will encouter an error when build gettext:
[ALL ] /Users/andrew/Documents/learnkernel/.build/src/gettext-0.19.8.1/build-aux/missing: line 81: automake-1.15: command not found
[ALL ] WARNING: 'automake-1.15' is missing on your system.
[ALL ] You should only need it if you modified 'Makefile.am' or
[ALL ] 'configure.ac' or m4 files included by 'configure.ac'.
[ALL ] The 'automake' program is part of the GNU Automake package:
[ALL ] <http://www.gnu.org/software/automake>
[ALL ] It also requires GNU Autoconf, GNU m4 and Perl in order to run:
[ALL ] <http://www.gnu.org/software/autoconf>
[ALL ] <http://www.gnu.org/software/m4/>
[ALL ] <http://www.perl.org/>
replace 1.15 with 1.16.1 in all the aclocal.m4 file under gettext source folder
./gettext-tools/examples/aclocal.m4
./gettext-tools/aclocal.m4
./gettext-runtime/aclocal.m4
./gettext-runtime/libasprintf/aclocal.m4
./aclocal.m4
make a soft link for automake-1.15 ln -s /usr/local/Cellar/automake/1.16.1_1/bin/automake /usr/local/bin/automake-1.15
cd linux kernel src folder
export PATH=/Users/andrew/Documents/learnkernel/.build/x86_64-centos7-linux-gnu/buildtools/bin:$PATH
export CROSS_COMPILE=x86_64-centos7-linux-gnu-
export ARCH=x86
then make
if encounter below error In file included from include/linux/compiler.h:54:0,
from include/uapi/linux/stddef.h:1,
from include/linux/stddef.h:4,
from /Users/andrew/Documents/linux/linux-3.9.4/include/uapi/linux/posix_types.h:4,
from include/uapi/linux/types.h:13,
from include/linux/types.h:5,
from include/linux/page-flags.h:8,
from kernel/bounds.c:9:
include/linux/compiler-gcc.h:103:30: fatal error: linux/compiler-gcc6.h: No such file or directory
#include gcc_header(__GNUC__)
workaround:
cp compiler-gcc4.h compiler-gcc6.h
if encounter such error “sed: illegal option — r”,</
$ brew uninstall gnu-sed
$ brew install gnu-sed --with-default-names
$ echo $PATH | grep -q '/usr/local/bin'; [ $? -ne 0 ] && export PATH=/usr/local/bin:$PATH
$ echo a | sed 's_A_X_i' li>
中医的英文名是traditional Chinese medicine, 西医的直译是modern Western medicine, 传统和现代,中国和西方,这两个维度的对立可以看出拿中医和西医的对比是很不公平的,传统医学弱于现代医学,中国医学一定弱于西方医学(世界医学),当年起中医这个名字可以看出以中国为世界中心的鸿鹄之志。
我个人觉得最核心的问题是中国现代医学(modern Chinese medicine)的空缺 ,在整个医疗体系里,很难看到中国在医疗上的贡献。屠呦呦作为药学家,她获得诺贝尔奖的荣誉来自于美国科学院院士路易斯米勒的调查研究,这是对中国医疗体系的莫大讽刺。像屠呦呦这样的医药科学工作者在中国还有很多,可惜在自己的岗位上得不到自己同胞的肯定,这个才是中国医疗发展最大的悲哀。