摘要:
原文:http://www.cnblogs.com/kissdodog/archive/2012/12/15/2819025.htmlajaxFileUpload是一个异步上传文件的jQuery插件语法:$.ajaxFileUpload([options]) options参数说明:1、url ... 阅读全文
摘要:
@RequestMapping(params = "method=import", method = RequestMethod.POST) @ResponseBody public String importConfig(HttpServletRequest request, Http... 阅读全文
摘要:
@RequestMapping(params = "method=export", method = RequestMethod.GET) public void exportConfig(HttpServletRequest request, HttpServletResponse resp... 阅读全文