摘要:
jquery分页<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; c 阅读全文
posted @ 2013-05-10 01:08
逃亡者
阅读(257)
评论(0)
推荐(0)
摘要:
sql server分页存储过程利用表变量实现分页一、代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->CREATEPROCEDURE[dbo].[GetRecordFromPage]@SelectListVARCHAR(2000), --欲选择字段列表@TableSourceVARCHAR(100), --表名或视图表 @SearchConditionVARCHAR(2000), --查询条件@OrderExpressionVARCHAR 阅读全文
posted @ 2013-05-10 00:39
逃亡者
阅读(260)
评论(0)
推荐(0)