XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog
04 2011 档案
在我的iOS App中捕获这样的错误日志,什么原因呢?
摘要:2011-04-18 上午10点Thread 0 Crashed:0 libobjc.A.dylib 0x33a06466 objc_msgSend + 181 UIKit 0x313bdffe -[UIApplication _cancelGestureRecognizersForView:] + 182 UIKit 0x313b22e2 -[UIView(Hierarchy) _willMoveToWindow:] + 343 CoreFoundation 0x30435fe6 -[NSObject(NSObject) performSelector:withObject:withObje 阅读全文
posted @ 2011-04-18 10:23 不及格的程序员-八神 阅读(1663) 评论(0) 推荐(0)
.Net Framework Json序列化的方式比较,序列化别名,忽略字段
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Flint 阅读全文
posted @ 2011-04-12 13:18 不及格的程序员-八神 阅读(389) 评论(0) 推荐(0)
一个UINavigationController和UITabBarController的小秘密.
摘要:在UITabBarController设置自定义视图控制器时,导航类型为UINavigationController时,当你push一个不是当前活动tab控制器时,tab视图控制器不会有动作,但当你切换到那个tab控制器时,之前push的视图这时才会显示出来...,被delay了. 阅读全文
posted @ 2011-04-09 11:07 不及格的程序员-八神 阅读(625) 评论(0) 推荐(0)
今天是星期几,从iOS API 到 .net Framework.
摘要:早已不用Javascript/VBscript获取星期几的函数了,getDay/Weekday.它们功能太单一,而且不扶持本地化. 在iOS中获取某日期的API: NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; dat 阅读全文
posted @ 2011-04-01 11:23 不及格的程序员-八神 阅读(2167) 评论(1) 推荐(0)