subclipse - http://subclipse.tigris.org/update
posted @ 2010-12-02 09:39 董銳 閱讀(295) | 評論 (0) | 編輯 收藏
spket - http://www.spket.com/update
subclipse - http://subclipse.tigris.org/update posted @ 2010-12-02 09:39 董銳 閱讀(295) | 評論 (0) | 編輯 收藏 Tomcat啟動時classloader加載順序 posted @ 2010-11-03 11:31 董銳 閱讀(1013) | 評論 (0) | 編輯 收藏 What this means is that leadership involves setting direction, communicating that vision passionately to those they work with, and helping the people they lead understand and commit to that vision. Managers, on the other hand, are responsible for ensuring that the vision is implemented efficiently and successfully. posted @ 2010-08-23 16:29 董銳 閱讀(449) | 評論 (0) | 編輯 收藏
I know how to send by jquery post method $.post("test.php", { name: "John", time: "2pm" } ); but what if my form field name is array
how to send these 2 field value send to url by jquery post method?
You can pass in an array as a value in the object:
(This is documented at ajax but also works for post.)
posted @ 2010-07-14 11:46 董銳 閱讀(739) | 評論 (0) | 編輯 收藏 string.replace(new RegExp(oldString,"gm"),newString)) posted @ 2010-07-14 11:20 董銳 閱讀(208) | 評論 (0) | 編輯 收藏 在網(wǎng)上看到解決方案是把注冊表里(因?yàn)槭莣indows操作系統(tǒng))\HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE 下的NLS_lang 的NA值修改為SIMPLIFIED CHINESE_CHINA.ZHS16GBK; posted @ 2010-01-14 14:45 董銳 閱讀(13496) | 評論 (2) | 編輯 收藏 If you got this message: "Warning: Cannot modify header information - headers already sent by ...." Few notes based on the following user posts: 1. Blank lines (空白行):
2. Use exit statement (用exit來解決):
3. PHP has this annoying problem, if your HTML goes before any PHP code or any header modification before redirecting to certain page, it'll said "Warning: Cannot modify header information - headers already sent by ...." Basically anytime you output to browser, the header is set and cannot be modified. So two ways to get around the problem: 3a. Use Javascript (用Javascript來解決): 3b. Use output buffering (用輸出緩存來解決): 就像上面的代碼那樣,這種方法在生成頁面的時候緩存,這樣就允許在輸出head之后再輸出header了。 posted @ 2009-12-02 10:02 董銳 閱讀(7399) | 評論 (1) | 編輯 收藏 |
||