摘要:
最近准备系统学习网络相关的知识,主要学习tcp/ip, websocket 知识。原文地址:http://www.thegeekstuff.com/2011/11/tcp-ip-fundamentals/Have you ever wondered how your computer talks t... 阅读全文
摘要:
原文地址:http://frugalcoder.us/post/2010/02/11/js-classes.aspxClassy JavaScript - Best Practices11. February 2010 13:26Okay, so you really want to be able... 阅读全文
摘要:
原文地址:http://javascript.info/tutorial/bubbling-and-capturing先给出最终的结论:SummaryEvents first arecaptureddown to deepest target, thenbubbleup. In IEClick he... 阅读全文