• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 








每日三省吾身
 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

06 2011 档案

 
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 阅读全文
posted @ 2011-06-29 15:52 渔樵耕读2017 阅读(351) 评论(0) 推荐(0)
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 阅读全文
posted @ 2011-06-27 16:20 渔樵耕读2017 阅读(239) 评论(0) 推荐(0)
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); }); $(" 阅读全文
posted @ 2011-06-10 16:04 渔樵耕读2017 阅读(215) 评论(0) 推荐(0)