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

正文內(nèi)容

學(xué)生成績管理系統(tǒng)課程設(shè)計報告-資料下載頁

2025-01-18 21:55本頁面
  

【正文】 tion e) { throw new RuntimeException(())。 } finally { (connection)。 } } public ListInclass readInclasses() { ListInclass list = new ArrayListInclass()。 try { ResultSet rs = ()。 while (()) { int number = (number)。 String name = (name)。 Inclass inclass = new Inclass(number, name)。 (inclass)。 } ()。 return list。 } catch (SQLException e) { throw new RuntimeException(())。 } finally { (connection)。 } } public Department readDepartment() { try { Department department = null。 ResultSet rs = ()。 if (()) { int number = (number)。 String name = (name)。 department = new Department(number, name)。 } ()。 return department。 } catch (Exception e) { throw new RuntimeException(())。 } finally { (connection)。 } } public Inclass readInclass() { Inclass inclass = null。 try { ResultSet rs = ()。 if (()) { int number = (number)。 String name = (name)。 inclass = new Inclass(number, name)。 } ()。 return inclass。 } catch (Exception e) { throw new RuntimeException(())。 } finally { (connection)。 } } public ListCourse readCourses() { ListCourse list = new ArrayListCourse()。 try { ResultSet rs = ()。 while (()) { int number = (number)。 String name = (name)。 Course course = new Course(number, name)。 (course)。 } ()。 return list。 } catch (SQLException e) { throw new RuntimeException(())。 } finally { (connection)。 } } public Course readCourse() { try { ResultSet rs = ()。 Course course = null。 while (()) { int number = (number)。 String name = (name)。 course = new Course(number, name)。 } ()。 return course。 } catch (SQLException e) { throw new RuntimeException(())。 } finally { (connection)。 } } public ListTeacher readTeachers() { ListTeacher list = new ArrayListTeacher()。 try { ResultSet rs = ()。 while (()) { String number = (number)。 String name = (name)。 int age = (age)。 String sex = (sex)。 String phoneNumber = (phoneNumber)。 String idCardNo = (idCardN0)。 String homeAddress = (homeAddress)。 int departmentNumber = (department_number)。 Department department = () .findDepartment(departmentNumber)。 Teacher teacher = new Teacher(number, name, sex, age, department, phoneNumber, idCardNo, homeAddress)。 (teacher)。 } ()。 return list。 } catch (SQLException e) { throw new RuntimeException(())。 } finally { (connection)。 } } public Teacher readTeacher() { Teacher teacher = null。 try { ResultSet rs = ()。 while (()) { String number = (number)。 String name = (name)。 int age = (age)。 String sex = (sex)。 String phoneNumber = (phoneNumber)。 String idCardNo = (idCardN0)。 String homeAddress = (homeAddress)。 int departmentNumber = (department_number)。 Department department = () .findDepartment(departmentNumber)。 teacher = new Teacher(number, name, sex, age, department, phoneNumber, idCardNo, homeAddress)。 } ()。 return teacher。 } catch (SQLException e) { throw new RuntimeException(())。 } finally { (connection)。 } } public ListString readTerms() { ListString list = new ArrayListString()。 try { ResultSet rs = ()。 while (()) { String term = (term)。 (term)。 } ()。 return list。 } catch (SQLException e) { throw new RuntimeException(())。 } finally { (connection)。 } } public ListScore readScores() { ListScore list = new ArrayListScore()。 try { ResultSet rs = ()。 while (()) { String student_number = (student_number)。 int course_number = (course_number)。 String teacher_number = (teacher_number)。 String term = (term)。 int grade = (score)。 Score score = new Score(student_number, course_number, grade, teacher_number, term)。 (score)。 } ()。 return list。 } catch (SQLException e) { throw new RuntimeException(())。 } finally { (connection)。 } } public String readStudentName() { String name=。 try { ResultSet rs = ()。 while (()) { name = (name)。 } ()。 return name。 } catch (SQLException e) { throw new RuntimeException(())。 } finally { (connection)。 } }}package app。import 。import 。import 。public class Client {public static void main(String[] args) {LoginWindow window = new LoginWindow(())。 (true)。 }}圖9 添加學(xué)生信息界面圖10 學(xué)生信息管理界面圖11 更新學(xué)生信息界面圖12 老師錄入成績信息界面圖13 查看學(xué)生成績信息界面第五章 課程設(shè)計心得一學(xué)期的課程實(shí)驗結(jié)束了,我們組基本上完成了系統(tǒng)的設(shè)計。我們組按照軟件工程的設(shè)計要求,從需求分析,概念設(shè)計,總體設(shè)計,實(shí)現(xiàn),測試等各個步驟,分工完成了系統(tǒng)的各項任務(wù),實(shí)現(xiàn)了系統(tǒng)的基本功能,而且收獲不少:通過實(shí)驗鞏固和加深了我對java的理解,提高綜合運(yùn)用所學(xué)知識的能力。培養(yǎng)了我查閱參考書習(xí)慣。培養(yǎng)獨(dú)立思考,深入研究,分析問題、解決問題的能力。通過實(shí)現(xiàn)分析設(shè)計、編程調(diào)試,我掌握了應(yīng)用軟件的分析方法和工程設(shè)計方法。也讓我懂得了在以后學(xué)習(xí)中應(yīng)該注意:認(rèn)真學(xué)習(xí)專業(yè)課知識,并且要勤于動手實(shí)踐。 在做設(shè)計的時候要有信心,有耐心,而且要勤于思考,注重創(chuàng)新。在課余時間里多寫程序,多上機(jī)調(diào)試,增強(qiáng)自己的設(shè)計能力。33
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1