JavaScript代码检查工具 Prototype Profiler

软件介绍

Prototype Profiler (pro2js) 是一个可以用来检查 JavaScript 中愚蠢的代码问题。支持主流浏览器,性能优越。需要 Prototype 库的支持。

示例代码:

var demoApp = {
        updateSelectorsLog: function (profiler) {
                alert(Object.toJSON(profiler.selectors));
        },
        updateEventLog: function (profiler) {
                alert(Object.toJSON(profiler.events));
        }
};

本文地址:https://codercto.com/soft/d/20580.html

Introduction to the Design and Analysis of Algorithms

Introduction to the Design and Analysis of Algorithms

Anany Levitin / Addison Wesley / 2006-2-24 / USD 122.00

Based on a Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, "Introduction to the Design and Analysis of Algorithms" presents the subject in a c......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器