摘要: //将form转为AJAX提交 function ajaxSubmit(frm, fn) { var dataPara = getFormJson(frm); $.ajax({ method:post, url: frm.action, type: frm.method, data: dataPara, ... 阅读全文
posted @ 2016-07-07 15:05 代码工作者 阅读(1139) 评论(0) 推荐(0)
摘要: 1 推送人 2 3 4 5 8 9 f... 阅读全文
posted @ 2016-07-07 15:04 代码工作者 阅读(487) 评论(0) 推荐(0)
摘要: 1 new Thread(new MailThread(user,audit, status, remark,auditService)).start(); 2 //发送推送信息 3 new Thread(new NoticeThread(user,audit, status, remark,auditService)).start... 阅读全文
posted @ 2016-07-07 14:57 代码工作者 阅读(587) 评论(0) 推荐(0)
摘要: 问题:执行List items = upload.parseRequest(request); 其中items获取不到值 解答: 此情况是struts拦截器产生的。见代码 在struts.xml中加入配置 如果struts是比较旧的版本 constant name = "struts.multipa 阅读全文
posted @ 2016-07-07 14:48 代码工作者 阅读(531) 评论(0) 推荐(0)
摘要: public class JPushUtils { //Portal上注册应用时生成的 masterSecret private static final String MASTER_SECTET = ""; //Portal上注册应用时生成的 appKey private static final String APP_KEY = ""; //... 阅读全文
posted @ 2016-07-07 14:38 代码工作者 阅读(4671) 评论(0) 推荐(0)