畢業(yè)論文 網(wǎng)上訂餐管理系統(tǒng).doc
約46頁DOC格式手機打開展開
畢業(yè)論文 網(wǎng)上訂餐管理系統(tǒng),摘要本系統(tǒng)屬于商品管理自動化系統(tǒng)的一個子系統(tǒng),它也是一個單獨的功能完善的系統(tǒng),本課題是網(wǎng)上訂餐管理系統(tǒng)的研發(fā),本文的系統(tǒng)分析和設(shè)計只是相對于一般的團體而言。本文包括網(wǎng)上訂餐管理系統(tǒng)noms(net-order management system)的總體方案設(shè)計和開發(fā)。著重介紹了訂餐管理系統(tǒng)的詳細開發(fā)方案和實現(xiàn),內(nèi)容涉及...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/197860.gif)
內(nèi)容介紹
此文檔由會員 ljjwl8321 發(fā)布
摘 要
本系統(tǒng)屬于商品管理自動化系統(tǒng)的一個子系統(tǒng),它也是一個單獨的功能完善的系統(tǒng),本課題是網(wǎng)上訂餐管理系統(tǒng)的研發(fā),本文的系統(tǒng)分析和設(shè)計只是相對于一般的團體而言。
本文包括網(wǎng)上訂餐管理系統(tǒng)NOMS(Net-Order Management system)的總體方案設(shè)計和開發(fā)。著重介紹了訂餐管理系統(tǒng)的詳細開發(fā)方案和實現(xiàn),內(nèi)容涉及系統(tǒng)分析、軟件設(shè)計。
在開發(fā)設(shè)計中,采用B/S(Browser/Server)結(jié)構(gòu),這種結(jié)構(gòu)使得數(shù)據(jù)只有結(jié)果集合在瀏覽器中顯示,數(shù)據(jù)的處理在服務(wù)器進行,用戶不用安裝客戶端,而且由于通過服務(wù)器端統(tǒng)一管理數(shù)據(jù),易于保證數(shù)據(jù)的一致性。數(shù)據(jù)庫方面,推薦業(yè)界具有領(lǐng)導地位的關(guān)系數(shù)據(jù)庫管理系統(tǒng)Microsoft SQL sever2000,使系統(tǒng)安全性能更高。同時采用當前正在流行的JSP(Java Server Pages)編程,用戶界面更友好。
在開發(fā)中選擇了JSP+JavaBean+SQL2000的模式,實現(xiàn)了應(yīng)用程序邏輯和頁面顯示分離,界面設(shè)計更簡單。JavaBean可重用的軟件組件滿足小型應(yīng)用,同時使編程人員投入量精力便可重用組件,在簡單的應(yīng)用中可以充分考慮。
關(guān)鍵字 網(wǎng)上訂餐管理系統(tǒng),NOMS(Order management system),B/S,JSP(Java Server Pages),JavaBean
ABSTRACT
This system belongs to the product management automation system a sub- system, it also is the system which an independent function consummates,This topic is the Net-Order Management System partial research and development, This article system analysis and the design only is opposite in the common association says.
This paper includes system design and development of NOMS. It introduced the detailed development product management and realizations of the Net-Order Managerment System. It contains system analysis and design of software.
In developing, it adopts the structure of Browser/Server. This structure makes only concourse of result data print in the browser. And this kind of structure can lighten client burden greatly. As the server administers the data in unison, it is apt to guarantee the consistency of the data. The Microsoft SQL sever2000 database is security, so lots of use it. In addition, the tool of JSP makes the interface more amity.
Chose in the development JSP+JavaBean+SQl2000 Pattern,Realized The contact surface design is simpler.JavaBeanMay entrust with heavy responsibility software moduleSatisfies the small application,Also causesThe programmers inputs energy then may entrust with heavy responsibility the module,May fully consider in the simple application.
KEY WORD: B/S,NOMS, Jsp , Javabean
目 錄
第一章 緒論 1
1.1 課題的背景及意義 1
1.2課題分析 2
1.3技術(shù)方案的選取 2
1.3.1 開發(fā)語言 2
1.3.2 開發(fā)模式選擇 3
1.3.3 數(shù)據(jù)庫 4
第二章 系統(tǒng)概述 5
2.1運行環(huán)境 5
2.1.1軟件運行環(huán)境 5
2.2需求分析 5
2.2.1 管理者的需求 5
2.2.2 系統(tǒng)使用者需求 5
2.2.3 系統(tǒng)維護人員需求 6
2.3 總體設(shè)計原則 6
2.4 系統(tǒng)體系結(jié)構(gòu)分析 6
2.4.1 C/S結(jié)構(gòu)與B/S結(jié)構(gòu) 6
2.4.2 B/S與C/S的優(yōu)越性 7
第三章程序設(shè)計 9
3.1系統(tǒng)數(shù)據(jù)庫設(shè)計 9
3.2 程序模塊設(shè)計 11
3.3 系統(tǒng)模塊總圖 14
3.3 分頁顯示算法 14
3.4 上傳下載的實現(xiàn) 16
3.4.1 jspSmartUpload組件的特點 16
3.4.2、jspSmartUpload組件相關(guān)類 17
3.4.3 jspSmartUpload實例 21
3.5程序界面設(shè)計 22
第四章 系統(tǒng)實現(xiàn)主要技術(shù) 25
4.1 JavaServer Pages(JSP)技術(shù)簡介 25
4.2 JSP 和其他類似或相關(guān)技術(shù)的一個簡單比較 26
4.3 最佳JSP應(yīng)用服務(wù)器Tomcat 26
4.4 javaBean組件技術(shù) 27
4.5 JSP中JavaBeans的應(yīng)用 30
4.5.1 操作指令 31
4.5.2 JavaBeans的Scope屬性 31
4.7 Tomcat配置 33
4.7.1 Server.xml文件配置 33
4.8 數(shù)據(jù)庫編程 35
4.8.1數(shù)據(jù)庫編程基礎(chǔ)及語法 35
4.8.2 本系統(tǒng)中的連接方式 37
第五章 測試問題及解決 38
5.1 java漢字處理問題及解決 39
5.2文件下載問題 39
結(jié) 論 40
結(jié)束語 41
參考文獻 42
附 錄 43
本系統(tǒng)屬于商品管理自動化系統(tǒng)的一個子系統(tǒng),它也是一個單獨的功能完善的系統(tǒng),本課題是網(wǎng)上訂餐管理系統(tǒng)的研發(fā),本文的系統(tǒng)分析和設(shè)計只是相對于一般的團體而言。
本文包括網(wǎng)上訂餐管理系統(tǒng)NOMS(Net-Order Management system)的總體方案設(shè)計和開發(fā)。著重介紹了訂餐管理系統(tǒng)的詳細開發(fā)方案和實現(xiàn),內(nèi)容涉及系統(tǒng)分析、軟件設(shè)計。
在開發(fā)設(shè)計中,采用B/S(Browser/Server)結(jié)構(gòu),這種結(jié)構(gòu)使得數(shù)據(jù)只有結(jié)果集合在瀏覽器中顯示,數(shù)據(jù)的處理在服務(wù)器進行,用戶不用安裝客戶端,而且由于通過服務(wù)器端統(tǒng)一管理數(shù)據(jù),易于保證數(shù)據(jù)的一致性。數(shù)據(jù)庫方面,推薦業(yè)界具有領(lǐng)導地位的關(guān)系數(shù)據(jù)庫管理系統(tǒng)Microsoft SQL sever2000,使系統(tǒng)安全性能更高。同時采用當前正在流行的JSP(Java Server Pages)編程,用戶界面更友好。
在開發(fā)中選擇了JSP+JavaBean+SQL2000的模式,實現(xiàn)了應(yīng)用程序邏輯和頁面顯示分離,界面設(shè)計更簡單。JavaBean可重用的軟件組件滿足小型應(yīng)用,同時使編程人員投入量精力便可重用組件,在簡單的應(yīng)用中可以充分考慮。
關(guān)鍵字 網(wǎng)上訂餐管理系統(tǒng),NOMS(Order management system),B/S,JSP(Java Server Pages),JavaBean
ABSTRACT
This system belongs to the product management automation system a sub- system, it also is the system which an independent function consummates,This topic is the Net-Order Management System partial research and development, This article system analysis and the design only is opposite in the common association says.
This paper includes system design and development of NOMS. It introduced the detailed development product management and realizations of the Net-Order Managerment System. It contains system analysis and design of software.
In developing, it adopts the structure of Browser/Server. This structure makes only concourse of result data print in the browser. And this kind of structure can lighten client burden greatly. As the server administers the data in unison, it is apt to guarantee the consistency of the data. The Microsoft SQL sever2000 database is security, so lots of use it. In addition, the tool of JSP makes the interface more amity.
Chose in the development JSP+JavaBean+SQl2000 Pattern,Realized The contact surface design is simpler.JavaBeanMay entrust with heavy responsibility software moduleSatisfies the small application,Also causesThe programmers inputs energy then may entrust with heavy responsibility the module,May fully consider in the simple application.
KEY WORD: B/S,NOMS, Jsp , Javabean
目 錄
第一章 緒論 1
1.1 課題的背景及意義 1
1.2課題分析 2
1.3技術(shù)方案的選取 2
1.3.1 開發(fā)語言 2
1.3.2 開發(fā)模式選擇 3
1.3.3 數(shù)據(jù)庫 4
第二章 系統(tǒng)概述 5
2.1運行環(huán)境 5
2.1.1軟件運行環(huán)境 5
2.2需求分析 5
2.2.1 管理者的需求 5
2.2.2 系統(tǒng)使用者需求 5
2.2.3 系統(tǒng)維護人員需求 6
2.3 總體設(shè)計原則 6
2.4 系統(tǒng)體系結(jié)構(gòu)分析 6
2.4.1 C/S結(jié)構(gòu)與B/S結(jié)構(gòu) 6
2.4.2 B/S與C/S的優(yōu)越性 7
第三章程序設(shè)計 9
3.1系統(tǒng)數(shù)據(jù)庫設(shè)計 9
3.2 程序模塊設(shè)計 11
3.3 系統(tǒng)模塊總圖 14
3.3 分頁顯示算法 14
3.4 上傳下載的實現(xiàn) 16
3.4.1 jspSmartUpload組件的特點 16
3.4.2、jspSmartUpload組件相關(guān)類 17
3.4.3 jspSmartUpload實例 21
3.5程序界面設(shè)計 22
第四章 系統(tǒng)實現(xiàn)主要技術(shù) 25
4.1 JavaServer Pages(JSP)技術(shù)簡介 25
4.2 JSP 和其他類似或相關(guān)技術(shù)的一個簡單比較 26
4.3 最佳JSP應(yīng)用服務(wù)器Tomcat 26
4.4 javaBean組件技術(shù) 27
4.5 JSP中JavaBeans的應(yīng)用 30
4.5.1 操作指令 31
4.5.2 JavaBeans的Scope屬性 31
4.7 Tomcat配置 33
4.7.1 Server.xml文件配置 33
4.8 數(shù)據(jù)庫編程 35
4.8.1數(shù)據(jù)庫編程基礎(chǔ)及語法 35
4.8.2 本系統(tǒng)中的連接方式 37
第五章 測試問題及解決 38
5.1 java漢字處理問題及解決 39
5.2文件下載問題 39
結(jié) 論 40
結(jié)束語 41
參考文獻 42
附 錄 43