91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 6.26MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-08-17
  • 語言: 其他
  • 標簽:

資源簡介

登錄管理模塊: 1. 權限控制:學生不能訪問系統管理模塊。 2. 登錄錯誤信息提示。 系統管理模塊: 1. 系統管理員登錄系統后,可以維護課程基礎信息,如課程名字、開課時間(學期)等,對課程信息進行增、刪、改、查。 4. 對學生基礎信息進行管理,學生信息的增、刪、改、查。 6. 能夠對管理帳號進行管理,如增、刪、改、查,修改密碼等。 學生模塊: 1. 可以修改自己的基本信息。

資源截圖

代碼片段和文件信息

package?Dao;
import?java.sql.Connection;
import?java.sql.PreparedStatement;
import?java.sql.ResultSet;

import?model.PageBean;
import?model.Account;


public?class?AccntDao?{
public?ResultSet?userList(Connection?conPageBean?pageBean)throws?Exception{
String?sql=“select?*?from?[tb_accnt]“;
PreparedStatement?pstmt=con.prepareStatement(sql);
return?pstmt.executeQuery();
}

public?int?userCount(Connection?con)throws?Exception{
String?sql=“select?count(*)?as?total?from?[tb_accnt]“;
PreparedStatement?pstmt=con.prepareStatement(sql);
ResultSet?rs=pstmt.executeQuery();
if(rs.next()){
return?rs.getInt(“total“);
}else{
return?0;
}
}

public?int?userDelete(Connection?conString?delId)throws?Exception{
String?sql=“delete?from?[tb_accnt]?where?id=?“;
PreparedStatement?pstmt=con.prepareStatement(sql);
pstmt.setString(1?delId);
return?pstmt.executeUpdate();
}

public?int?userAdd(Connection?conAccount?accnt)throws?Exception{
String?sql=“insert?into?[tb_accnt](accNameaccPwdageemailbirthday)?values(?????)“;
PreparedStatement?pstmt=con.prepareStatement(sql);
pstmt.setString(1?accnt.getAccName());
pstmt.setString(2?accnt.getAccPwd());
pstmt.setInt(3?accnt.getAge());
pstmt.setString(4?accnt.getEmail());
pstmt.setString(5?accnt.getBirthday());
return?pstmt.executeUpdate();
}

public?int?userModify(Connection?conAccount?accntString?modId)throws?Exception{
String?sql=“update?[tb_accnt]set?accName=?accPwd=?age=?email=?birthday=??where?id=?“;
PreparedStatement?pstmt=con.prepareStatement(sql);
pstmt.setString(1?accnt.getAccName());
pstmt.setString(2?accnt.getAccPwd());
pstmt.setInt(3?accnt.getAge());
pstmt.setString(4?accnt.getEmail());
pstmt.setString(5?accnt.getBirthday());
pstmt.setString(6?modId);
return?pstmt.executeUpdate();
}?
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-01-18?21:16??exam\
?????目錄???????????0??2016-01-18?21:10??exam\.metadata\
?????文件???????????0??2016-01-18?21:01??exam\.metadata\.lock
?????文件????????3211??2016-01-18?21:19??exam\.metadata\.log
?????目錄???????????0??2016-01-18?21:23??exam\.metadata\.mylyn\
?????文件?????????235??2016-01-18?21:03??exam\.metadata\.mylyn\.tasks.xml.zip
?????目錄???????????0??2016-01-18?21:02??exam\.metadata\.mylyn\contexts\
?????目錄???????????0??2016-01-18?21:02??exam\.metadata\.mylyn\offline\
?????文件?????????392??2016-01-18?21:03??exam\.metadata\.mylyn\repositories.xml.zip
?????文件?????????235??2016-01-18?21:23??exam\.metadata\.mylyn\tasks.xml.zip
?????目錄???????????0??2016-01-18?21:35??exam\.metadata\.plugins\
?????目錄???????????0??2016-01-18?21:35??exam\.metadata\.plugins\org.eclipse.core.resources\
?????目錄???????????0??2016-01-18?21:32??exam\.metadata\.plugins\org.eclipse.core.resources\.history\
?????目錄???????????0??2016-01-18?21:13??exam\.metadata\.plugins\org.eclipse.core.resources\.history\11\
?????文件????????2096??2016-01-18?20:50??exam\.metadata\.plugins\org.eclipse.core.resources\.history\11\11792751e5bd00151750e47292d586f7
?????目錄???????????0??2016-01-18?21:13??exam\.metadata\.plugins\org.eclipse.core.resources\.history\13\
?????文件????????1213??2016-01-18?20:50??exam\.metadata\.plugins\org.eclipse.core.resources\.history\13\105b2c51e5bd00151750e47292d586f7
?????目錄???????????0??2016-01-18?21:32??exam\.metadata\.plugins\org.eclipse.core.resources\.history\18\
?????文件???????10572??2016-01-18?21:16??exam\.metadata\.plugins\org.eclipse.core.resources\.history\18\405cc1dde7bd00151750e47292d586f7
?????目錄???????????0??2016-01-18?21:32??exam\.metadata\.plugins\org.eclipse.core.resources\.history\20\
?????文件????????6596??2016-01-18?21:16??exam\.metadata\.plugins\org.eclipse.core.resources\.history\20\3017c6dde7bd00151750e47292d586f7
?????目錄???????????0??2016-01-18?21:10??exam\.metadata\.plugins\org.eclipse.core.resources\.history\29\
?????文件?????????262??2016-01-18?21:10??exam\.metadata\.plugins\org.eclipse.core.resources\.history\29\a0c951d8e4bd00151750e47292d586f7
?????文件?????????214??2016-01-18?21:10??exam\.metadata\.plugins\org.eclipse.core.resources\.history\29\f06931dbe4bd00151750e47292d586f7
?????目錄???????????0??2016-01-18?21:10??exam\.metadata\.plugins\org.eclipse.core.resources\.history\43\
?????文件??????????40??2016-01-18?21:10??exam\.metadata\.plugins\org.eclipse.core.resources\.history\43\101223dbe4bd00151750e47292d586f7
?????目錄???????????0??2016-01-18?21:13??exam\.metadata\.plugins\org.eclipse.core.resources\.history\44\
?????文件????????2744??2016-01-18?20:50??exam\.metadata\.plugins\org.eclipse.core.resources\.history\44\40481951e5bd00151750e47292d586f7
?????目錄???????????0??2016-01-18?21:13??exam\.metadata\.plugins\org.eclipse.core.resources\.history\45\
?????文件????????1632??2016-01-18?20:50??exam\.metadata\.plugins\org.eclipse.core.resources\.history\45\11ea2951e5bd00151750e47292d586f7
?????目錄???????????0??2016-01-18?21:13??exam\.metadata\.plugins\org.eclipse.core.resources\.history\47\
............此處省略989個文件信息

評論

共有 條評論