设万维读者为首页 广告服务 技术服务 联系我们 关于万维
简体 繁体 手机版
分类广告
版主:纳川
万维读者网 > 天下论坛 > 帖子
中国精英掀移民潮:海外"爱国"的多了,却炕了国内
送交者: xm 2010年07月12日11:20:44 于 [天下论坛] 发送悄悄话
中国精英移民潮引发思考 专家称系追求安全感(图)(1)
2010-07-12 14:39:09 新华网 【大 中 小】 查看评论
//function Marquee() // //{ // // this.ID = document.getElementById(arguments[0]); // // if(!this.ID) // // { // // this.ID = -1; // // return; // // } // // this.Direction = this.Width = this.Height = this.DelayTime = this.WaitTime = this.Correct = this.CTL = this.StartID = this.Stop = this.MouseOver = 0; // // this.Step = 1; // // this.Timer = 30; // // this.DirectionArray = {"top":0 , "bottom":1 , "left":2 , "right":3}; // // if(typeof arguments[1] == "number" || typeof arguments[1] == "string")this.Direction = arguments[1]; // // if(typeof arguments[2] == "number")this.Step = arguments[2]; // // if(typeof arguments[3] == "number")this.Width = arguments[3]; // // if(typeof arguments[4] == "number")this.Height = arguments[4]; // // if(typeof arguments[5] == "number")this.Timer = arguments[5]; // // if(typeof arguments[6] == "number")this.DelayTime = arguments[6]; // // if(typeof arguments[7] == "number")this.WaitTime = arguments[7]; // // if(typeof arguments[8] == "number")this.ScrollStep = arguments[8] // // this.ID.style.overflow = this.ID.style.overflowX = this.ID.style.overflowY = "hidden"; // // this.ID.noWrap = true; // // this.IsNotOpera = (navigator.userAgent.toLowerCase().indexOf("opera") == -1); // // if(arguments.length >= 7)this.Start(); // //} // // // // // //Marquee.prototype.Start = function() // //{ // // if(this.ID == -1)return; // // if(this.WaitTime < 800)this.WaitTime = 800; // // if(this.Timer < 20)this.Timer = 20; // // if(this.Width == 0)this.Width = parseInt(this.ID.style.width); // // if(this.Height == 0)this.Height = parseInt(this.ID.style.height); // // if(typeof this.Direction == "string")this.Direction = this.DirectionArray[this.Direction.toString().toLowerCase()]; // // this.HalfWidth = Math.round(this.Width / 2); // // this.HalfHeight = Math.round(this.Height / 2); // // this.BakStep = this.Step; // // this.ID.style.width = this.Width + "px"; // // this.ID.style.height = this.Height + "px"; // // if(typeof this.ScrollStep != "number")this.ScrollStep = this.Direction > 1 ? this.Width : this.Height; // // var msobj = this; // // var timer = this.Timer; // // var delaytime = this.DelayTime; // // var waittime = this.WaitTime; // // msobj.StartID = function(){msobj.Scroll()} // // msobj.Continue = function() // // { // // if(msobj.MouseOver == 1) // // { // // setTimeout(msobj.Continue,delaytime); // // } // // else // // { clearInterval(msobj.TimerID); // // msobj.CTL = msobj.Stop = 0; // // msobj.TimerID = setInterval(msobj.StartID,timer); // // } // // } // // // // msobj.Pause = function() // // { // // msobj.Stop = 1; // // clearInterval(msobj.TimerID); // // setTimeout(msobj.Continue,delaytime); // // } // // // // msobj.Begin = function() // // { // // msobj.ClientScroll = msobj.Direction > 1 ? msobj.ID.scrollWidth : msobj.ID.scrollHeight; // // if((msobj.Direction <= 1 && msobj.ClientScroll <= msobj.Height + msobj.Step) || (msobj.Direction > 1 && msobj.ClientScroll 1) // // { // // var event = event || window.event; // // if(window.event) // // { // // if(msobj.IsNotOpera) // // { // // msobj.EventLeft = event.srcElement.id == msobj.ID.id ? event.offsetX - msobj.ID.scrollLeft : event.srcElement.offsetLeft - msobj.ID.scrollLeft + event.offsetX; // // } // // else // // { // // msobj.ScrollStep = null; // // return; // // } // // } // // else // // { // // msobj.EventLeft = event.layerX - msobj.ID.scrollLeft; // // } // // msobj.Direction = msobj.EventLeft > msobj.HalfWidth ? 3 : 2; // // msobj.AbsCenter = Math.abs(msobj.HalfWidth - msobj.EventLeft); // // msobj.Step = Math.round(msobj.AbsCenter * (msobj.BakStep*2) / msobj.HalfWidth); // // } // // } // // msobj.ID.onmouseover = function() // // { // // if(msobj.ScrollStep == 0)return; // // msobj.MouseOver = 1; // // clearInterval(msobj.TimerID); // // } // // msobj.ID.onmouseout = function() // // { // // if(msobj.ScrollStep == 0) // // // // { // // if(msobj.Step == 0)msobj.Step = 1; // // return; // // } // // msobj.MouseOver = 0; // // if(msobj.Stop == 0) // // { // // clearInterval(msobj.TimerID); // // msobj.TimerID = setInterval(msobj.StartID,timer); // // } // // } // // } // // setTimeout(msobj.Begin,waittime); // //} // // // //Marquee.prototype.Scroll = function() // //{ // // switch(this.Direction) // // { // // case 0: // // this.CTL += this.Step; // // if(this.CTL >= this.ScrollStep && this.DelayTime > 0) // // { // // this.ID.scrollTop += this.ScrollStep + this.Step - this.CTL; // // this.Pause(); // // return; // // } // // else // // { // // if(this.ID.scrollTop >= this.ClientScroll) // // { // // this.ID.scrollTop -= this.ClientScroll; // // } // // this.ID.scrollTop += this.Step; // // } // // break; // // // // case 1: // // this.CTL += this.Step; // // if(this.CTL >= this.ScrollStep && this.DelayTime > 0) // // { // // this.ID.scrollTop -= this.ScrollStep + this.Step - this.CTL; // // this.Pause(); // // return; // // } // // else // // { // // if(this.ID.scrollTop <= 0) // // { // // this.ID.scrollTop += this.ClientScroll; // // } // // this.ID.scrollTop -= this.Step; // // } // // break; // // // // case 2: // // this.CTL += this.Step; // // if(this.CTL >= this.ScrollStep && this.DelayTime > 0) // // { // // this.ID.scrollLeft += this.ScrollStep + this.Step - this.CTL; // // this.Pause(); // // return; // // } // // else // // { // // if(this.ID.scrollLeft >= this.ClientScroll) // // { // // this.ID.scrollLeft -= this.ClientScroll; // // } // // this.ID.scrollLeft += this.Step; // // } // // break; // // // // case 3: // // this.CTL += this.Step; // // if(this.CTL >= this.ScrollStep && this.DelayTime > 0) // // { // // this.ID.scrollLeft -= this.ScrollStep + this.Step - this.CTL; // // this.Pause(); // // return; // // } // // else // // { // // if(this.ID.scrollLeft <= 0) // // { // // this.ID.scrollLeft += this.ClientScroll; // // } // // this.ID.scrollLeft -= this.Step; // // } // // break; // // } // //}
//new Marquee("EndPageRollText",0,1,536,25,30,3000,3000,25)
screen.width || height>screen.height){ options += ",scrollbars=yes"; }else{ options+= ",scrollbars=no"; } //alert(width+">>"+height); //return false; new_window = window.open(url, name, options); window.self.name = "main"; new_window.focus(); } //-->

中国精英移民潮引发思考 专家称系追求安全感(图)

    在美国媒体 近日推出的“失败国家”指标中,“人才流失”被作为其中最重要的一项单独列出。

    2010年6月,中国颁布了《国家中长期人才发展规 划纲要(2010-2020年)》,提出到2020年,人才发展要进入世界人才强国行列。而另一方面,却是以新富阶层为代表的精英群体正在集中出走。当巩 俐们身后的隐性移民群体愈发庞大,我们便忍不住关心这些人的离开,并追问,他们为何离开?

    尽管眼下看来,所谓人才流失以及由此引发 的对中国巨额资金逃离的担忧,还只是“少数派报告”。但当越来越多的社会精英走出国门,成为另一片国土上创造价值的中坚时,却传递给了我们不能忽视的信号 ——这也是进入新世纪第二个十年的中国应有的警醒。

    别了,祖国

    《国际先 驱导报》记者杨梅菊发自北京

    北京日照当头,多伦多已是深夜。

    鲁万萌安顿儿子睡下,并为自己在当地汽车公司谋 得的新差事做好工作计划后,采访得以进行。

    鲁万萌笑言,自己的移民史几乎就是一部血泪史。6年前,家境优裕的她为了追随丈夫,从二 线城市一家相当不错的国企跳进北京某外企,来到北京后却发现,这里并非理想的安居地,而移民国外几乎是身边所有同事的首选,这显然刺激了鲁万萌。在和丈夫 达成一致后,他们先是尝试技术移民,却因丈夫的环节一再出现问题而宣告放弃,后在移民公司的劝说和运作下,耗尽大半积蓄,成为所有投资移民中“最穷的一批 人”,并且,在这个过程中,她极有可能“已经失去了自己的婚姻”。尽管在说辞上,丈夫将于半年后来到多伦多。

    “你后悔吗?”

    “曾 经有过,但现在不会,以后也不会了。”回答前,鲁万萌略有停顿,一旦开口,却无丝毫迟疑。

    此刻的多伦多,比北京凉爽,鲁万萌说她坐 在自己的新家里,心里有说不出的平静,或者还有隐隐的失落。“在这里,我们是彻彻底底的普通人,不再有曾经国内的光鲜。”

    “钱可以 再挣,内心的宁静和幸福感却是无价的。”令鲁万萌一家苦苦挣扎6年的,正是这种对于所谓内心安全感的追逐。

    中国精 英蜂拥美加澳

    也许,鲁万萌只是这一波移民大潮中最为平常的一个。

    北京因私出境中介机构协 会的最新统计数据便能够说明问题:2009年到美国投资移民的EB-5类签证的中国申报人数已经翻了一番,从2008年的500人上升到超过1000人。 同时,近十年申请各国技术移民的数量与投资移民相比,大约为20∶1。美国国务院公布的数据则显示,2010年财政年度获批的EB-5类签证移民总数还将 大幅增长,而中国申请人在其中所占的比重将可能提高至70%左右。

    而对于另一热门国度加拿大而言,尽管2009年曾有媒体称中国移 民加拿大出现低潮,但该国移民局提供的关于投资移民的数据,却给出另外一个结论:去年,加拿大吸收全球投资移民目标数为2055名,中国占了1000人, 而仅魁北克移民局审理的投资移民,中国申请人就占据了七成。

    澳大利亚同样“高烧不退”,根据今年1月澳洲统计局(ABS)公布的最 新数字,中国大陆出生人口的移民比例,从2009年8月至10月间的连续三个月,一直问鼎澳洲抵境“报到”移民人数榜首,超过传统的英国和新西兰,甚至后 来居上的印度。自2009年7月至今年1月,中国大陆移民澳洲的人数约为7800名。

    2007年,中国社科院发布的《全球政治与安 全》报告显示,中国已成为世界上最大的移民输出国。今年6月16日,国务院侨办宣布,中国外海侨胞的数量已超过4500万,绝对数量稳居世界第一。

0%(0)
0%(0)
标 题 (必选项):
内 容 (选填项):
实用资讯
回国机票$360起 | 商务舱省$200 | 全球最佳航空公司出炉:海航获五星
海外华人福利!在线看陈建斌《三叉戟》热血归回 豪情筑梦 高清免费看 无地区限制
一周点击热帖 更多>>
一周回复热帖
历史上的今天:回复热帖
2009: deliver: 谈谈温家宝为什么捧季羡林的
2009: 2008西藏暴乱,2009新疆暴乱,是外患?还
2008: 芦笛:更正与道歉
2008: 谁能帮我简单叙述一下Lesson跟老毛有和
2006: 少来"满嘴的仁义道德" -- 驳
2006: 为什么“经济陷于崩溃”的毛泽东时期建
2005: 袁崇焕的头颅(民心的反噬)
2005: 日本文明史(二) 风土与原始宗教思想 铃