- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/developit/karmatic
- 软件文档: https://github.com/developit/karmatic/blob/master/README.md
- 官方下载: https://github.com/developit/karmatic
软件介绍
Karma,Webpack和Jasmine 都非常强大,而且每一个都是高度可配置的。在创建和维护小模块时,重复这些配置和依赖关系是很麻烦的。Karmatic是这些工具的零配置包装,具有智能默认值,配置自动检测以及配置优化的功能。最重要的是,Karmatic提供了一个(无头 headless)浏览器测试工具。
安装
npm i -D karmatic
然后增加 test 测试脚本到 package.json:
{
"scripts": {
"test": "karmatic"
}
}
Google's PageRank and Beyond
Amy N. Langville、Carl D. Meyer / Princeton University Press / 2006-7-23 / USD 57.50
Why doesn't your home page appear on the first page of search results, even when you query your own name? How do other web pages always appear at the top? What creates these powerful rankings? And how......一起来看看 《Google's PageRank and Beyond》 这本书的介绍吧!
