随笔分类 - jsp(java Server Pages)
摘要:/** * 报表导出 * @param response */ @RequestMapping("/stuExcel") @LogAnno(value="对学生数据进行了excel表格导出",grade="info") public void stuExcel(HttpServletResponse response){ //...
阅读全文
摘要://获取到当前时间 Date date=new Date(); DateFormat format=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String time=format.format(date);
阅读全文