- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/lsm/nodepress
软件介绍
nodepress 是一个 nodejs 微博客引擎。
安装与运行
给你的博客创建一个 dir
mkdir nodepress
cd nodepress
安装到当前 dir
npm install nodepress
等待安装
为你的博客复制一个示例 bootstrap 文件
cp ./node_modules/nodepress/skeletons/blog/server.js ./
启动服务器(假设你的 mongodb 正在监听 127.0.0.1:27017)
node server.js
在你的浏览器打开 http://127.0.0.1:8000
demo (只读)
Probability and Computing
Michael Mitzenmacher、Eli Upfal / Cambridge University Press / 2005-01-31 / USD 66.00
Assuming only an elementary background in discrete mathematics, this textbook is an excellent introduction to the probabilistic techniques and paradigms used in the development of probabilistic algori......一起来看看 《Probability and Computing》 这本书的介绍吧!
