nodejs 微博客引擎 nodepress

码农软件 · 软件分类 · 开源博客系统 · 2020-01-17 15:26:30

软件介绍

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 (只读)

vitecho.com

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

Probability and Computing

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》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具