摘要:
Eclipse使用Git提交和down项目 声明:本人非原创 声明:本人非原创 Eclipse上git操作。 一、说明 本文档只供开发时git的操作参考,个人认为git之所以能被越来越多的互联网公司应用,与SVN相比其本身的优点还是特别显著的。如果想要深入了解,可以参考网上博客以及视频。 二、开始使 阅读全文
摘要:
阅读全文
摘要:
form中或者说pojo中的属性 >自动获取创建时间 阅读全文
摘要:
前端校验只能输入数字 <input name="elementLength" maxlength="8" onkeyup="(this.v=function(){this.value=this.value.replace(/[^0-9-]+/,'');}).call(this)" onblur="t 阅读全文
摘要:
<fmt:formatDate value="${pro.addTime }" type="date" pattern="yyyy-MM-dd HH:mm:ss"/> 阅读全文
摘要:
前端显示省略号 <td title="${pro.member}"> <c:if test="${not empty pro.member}"> ${fn:substring(pro.member,0,18)}${fn:length(pro.member)>18?'...':''} </c:if> 阅读全文
摘要:
<!-- 账单编号 --> <if test="billListForm.code != null and billListForm.code != ''"> AND a.code LIKE CONCAT('%',#{billListForm.code},'%') </if> <!-- 账单状态 - 阅读全文
摘要:
数字保持小数点后一位 <fmt:formatNumber type="number" value="${commercialService.discountsPrice}" pattern="0.0" maxFractionDigits="1"/>元 阅读全文
摘要:
阅读全文
摘要:
阅读全文