- 授权协议: Apache
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://www.17python.com
- 软件文档: https://gitee.com/J_Sky/17python/blob/master/README.md
软件介绍
MyDjangoBlog
一个简易易用的blog,基于以下技术构建
Python
Django
Amaze UI
SQLite3
highlight.js
后台基于Django admin搭建。
展示如下图,点击博客查看在线演示效果
本地调试
环境需求:
python (3.6.1) Django (1.11.3) Markdown (2.6.8) Pillow (4.2.1)
进入程序目录后,运行python3 manage.py runserver
后台管理地址http://127.0.0.1:8000/admin/
前台地址http://127.0.0.1:8000/
如果想在部署到生产环境,请点此查看详细教程
欢迎有识之士参与提交代码,大家共同学习共同进步!
Algorithms Sequential & Parallel
Russ Miller、Laurence Boxer / Charles River Media / 2005-08-03 / USD 59.95
With multi-core processors replacing traditional processors and the movement to multiprocessor workstations and servers, parallel computing has moved from a specialty area to the core of computer scie......一起来看看 《Algorithms Sequential & Parallel》 这本书的介绍吧!
