摘要: 1 package com.pc.core.util; 2 3 import java.net.MalformedURLException; 4 import java.net.URL; 5 6 import javax.servlet.http.Cookie; 7 import javax.servlet.http.HttpServletRequest; 8 import javax.servlet.http.HttpServletResponse; 9 10 import org.apache.commons.beanutils.ConvertUtils; 11 ... 阅读全文
posted @ 2013-01-11 09:51 欢歌911 阅读(2893) 评论(0) 推荐(0) 编辑
摘要: 1 package util; 2 3 4 import java.text.ParseException; 5 import java.text.SimpleDateFormat; 6 import java.util.Calendar; 7 import java.util.Date; 8 9 import org.apache.commons.lang.StringUtils; 10 import org.apache.commons.logging.Log; 11 import org.apache.commons.logging.LogFactory; 12... 阅读全文
posted @ 2013-01-11 09:42 欢歌911 阅读(928) 评论(0) 推荐(0) 编辑