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

正文內(nèi)容

畢業(yè)設(shè)計管理系統(tǒng)的設(shè)計與實現(xiàn)-設(shè)計說明書-wenkub

2023-04-27 03:45:53 本頁面
 

【正文】 Not Null 標識列,主鍵majorNo nvarchar 20 Not Null 專業(yè)代碼majorName nvarchar 30 Not Null 專業(yè)名稱字段名稱 類型 長度 能否為空 備注id int 4 Not Null 標識列,主鍵interestedNo nvarchar 20 Not Null 專業(yè)方向代碼interestedName nvarchar 30 Not Null 專業(yè)方向名稱字段名稱 類型 長度 能否為空 備注id int 4 Not Null 標識列,主鍵levelNo nvarchar 20 Not Null 辦學(xué)層次代碼levelName nvarchar 30 Not Null 辦學(xué)層次名稱字段名稱 類型 長度 能否為空 備注id int 4 Not Null 標識列,主鍵titleNo nvarchar 20 Not Null 職稱代碼titleName nvarchar 30 Not Null 職稱名稱字段名稱 類型 長度 能否為空 備注id int 4 Not Null 標識列,主鍵sourceNo nvarchar 20 Not Null 課題來源代碼sourceName nvarchar 30 Not Null 課題來源名稱字段名稱 類型 長度 能否為空 備注id int 4 Not Null 標識列,主鍵typeNo nvarchar 20 Not Null 課題類型代碼typeName nvarchar 30 Not Null 課題類型名稱教師數(shù)據(jù)表:表名(tb_teacher ) ,結(jié)構(gòu)見表 表 tb_teacher 表結(jié)構(gòu)學(xué)生數(shù)據(jù)表:表名(tb_student),結(jié)構(gòu)見表 表 tb_student 表結(jié)構(gòu)字段名稱 類型 長度 能否為空 備注id int 4 Not Null 標識列,主鍵teacherNo nvarchar 20 Not Null 教師工號teacherName nvarchar 30 Not Null 教師姓名sex nvarchar 20 Not Null 性別Title_id int 4 Null 職稱代碼(外鍵)department_id int 4 Null 所屬教研室代碼(外鍵)degree_id int 4 Not Null 學(xué)位信息(外鍵)telphone nvarchar 30 Not Null 聯(lián)系電話 nvarchar 20 Not Null 電子郵件地址admin boolean 1 Not Null 是否是管理員password nvarchar 20 Not Null 登錄密碼字段名稱 類型 長度 能否為空 備注id int 4 Not Null 標識列,主鍵studentNo nvarchar 20 Not Null 學(xué)號stuName nvarchar 20 Not Null 姓名sex nvarchar 20 Not Null 性別stuClass int 4 Null 所在年級major_id int 4 Not Null 專業(yè)信息(外鍵)level_id int 4 Not Null 層次類別(外鍵)如本科、專升本interested_id int 4 Not Null 專業(yè)方向信息(外鍵)telphone nvarchar 20 Not Null 聯(lián)系電話 nvarchar 20 Not Null 電子郵件地址password nvarchar 20 Not Null 登錄系統(tǒng)口令electiv_flag boolean 1 Not Null 是否選題標志grade2 int 4 Null 畢業(yè)年份tutorResult int 4 Null 指導(dǎo)教師成績estimatorResult int 4 Null 評閱成績appraiser1 int 4 Null 答辯成績 1appraiser2 int 4 Null 答辯成績 2appraiser3 int 4 Null 答辯成績 3appraiser4 int 4 Null 答辯成績 4appraiser5 int 4 Null 答辯成績 5average int 4 Null 答辯平均成績finallyPersent int 4 Null 百分制總成績finallyFive nvarchar 20 Null 五級總成績課題數(shù)據(jù)表:表名(tb_subject) ,結(jié)構(gòu)見表 表 tb_subject 表結(jié)構(gòu) 數(shù)據(jù)庫中關(guān)系設(shè)計數(shù)據(jù)庫中的表與表之間的關(guān)系如表 所示表 關(guān)系主鍵表 主鍵表字段 外鍵表字段 外鍵表tb_level(辦學(xué)層次) id(標識列) level_id tb_student(學(xué)生 )tb_major(專業(yè)) id(標識列) major_idmajor_idtb_student(學(xué)生 )tb_subject(課題)tb_interested(專業(yè)方向) id(標識列) interested_idinterested_idtb_student(學(xué)生 )tb_subject(課題)tb_title(職稱) id(標識列) title_id tb_teacher(教師)tb_degree(學(xué)位) id(標識列) degree_id tb_teacher(教師)tb_department(教研室) id(標識列) department_id tb_teacher(教師)tb_student(學(xué)生 ) id(標識列) student_id tb_subject(課題)字段名稱 類型 長度 能否為空 備注id int 4 Not Null 標識列,主鍵subjectNo nvarchar 20 Not Null 課題編號teacher_id int 4 Not Null 立題教師編號(外鍵)subjectName nvarchar 20 Not Null 課題名稱major_id int 4 Not Null 所屬專業(yè)代碼(外鍵)interested_id int 4 Not Null 所屬方向代碼(外鍵)subSource_id int 4 Not Null 課題來源(外鍵)subType_id int 20 Not Null 課題類型(外鍵)address nvarchar 20 Not Null 課題完成地點times int 1 Not Null 完成所需課時數(shù)content nvarchar 50 Null 課題內(nèi)容的描述condition nvarchar 50 Null 課題已具備的條件request nvarchar 50 Null 完成人具備的條件result nvarchar 50 Null 最終成果形式checkUpFirst nvarchar 50 Null 初審意見checkUpLast nvarchar 50 Null 終審意見fillInDate datetime 8 Null 立題時間checkFlage1 boolean 1 Null 初審標志checkDate1 datetime 4 Null 初審時間checkFlage2 boolean 1 Null 終審標志checkDate2 datetime 8 Null 終審時間student_id int 4 Null 該選題學(xué)生學(xué)號(外鍵)electivFlag boolean 1 Null 該選題是否已選oldOrNew boolean 1 Null 老題還是新題oldSubjectNo nvarchar 20 Null 老題題號tb_teacher(教師) id(標識列) teacher_id tb_subject(課題)tb_subSource(課題來源) id(標識列) subSource_id tb_subject(課題)tb_subType(課題類型) id(標識列) subType_id tb_subject(課題) 操作流程立題流程是教師添加一個課題,然后再由管理員進行審核,通過初審和終審則進入選題庫。其中主要的方法如下所示:public void delete(Object entity) {().delete(entity)。}return 0。}Autowiredprivate HibernateTemplate hibernateTemplate。添加窗口如圖 所示,列表如圖 所示,修改窗口如如 所示。}/** * 查看分 頁信息的教研室信息 * return */public String list() {getPage().setData(getDepartmentService().findByPage(getPage()))。return departmentlist。PrintWriter out = ()。 //獲取用戶名String pwd = getTeacher().getPassword()。content=39。 /)。 =39。(user, getStudent())。content=39。 /)。=39。(user, getTeacher())。 content=39。 /)。=39。(user, getTeacher())。 content=39。 /)。=39。} 立題模塊(1)添加課題如圖 所示。}(2)初次審核和最終審核初次審核和最終審核實現(xiàn)基本一致,故在此只展現(xiàn)最終審核。(getSubject().getCheckDate2())。getPage().setData(getSubjectService().findByPage2(getPage()))。在測試之時要考慮到不合法輸入的處理。圖 添加前的專業(yè)列表界面圖 添加后的專業(yè)列表界面(2)立題管理測試添加一個為立題測試的課題,然后分別做出初審和終審,審核完成后查看其是否已進入選題庫。如果該學(xué)生沒有進行選題則會彈出對話框進行提示,如圖 所示;如果學(xué)生已經(jīng)選題,再進行選題的話同樣會提示,如圖 所示。由于時間愛你倉促以及本人水平有限,本系統(tǒng)還有一些不完善之處,即系統(tǒng)不能實現(xiàn)批量處理畢業(yè)設(shè)計成績的添加,懇請老師給出寶貴的意見和建議。致謝大學(xué)的學(xué)習(xí)生活即將隨著本次畢業(yè)設(shè)計結(jié)束而結(jié)束,在此,我要感謝所有曾經(jīng)教導(dǎo)過我的老師和關(guān)心過我的同學(xué),他們在我成長過程中給予了我很大的幫助。李老師給我的很大的幫助,使我得到了不少的提高,這對于我以后的工作和學(xué)習(xí)中是一筆巨大的財富,感謝他的耐心輔導(dǎo)。每當(dāng)回想起在一塊討論系統(tǒng)時的一個個片段、生活中不起眼的點滴,都會讓人感到無比親切、溫馨。s all characteristics.2 JSP puting technique To carry on the dynamic website conveniently fast the development, JSP has made the improvement in the following several aspects, causes it to bee builds the cross platform fast the dynamic website first choice plan. carries on the content production and the demonstration separates With the JSP technology, the Web page development personnel may use HTML or the XML marking design and the formatted final page, and uses the JSP marking or the tootsy produces on page39。s plete usability. may entrust with heavy responsibility the module The overwhelming majority JSP page relies on may entrust with heavy responsibility, the cross platform module (JavaBeans or Enterprise the JavaBeans module) carries out plex processing which the application procedure requests. The development personnel can share and exchange the execution ordinary operation the module, or causes these modules uses for more users and the customer association. Has accelerated the overall development process based on module39。s logic is sealed in marks and in the JavaBeans module, and ties up in the script, all scripts in server end movement. Because core logic is sealed in marks and in JavaBeans, therefore the Web administrati
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1