360doc--andy77的文章 http://www.ahfyzs.com/rssperson/1479076.aspx 360doc (http://www.ahfyzs.com) zh-cn 360doc--個人圖書館 (轉(zhuǎn))一次weblogic調(diào)優(yōu)的經(jīng)過(StuckThreadMaxTime) of "60... http://www.ahfyzs.com/content/10/0610/17/1479076_32365254.shtml 2010/6/10 17:44:50
第三種解決辦法: 最近,服務(wù)器weblogic經(jīng)常報異常: <Error> <WebLogicServer> <BEA-000337> <[STUCK]ExecuteThread: ''0'' for queue: ''weblogic.kernel.Default (self-tuning)''has been busy for "640" seconds working on the request "Http Request: /jsp/cn/modelshow/m_hbrow.jsp", which is more than the configured time (StuckThreadMaxTime) of "600"seconds.
Socket傳輸?shù)膯栴} http://www.ahfyzs.com/content/10/0610/17/1479076_32362187.shtml 2010/6/10 17:30:32
修改后用OutputStream out = Socket.getOutputStream();取得輸出流,再用out.write(byte[])的方法把byte數(shù)組傳到服務(wù)器 用InputStream in = Socket.getInputStream(); 取得輸入流,用in.read(byte[],int,int)的方法讀取服務(wù)器返回的數(shù)據(jù),執(zhí)行完read后 byte數(shù)組存放的就是服務(wù)器返回的數(shù)據(jù)字符 Anyway: 在進(jìn)行socket調(diào)試接口時,盡量采用用byte[]傳輸數(shù)據(jù)的方式。
在weblogic8執(zhí)行response.setCharacterEncoding報錯 http://www.ahfyzs.com/content/10/0610/17/1479076_32361184.shtml 2010/6/10 17:26:11
在weblogic8執(zhí)行response.setCharacterEncoding報錯 問題: weblogic8執(zhí)行response.setCharacterEncoding報錯 解決: weblogic8只支持j2ee1.3,而javax.servlet.http.HttpServletResponse.setCharacterEncoding好像是servlet2.4的,它對應(yīng)的是j2ee1.4。
負(fù)載均衡技術(shù)全攻略 http://www.ahfyzs.com/content/10/0610/17/1479076_32360050.shtml 2010/6/10 17:21:36
Quartz里的CronTrigger用法_Keep IT Simple and Stup... http://www.ahfyzs.com/content/10/0610/13/1479076_32315959.shtml 2010/6/10 13:42:18
Quartz里的CronTrigger用法_Keep IT Simple and Stup...Quartz里的CronTrigger用法2008-07-16 09:01.Quartz的Cron的格式 Seconds Minutes Hours Day-of-Month Month Day-of-Week Year (optional field) 每天臨晨1:300 30 1 * * ?
mysql5.1在solaris9 sparc 下安裝 http://www.ahfyzs.com/content/10/0607/18/1479076_31805143.shtml 2010/6/7 18:14:04
校驗碼無法顯示的問題 http://www.ahfyzs.com/content/10/0520/15/1479076_28574738.shtml 2010/5/20 15:54:08