摘要: Major Intel, Sun deal to be announced Monday Solaris on Xeons, co-engineering deal By INQUIRER staff: Sunday 21 January 2007, 17:01 SOURCES CLOSE to AMD Taiwan confirm that the CEOs of Sun and Intel will announce a wide ranging deal on Monday.
閱讀全文
摘要: 在tomcat安裝好后,只要把你的web項目copy到%TOMCAT_HOME%webapp下面就可以是使用啦??!其實還有種方法就是設定虛擬目錄,即把項目的目錄映射到tomcat中
閱讀全文
摘要: String patternStr = "\\((\\w+)\\)"; //這里對應的正則表達式 \((\w+)\) 兩個\\是java字符表示需要的轉義 String replaceStr = "|$1|";\\這里$1引用group,就是前邊表達式中的(\w
閱讀全文
摘要: replace() 替換
它有兩種形式,第一種形式用一個字符在調用字符串中所有出現某個字符的地方進行替換,形式如下:String replace(char original,char replacement)
閱讀全文
摘要: NetBeans使用mobility包開發手機程序,采用了流設計使得開發過程簡便和可視化。在這里我主要介紹如何在使用mobility包開發播放多媒體數據(圖片、音頻、視頻)的Demo,和大家一起分享
閱讀全文