URL Rewrite Module Configuration Reference
摘要:About the URL Rewrite moduleThe Microsoft URL Rewrite Module 2.0 for IIS 7 enables IIS administrators to create powerful customized rules to map request URLs to friendly URLs that are easier for users to remember and easier for search engines to find. You can use the URL Rewrite module to perform UR
阅读全文
HTTP Handler to Combine Multiple Files, Cache and Deliver Compressed Output for Faster Page Load
摘要:Download latest source code IntroductionIt's a good practice to use many small JavaScript and CSS files instead of one large JavaScript/CSS file for better code maintainability, but bad in terms of website performance. Although you should write your JavaScript code in small files and break large
阅读全文
mouseenter 与 mouseover 的区别
摘要:<html><head><script type="text/javascript" src="/jquery/jquery.js"></script><script type="text/javascript">x=0;y=0;$(document).ready(function(){ $("div.over").mouseover(function(){ $(".over span").text(x+=1); }); $("
阅读全文