Warning: Missing argument 3 for write(), called in /www/wwwroot/biwei1.cn/incs/robot.php on line 68 and defined in /www/wwwroot/biwei1.cn/incs/data.php on line 487
性能优化的一般方法:1,profile找到最耗时间的代码片段2,想尽一切办法优化这段代码的效率。内联、循环展开、打表、引入汇编……3,直到这段不再最耗时间4,回到第一步不久以后你就会观察到程序的性能有了显而易见的提升,同时大部分代码都变得不可维护了。
发布时间:
1
数据加载中
Markdown支持
评论加载中...
您可能感兴趣的: 更多
').appendTo(document.body); } $(document).ready(function() { $("a.format_output").bind("click", function(e) { var tid = $(this).closest("div.entry").find("a.title").attr("vid"); if (tid) { clickCounter(tid); } }); });