代码改变世界

随笔分类 -  转贴

The Tao of Programming

2013-05-12 23:01 by Animax!, 209 阅读, 收藏,
摘要: BOOK 1The Silent VoidThus spake the Master Programmer:"When you have learned to snatch the error code from the trap frame, it will be time for you to leave."1.1Something mysterious is formed, born in the silent void. waiting alone and unmoving, it is at once still and yet in constant motio 阅读全文

超级实的js代码大全 [转]

2007-12-05 16:25 by Animax!, 2164 阅读, 收藏,
摘要: 事件源对象 event.srcElement.tagName event.srcElement.type 捕获释放 event.srcElement.setCapture(); event.srcElement.releaseCapture(); 事件按键 event.keyCode event.shiftKey event.altKey event.ctrlKey 事件返回值 event.ret... 阅读全文