摘要: 4 down vote accepted You misunderstood what \xhh does in Python strings. Using \x notation in Python strings is just syntax to produce certain codepoi 阅读全文
posted @ 2017-03-03 15:51 bonelee 阅读(8341) 评论(0) 推荐(0)
摘要: 一、概述 一、概述 GridFS是基于mongodb存储引擎是实现的“分布式文件系统”,底层基于mongodb存储机制,和其他本地文件系统相比,它具备大数据存储的多个优点。GridFS适合存储超过16MB的大型文件,不过16M数据在当今互联网时代,已经不足为奇。我们可以使用GridFS构建大规模的“ 阅读全文
posted @ 2017-03-03 12:18 bonelee 阅读(13173) 评论(0) 推荐(2)
摘要: Query String Query The query language query allows humans to describe complex queries using a simple syntax. Terms Plain terms without any other synta 阅读全文
posted @ 2017-03-03 11:17 bonelee 阅读(621) 评论(0) 推荐(0)