摘要:
Chrome Timeline的指标说明:Blocked、Connect、Send、Wait、Receive Blocked time includes any pre-processing time (such as cache lookup) and the time spent waiting for a network connection to become available.... 阅读全文
posted @ 2014-06-19 16:18
code_flyer
阅读(213)
评论(0)
推荐(0)
摘要:
原文:http://www.cnblogs.com/52cik/p/js-console-show-source.html 在控制台输入要查找的函数名如votePost 然后回车: 函数源码粗显啦,并且在右下角有个链接 blog-common.js?v=WE8o1xrgcTu07QVvwYqERqD7AA8fdJp_dgoE-crAT3k1:1 这个是什么意思呢?后面的 v=WE8o1xrgcTu... 阅读全文
posted @ 2014-06-19 13:30
code_flyer
阅读(4270)
评论(0)
推荐(0)