开源博客系统 notepy

码农软件 · 软件分类 · 开源博客系统 · 2020-01-18 11:58:32

软件介绍

演示地址:http://notepy.chinacloudapp.cn/

notepy是一个非常简单的博客系统,采用 tornado 框架开发,支持文章的增删改查,支持文章标签,notepy 文章发布支持 markdown 语法。

如果你厌倦了那些功能复杂的博客,只想安心写点东西,或许notepy就是你要的!

项目依赖(Python3)

  • tornado 3.11

  • Markdown 2.3.1

  • peewee 2.1.7

  • PyMySQL 0.6.1

安装配置

  1. 在MySql数据库中新建一个数据库,可命名为notepy,并将notepy.sql导入, 配置数据库,修改config/config.py中数据库配置部分。(也可用/model/model.py自动创建数据库表)

  2. 在 config/config.py 开启注册功能(将is_reg设置为True),

  3. 运行 note.py,默认监听10000端口(可在note.py 中修改,也可在运行时添加 port参数指定端口)。

  4. 登陆localhost:10000/reg,注册新用户,注册完毕后返回配置文件关闭注册功能。

  5. 需要在nginx下部署请参考:https://github.com/MaGuowei/notepy/blob/master/nginx.conf

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

Algorithms for Image Processing and Computer Vision

Algorithms for Image Processing and Computer Vision

Parker, J. R. / 2010-12 / 687.00元

A cookbook of algorithms for common image processing applications Thanks to advances in computer hardware and software, algorithms have been developed that support sophisticated image processing with......一起来看看 《Algorithms for Image Processing and Computer Vision》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码

MD5 加密
MD5 加密

MD5 加密工具