摘要:
function runonce(f) { var ed = false; return function() { if (ed) return; ed = true; f.apply(null, arguments); };}var hi = runonce(function(s) { alert(s); }); 閱讀全文
摘要:
Description: This script displays an arrow image alongside the link when you move your cursor over the link. Furthermore, the arrow blinks while the mouse is over it. Nice visual effect.代碼 閱讀全文
摘要:
不能啟動apache,或者使用wamp等集成包后,唯獨apache服務啟動后有停止,但是把東西搬到其他機器上卻沒事問題可能和網絡有關,我查了很多資料首先找打apache的錯誤報告日志,發(fā)現(xiàn)現(xiàn)實諸多的調試錯誤中會有這么幾句總是一樣的[Mon Dec 17 20:44:15 2008] [notice] Server built: Mar 5 2007 11:23:00[Mon Dec 17 20:4... 閱讀全文