摘要: <form:input type="text" path="creditorScalesMin" id="creditorScalesMin" onkeyup="onlyNumber(this)" /> //金额输入限制function onlyNumber(obj){ //得到第一个字符是否为负号 阅读全文
posted @ 2017-09-20 11:45 L.大叔 阅读(2698) 评论(0) 推荐(0) 编辑
摘要: <c:if test="${fn:length(item.creditorName)>'15'}">${fn:substring(item.creditorName, 0, 15)}...</c:if> 阅读全文
posted @ 2017-09-01 17:19 L.大叔 阅读(2065) 评论(0) 推荐(0) 编辑
摘要: delimiter $DROP PROCEDURE IF EXISTS pro1;CREATE PROCEDURE pro1()BEGINDECLARE i INT;SET i = 1;while i < 100 DOUPDATE enterprise_inf SET STATUS='AA' WHE 阅读全文
posted @ 2017-07-31 16:32 L.大叔 阅读(235) 评论(0) 推荐(0) 编辑