摘要:
在ASP.NET MVC3中使用Uploadify上传文件时发现,在后台需要验证登录状态的时候,Uploadify根本无法完成验证,因此,在后台只能使用非验证状态进行文件上传 —— 众所周知,这无异于给非登录的不安分子提供了一个绝佳的机会。 为了解决这个问题,我们就需要去了解Uploadify,至... 阅读全文
2014年10月11日 #
2014年9月9日 #
摘要:
/// /// Adds the singular rule. /// /// The rule. /// The replacement. private static void AddSingularRule(string rule, string replac... 阅读全文
2014年9月5日 #
摘要:
HttpContext.Current.Response.Cache.SetExpires(System.DateTime.UtcNow.AddDays(-1)); HttpContext.Current.Response.Cache.SetValidUntilExpir... 阅读全文
摘要:
http://aspnetwebstack.codeplex.com/SourceControl/latest#src/System.Web.Http/HttpRouteCollectionExtensions.csroutes.MapHttpRoute( name: "CreateUser"... 阅读全文
2014年8月18日 #
2014年8月15日 #
摘要:
http://blog.maartenballiauw.be/post/2013/05/28/Throttling-ASPNET-Web-API-calls.aspxhttps://github.com/WebApiContrib/WebAPIContrib/blob/master/src/WebA... 阅读全文
2014年7月24日 #
摘要:
http://blog.csdn.net/kingcruel/article/details/9627101 阅读全文
2014年7月10日 #
摘要:
select Substring(ORIGINAL_IMAGE,len(ORIGINAL_IMAGE)-charindex('/',reverse(ORIGINAL_IMAGE))+2,len(ORIGINAL_IMAGE)) 阅读全文
2014年7月9日 #
摘要:
onclick="this.src+='?rand='+Math.random();" style="cursor: pointer; vertical-align: middle;"onclick="this.src='../Handler/ValCode.ashx?'+Math.random()... 阅读全文
摘要:
http://www.cnblogs.com/Music/archive/2012/08/06/model-validation-libary-fluent-validation-in-dotnet-and-asp-net-mvc.htmlhttp://tech.pro/tutorial/1334/... 阅读全文