08 2015 档案
easyui datagrid 逻辑分页
摘要:function getGroupUsers(groupPath) { $('#tbGroupUsersList').datagrid({ width: 800, height: 100, nowrap: false,... 阅读全文
posted @ 2015-08-19 11:09 小傻瓜 阅读(792) 评论(0) 推荐(0)
判断Sql Server2008中ntext不为空
摘要:select * from 表名 where datalength(列名)=0 or datalength(列名) is null 阅读全文
posted @ 2015-08-08 10:34 小傻瓜 阅读(635) 评论(0) 推荐(0)