摘要: <input id="taskId" type="hidden" name="taskId" value="${taskId} "/> <input type="checkbox" group="ids" class="checkboxCtrl">全选 <c:forEach items="${tas 阅读全文
posted @ 2017-08-16 11:12 小明珠 阅读(854) 评论(0) 推荐(0) 编辑
摘要: //将以前的数据放在外层循环,若为false,则删除 for(int i=0;i<taskIdBefore.size();i++){ boolean isHas = false; for(int j=0;j<taskIdNow.size();j++){ if(taskIdBefore.get(i)! 阅读全文
posted @ 2017-08-16 11:04 小明珠 阅读(857) 评论(0) 推荐(0) 编辑
摘要: /** * 根据月份返回对应的当月第一天的时间戳 * @param monthStr 格式:yyyyMM * @return */ private long getFirstDayTimestamp(String monthStr) { if (StringUtils.isEmpty(monthSt 阅读全文
posted @ 2017-08-16 10:58 小明珠 阅读(407) 评论(0) 推荐(0) 编辑