09 2012 档案

摘要: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 阅读(282) 评论(0) 推荐(0) 编辑
摘要:RGP94-KHYCY-HKY2G-RYPK2-2932C 阅读全文
posted @ 2012-09-24 08:48 zyip 阅读(147) 评论(0) 推荐(0) 编辑
摘要:http://www.hanselman.com/blog/PlugInHybridsASPNETWebFormsAndASPMVCAndASPNETDynamicDataSideBySide.aspx 阅读全文
posted @ 2012-09-22 20:25 zyip 阅读(114) 评论(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 阅读(548) 评论(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 阅读(240) 评论(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 阅读(139) 评论(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 阅读(718) 评论(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 阅读(193) 评论(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 阅读(274) 评论(0) 推荐(0) 编辑
摘要:[c#美味]使用Http Head方法获取文件长度需求有一个固定URL的文件,服务器端程序会定期的更新这个文件,现在需要写一个工具来监控这个文件的变化。解决办法最初我想到的是把这个文件下载下来,然后通过大小来判断文件是否改变(已知该文件变化时大小会变化)。但是这个文件有时会很大,如果每次都下载下来会消耗一定的时间,希望能更快一些。搜索了一下,发现Http除了Get和Post方法外,还有Head方法,它可以获取http头信息,其中的Content-Length就是文件的大小。理论在HttpWebRequest 中设置Method属性为Head,就可以只获取http的头信息,而不返回实际内容。除了 阅读全文
posted @ 2012-09-14 12:21 zyip 阅读(984) 评论(0) 推荐(0) 编辑
摘要:Using User Controls in SharePointDownload Source - You must register firstSharePoint OverviewSharePoint is a very robust and scalable Content Management and Collaboration Platform from Microsoft. It extends over the existing ASP.NET framework and provides a whole set of out of the box features for s 阅读全文
posted @ 2012-09-13 09:57 zyip 阅读(416) 评论(0) 推荐(0) 编辑
摘要:http://krish.codeworth.com/development/developer/ios-interview-questions-with-answers/http://www.geekinterview.com/Interview-Questions/iOShttp://www.applausible.com/blog/?p=654 阅读全文
posted @ 2012-09-09 21:35 zyip 阅读(194) 评论(0) 推荐(0) 编辑
摘要:MultiColumnTableViewForiOS for iOShttp://www.cocoacontrols.com/platforms/ios/controls/multicolumntableviewforioshttp://www.cocoacontrols.com/platforms/ios/controls/scrollable-multicolumn-table-for-ipadDrawing a Grid in a UITableViewhttp://usxue.is-programmer.com/posts/14176.html 阅读全文
posted @ 2012-09-09 21:34 zyip 阅读(207) 评论(0) 推荐(0) 编辑
摘要:crystal report 导入/插入图片时没反应Crystal Reports will insert certain images but not othersAfter messing with this problem all day, I found out it’s a bug in the Crystal Reports IDE.Here’s how to duplicate the issue:Right click on your report and select Insert >> PictureDouble-click on the image that 阅读全文
posted @ 2012-09-07 09:21 zyip 阅读(476) 评论(0) 推荐(0) 编辑
摘要:windows 2008/win8 iis aspnet_iisreg.exe 0x8007000BOpen a Command Prompt Window打开一个命令提示符窗口Change directory to: c:\windows\Microsoft.NET\Framework64\v2.0.50727更改目录:C:\ WINDOWS \ Microsoft.NET \框架64\ V2.0.50727Run the following command: aspnet_regiis.exe /i运行以下命令:Aspnet_regiis.exe的/我 阅读全文
posted @ 2012-09-06 13:36 zyip 阅读(888) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示