DBCollection col = db.getCollection(name);
DBObject query = new BasicDBObject("$in", new Object[] { ids });
DBCursor ite = col.find(query);
DBObject query = new BasicDBObject("$in", new Object[] { ids });
DBCursor ite = col.find(query);
西瓜地兒
沈陽求職(java3年以上經(jīng)驗)!ashutc@126.com
|
|
BlogJava |
首頁 |
發(fā)新隨筆 |
發(fā)新文章 |
聯(lián)系 |
聚合![]() |
隨筆:114 文章:1 評論:45 引用:0 |