【正文】
javaBean組件技術(shù) ............................................................................................................ 19 JSP 中 JavaBeans的應(yīng)用 ................................................................................................... 22 jsp:useBean操作指令 ............................................................................................... 23 JavaBeans 的 Scope 屬性 ............................................................................................. 23 Tomcat 配置 ..................................................................................................................... 25 文件配置 .................................................................................................... 25 數(shù)據(jù)庫編程 ...................................................................................................................... 27 數(shù)據(jù)庫編程基礎(chǔ)及語法 ............................................................................................... 27 本系統(tǒng)中的連接方式 ................................................................................................. 29 第五章 測試問題及解決 ........................................................................................................ 31 java漢字處理問題及解決 ........................................................................錯(cuò)誤 !未定義書簽。 jspSmartUpload 實(shí)例 .........................................................................錯(cuò)誤 !未定義書簽。 jspSmartUpload 組件的特點(diǎn) ...............................................................錯(cuò)誤 !未定義書簽。 關(guān)鍵字 網(wǎng)上訂餐 管理 系統(tǒng) , NOMS(Order management system), B/S, JSP(Java Server Pages), JavaBean 需要本論文完整程序源代 碼,答辯 PPT或者更多畢業(yè)論文聯(lián)系 799523222 III 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 NetOrder Management System partial research and development, This article system analysis and the design only is opposite in the mon association says. This paper includes system design and development of NOMS. It introduced the detailed development product management and realizations of the NetOrder 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 sever2020 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+SQl2020 Pattern,Realized The contact surface design is 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. 需要本論文完整程序源代 碼,答辯 PPT或者更多畢業(yè)論文聯(lián)系 799523222 IV KEY WORD: B/S, NOMS, Jsp , Javabean 需要本論文完整程序源代 碼,答辯 PPT或者更多畢業(yè)論文聯(lián)系 799523222 V 目 錄 第一章 緒論 ............................................................................................................................1 課題的背景及意義 .............................................................................................................1 課題分析 ............................................................................................................................1 技術(shù)方案的選取 .................................................................................................................2 開發(fā)語言 .....................................................................................................................2 開發(fā)模式選擇 ..............................................................................................................3 數(shù)據(jù)庫 ........................................................................................................................3 第二章 系統(tǒng)概述 .....................................................................................................................5 運(yùn)行環(huán)境 ............................................................................................................................5 軟件運(yùn)行環(huán)境 ...............................................................................................................5 需求分析 ............................................................................................................................5 管理者的需求 ..............................................................................................................5 系統(tǒng)使用者需求 ..........................................................................................................5 系統(tǒng)維護(hù)人員需求 .......................................................................................................6 總體設(shè)計(jì)原則 ....................................................................................................................7 系統(tǒng)體系結(jié)構(gòu)分析 .............................................................................................................7 C/S結(jié)構(gòu) 與 B/S 結(jié)構(gòu) .....................................................................................................7 B/S 與 C/S 的優(yōu)越性 .....................................................................................................7 第三章程序設(shè)計(jì) ..................................................................................................................... 10 系統(tǒng)數(shù)據(jù)庫設(shè)計(jì) ............................................................................................................... 11 程序模塊設(shè)計(jì) .................................................................................................................. 14 系統(tǒng)模塊總圖 .................................................................................