摘要: 一,声明式异常处理:第一步:首先在有可能抛出异常的方法里面throws exceptionpublic List list() throws SQLException { Connection conn = DB.createConn(); String sql = "s... 阅读全文
posted @ 2014-11-26 20:18 enjoy_clh 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1.Struts架构图2.Struts执行过程分析3.Interceptor拦截器过程模拟//main.javapublic class Main { public static void main(String[] args) { new ActionInvocation().... 阅读全文
posted @ 2014-11-26 20:17 enjoy_clh 阅读(152) 评论(0) 推荐(0) 编辑