校內(nèi)教師管理信息系統(tǒng)畢業(yè)論文.rar
校內(nèi)教師管理信息系統(tǒng)畢業(yè)論文,1.4萬(wàn)字42頁(yè)包括中英文翻譯摘要本文是計(jì)算機(jī)系本科畢業(yè)生畢業(yè)設(shè)計(jì)論文。其項(xiàng)目背景是實(shí)現(xiàn)校內(nèi)教師管理的信息化??梢苑奖阌脩暨M(jìn)行信息錄入,檢索,修改,刪除等功能。為了提高開發(fā)的效率,我們選擇采用了mvc的開發(fā)模式進(jìn)行b/s的web應(yīng)用系統(tǒng)的開發(fā)。本文主要介紹了struts框架的原理。在stru...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 ludi123 發(fā)布
校內(nèi)教師管理信息系統(tǒng)畢業(yè)論文
1.4萬(wàn)字 42頁(yè)
包括中英文翻譯
摘 要
本文是計(jì)算機(jī)系本科畢業(yè)生畢業(yè)設(shè)計(jì)論文。其項(xiàng)目背景是實(shí)現(xiàn)校內(nèi)教師管理的信息化??梢苑奖阌脩暨M(jìn)行信息錄入,檢索,修改,刪除等功能。為了提高開發(fā)的效率,我們選擇采用了MVC的開發(fā)模式進(jìn)行B/S的WEB應(yīng)用系統(tǒng)的開發(fā)。
本文主要介紹了Struts框架的原理。在Struts框架下的Model開發(fā)。介紹了如何使用JDBC進(jìn)行數(shù)據(jù)庫(kù)的聯(lián)接。介紹了如何使用JDBC所提供的接口實(shí)現(xiàn)各種的SQL語(yǔ)句。并介紹了如何使用可視化報(bào)表工具設(shè)計(jì)電子報(bào)表,如何能夠在瀏覽器中顯示設(shè)計(jì)好的報(bào)表文件。
關(guān)鍵字: 報(bào)表 后臺(tái)操作
ABSTRACT
This thesis is a graduate of Department of Computer Science. This project is a Management Information System of teachers’information. It will help the administrator store , search , alter and delete the teacher’s information. We chose the Model-Contorl-View design pattern to devolep this WEB application.
This thesis is about the Model devolep of the Strust Framework. This thesis introduce how to connect the Relation Database by using JDBC and how to execute the SQL by the function of JDBC. At the end , I introduce how to use IDE report’s tool to design the report and how to generate the report in the browers.
Key words : report background code
目 錄
摘 要 2
ABSTRACT 3
第一章 緒 論 4
第二章 相關(guān)技術(shù)背景 4
2.1 MVC設(shè)計(jì)模式和Struts框架的原理 5
2.2 JDBC數(shù)據(jù)庫(kù)的原理 5
2.3 iReport的工作原理 6
2.4 開發(fā)環(huán)境 6
第三章 數(shù)據(jù)庫(kù)的操作和報(bào)表的生成 7
3.1 數(shù)據(jù)庫(kù)的操作 7
3.1.1 數(shù)據(jù)庫(kù)的基本操作 7
3.1.2 對(duì)結(jié)果集的處理 8
3.2 報(bào)表的生成 8
3.2.1 報(bào)表的設(shè)計(jì) 8
3.2.2 報(bào)表的頁(yè)面顯示 8
第四章 具體模塊的設(shè)計(jì)實(shí)現(xiàn) 8
4.1 數(shù)據(jù)庫(kù)的操作 9
4.1.1 對(duì)數(shù)據(jù)庫(kù)的動(dòng)態(tài)查詢 14
4.1.2 對(duì)結(jié)果集的處理 16
4.1.3 對(duì)數(shù)據(jù)庫(kù)的更新操作 19
4.2 報(bào)表展現(xiàn)的具體實(shí)現(xiàn) 20
第五章 結(jié)束語(yǔ)…………………………………………….. 22
第六章 參考文獻(xiàn)…………………………………………...22
第七章 附錄…………………………………………………23
參考文獻(xiàn)
1.《精通Struts:基于MVC的Java Web 設(shè)計(jì)與開發(fā)》
2.《J2EE企業(yè)級(jí)應(yīng)用開發(fā)》
3.《Servlet/JSP程序設(shè)計(jì)技術(shù)與實(shí)例》
4.《Struts KICK START》
5.《JasperReport使用指南》
1.4萬(wàn)字 42頁(yè)
包括中英文翻譯
摘 要
本文是計(jì)算機(jī)系本科畢業(yè)生畢業(yè)設(shè)計(jì)論文。其項(xiàng)目背景是實(shí)現(xiàn)校內(nèi)教師管理的信息化??梢苑奖阌脩暨M(jìn)行信息錄入,檢索,修改,刪除等功能。為了提高開發(fā)的效率,我們選擇采用了MVC的開發(fā)模式進(jìn)行B/S的WEB應(yīng)用系統(tǒng)的開發(fā)。
本文主要介紹了Struts框架的原理。在Struts框架下的Model開發(fā)。介紹了如何使用JDBC進(jìn)行數(shù)據(jù)庫(kù)的聯(lián)接。介紹了如何使用JDBC所提供的接口實(shí)現(xiàn)各種的SQL語(yǔ)句。并介紹了如何使用可視化報(bào)表工具設(shè)計(jì)電子報(bào)表,如何能夠在瀏覽器中顯示設(shè)計(jì)好的報(bào)表文件。
關(guān)鍵字: 報(bào)表 后臺(tái)操作
ABSTRACT
This thesis is a graduate of Department of Computer Science. This project is a Management Information System of teachers’information. It will help the administrator store , search , alter and delete the teacher’s information. We chose the Model-Contorl-View design pattern to devolep this WEB application.
This thesis is about the Model devolep of the Strust Framework. This thesis introduce how to connect the Relation Database by using JDBC and how to execute the SQL by the function of JDBC. At the end , I introduce how to use IDE report’s tool to design the report and how to generate the report in the browers.
Key words : report background code
目 錄
摘 要 2
ABSTRACT 3
第一章 緒 論 4
第二章 相關(guān)技術(shù)背景 4
2.1 MVC設(shè)計(jì)模式和Struts框架的原理 5
2.2 JDBC數(shù)據(jù)庫(kù)的原理 5
2.3 iReport的工作原理 6
2.4 開發(fā)環(huán)境 6
第三章 數(shù)據(jù)庫(kù)的操作和報(bào)表的生成 7
3.1 數(shù)據(jù)庫(kù)的操作 7
3.1.1 數(shù)據(jù)庫(kù)的基本操作 7
3.1.2 對(duì)結(jié)果集的處理 8
3.2 報(bào)表的生成 8
3.2.1 報(bào)表的設(shè)計(jì) 8
3.2.2 報(bào)表的頁(yè)面顯示 8
第四章 具體模塊的設(shè)計(jì)實(shí)現(xiàn) 8
4.1 數(shù)據(jù)庫(kù)的操作 9
4.1.1 對(duì)數(shù)據(jù)庫(kù)的動(dòng)態(tài)查詢 14
4.1.2 對(duì)結(jié)果集的處理 16
4.1.3 對(duì)數(shù)據(jù)庫(kù)的更新操作 19
4.2 報(bào)表展現(xiàn)的具體實(shí)現(xiàn) 20
第五章 結(jié)束語(yǔ)…………………………………………….. 22
第六章 參考文獻(xiàn)…………………………………………...22
第七章 附錄…………………………………………………23
參考文獻(xiàn)
1.《精通Struts:基于MVC的Java Web 設(shè)計(jì)與開發(fā)》
2.《J2EE企業(yè)級(jí)應(yīng)用開發(fā)》
3.《Servlet/JSP程序設(shè)計(jì)技術(shù)與實(shí)例》
4.《Struts KICK START》
5.《JasperReport使用指南》
TA們正在看...
- 2020年內(nèi)蒙古阿拉善中考生物真題及答案(1).doc
- 2020年內(nèi)蒙古阿拉善中考英語(yǔ)真題及答案.doc
- 2020年內(nèi)蒙古阿拉善中考語(yǔ)文真題及答案.doc
- 2021內(nèi)蒙古包頭市中考地理真題及答案.doc
- 2021內(nèi)蒙古巴彥淖爾市中考地理真題及答案.doc
- 2021年內(nèi)蒙古烏蘭察布中考化學(xué)真題及答案.doc
- 2021年內(nèi)蒙古烏蘭察布中考?xì)v史真題及答案.doc
- 2021年內(nèi)蒙古烏蘭察布中考地理真題及答案.doc
- 2021年內(nèi)蒙古烏蘭察布中考政治真題及答案.doc
- 2021年內(nèi)蒙古烏蘭察布中考數(shù)學(xué)真題及答案.doc