資源簡介
這是一個網上訂餐系統,結構完整,使用jsp實現,注釋詳細,尤其對于各位學習jsp的朋友們幫助明顯,功能完善,頁面美觀,附帶完整源碼,供學習交流
畢業設計可參考
代碼片段和文件信息
package?com.sxdx.dao;
import?java.sql.Connection;
import?java.sql.DriverManager;
import?java.sql.PreparedStatement;
import?java.sql.ResultSet;
import?java.sql.SQLException;
public?class?baseDAO?{
public?static?Connection?getConn()
{
Connection?conn=null;
try?{
Class.forName(“com.microsoft.sqlserver.jdbc.SQLServerDriver“);
conn=DriverManager.getConnection(“jdbc:sqlserver://127.0.0.1:1433;databasename=restrant““sa““sasasasa“);
}?catch?(Exception?e)?{
//?TODO?Auto-generated?catch?block
e.printStackTrace();
}
return?conn;
}
public?static?void?closeAll(Connection?connPreparedStatement?psResultSet?rs)
{
if(rs!=null)
{
try?{
rs.close();
}?catch?(SQLException?e)?{
//?TODO?Auto-generated?catch?block
e.printStackTrac
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????548??2012-03-03?22:23??網上訂餐\buyEat\.classpath
?????文件????????291??2012-03-03?22:23??網上訂餐\buyEat\.myme
?????文件???????1224??2012-02-25?22:34??網上訂餐\buyEat\.project
?????文件????????330??2012-02-26?23:45??網上訂餐\buyEat\.settings\org.eclipse.jdt.core.prefs
?????文件????2031616??2012-03-19?10:13??網上訂餐\buyEat\restrant_Data.MDF
?????文件????3932160??2012-03-19?10:13??網上訂餐\buyEat\restrant_Log.LDF
?????文件???????1140??2012-02-24?17:10??網上訂餐\buyEat\src\com\sxdx\dao\ba
?????文件???????1795??2012-02-27?15:59??網上訂餐\buyEat\src\com\sxdx\dao\FoodInfoDAO.java
?????文件???????1036??2012-02-28?17:20??網上訂餐\buyEat\src\com\sxdx\dao\FoodOrderInfoDAO.java
?????文件????????738??2012-02-26?23:47??網上訂餐\buyEat\src\com\sxdx\dao\UserInfoDAO.java
?????文件???????2983??2012-02-27?17:47??網上訂餐\buyEat\src\com\sxdx\servlet\AddCarServlet.java
?????文件???????3519??2012-02-28?17:20??網上訂餐\buyEat\src\com\sxdx\servlet\FoodInfoServlet.java
?????文件???????2267??2012-02-27?00:00??網上訂餐\buyEat\src\com\sxdx\servlet\LoginServlet.java
?????文件???????1034??2012-02-24?17:09??網上訂餐\buyEat\src\com\sxdx\vo\FoodInfo.java
?????文件???????1769??2012-02-27?20:19??網上訂餐\buyEat\src\com\sxdx\vo\FoodOrderInfo.java
?????文件????????349??2012-02-27?17:33??網上訂餐\buyEat\src\com\sxdx\vo\Item.java
?????文件????????526??2012-02-24?17:09??網上訂餐\buyEat\src\com\sxdx\vo\UserInfo.java
?????文件????????503??2012-02-28?17:23??網上訂餐\buyEat\WebRoot\bottom.jsp
?????文件???????2241??2012-02-28?17:30??網上訂餐\buyEat\WebRoot\end.jsp
?????文件???????3172??2012-02-28?17:19??網上訂餐\buyEat\WebRoot\endmoney.jsp
?????文件???????2613??2012-02-28?16:35??網上訂餐\buyEat\WebRoot\fooddetails.jsp
?????文件????????575??2012-02-25?19:31??網上訂餐\buyEat\WebRoot\images\0.gif
?????文件????????129??2012-02-25?19:31??網上訂餐\buyEat\WebRoot\images\001.gif
?????文件??????10955??2012-02-25?19:31??網上訂餐\buyEat\WebRoot\images\001.jpg
?????文件?????????65??2012-02-25?19:31??網上訂餐\buyEat\WebRoot\images\002.gif
?????文件??????17318??2012-02-25?19:31??網上訂餐\buyEat\WebRoot\images\002.jpg
?????文件?????????52??2012-02-25?19:31??網上訂餐\buyEat\WebRoot\images\003.gif
?????文件?????????59??2012-02-25?19:31??網上訂餐\buyEat\WebRoot\images\004.gif
?????文件?????????57??2012-02-25?19:31??網上訂餐\buyEat\WebRoot\images\005.gif
?????文件????????574??2012-02-25?19:31??網上訂餐\buyEat\WebRoot\images\2.gif
............此處省略76個文件信息
評論
共有 條評論