- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/kelp404/tina
- 软件文档: https://github.com/kelp404/tina
软件介绍
Elasticsearch 的 Python client,提供较为方便的查询语法。
# SQL
select * from "ExampleModel" where "name" = "tina"
# tina
models, total = ExampleModel.where('name', equal='tina').fetch()
# SQL select * from "ExampleModel" where "category" = 1 or "category" = 3 order by "created_at" limit 20 offset 20
# Python
models, total = ExampleModel.where('category', contains=[1, 3])\ .order_by('created_at').fetch(20, 20)
算法技术手册
George T. Heineman、Gary Pollice、Stanley Selkow / 杨晨、李明 / 机械工业出版社 / 2010-3 / 55.00元
《算法技术手册》内容简介:开发健壮的软件需要高效的算法,然后程序员们往往直至问题发生之时,才会去求助于算法。《算法技术手册》讲解了许多现有的算法,可用于解决各种问题。通过阅读它,可以使您学会如何选择和实现正确的算法,来达成自己的目标。另外,书中的数学深浅适中,足够使您可以了解并分析算法的性能。 较之理论而言,《算法技术手册》更专注于应用。《算法技术手册》提供了高效的代码解决方案,使用多种语言......一起来看看 《算法技术手册》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
MD5 加密
MD5 加密工具
