摘要:
public int ChenkUserNameOrPwd(string userName,string userPwd) { int i = 0; if (!string.IsNullOrEmpty(userName) && !string.IsNullOrEmpty(userPwd)) { st 阅读全文
摘要:
gocreate proc fenye_Pro(@pageIndex int,@pageCount int)asbeginselect top(@pageCount)* from (select *,ROW_NUMBER() over(order by RowId) RowIndex from Ta 阅读全文