Redian新闻
>
Another Servlet Problem:Browser Caching
avatar
Another Servlet Problem:Browser Caching# Java - 爪哇娇娃
j*n
1
【 以下文字转载自 ChinaNews 讨论区 】
发信人: jnyn (hamster), 信区: ChinaNews
标 题: 吳敬璉:中國賄賂金額 占國民財富3成
发信站: BBS 未名空间站 (Wed Nov 3 02:54:20 2010, 美东)
編譯盧永山/綜合報導〕中國知名經濟學家吳敬璉在剛出版的「中國改革」雜誌第十一
期發表「極左極右都危險,盲目仇富會擾亂社會陣線」文章指出,中國貧富差距擴大的
首要原因是腐敗和壟斷。
腐敗、壟斷 中國貧富擴大主因
文章指出,從一九八○年代中期起,中國貧富差距開始擴大,有人說中國目前的基尼係
數是○.四七,甚至超過○.五,無論結果如何,都顯示中國貧富差距已到了十分懸殊
地步。
吳強調,中國貧富差距擴大的首要原因是腐敗和壟斷,這可從租金總額占GDP的比例
得知,租金總額是指賄賂總金額的上限,目前占整個國民財富的二十%至三十%,世界
很少有國家達到這麼高的水準。從中可以看出,中國腐敗活動的規模有多大,對貧富差
距的影響有多大。
文章指出,造成中國貧富差距過大的另一個是成長模式的缺陷;由於中國主要靠投資來
實現成長,必然導致資本所有者(包括政府和國營企業)收入占總收入的比重越來越大
,而勞動者占總收入的比重越來越小。
文章指出,還有其他因素造成中國勞動者收入偏低。例如,一般工人在工資談判的地位
與資方不對等,資方雖然沒有組織,但往往獲得地方政府支援,而工人,尤其是農民工
則完全沒有組織。在這種談判中,與其說勞動市場決定了工資水準,不如說雙方的談判
地位起了決定性作用。
文章說,中國農民收入過低的重要原因在於,原本屬於他們的土地產權未獲得保障。中
國農業專家預估,這些年來,以低價從農民那裡取得土地,轉賣後的差價收入就高達人
民幣二十至於三十兆元(約四.四兆美元)。土地管理部門和建設部門的貪官對取得農
民土地,可說是前仆後繼,層出不窮,一些有特權背景的房地產商也趁機發橫財。
1.5億人口每天收入不到一美元
中國去年的人均所得約三六○○美元,世界排名一○五名,但十三億人口中仍有一.五
億人還達不到聯合國每天一美元收入的最低收入標準。而根據最新的胡潤中國富豪排行
榜,中國個人身價超過十億美元的富豪人數高達一二八名。
avatar
r*s
2
Thanks for Qing DX's answer. It is really helpful.
Another urgent servlet question: The browser(IE) is somehow
caching the servlet output. There are some hyperlinks on the
output page created by serlvets. The hyperlink calls the
servlet itself or some other servlets. Due to the browser
caching problem, if the hyperlink has been clicked before,
the browser won't actually call the corresponding servlet,but
just return the previous caching pages, even the pages are
stale.
I tried to use
response.se
avatar
r*s
3
got it, either revise the browser's setting, or add a random number
at the end of each servlet calling. the latter is preferred as we cannot
expect every user's cache setting to be none.

【在 r*****s 的大作中提到】
: Thanks for Qing DX's answer. It is really helpful.
: Another urgent servlet question: The browser(IE) is somehow
: caching the servlet output. There are some hyperlinks on the
: output page created by serlvets. The hyperlink calls the
: servlet itself or some other servlets. Due to the browser
: caching problem, if the hyperlink has been clicked before,
: the browser won't actually call the corresponding servlet,but
: just return the previous caching pages, even the pages are
: stale.
: I tried to use

avatar
Q*g
4
试试这个:
response.setHeader("Pragma","No-cache");
response.setHeader("Cache-Control","no-cache");
response.setDateHeader("Expires", 0);

【在 r*****s 的大作中提到】
: got it, either revise the browser's setting, or add a random number
: at the end of each servlet calling. the latter is preferred as we cannot
: expect every user's cache setting to be none.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。