JAVA Mongo
一白.
菜鸟中的菜鸟
展开
-
java操作mongo的and,or, in操作
public static void main(String[] args) throws IOException { MechineLog log = new MechineLog(); MongoTemplate mt = log.getMongoTemplate(""); DB db = log.getDb("", "mydb"); // DBCollection col原创 2014-11-10 13:52:16 · 1146 阅读 · 0 评论 -
mongo中对数组节点中的文档的筛选
有个存在mong上的数据结构,原创 2014-11-10 13:54:14 · 1383 阅读 · 0 评论