資源簡介
本系統最大的特點是使用操作簡單、友好的提示信息。本系統將實現以下基本功能:
(1)系統具有簡潔大方的頁面,使用簡便,友好的錯誤操作提示
(2)管理員用戶具有系統信息管理、班級信息管理、教師信息管理、學生信息管理、公告管理、留言管理、資料管理等功能。
(3)具有較強的安全性,避免用戶的惡意操作
管理員功能模塊圖說明:
(1) 班級信息管理模塊:在該模塊中定義了班級信息的管理,其功能包括班級信息的錄入、查詢、刪除、打印等操作。
(2) 教師信息管理模塊:在該模塊中定義了教師信息的管理,其功能包括教師信息的錄入、查詢、刪除、打印等操作。
(3) 學生信息管理模塊:在該模塊中定義了學生信息的管理,其功能包括學生信息的錄入、查詢、刪除、打印等操作。
(4) 公告信息管理模塊:在該模塊中定義了公告信息的管理,其功能包括公告信息的錄入、查詢、刪除等操作。
(5) 留言信息管理模塊:在該模塊中定義了留言信息的管理,其功能包括留言信息的查詢、刪除等操作。
(6) 資料信息管理模塊:在該模塊中定義了資料信息的管理,其功能包括資料信息的錄入、查詢、刪除等操作。
(7)系統管理模塊:在該模塊中定義了管理員信息的管理,其功能包括管理員的查詢,增加和刪除等功能操作。

代碼片段和文件信息
//-------------------------請加下面QQ獲取完整代碼?ID:2000--------------------------
//-----------------更多畢設課設下載地址:?www.wisdomdd.cn-------------------
//-------------------------作者QQ:?549710689-----------------------------
//-------------------------作者QQ:?549710689-----------------------------
//-------------------------作者QQ:?549710689-----------------------------
//-------------------------作者QQ:?549710689-----------------------------
//-------------------------請加下面QQ獲取完整代碼----------------------------
//-------------------------請加下面QQ獲取完整代碼?ID:2000--------------------------
//-----------------更多畢設課設下載地址:?www.wisdomdd.cn-------------------
//-------------------------作者QQ:?549710689-----------------------------
//-------------------------作者QQ:?549710689-----------------------------
//-------------------------作者QQ:?549710689-----------------------------
//-------------------------作者QQ:?549710689-----------------------------
//-------------------------請加下面QQ獲取完整代碼----------------------------
package?com.action;
import?java.io.IOException;
import?java.sql.ResultSet;
import?java.util.ArrayList;
import?java.util.List;
import?javax.servlet.RequestDispatcher;
import?javax.servlet.ServletConfig;
import?javax.servlet.ServletException;
import?javax.servlet.http.HttpServlet;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpServletResponse;
import?com.dao.DB;
import?com.orm.TAdmin;
public?class?admin_servlet?extends?HttpServlet
{
public?void?service(HttpServletRequest?reqHttpServletResponse?res)throws?ServletException?IOException?
{
????????String?type=req.getParameter(“type“);
if(type.endsWith(“adminMana“))
{
adminMana(req?res);
}
if(type.endsWith(“adminAdd“))
{
adminAdd(req?res);
}
if(type.endsWith(“adminDel“))
{
adminDel(req?res);
}
}
public?void?adminMana(HttpServletRequest?reqHttpServletResponse?res)?throws?ServletException?IOException
{
}
public?void?adminAdd(HttpServletRequest?reqHttpServletResponse?res)
{
String?userName=req.getParameter(“userName“);
String?userPw=req.getParameter(“userPw“);
String?sql=“insert?into?t_admin(‘userName‘‘userPw‘)?values(??)“;
object[]?params={userNameuserPw};
DB?mydb=new?DB();
mydb.doPstm(sql?params);
mydb.closed();
req.setAttribute(“message“?“操作成功“);
req.setAttribute(“path“?“admin?type=adminMana“);
????????String?targetURL?=?“/common/success.jsp“;
dispatch(targetURL?req?res);
}
public?void?adminDel(HttpServletRequest?reqHttpServletResponse?res)
{
}
public?void?dispatch(String?targetURIHttpServletRequest?requestHttpServletResponse?response)?
{
RequestDispatcher?dispatch?=?getServletContext().getRequestDispatcher(targetURI);
try?
{
????dispatch.forward(request?response);
????return;
}?
catch?(ServletException?e)?
{
????????????????????e.printStackTrace();
}?
catch?(IOException?e)?
{
????e.p
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-08-15?19:15??數據庫\
?????文件????????5717??2020-08-15?19:20??數據庫\db_wszy.sql
?????目錄???????????0??2020-08-15?18:48??程序\
?????目錄???????????0??2020-08-14?13:06??程序\wszy\
?????文件????????1536??2016-06-08?14:53??程序\wszy\.classpath
?????目錄???????????0??2020-08-15?19:22??程序\wszy\.myeclipse\
?????文件???????????0??2020-08-15?19:22??程序\wszy\.myeclipse\新建文本文檔.txt
?????文件?????????285??2020-08-15?19:25??程序\wszy\.myme
?????文件????????1747??2016-06-08?14:51??程序\wszy\.project
?????目錄???????????0??2020-08-14?13:06??程序\wszy\.settings\
?????文件?????????500??2016-06-08?14:51??程序\wszy\.settings\.jsdtscope
?????文件?????????598??2016-06-08?14:56??程序\wszy\.settings\org.eclipse.jdt.core.prefs
?????文件?????????450??2016-06-08?14:51??程序\wszy\.settings\org.eclipse.wst.common.component
?????文件?????????252??2016-06-08?15:00??程序\wszy\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2016-06-08?14:51??程序\wszy\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2016-06-08?14:51??程序\wszy\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2020-08-15?19:33??程序\wszy\WebRoot\
?????目錄???????????0??2020-08-14?13:06??程序\wszy\WebRoot\me
?????文件??????????39??2016-06-06?16:41??程序\wszy\WebRoot\me
?????目錄???????????0??2020-08-14?13:06??程序\wszy\WebRoot\My97DatePicker\
?????文件????????1389??2016-06-06?16:41??程序\wszy\WebRoot\My97DatePicker\My97DatePicker.htm
?????文件????????8367??2016-06-06?16:41??程序\wszy\WebRoot\My97DatePicker\WdatePicker.js
?????文件???????20471??2016-06-06?16:41??程序\wszy\WebRoot\My97DatePicker\calendar.js
?????文件?????????223??2016-06-06?16:41??程序\wszy\WebRoot\My97DatePicker\config.js
?????目錄???????????0??2020-08-14?13:06??程序\wszy\WebRoot\My97DatePicker\lang\
?????文件?????????644??2016-06-06?16:41??程序\wszy\WebRoot\My97DatePicker\lang\en.js
?????文件????????1089??2016-06-06?16:41??程序\wszy\WebRoot\My97DatePicker\lang\zh-cn.js
?????文件????????1088??2016-06-06?16:41??程序\wszy\WebRoot\My97DatePicker\lang\zh-tw.js
?????目錄???????????0??2020-08-14?13:06??程序\wszy\WebRoot\My97DatePicker\skin\
?????文件?????????158??2016-06-06?16:41??程序\wszy\WebRoot\My97DatePicker\skin\WdatePicker.css
?????文件????????1043??2016-06-06?16:41??程序\wszy\WebRoot\My97DatePicker\skin\datePicker.gif
............此處省略288個文件信息
- 上一篇:畢業生論文選題系統畢業設計全套
- 下一篇:Android代碼-數獨游戲
評論
共有 條評論