摘要: 添加[[NSNotificationCenter defaultCenter] addObserver:mLoginView selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil];在keyboardWillShow中调UIView坐标,UIView.center = CGPointMake(x,y);然后在textField的Did End On Edit事件中再改回去http://www.cocoachina.com/bbs/read.php?tid-30877-fpage- 阅读全文
posted @ 2011-03-23 16:31 zyip 阅读(541) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2011-02-21 15:36 zyip 阅读(344) 评论(0) 推荐(0) 编辑
摘要: Option 1: IE8 and Firefox using the same style, IE6 and IE7 using anotherOption 2: IE8 and Firefox using the same style, IE6 and IE7 using their own styles different to IE8 and Firefox.Option 3: Similar to above, but if you need to target IE8 and Firefox separately.Option 4: Similar to above, but if 阅读全文
posted @ 2011-02-08 17:21 zyip 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 使用jquery获得background-position时的问题2010-08-28 14:21在使用jquery(1.3.2版本),通过$("某div").css("background-position")时,在IE各个版本中都无法获得,返回都是undefined。后来查了写资料,发现,在IE下无法获得该属性,只能获得background-position-x和background-position-y。所以代码就必须进行修改var defaultPoint = []; var p = $("#welcomePanel p").css("background-position"); 阅读全文
posted @ 2011-02-08 17:01 zyip 阅读(563) 评论(0) 推荐(0) 编辑
摘要: Tuesday / Wednesday = Increased ResponseStudies conducted by online research analysts have shown that the best days to perform a mail-out to your list are Tuesday and Wednesday, as this is when people are more receptive to communication. This means that they are more likely to read your content and 阅读全文
posted @ 2011-01-07 11:16 zyip 阅读(143) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2010-11-18 11:29 zyip 阅读(312) 评论(0) 推荐(0) 编辑
摘要: /root/fields/field[1]/root/fields/field[1]/text()/root/fields/field[@id="last_name"]//field[@id="last_name"]//*[@id="last_name"]//field[@group!=""]//field[@group!=""]/@group 阅读全文
posted @ 2010-11-05 14:38 zyip 阅读(128) 评论(0) 推荐(0) 编辑
摘要: [代码][代码]代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<system.serviceModel><serviceHostingEnvironmentaspNetCompatibilityEnabled="true"/&g... 阅读全文
posted @ 2010-11-01 14:58 zyip 阅读(414) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2010-10-28 15:29 zyip 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1.System.Threading.Timer代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//http://msdn.microsoft.com/en-us/library/system.threading.timer.aspxusingSy... 阅读全文
posted @ 2010-10-27 18:07 zyip 阅读(184) 评论(0) 推荐(0) 编辑