zwei1121

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页

2014年10月11日 #

摘要: 在ASP.NET MVC3中使用Uploadify上传文件时发现,在后台需要验证登录状态的时候,Uploadify根本无法完成验证,因此,在后台只能使用非验证状态进行文件上传 —— 众所周知,这无异于给非登录的不安分子提供了一个绝佳的机会。 为了解决这个问题,我们就需要去了解Uploadify,至... 阅读全文
posted @ 2014-10-11 13:07 zwei 阅读(2854) 评论(0) 推荐(0) 编辑

2014年9月9日 #

摘要: /// /// Adds the singular rule. /// /// The rule. /// The replacement. private static void AddSingularRule(string rule, string replac... 阅读全文
posted @ 2014-09-09 15:28 zwei 阅读(419) 评论(0) 推荐(0) 编辑

2014年9月5日 #

摘要: HttpContext.Current.Response.Cache.SetExpires(System.DateTime.UtcNow.AddDays(-1)); HttpContext.Current.Response.Cache.SetValidUntilExpir... 阅读全文
posted @ 2014-09-05 15:42 zwei 阅读(359) 评论(0) 推荐(0) 编辑

摘要: http://aspnetwebstack.codeplex.com/SourceControl/latest#src/System.Web.Http/HttpRouteCollectionExtensions.csroutes.MapHttpRoute( name: "CreateUser"... 阅读全文
posted @ 2014-09-05 15:41 zwei 阅读(1849) 评论(0) 推荐(0) 编辑

2014年8月18日 #

摘要: 首页 > 订单管理 打 印 阅读全文
posted @ 2014-08-18 11:30 zwei 阅读(146) 评论(0) 推荐(0) 编辑

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... 阅读全文
posted @ 2014-08-15 09:56 zwei 阅读(230) 评论(1) 推荐(0) 编辑

2014年7月24日 #

摘要: http://blog.csdn.net/kingcruel/article/details/9627101 阅读全文
posted @ 2014-07-24 17:21 zwei 阅读(122) 评论(0) 推荐(0) 编辑

2014年7月10日 #

摘要: select Substring(ORIGINAL_IMAGE,len(ORIGINAL_IMAGE)-charindex('/',reverse(ORIGINAL_IMAGE))+2,len(ORIGINAL_IMAGE)) 阅读全文
posted @ 2014-07-10 09:19 zwei 阅读(299) 评论(0) 推荐(0) 编辑

2014年7月9日 #

摘要: onclick="this.src+='?rand='+Math.random();" style="cursor: pointer; vertical-align: middle;"onclick="this.src='../Handler/ValCode.ashx?'+Math.random()... 阅读全文
posted @ 2014-07-09 15:52 zwei 阅读(476) 评论(0) 推荐(0) 编辑

摘要: 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/... 阅读全文
posted @ 2014-07-09 10:59 zwei 阅读(140) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页