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

资源简介

1)客户信息管理:基本资料的管理,增加、删除、修改、查询。 2)景点及旅游线路管理。 3)车辆及人员调度管理。 4)外联事物管理:对于酒店、票务、护照等问题的管理。

资源截图

代码片段和文件信息

package bean;

import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;

import util.DBConn;

public class InsertUpdateDelBean {

Connection conn = null;
Statement st = null;
ResultSet rs = null;

public int insertANDupdateANDdel(String sql){
int temp = 0;
conn = DBConn.getConn();

try {
st = conn.createStatement();
temp = st.executeUpdate(sql);
} catch (SQLException e) {
// TODO 自动生成 catch 块
e.printStackTrace();
temp = -1;
} finally{
DBConn.close(connstrs);
}

return temp;
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1179648  2014-03-05 10:28  286JSP旅行社管理信息系统\data\lxsgl_Data.MDF

     文件    1048576  2014-03-05 10:28  286JSP旅行社管理信息系统\data\lxsgl_Log.LDF

     文件    1265660  2013-11-07 18:36  286JSP旅行社管理信息系统\JSP 旅行社管理信息系统录像.avi

     文件        552  2008-06-10 21:09  286JSP旅行社管理信息系统\Lxsgl\.classpath

     文件        288  2008-06-10 11:09  286JSP旅行社管理信息系统\Lxsgl\.mymetadata

     文件       1223  2008-06-10 00:50  286JSP旅行社管理信息系统\Lxsgl\.project

     文件        652  2008-06-09 23:54  286JSP旅行社管理信息系统\Lxsgl\src\bean\InsertUpdateDelBean.java

     文件       2218  2008-06-10 14:00  286JSP旅行社管理信息系统\Lxsgl\src\servlet\CarAddServlet.java

     文件       1808  2008-06-10 14:27  286JSP旅行社管理信息系统\Lxsgl\src\servlet\CarReworkServlet.java

     文件       1693  2008-06-10 14:20  286JSP旅行社管理信息系统\Lxsgl\src\servlet\CarSearchServlet.java

     文件       3495  2008-06-10 20:27  286JSP旅行社管理信息系统\Lxsgl\src\servlet\DelServlet.java

     文件       2449  2008-06-10 17:33  286JSP旅行社管理信息系统\Lxsgl\src\servlet\DrinkeryAddServlet.java

     文件       1164  2014-03-04 14:47  286JSP旅行社管理信息系统\Lxsgl\src\util\DBConn.java

     文件       7226  2008-06-10 00:24  286JSP旅行社管理信息系统\Lxsgl\WebRoot\adduser.jsp

     文件       4294  2008-06-10 00:49  286JSP旅行社管理信息系统\Lxsgl\WebRoot\adminuserlist.jsp

     文件       1130  2008-06-10 00:40  286JSP旅行社管理信息系统\Lxsgl\WebRoot\admin_session.jsp

     文件       7369  2008-06-10 14:06  286JSP旅行社管理信息系统\Lxsgl\WebRoot\car_add.jsp

     文件       8331  2008-06-10 14:35  286JSP旅行社管理信息系统\Lxsgl\WebRoot\car_list.jsp

     文件       8548  2008-06-10 14:35  286JSP旅行社管理信息系统\Lxsgl\WebRoot\car_rework.jsp

     文件       4577  2008-06-10 14:16  286JSP旅行社管理信息系统\Lxsgl\WebRoot\car_show.jsp

     文件       9109  2008-06-10 17:33  286JSP旅行社管理信息系统\Lxsgl\WebRoot\drinkery_add.jsp

     文件       8876  2008-06-10 17:59  286JSP旅行社管理信息系统\Lxsgl\WebRoot\drinkery_list.jsp

     文件       9657  2008-06-10 17:53  286JSP旅行社管理信息系统\Lxsgl\WebRoot\drinkery_rework.jsp

     文件       5442  2008-06-10 18:59  286JSP旅行社管理信息系统\Lxsgl\WebRoot\drinkery_show.jsp

     文件       7937  2008-06-10 09:52  286JSP旅行社管理信息系统\Lxsgl\WebRoot\emp_add.jsp

     文件       8820  2008-06-10 10:29  286JSP旅行社管理信息系统\Lxsgl\WebRoot\emp_list.jsp

     文件       8971  2008-06-10 12:09  286JSP旅行社管理信息系统\Lxsgl\WebRoot\emp_rework.jsp

     文件       4750  2008-06-10 10:21  286JSP旅行社管理信息系统\Lxsgl\WebRoot\emp_show.jsp

     文件        395  2008-06-10 00:14  286JSP旅行社管理信息系统\Lxsgl\WebRoot\img\ahjj_03.jpg

     文件         82  2008-06-10 00:14  286JSP旅行社管理信息系统\Lxsgl\WebRoot\img\bl2bg.gif

............此处省略90个文件信息

评论

共有 条评论

相关资源