- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/FormidableLabs/webpack-dashboard
- 软件文档: https://github.com/FormidableLabs/webpack-dashboard/blob/master/README.md
- 官方下载: https://github.com/FormidableLabs/webpack-dashboard
软件介绍
WebPack-DashBoard是一款命令行界面仪表盘工具,用于WebPack开发服务端。
安装:
npm install webpack-dashboard --save-dev
使用示例代码:
app.use(require('webpack-dev-middleware')(compiler, {
quiet: true,
publicPath: config.output.publicPath,
}));
app.use(require('webpack-hot-middleware')(compiler, {
log: () => {}
}));截图预览:
An Introduction to Genetic Algorithms
Melanie Mitchell / MIT Press / 1998-2-6 / USD 45.00
Genetic algorithms have been used in science and engineering as adaptive algorithms for solving practical problems and as computational models of natural evolutionary systems. This brief, accessible i......一起来看看 《An Introduction to Genetic Algorithms》 这本书的介绍吧!
