Skip to main content

要跳楼,进股市;想保值, 要买房;想炒作,炒黄金白银


想回国的同学们,在理财方面真正理解这个很重要。中国有中国自己的国情。

2012年8月29日,截止收盘,沪指报2053.24点。而2001年,上证指数最高为2245点,盘
间最低为2170点。十一年股市风云,不进则退。太多股民感叹,十年如一梦,股市又重
回原点。在股市的大幅下跌之中,股民也是“血流成河”,投入的资金很多打了水漂,
割肉的割肉,清仓的清仓。2011年,5000万股民人均亏损4万。股市已经成为最不靠谱
的投资渠道。正如郎咸平所说,“要跳楼 ,进股市”。

郎咸平说:我不是理财专家,我也不是股评师,所以我没法告诉你哪只股票可以买。但
是我要告 诉你一个理论,你可以根据我的理论自己去判断。中国和美国的差别,以楼
市股市为例,美国的股市比较保值,美国的楼市不保值。所以巴菲特会 说“我是可口
可乐的股东,通用的股东,我拥有多少股票”,他绝不会说我有多少房产。为什么 ?因
为美国的股市特别保值,以50年为例,平均每年的回报率至少在7.5%以上。他们的大学
生一 毕业,首先就是把钱投入股市,50年下来,拿到丰富的回报,老有所终老有所养
了。相反,美国 楼市到今天还是不断下跌,奥巴马着急死了。

但中国恰恰相反,股市特别不保值,房地产相对要保值一些。这就是为什么碰到通胀危
机时,大 家为了让钱不贬值,纷纷进入楼市。民营企业一遇到危机,也是把资金投入
楼市保值。楼市相对 股市而言更保值,但是炒楼不一定赚钱,只能算是一个不差劲的
投资。现在大家进入了一个高风 险低收益的时代,所以倒了大霉了。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into /opt/course/1/context_default_no_kubectl.sh , but without the use of k

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checking a shared sec