摘要: $.ajax({ type: "post",//请求方式 url: context + "/addition/sendRegEmail.do",//后台路径 async: false, //false为同步,true为异步 dataType:"json",//参数接收格式 data:{ "opr"... 阅读全文
posted @ 2015-11-24 14:37 神玄晓 阅读(95) 评论(0) 推荐(0) 编辑
摘要: public class ZipHelper { public static void compress(InputStream is, OutputStream os, String entry) throws Exception{ byte[] bytes = new byte[1024 * 8... 阅读全文
posted @ 2015-11-24 10:27 神玄晓 阅读(131) 评论(0) 推荐(0) 编辑