
//滚动时保存滚动位置 $(window).scroll(function () { console.log($(w...
验证显示元素,必选 需要注意,item为当前元素。layui指向的有可能并不是当前元素 比如(select) form.verify({ r...
form.on('select(name_leixin)', function (data) { bj_zzxx_fun(data.elem...
.em_img { box-sizing: border-box; max-width: 100%; max-height: 100...
基础介绍 pstmt = conn.prepareStatement(sql, Statement.RETURN_GENERATED_KEYS...
使用JSP编写后台代码 1.数据库错误 pstmt = conn.prepareStatement(sql); pstmt.setSt...
使用JSP时,页面问题 1.使用layui时,页面显示异常 有可能,有}缺少 netbeans不会报错,有黄线警告提示 2.返回不显示,或者数据...
-- 数据库相关---------------------------------------------------> -- 查询所有数据库 ...
基础介绍 1.先设置为手动提交 conn.setAutoCommit(false); //将自动提交设置为false 2.若成功则提交 con...