07 2015 档案

摘要:@RequestMapping(value = "callbackAlipay", method = RequestMethod.POST) @ResponseBody public ResponseEntity<?> callbackAlipay( @RequestParam(value = "d 阅读全文
posted @ 2015-07-10 18:02 友森 阅读(993) 评论(0) 推荐(0)
摘要:select * from table1 where larq between(to_date('2008-9-3','yyyy-mm-dd')) and (to_date('2008-9-5','yyyy-mm-dd')) 2.select * from table1 where larq>=to 阅读全文
posted @ 2015-07-08 10:46 友森 阅读(2553) 评论(0) 推荐(0)
摘要:@Componentpublic class SMSConnectorImpl implements SMSConnector { final static Logger logger = LoggerFactory .getLogger(SMSConnectorImpl.class); RestT 阅读全文
posted @ 2015-07-07 15:58 友森 阅读(438) 评论(0) 推荐(0)