Allen Wang

专注web开发
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Web开发

摘要:http://www1.ap.dell.com/content/topics/topic.aspx/ap/topics/power/zhcn/ps4q01_mulzer?c=cn&l=zh&s=lca 高速缓存是具有增强Web站点性能和可扩展性的一项技术。这篇文章讨论Web网页的高速缓存和各种访问静态、动态Web网页的技术,也详细讨论了动态网页功能服务器高速缓存的优势。 阅读全文

posted @ 2007-12-06 10:51 AllenWang.NET 阅读(418) 评论(0) 推荐(0)

摘要:Caching Tutorial http://www.mnot.net/cache_docs/ 面向站长和网站管理员的Web缓存加速指南 http://www.chedong.com/tech/cache_docs.html MSDN ASP.NET 缓存 http://msdn2.microsoft.com/zh-cn/library/xsbfdd8c(VS.80).aspx 阅读全文

posted @ 2007-12-05 16:38 AllenWang.NET 阅读(211) 评论(0) 推荐(0)

摘要:http://www.microsoft.com/technet/prodtechnol/windowsserver2003/zh-chs/library/iis/dcec9cb2-9270-4ea5-8556-46528fea058d.mspx?mfr=true (中文) http://www.microsoft.com/technet/prodtechnol/WindowsServer200... 阅读全文

posted @ 2007-12-05 14:01 AllenWang.NET 阅读(275) 评论(0) 推荐(0)

摘要:http://www.snapfiles.com/get/etagfix.html ETagFix is an ISAPI Filter add-on for Microsoft Internet Information Server (IIS) or any other web server that supports ISAPI filters, that removes part of t... 阅读全文

posted @ 2007-12-05 10:31 AllenWang.NET 阅读(234) 评论(0) 推荐(0)

摘要:http://support.microsoft.com/kb/247404/zh-cn IIS: How to Disable Caching of Specific MIME Types http://support.microsoft.com/kb/247389/ 阅读全文

posted @ 2007-12-05 10:09 AllenWang.NET 阅读(822) 评论(0) 推荐(0)

摘要:http://www.microsoft.com/china/msdn/library/webservices/asp.net/WebDownloads.mspx?mfr=true • 从 ASP.NET 站点进行动态下载 • 生成即时链接 • 可恢复下载和自定义处理程序 • 自定义下载机制所涉及的安全性问题 阅读全文

posted @ 2007-12-04 20:10 AllenWang.NET 阅读(123) 评论(0) 推荐(0)

摘要:FirBug https://addons.mozilla.org/en-US/firefox/addon/1843 Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monit... 阅读全文

posted @ 2007-12-04 17:17 AllenWang.NET 阅读(270) 评论(0) 推荐(0)

摘要:http://www.w3.org/Protocols/rfc2616/rfc2616.html 1) 如何设置当前网站页面所请求的HTTP协议版本? 阅读全文

posted @ 2007-12-04 16:20 AllenWang.NET 阅读(243) 评论(0) 推荐(0)

摘要:http://www.ibm.com/developerworks/cn/web/wa-lo-webcompress/index.html 网页压缩是一项由 WEB 服务器和浏览器之间共同遵守的协议,也就是说 WEB 服务器和浏览器都必须支持该技术,所幸的是现在流行的浏览器都是支持的,包括 IE、FireFox、Opera 等;服务器有 Apache 和 IIS 等。双方的协商过程如下: ... 阅读全文

posted @ 2007-12-04 14:32 AllenWang.NET 阅读(302) 评论(0) 推荐(0)

摘要:如何提高网页的效率(上篇)——提高网页效率的14条准则 * Make Fewer HTTP Requests * Use a Content Delivery Network * Add an Expires Header * Gzip Components * Put CSS at the Top * Move Scripts to the Bo... 阅读全文

posted @ 2007-12-01 16:52 AllenWang.NET 阅读(306) 评论(0) 推荐(0)

摘要:官方站点 http://www.iis.net HttpWatch 5.1 HTTP Viewer and Debugger HttpWatch is an HTTP viewer and debugger that integrates with Internet Explorer to provide seamless HTTP and HTTPS monitoring without le... 阅读全文

posted @ 2007-12-01 11:02 AllenWang.NET 阅读(284) 评论(0) 推荐(0)

摘要:使用ETags减少Web应用带宽和负载 http://www.infoq.com/cn/articles/etags 如何利用客户端缓存对网站进行优化? http://blog.csdn.net/houjianxun/archive/2007/09/25/1799328.aspx 有.NET示例代码 Python:Http Web服务->处理 Last-Modified 和 ETag http... 阅读全文

posted @ 2007-12-01 09:51 AllenWang.NET 阅读(660) 评论(0) 推荐(0)