- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/AlloyTeam/AlloyLever/
- 软件文档: https://github.com/AlloyTeam/AlloyLever/blob/master/README_CN.md
- 官方下载: https://github.com/AlloyTeam/AlloyLever/
软件介绍
AlloyLever是腾讯AlloyTeam团队开源的一款Web 开发调试工具。
功能:
点击alloylever按钮之间切换显示或隐藏工具面板
Console会输出所有用户打印的日志如console.[log/error/info/debug/debug]
Console会输出所有的错误信息(脚本错误和网络请求错误)
XHR面板会输出所有(XMLHttpRequest)AJAX请求和服务器端返回的数据
Resouces面板会输出所有的Cookie信息和LocalStorage
TimeLime面板会输出页面相关的生命周期里的时间段耗时情况
通过npm安装:
npm install alloylever
使用
在你的页面任何地方引用下面脚本就可以,但是该js必须引用在其他脚本之前。
<script src="alloylever.js"></script>
务必记住,该js必须引用在其他脚本之前!!
预览截图:
AJAX
Machine Learning
Kevin Murphy / The MIT Press / 2012-9-18 / USD 90.00
Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then ......一起来看看 《Machine Learning》 这本书的介绍吧!
