摘要: public class MongoHelper implements NoSqlInterface { private static DB db = null; private static DBCollection jxm_data = null; private static MongoHel 阅读全文
posted @ 2016-09-13 11:54 bsuno 阅读(404) 评论(0) 推荐(0)
摘要: public class RedisHelper implements NoSqlInterface{ private static JedisPool pool; private static RedisHelper instance; private RedisHelper(){ } publi 阅读全文
posted @ 2016-09-13 11:53 bsuno 阅读(175) 评论(0) 推荐(0)