Tekkaman

导航

 

2013年1月17日

摘要: 【javascript之Wrapper Object】 参阅《js definitive guide》3.6节。 阅读全文
posted @ 2013-01-17 21:25 Tekkaman 阅读(611) 评论(0) 推荐(0)
 
摘要: 【The Global Object】 The globalobject is a regular JavaScript object that serves a very important purpose: the propertiesof this object are the globally defined symbols that are available to a JavaScript program.When the JavaScript interpreter starts (or whenever a web browser loads a new page),it c. 阅读全文
posted @ 2013-01-17 21:17 Tekkaman 阅读(269) 评论(0) 推荐(0)
 
摘要: 【iOS之消息路由的特性】 在从IOS5.0以后,子View将touchesBegan传递给父窗口后,父窗口会自动收到后续的touchesMoved、touchesEnd消息。 但在IOS5.0之前,即从IOS4.3.3开始,子View将touchesBegan传递给父窗口后,父窗口只能收到touchesBegan,并不会接收到后续的touchesMoved、touchesEnd,如果要接收的话,则要显式的传递。 阅读全文
posted @ 2013-01-17 13:44 Tekkaman 阅读(244) 评论(0) 推荐(0)
 
摘要: 【国内成功码农的发展轨迹】 国内成功码农的发展轨迹:IDE->Excel->PPT->Outlook 描述的简单干净深刻。 阅读全文
posted @ 2013-01-17 09:47 Tekkaman 阅读(346) 评论(0) 推荐(1)