--------------------Configuration: <Default>--------------------
C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\XiaoYuJob\WEB-INF\src\XxiaoYuJob\src\XiaoYuJob\util\DataBaseOperation.java:23: unreported exception java.sql.SQLException; must be caught or declared to be thrown
            rs = stmt.executeQuery("SELECT COUNT(*) FROM " + strSql);
                                  ^
C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\XiaoYuJob\WEB-INF\src\XxiaoYuJob\src\XiaoYuJob\util\DataBaseOperation.java:24: unreported exception java.sql.SQLException; must be caught or declared to be thrown
            if (rs.next()) {
                       ^
C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\XiaoYuJob\WEB-INF\src\XxiaoYuJob\src\XiaoYuJob\util\DataBaseOperation.java:25: unreported exception java.sql.SQLException; must be caught or declared to be thrown
                intCount = rs.getInt(1);
                                    ^
3 errorsProcess completed.
是这三个问题,呵呵,不好意思。