資源簡介
畢業(yè)設計擬開發(fā)一個基于J2EE的游泳館管理系統(tǒng)。系統(tǒng)主要具備的功能包括:
用戶管理、信息發(fā)布、會員管理和數(shù)據(jù)維護。各功能簡介如下:
1. 用戶管理:系統(tǒng)擬設計3種用戶,包括會員、游泳館工作人員和系統(tǒng)管理員。對用戶的管理主要有添加用戶,用戶登錄以及修改個人信息等;
2. 信息發(fā)布:由游泳館內(nèi)工作人員結合實際編輯最新消息或游泳館相關規(guī)程和管理規(guī)范,通過系統(tǒng)編輯、修改或刪除信息等;
3. 會員管理:注冊申請會員,充值管理、查詢會員,注銷會員;
4. 數(shù)據(jù)維護:定期對數(shù)據(jù)庫進行備份,數(shù)據(jù)出現(xiàn)錯誤時可還原。

代碼片段和文件信息
package?db;
import?java.sql.*;
public?class?db?{
private?String?dbDriver=“com.microsoft.jdbc.sqlserver.SQLServerDriver“;
?private?String?sConnStr?=?“jdbc:microsoft:sqlserver://localhost:1433;databasename=jspyygglshfw“;?
??public?Connection?connect?=?null;
??public?ResultSet?rs=null;
??public?db()?{
????try?{
?????
??????Class.forName(dbDriver).newInstance();?
?????
??????connect?=?DriverManager.getConnection(sConnStr“sa“““);?
?????
????}
????catch?(Exception?ex)?{
??????System.out.println(“12121“);
????}
??}
??
??public?ResultSet?executeQuery(String?sql)?{
try{
connect=DriverManager.getConnection(sConnStr“sa“““);
Statement?stmt=connect.createStatement();
rs=stmt.executeQuery(sql);
}catch(SQLException?ex){
System.err.println(ex.getMessage());
}
return?rs;
}
??public?void?executeUpdate(String?sql)
????{
????
???? Statement?stmt=null;
???? rs=null;
???? try
???? {???connect=DriverManager.getConnection(sConnStr“sa“““);
???? stmt=connect.createStatement();
???? stmt.executeUpdate(sql);
???? stmt.close();
???? connect.close();
????
????
???? }
???? catch(SQLException?ex)
???? {
???? System.err.println(ex.getMessage());
????
????
???? }
????
????
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????209915??2012-10-20?14:54??游泳館管理系統(tǒng)shfw程序\databa
?????文件????????673??2012-10-07?11:59??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\.classpath
?????文件????????309??2012-10-19?17:42??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\.myme
?????文件???????1230??2012-10-19?17:40??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\.project
?????文件????1048576??2012-10-20?14:53??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\databa
?????文件????1048576??2012-10-20?14:53??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\databa
?????文件???????1316??2012-10-19?17:41??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\src\db\db.java
?????文件???????1471??2012-10-19?18:01??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\adminyanzheng.jsp
?????文件???????4445??2012-10-20?14:09??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\chongzhijilu_add.jsp
?????文件???????1851??2012-10-20?14:10??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\chongzhijilu_add_post.jsp
?????文件???????4778??2012-10-20?14:11??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\chongzhijilu_list.jsp
?????文件???????4975??2012-10-20?14:11??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\chongzhijilu_list2.jsp
?????文件???????3610??2012-10-20?14:09??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\chongzhijilu_updt.jsp
?????文件???????1372??2012-10-20?14:09??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\chongzhijilu_updt_post.jsp
?????文件???????2378??2012-10-20?14:20??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\CSS.css
?????文件???????1001??2012-10-20?14:32??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\databack.jsp
?????文件???????1894??2012-10-20?14:35??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\datahy.jsp
?????文件????????873??2010-07-13?15:02??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\del.jsp
?????文件????????943??2010-11-14?10:22??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\delgg.jsp
?????文件???????1827??2011-11-28?13:15??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\down.jsp
?????文件????????299??2010-11-14?10:03??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\eWebEditor_V4.60\buttonimage\blue\about.gif
?????文件????????219??2010-11-14?10:03??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\eWebEditor_V4.60\buttonimage\blue\abspos.gif
?????文件????????237??2010-11-14?10:03??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\eWebEditor_V4.60\buttonimage\blue\anchor.gif
?????文件????????125??2010-11-14?10:03??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\eWebEditor_V4.60\buttonimage\blue\art.gif
?????文件????????162??2010-11-14?10:03??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\eWebEditor_V4.60\buttonimage\blue\backcolor.gif
?????文件????????253??2010-11-14?10:03??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\eWebEditor_V4.60\buttonimage\blue\backward.gif
?????文件????????285??2010-11-14?10:03??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\eWebEditor_V4.60\buttonimage\blue\bgcolor.gif
?????文件????????272??2010-11-14?10:03??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\eWebEditor_V4.60\buttonimage\blue\bgpic.gif
?????文件?????????88??2010-11-14?10:03??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\eWebEditor_V4.60\buttonimage\blue\bl
?????文件?????????76??2010-11-14?10:03??游泳館管理系統(tǒng)shfw程序\jsp游泳館管理系統(tǒng)shfw程序\WebRoot\eWebEditor_V4.60\buttonimage\blue\bold.gif
............此處省略539個文件信息
評論
共有 條評論