会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
转用csdn,后续博客园不再更新 https://blog.csdn.net/hc1285653662?type=blog
首页
新随笔
管理
02 2020 档案
Oracle 中repalce() 函数的使用
摘要:场景 : 将库中某一列值中的‘-’ 去掉 语句:update GM_SEAL_APPLY t set t.apply_no =replace((select a.apply_no from GM_SEAL_APPLY a where a.apply_no=t.apply_no) , '-' , ''
阅读全文
posted @
2020-02-27 11:34
青岑
阅读(445)
评论(0)
推荐(0)
如何判断EasyUi中treegride的某一节点是不是叶子节点
摘要://判断该节点是不是叶子节点 var nodes=$('#user').treegrid('getChildren', rows[i].id); if(nodes.length>0){ alert("你选择的节点不是叶子节点,请重新选择!}
阅读全文
posted @
2020-02-23 19:07
青岑
阅读(492)
评论(0)
推荐(0)
公告