摘要:
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception { response.setCharacterEncoding("u 阅读全文
摘要:
Calendar instance = Calendar.getInstance();instance.clear();instance.setTime(new Date());instance.set(Calendar.HOUR_OF_DAY,23);instance.set(Calendar.M 阅读全文
摘要:
ArrayList<PatrolOper> patrolOpers = new ArrayList<>(); String jsonData = null; File jsonFile = null; try { jsonFile = ResourceUtils.getFile("classpath 阅读全文
摘要:
<td content="planEnergy"><fmt:formatNumber value="${gg.planEnergy}" pattern="#,#00.0#"/></td> 阅读全文
摘要:
function getOrgansid() { url="<%=basePath%>/rest/bsc/organ/selectOrganSidAllList"; $.ajax({ type:"POST", url:url, dataType:"json", contentType: "appli 阅读全文
摘要:
以下是学习过程中查询的资料,别人总结的资料,比较容易理解(站在各位巨人的肩膀上,望博主勿究) 创建型抽象工厂模式 http://www.cnblogs.com/java-my-life/archive/2012/03/28/2418836.html工厂方法 http://www.cnblogs.co 阅读全文
摘要:
$.ajax contentType 和 dataType , contentType 主要设置你发送给服务器的格式,dataType设置你收到服务器数据的格式。 在http 请求中,get 和 post 是最常用的。在 jquery 的 ajax 中, contentType都是默认的值:appl 阅读全文
摘要:
以前没有亲自添加过索引,今天添加了一下,果真强大。几百倍的速度提升。 SELECT * FROM tbl_sys_menu m WHERE m.SID in (SELECT mr.MENU_SID FROM tbl_sys_mrole mr WHERE mr.ROLE_SID in (SELECT 阅读全文