基于 Flask 的插件式开发工具 Flask-PluginKit
- 授权协议: MIT
- 开发语言: Python HTML/CSS SHELL
- 操作系统: 跨平台
- 软件首页: https://gitee.com/staugur/Flask-PluginKit
- 软件文档: https://flask-pluginkit.readthedocs.io/
软件介绍
基于Flask的插件式开发工具,它允许你快速简单地开发插件扩展程序,且不需要修改核心代码,支持蓝图、上下文、模板、静态文件等扩展程序。
安装(Installation)
$ pip install -U Flask-PluginKit 或(or) $ pip install -U https://github.com/staugur/Flask-PluginKit/archive/master.tar.gz
测试用例(TestCase)
$ python tests/test_*.py 或(or) $ python setup.py test
普通模式(Usage)
from flask_pluginkit import PluginManager plugin = PluginManager(app)
工厂模式(The factory pattern)
from flask_pluginkit import PluginManager plugin = PluginManager() plugin.init_app(app)
Big Java Late Objects
Horstmann, Cay S. / 2012-2 / 896.00元
The introductory programming course is difficult. Many students fail to succeed or have trouble in the course because they don't understand the material and do not practice programming sufficiently. ......一起来看看 《Big Java Late Objects》 这本书的介绍吧!
