好用的 訊息紀錄工具 Log4j
簡易測試程式
package com.test;
import org.apache.log4j.Logger;
public class Log4jTest {
public static void main(String[] args){
Logger logger = Logger.getLogger("Log4jTest.class");
logger.debug("Hello World!!!");
logger.info("What a beautiful day!!");
}
}
2013年10月31日 星期四
2013年10月30日 星期三
測試 WebService 的工具 wizdl
測試 Web Service 的工具 wizdl
很便利的一套工具,免除開 VS20XX 的麻煩
wizdl - Web Service GUI Test Tool
相關連結:介紹好用工具:Web Service GUI Test Tool ( wizdl )
再來一套 WebServiceStudio
WebServiceStudio
相關連結 :WebServiceStudio一個方便的WebService測試工具
2013年10月11日 星期五
列印 HTML 網頁強制換頁的方式
透過 CSS 的 Pagebreak 來處理
{ page-break-after: always; /*在標籤後換頁*/ }
{ page-break-before: always; /*在標籤前換頁*/ }
參考文件:
http://blog.xuite.net/ben19770209/ASBeginner/5741666
http://www.neo.com.tw/archives/798
http://www.study-area.org/coobila/tutorial_576.html
{ page-break-after: always; /*在標籤後換頁*/ }
{ page-break-before: always; /*在標籤前換頁*/ }
參考文件:
http://blog.xuite.net/ben19770209/ASBeginner/5741666
http://www.neo.com.tw/archives/798
http://www.study-area.org/coobila/tutorial_576.html
訂閱:
文章
(
Atom
)