上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 70 下一页
摘要: http://cnblogs.com/oracoo/http://chuna2.787528.xyz/oracoo/archive/2012/07/08/2581899.html 阅读全文
posted @ 2012-10-06 19:52 zyip 阅读(203) 评论(0) 推荐(0)
摘要: 1、直接Redirect后加 Controller/ActionResponse.Redirect("/User/Edit"); // return Redirect("/User/Edit"); return RedirectToAction("about","Home");Response.Redirect("/User/Edit");2、直接return后加 Controller/Action return Redirect("/User/Edit"); 3、Redir 阅读全文
posted @ 2012-09-26 14:33 zyip 阅读(291) 评论(0) 推荐(0)
摘要: RGP94-KHYCY-HKY2G-RYPK2-2932C 阅读全文
posted @ 2012-09-24 08:48 zyip 阅读(161) 评论(0) 推荐(0)
摘要: http://www.hanselman.com/blog/PlugInHybridsASPNETWebFormsAndASPMVCAndASPNETDynamicDataSideBySide.aspx 阅读全文
posted @ 2012-09-22 20:25 zyip 阅读(121) 评论(0) 推荐(0)
摘要: for(UIView*viewin[self.backgroundViewsubviews]){//[viewremovefromsuperview];if([[[viewsuperclass]description]isEqualToString:@"UIButton"]){UIButton*btn=(UIButton*)view;btn.titleLabel.text=@"dynamictitle";btn.center=btn.superview.center;}}-(IBAction)addButton:(id)sender{CGRectfram 阅读全文
posted @ 2012-09-20 20:53 zyip 阅读(553) 评论(0) 推荐(0)
摘要: 20.5.2 Infinity and NaNIEEE754floating point numbers can represent positive or negative infinity, andNaN(not a number). These three values arise from calculations whose result is undefined or cannot be represented accurately. You can also deliberately set a floating-point variable to any of them, wh 阅读全文
posted @ 2012-09-20 18:33 zyip 阅读(259) 评论(0) 推荐(0)
摘要: http://www.symbolsource.org/http://blogs.msdn.com/b/webdev/archive/2012/08/30/getting-symbols-and-source-with-asp-net-nightly-nuget-packages.aspx 阅读全文
posted @ 2012-09-19 23:06 zyip 阅读(155) 评论(0) 推荐(0)
摘要: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\fc9714c8\c7904cf1App_Web_vpfydiqo.dllSystem.Web.WebPages.Razor.RazorBuildProvider CodeCompilerTypeC:\mvc3\mvc3-rtm-sources\mvc3-rtm-sources\mvc3\src\SystemWebMvc\Mvc\ViewResultBase.cs TextWriter writer = context.HttpContext.R 阅读全文
posted @ 2012-09-17 17:33 zyip 阅读(731) 评论(0) 推荐(0)
摘要: Controllers.HomeController.IndexSystem.Web.Mvc.ActionMethodDispatcher.ExecuteSystem.Web.Mvc.ReflectedActionDescriptor.ExecuteSystem.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilterSystem.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFiltersSystem.Web.Mvc.ControllerActionInvoker.Invok 阅读全文
posted @ 2012-09-16 12:37 zyip 阅读(204) 评论(0) 推荐(0)
摘要: http://weblogs.asp.net/soever/archive/2006/11/11/SharePoint-Solution-Generator-_2D00_-part-1_3A00_-create-a-site-definition-from-an-existing-site.aspxThis is part 1 in a series of blog post on the SharePoint Solution Generator. The SharePoint Solution Generator is a stand-alone application that can. 阅读全文
posted @ 2012-09-14 14:13 zyip 阅读(281) 评论(0) 推荐(0)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 70 下一页