随笔 - 144  文章 - 0  评论 - 2  阅读 - 91716
03 2022 档案
动态增加行和减少行(table表格)
摘要:<%@ page language="java" contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" %> <%@ include file="/WEB-INF/jsp/sys/css.jsp"%> <%@ include file= 阅读全文
posted @ 2022-03-30 16:10 IT-QI 阅读(166) 评论(0) 推荐(0) 编辑
input事件
摘要:输入整数且保留两位小数<input type="text" id="costs1" class="layui-input" value="" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d 阅读全文
posted @ 2022-03-21 10:52 IT-QI 阅读(113) 评论(0) 推荐(0) 编辑
循环tabel,计算table中的值
摘要:var tableObj = document.getElementById("baoxiao");//-3是因为后边三行不计算for (var i = 1; i < tableObj.rows.length-3; i++) { //遍历Table的所有Row if(tableObj.rows[i] 阅读全文
posted @ 2022-03-21 09:54 IT-QI 阅读(26) 评论(0) 推荐(0) 编辑
JS页面校验数字的正则
摘要:输入纯数字<input type="text" id="costs" name="costs" onkeyup="checkNum(this)" lay-verify="required" class="layui-input" value="${object.costs}" > window.ch 阅读全文
posted @ 2022-03-17 17:12 IT-QI 阅读(451) 评论(0) 推荐(0) 编辑
PowerDesigner导出时生成Oracle comment 备注
摘要:https://blog.csdn.net/funnyfu0101/article/details/52163547 在将powerdesigner 15X 导出到数据库或者sql语句时,想要将表和字段的name导出变成备注(comment),该如何实现呢?目前的情况,是有的字段能导出,而有点字段不 阅读全文
posted @ 2022-03-02 15:56 IT-QI 阅读(184) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示