08 2015 档案
easyui datagrid 逻辑分页
摘要:function getGroupUsers(groupPath) { $('#tbGroupUsersList').datagrid({ width: 800, height: 100, nowrap: false,...
阅读全文
判断Sql Server2008中ntext不为空
摘要:select * from 表名 where datalength(列名)=0 or datalength(列名) is null
阅读全文