- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/mozillazg/bustard
- 软件文档: https://github.com/mozillazg/bustard
软件介绍
bustard 是一个微型的 WSGI 框架。
主要特性:
router
orm
request and response
cookies and session
template engine
wsgi server
安装:
pip install bustard pip install psycopg2 # if you need orm feature
示例:
from bustard.app import Bustard
app = Bustard()
@app.route('/')
def helloword(request):
return 'hello world'
if __name__ == '__main__':
app.run()运行:
$ python hello.py
WSGIServer: Serving HTTP on ('127.0.0.1', 5000) ...
算法:C语言实现
塞奇威克 / 机械工业出版社 / 2006-9 / 69.00元
本书是Sedgewick彻底修订和重写的C算法系列的第一本。全书分为四部分,共16章,第一部分“基础知识”(第1-2章)介绍基本算法分析原理。第二部分“数据结构”(第3-5章)讲解算法分析中必须掌握的数据结构知识,主要包括基本数据结构,抽象数据结构,递归和树。一起来看看 《算法:C语言实现》 这本书的介绍吧!
HEX HSV 转换工具
HEX HSV 互换工具
HSV CMYK 转换工具
HSV CMYK互换工具
