上一页 1 ··· 15 16 17 18 19
摘要: 使用工厂方法实例化bean 一,手工装配1,基于xml配置 //属性setter方法注入 //构造器注入 ... 阅读全文
posted @ 2014-10-26 12:37 野鹤闲人 阅读(197) 评论(0) 推荐(0)
摘要: 一,基于框架添加功能模块1,例如添加测试模块:action层:action/test/TestAction.java,Action后缀,处理用户请求,TestAction.java中对应的每个方法通过返回值决定调用哪个jsp页面去显示,如return input,则调用test-input.jsps... 阅读全文
posted @ 2014-10-23 14:04 野鹤闲人 阅读(236) 评论(0) 推荐(0)
摘要: 一,导出excel1,使用excel模板public void exportLog() throws Exception{ SystemUser currentUsr = getCurrentSystemUser(); //该用户的所有日志 ... 阅读全文
posted @ 2014-10-23 13:55 野鹤闲人 阅读(294) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19