上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 69 下一页
摘要: 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 阅读(551) 评论(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 阅读(250) 评论(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 阅读(154) 评论(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 阅读(728) 评论(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 阅读(201) 评论(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 阅读(277) 评论(0) 推荐(0)
摘要: [c#美味]使用Http Head方法获取文件长度需求有一个固定URL的文件,服务器端程序会定期的更新这个文件,现在需要写一个工具来监控这个文件的变化。解决办法最初我想到的是把这个文件下载下来,然后通过大小来判断文件是否改变(已知该文件变化时大小会变化)。但是这个文件有时会很大,如果每次都下载下来会消耗一定的时间,希望能更快一些。搜索了一下,发现Http除了Get和Post方法外,还有Head方法,它可以获取http头信息,其中的Content-Length就是文件的大小。理论在HttpWebRequest 中设置Method属性为Head,就可以只获取http的头信息,而不返回实际内容。除了 阅读全文
posted @ 2012-09-14 12:21 zyip 阅读(1000) 评论(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 阅读(424) 评论(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 阅读(202) 评论(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 阅读(212) 评论(0) 推荐(0)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 69 下一页