2015年3月25日
摘要: 1. Statement、PreparedStatement和CallableStatement都是接口(interface)。2. Statement继承自Wrapper、PreparedStatement继承自Statement、CallableStatement继承自PreparedState... 阅读全文
posted @ 2015-03-25 22:18 ViVi.Geek 阅读(6599) 评论(0) 推荐(0)
摘要: 之前校招笔面试老师被问起MVC,虽然都知道怎么回事。但每次组织语言总觉得答得的简洁明了和突出重点。下面是我总结,希望未来找工作的学弟学妹们能不在受此大路边上的问题困扰。 M-V-C 即Model-View-Controller、模式-视图-控制器。是一种框架模式(不是设计模式),它强制性的使一... 阅读全文
posted @ 2015-03-25 21:54 ViVi.Geek 阅读(1146) 评论(0) 推荐(0)