• 大小: 2.27M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-28
  • 语言: Java
  • 标签:

资源简介

这是一个网上订餐系统,结构完整,使用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\.mymetadata

     文件       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\baseDAO.java

     文件       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个文件信息

评论

共有 条评论