08 2013 档案

摘要:Public Class Lawyer{ private IInfoSend infoSend; public IInfoSend setInfoSend(IInfoSend infoSend) { this.infoSend=infoSend; } public void sendMsg() { this.infoSend.sendMsg(this.entity); }}Public Interface IInfoSend{ void sendMsg();}public class BJInfoSendImp implement IInfoSend{ private Ithird thir. 阅读全文
posted @ 2013-08-22 14:30 sofia 阅读(171) 评论(0) 推荐(0)
摘要:IOC 短信接口伪代码Public Class Lawyer{ private IInfoSend infoSend; public IInfoSend setInfoSend(IInfoSend infoSend) { this.infoSend=infoSend; } public void sendMsg() { this.infoSend.sendMsg(this.entity); }}Public Interface IInfoSend{ void sendMsg();}public class BJInfoSe... 阅读全文
posted @ 2013-08-21 10:26 sofia 阅读(376) 评论(0) 推荐(0)
摘要:http://pivotal.github.io/jasmine/ 阅读全文
posted @ 2013-08-08 16:04 sofia 阅读(136) 评论(0) 推荐(0)