摘要:
SEO Basics:The First Step is to make the core architecture of your web site to be search engine friendly.Weshould create beautiful database driven websites that are search engine friendly,, ensuringou... 阅读全文
posted @ 2009-12-07 18:55
ASP.Net 4.0教程
阅读(276)评论(0)推荐(0)
摘要:
Using ADO.NET with Parameterized Stored ProceduresADO.NET class that deals with input and output stored procedure parameters is DbCommand. This shouldn’t come as a big surprise—DbCommand i... 阅读全文
posted @ 2009-12-05 21:46
ASP.Net 4.0教程
阅读(409)评论(0)推荐(0)
摘要:
部分转自:http://www.cnblogs.com/xinyuxin912/archive/2009/03/10/1407495.htmlSelect * FROM ( select ROW_NUMBER()Over(order by cf_id desc) as rowId,* from T_Test ) as mytablewhere rowId between 21 and 40 每页2... 阅读全文
posted @ 2009-12-05 21:04
ASP.Net 4.0教程
阅读(324)评论(0)推荐(0)
摘要:
There are two main ways to implement paging:• Paging at the database level: In this case, the database returns only the page of products the visitor wants to see.• Paging at the application ... 阅读全文
posted @ 2009-12-05 20:43
ASP.Net 4.0教程
阅读(436)评论(0)推荐(0)