01 2013 档案

摘要:在调用使用axis1.4生成的webService时,老是报题目中的那个异常,但调用还是能通过,但看着还是让人不爽,也不知道会不会有什么隐 患,在网上搜了大概是axis中自己的问题,解决的方法就是把log4j中日志的级别打高一点,由于E文水平有限,下面是问题解释的原文[plain] view plaincopyHi,Notsureifyougotyouanswerasyetbutanyhow,Ithoughtbelowdetailswouldhelpallfolkswhoarehavingsameproblem.ThisisloggedbecausethiscodeinAxisEngine(l 阅读全文
posted @ 2013-01-24 17:11 风吹倒了蕉 阅读(5630) 评论(1) 推荐(0)
摘要:<script> function getInfo() { var s = ""; s += " 网页可见区域宽:"+ document.body.clientWidth; s += " 网页可见区域高:"+ document.body.clientHeight; s += " 网页可见区域宽:"+ document.body.offsetWidth + " (包括边线和滚动条的宽)"; s += " 网页可见区域高:"+ document.body.offset 阅读全文
posted @ 2013-01-17 13:39 风吹倒了蕉 阅读(212) 评论(0) 推荐(0)
摘要:/** * post json格式的数据 * @param requestUrl * @param data * @param getReutrn * @return */ public static String postJsonData(String requestUrl, String data,boolean getReutrn){ String sTotalString = ""; try{ URL url = new URL(requestUrl); Ht... 阅读全文
posted @ 2013-01-16 17:06 风吹倒了蕉 阅读(1230) 评论(0) 推荐(0)
摘要:有时候,你会发现,在一些JS应用中,涉及到CSS的重新渲染(即页面样式需要更新)的话,IE死活不变。此时你需要让IE重新渲染一下:function handleIEhasLayout(){ //triggerre-renderingdocument.body.style.zoom = 1.1; //restoreitdocument.body.style.zoom = '';} 阅读全文
posted @ 2013-01-06 18:36 风吹倒了蕉 阅读(298) 评论(0) 推荐(0)