07 2015 档案

摘要:学习mybatis的时候遇到打印不出sql 的问题,在这里做个总结:1:首先log4j.properties这样配置;log4j.rootLogger=DEBUG,console,Rlog4j.appender.console=org.apache.log4j.ConsoleAppenderlog4... 阅读全文
posted @ 2015-07-15 15:45 Cwift 阅读(454) 评论(0) 推荐(0)
摘要:随笔写来玩玩public class getXYByAliyunAPI { public static void main(String[] args) { Connection conn =null; FileOutputStream fis =null; ... 阅读全文
posted @ 2015-07-08 16:59 Cwift 阅读(320) 评论(1) 推荐(0)