少林

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

07 2015 档案

摘要:Calendar cal = Calendar.getInstance();cal.add(Calendar.DATE, -1);String yesterday = new SimpleDateFormat("yyyy-MM-dd").format(cal.getTime()); 阅读全文
posted @ 2015-07-24 11:21 Stanley_yu 阅读(223) 评论(0) 推荐(0)

摘要:#在log4j.properties中加入以下配置即可:log4j.logger.com.ibatis.common.jdbc.SimpleDataSource=DEBUGlog4j.logger.com.ibatis.sqlmap.engine.impl.SqlMapClientDelegate=... 阅读全文
posted @ 2015-07-23 10:23 Stanley_yu 阅读(784) 评论(0) 推荐(0)

摘要:import java.io.*;import java.net.*;public class ClientTest { public static void main(String[] args) throws Exception { Socket s = new Socket... 阅读全文
posted @ 2015-07-20 15:34 Stanley_yu 阅读(250) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2015-07-20 11:03 Stanley_yu 阅读(442) 评论(0) 推荐(0)

摘要:fileMap = new TreeMap();//有序 if(oldNameArr!=null && newNameArr!=nu... 阅读全文
posted @ 2015-07-16 13:51 Stanley_yu 阅读(1100) 评论(0) 推荐(0)

摘要:/****jsp显示验证码图片****/ 看不清楚function changeImg() { $("#imgCodeId").attr("src", "system!verifyCode.do?nocache="+new Date().getTime()); }/*action调用并输出验证... 阅读全文
posted @ 2015-07-16 09:07 Stanley_yu 阅读(324) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2015-07-15 11:58 Stanley_yu 阅读(387) 评论(0) 推荐(0)