-
大小: 1.63MB文件類(lèi)型: .rar金幣: 2下載: 0 次發(fā)布日期: 2023-08-31
- 語(yǔ)言: Java
- 標(biāo)簽: 畢業(yè)設(shè)計(jì)??
資源簡(jiǎn)介
畢業(yè)設(shè)計(jì)擬開(kāi)發(fā)一個(gè)基于J2EE的游泳館管理系統(tǒng)。系統(tǒng)主要具備的功能包括:
用戶(hù)管理、信息發(fā)布、會(huì)員管理和數(shù)據(jù)維護(hù)。各功能簡(jiǎn)介如下:
1. 用戶(hù)管理:系統(tǒng)擬設(shè)計(jì)3種用戶(hù),包括會(huì)員、游泳館工作人員和系統(tǒng)管理員。對(duì)用戶(hù)的管理主要有添加用戶(hù),用戶(hù)登錄以及修改個(gè)人信息等;
2. 信息發(fā)布:由游泳館內(nèi)工作人員結(jié)合實(shí)際編輯最新消息或游泳館相關(guān)規(guī)程和管理規(guī)范,通過(guò)系統(tǒng)編輯、修改或刪除信息等;
3. 會(huì)員管理:注冊(cè)申請(qǐng)會(huì)員,充值管理、查詢(xún)會(huì)員,注銷(xiāo)會(huì)員;
4. 數(shù)據(jù)維護(hù):定期對(duì)數(shù)據(jù)庫(kù)進(jìn)行備份,數(shù)據(jù)出現(xiàn)錯(cuò)誤時(shí)可還原。

代碼片段和文件信息
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());
????
????
???? }
????
????
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件?????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個(gè)文件信息
評(píng)論
共有 條評(píng)論