摘要: <context-param> <param-name>javax.faces.CONFIG_FILES</param-name> <param-value>/WEB-INF/navigation.xml,/WEB-INF/beans.xml</param-value></context-param>注意:不要在web.xml... 阅读全文
posted @ 2009-09-04 14:56 gaofei_work 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 此文中的代码主要列出连接数据库的关键代码,其他访问数据库代码省略 1、Oracle8/8i/9i数据库(thin模式) Class.forName("oracle.jdbc.driver.OracleDriver").newInstance(); String url="jdbc:oracle:thin:@localhost:1521:orcl"; //orcl为数据库的SID String us... 阅读全文
posted @ 2009-09-04 09:04 gaofei_work 阅读(171) 评论(0) 推荐(0) 编辑