随笔分类 -  jsp(java Server Pages)

摘要:/** * 报表导出 * @param response */ @RequestMapping("/stuExcel") @LogAnno(value="对学生数据进行了excel表格导出",grade="info") public void stuExcel(HttpServletResponse response){ //... 阅读全文
posted @ 2017-01-14 14:53 巴黎的雨季 阅读(1390) 评论(0) 推荐(0) 编辑
摘要://获取到当前时间 Date date=new Date(); DateFormat format=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String time=format.format(date); 阅读全文
posted @ 2016-06-27 23:42 巴黎的雨季 阅读(316) 评论(0) 推荐(0) 编辑