摘要: db.getMongo().setSlaveOk() 阅读全文
posted @ 2015-11-05 15:49 wind90 阅读(855) 评论(0) 推荐(0)
摘要: TypedAggregation aggregation = newAggregation(DemoEntity.class, match(match), group("name").count().as("total"), sort(Sort.Direction.AS... 阅读全文
posted @ 2015-11-05 15:30 wind90 阅读(351) 评论(0) 推荐(0)
摘要: public static void main(String[] args) { Calendar calendar = Calendar.getInstance(); calendar.set(Calendar.HOUR_OF_DAY, calendar.get(Ca... 阅读全文
posted @ 2015-11-05 09:44 wind90 阅读(777) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/shanyou/p/3494854.html 阅读全文
posted @ 2015-11-05 09:24 wind90 阅读(123) 评论(0) 推荐(0)