摘要:
Introduction JavaScript has built-in methods to format a number to a certain precision. They are toFixed and toPrecision, and are part of the Number object. Any browser that supports ECMAScript versi... 阅读全文
摘要:
MSSQL 2005 分页分析及优化 MSSQL 分页方式说明: 目前我所知的有以下几种方式 临时表 表变量 in, not in SET ROWCOUNT CTE id >, id = @PageCount/2 @AbsolutePage == @PageCount 情况 1: 请求页等于第一页, 这种情况是最简单的. 复制内容到... 阅读全文
摘要:
Retrieving HTTP content in .NET by Rick Strahl West Wind Technologies http://www.west-wind.com/ Last Update: March 12, 2002 Code for this article: http://www.west-wind.com/presentations/dotnetW... 阅读全文