08 2018 档案

摘要:@Autowired private ICallerRepository callerRepository; ... //用dubbo提供的ServiceBean即可获取bean,因为该类已经实现了ApplicationContextAware ApplicationContext context= 阅读全文
posted @ 2018-08-30 10:40 纯洁的赤子之心 阅读(1704) 评论(0) 推荐(0)
摘要:1.json字符串报文解析for (Iterator<Map.Entry<String, Object>> iterator = map.entrySet().iterator(); iterator.hasNext(); ) { Map.Entry<String, Object> entry = 阅读全文
posted @ 2018-08-17 11:05 纯洁的赤子之心 阅读(5814) 评论(0) 推荐(0)