04 2018 档案

摘要:insert into user(username,birthday,sex,address) value(#{username},#{birthday},#{sex},#{address}) ... 阅读全文
posted @ 2018-04-18 11:28 一个写代码的人 阅读(610) 评论(0) 推荐(0)
摘要:$.ajax({url:"${ctx}/hmd/hmdBaoguang/deleteByIds", async:false, type: 'POST', cache: false, processData: false, contentType: false, dataType:"json",dat 阅读全文
posted @ 2018-04-17 11:14 一个写代码的人 阅读(160) 评论(0) 推荐(0)
摘要:<c:choose> <c:when test="${fn:length(wk.title)>5}">${fn:substring(wk.title,0 ,5 )}......</c:when> <c:otherwise>${wk.title}</c:otherwise></c:choose> 阅读全文
posted @ 2018-04-08 17:47 一个写代码的人 阅读(367) 评论(1) 推荐(0)