freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

cs結(jié)構(gòu)教務管理系統(tǒng)設計計劃書(編輯修改稿)

2025-06-19 18:04 本頁面
 

【文章內(nèi)容簡介】 能按鍵,輔助對話框負責采集用戶輸入信息和做基本的信息處理。NO.類名類型功能01Main_interfaceJFrame主窗口類,提供系統(tǒng)主要功能的調(diào)用接口02StuinforinputStuinforchangeJFrame學生信息的錄入、查詢、修改03TeainputTeachangeJFrame教師信息的錄入、查詢、修改04CourseinformationinputCourseinformationchangeJFrame課程信息的錄入、查詢、修改05XiinforinputXiinforchangeJFrame系基本信息的錄入、查詢、修改06Grademanage_CourseJFrame學生成績按課程信息管理07Grademanage_StudentJFrame學生成績按學生信息管理08InformationSearch_studentJFrame查詢學生的基本信息09InformationSearch_teacherJFrame查詢老師的基本信息10InformationSearch_courseJFrame查詢課程的基本信息11InformationSearch_gradeJFrame查詢成績的基本信息12InformationSearch_XiJFrame查詢系的基本信息13ChooseCourseJFrame選課管理14GradeEnroltableJFrame統(tǒng)計報表15MainJFrame管理員登陸對話框,提供登陸界面,檢查登陸信息16WarnJFrame登陸錯誤提示信息 ////功能:取得應用程序與數(shù)據(jù)庫系統(tǒng)的連接 Statement stmt = null。Connection conn = null。()。conn = (jdbc:odbc:teachsystem, , )。stmt = ()。String sqlst = 。 (sqlst)。////功能:查詢數(shù)據(jù)庫信息 public void FindDB(){ Statement stmt = null。 Connection conn = null。 try { ()。 conn = (jdbc:odbc:teachsystem, , )。 stmt = ()。 String sqlst = select * from student where 學號=39。+Sno+39。 ResultSet rc = (sqlst)。 if (()){ Name = (姓名)。 Sex = (性別)。 Birth = (出生日期)。 GGrade =(入學成績)。 XXinumber = (系號)。 } else //(學號為+()+的學生不存在)。 (沒有該學生記錄)。 } catch (ClassNotFoundException e) { ()。 } catch (SQLException e) { ()。 } finally { try { if(stmt != null) { ()。 stmt = null。 } if(conn != null) { ()。 conn = null。 } } catch (SQLException e) { ()。 } } }////功能:更新數(shù)據(jù)庫 public void changeDB(){ Statement stmt = null。 Connection conn = null。 try { ()。 conn = (jdbc:odbc:teacher, , )。 stmt = ()。 String sqlst = update student set 姓名=39。 + Name + 39。, + 性別=39。 + Sex + 39。, + 出生日期=39。 + Birth + 39。, + 入學成績=39。 + Grade + 39。, + 系號=39。 + Xinumber + 39。 + where 學號=39。+Sno+39。 (sqlst)。 } catch (SQLException ex) { (()).log(, null, ex)。 } catch (ClassNotFoundException ex) { (()).log(, null, ex)。 } }////功能:把數(shù)據(jù)庫里面的相關信息顯示出來,即把數(shù)據(jù)庫里面存儲的表顯示出來 public void FindGrade(String s){ try { String[] arr = new String[8]。 int j =0。 DefaultTableModel tableModel = (DefaultTableModel) GradejTable1 .getModel()。 (0)。 String sqlst = s。 ResultSet rc = (sqlst)。 while (()) { arr[0] = (1)。
點擊復制文檔內(nèi)容
研究報告相關推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1