摘要: 111 阅读全文
posted @ 2016-08-06 05:46 代码工作者 阅读(73) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-08-05 15:29 代码工作者 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-07-18 14:11 代码工作者 阅读(1) 评论(0) 推荐(0) 编辑
摘要: //将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 代码工作者 阅读(1112) 评论(0) 推荐(0) 编辑
摘要: 1 推送人 2 3 4 5 8 9 f... 阅读全文
posted @ 2016-07-07 15:04 代码工作者 阅读(475) 评论(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 代码工作者 阅读(538) 评论(0) 推荐(0) 编辑
摘要: 问题:执行List items = upload.parseRequest(request); 其中items获取不到值 解答: 此情况是struts拦截器产生的。见代码 在struts.xml中加入配置 如果struts是比较旧的版本 constant name = "struts.multipa 阅读全文
posted @ 2016-07-07 14:48 代码工作者 阅读(500) 评论(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 代码工作者 阅读(4646) 评论(0) 推荐(0) 编辑
摘要: 1 public class MailUtil 2 { 3 public static final String MAIL_HOST="MAIL_HOST"; 4 public static final String MAIL_USERNAME="MAIL_USERNAME"; 5 public static final String MAIL_PASSWORD... 阅读全文
posted @ 2016-06-07 16:14 代码工作者 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1 private static final String MASTER_SECTET = ""; 2 //Portal上注册应用时生成的 appKey 3 private static final String APP_KEY = ""; 4 private static final long TIME_TO_LIVE_NOTICE = 1000; 5 public static S... 阅读全文
posted @ 2016-06-07 16:11 代码工作者 阅读(219) 评论(0) 推荐(0) 编辑