資源簡介
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\.myme
?????文件???????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個文件信息
評論
共有 條評論