08 2011 档案

摘要:当你在安装了.NET Framework 4.0以上版本后,当你的应用程序以.NET Framework 4.0为框架版本,你的任意服务器请求,都将被进行服务器请求验证(ValidationRequest),这不仅包括ASP.NET,同时也包括Web Services等各种HTTP请求,不仅仅针对aspx页面,也针对HTTP Handler,HTTP Module等,因为这个验证(Valify)的过程,将会发生在BeginRequest事件之前。 问题的解决方案就是在全局级别(Web.config中)设置<configuration><system.web> <h 阅读全文
posted @ 2011-08-30 21:49 大力 阅读(288) 评论(0) 推荐(0)
摘要:原文见:http://bbs.okajax.com/demo/17/jQZoom allows you to realize a small magnifier window close to the image or images on your web page easily.I decided to build this jQuery plugin to embed detailed big images in my B2B.So now in few steps you can have your jQZoom in your website,eCommerce or whatever 阅读全文
posted @ 2011-08-14 22:45 大力 阅读(915) 评论(0) 推荐(0)