基于java技術(shù)的web環(huán)境下的網(wǎng)絡(luò)商店銷(xiāo)售系統(tǒng).rar
基于java技術(shù)的web環(huán)境下的網(wǎng)絡(luò)商店銷(xiāo)售系統(tǒng),基于java技術(shù)的web環(huán)境下的網(wǎng)絡(luò)商店銷(xiāo)售系統(tǒng)1.9萬(wàn)字 44頁(yè)目錄摘要 3abstract 4第一章 引言 51.1時(shí)下電子商務(wù)所采用的技術(shù)調(diào)研 51.2java servlet技術(shù) 71.2.1 servlet的介紹 71.2.2 servlets的接口 81.2.3 cookies 101.2.4 ser...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 cnlula 發(fā)布
基于Java技術(shù)的Web環(huán)境下的網(wǎng)絡(luò)商店銷(xiāo)售系統(tǒng)
1.9萬(wàn)字 44頁(yè)
目 錄
摘要 ……………………………………………………………………… 3
Abstract ………………………………………………………………… 4
第一章 引言 …………………………………………………………… 5
1.1 時(shí)下電子商務(wù)所采用的技術(shù)調(diào)研 …………………………… 5
1.2 Java Servlet技術(shù) …………………………………………… 7
1.2.1 Servlet的介紹 ………………………………………… 7
1.2.2 Servlets的接口 ………………………………………… 8
1.2.3 Cookies ……………………………………………………10
1.2.4 Servlet通訊 …………………………………………… 10
1.2.2 Servlet的計(jì)算模型 …………………………………… 11
1.2.3 Servlet與Web數(shù)據(jù)庫(kù)的連接 ………………………… 11
第二章 基于Java技術(shù)的Web環(huán)境下的網(wǎng)絡(luò)商店銷(xiāo)售系統(tǒng) ………… 12
2.1 網(wǎng)絡(luò)商店銷(xiāo)售系統(tǒng)的功能描述 ……………………………… 12
2.2 實(shí)例中關(guān)鍵部分程序設(shè)計(jì) …………………………………… 12
2.3 實(shí)例中的數(shù)據(jù)庫(kù)設(shè)計(jì) ……………………………………………19
第三章 Servlet技術(shù)展望 ……………………………………………… 20
第四章 總結(jié) ………………………………………………………………22
參考文獻(xiàn) ………………………………………………………………… 22
附錄
摘 要:Java技術(shù)是一種與平臺(tái)無(wú)關(guān)的編程語(yǔ)言,它具有“一次編寫(xiě),隨處運(yùn)行”的特點(diǎn),所以非常適合于分布式的網(wǎng)絡(luò)編程。Servlet小應(yīng)用程序通過(guò)JDBC與后端數(shù)據(jù)庫(kù)進(jìn)行SQL命令和數(shù)據(jù)的交互,同時(shí),它通過(guò)各種形式(構(gòu)建HTML頁(yè)面等)同客戶(hù)端進(jìn)行通信,傳遞客戶(hù)端SQL命令和數(shù)據(jù)庫(kù)數(shù)據(jù)。構(gòu)建電子商務(wù)網(wǎng)站是Java技術(shù)應(yīng)用的一個(gè)范例,其中的Java Servlet技術(shù)占據(jù)了核心地位。本文以基于Java技術(shù)的Web環(huán)境下的網(wǎng)絡(luò)商店銷(xiāo)售系統(tǒng)為中心,來(lái)介紹Java Servlet技術(shù)的結(jié)構(gòu)模型和應(yīng)用。
關(guān)鍵詞: Java Servlet;Web數(shù)據(jù)庫(kù)
A network shop system of Web environment Based on Java
Abstract:Java technology is a language which isn’t in relation to the platform. It can run in everywhere if it was once modified, so it is very suit to modify the distributed network program. Servlet application programs exchange the SQL command and data in using JDBC, at the same time, it can communicate with users, impart the users’ SQL commands and the data through all kinds of methords. Making the network business web is one application of the Java technology, and the Java Servlet technology play the most important role in it . In this article , I will introduce the structure models and the application of the Java Servlet technology in introducing the network business system which is at the base of the Java technology.
Key words: Java Servlet; the web database
1.9萬(wàn)字 44頁(yè)
目 錄
摘要 ……………………………………………………………………… 3
Abstract ………………………………………………………………… 4
第一章 引言 …………………………………………………………… 5
1.1 時(shí)下電子商務(wù)所采用的技術(shù)調(diào)研 …………………………… 5
1.2 Java Servlet技術(shù) …………………………………………… 7
1.2.1 Servlet的介紹 ………………………………………… 7
1.2.2 Servlets的接口 ………………………………………… 8
1.2.3 Cookies ……………………………………………………10
1.2.4 Servlet通訊 …………………………………………… 10
1.2.2 Servlet的計(jì)算模型 …………………………………… 11
1.2.3 Servlet與Web數(shù)據(jù)庫(kù)的連接 ………………………… 11
第二章 基于Java技術(shù)的Web環(huán)境下的網(wǎng)絡(luò)商店銷(xiāo)售系統(tǒng) ………… 12
2.1 網(wǎng)絡(luò)商店銷(xiāo)售系統(tǒng)的功能描述 ……………………………… 12
2.2 實(shí)例中關(guān)鍵部分程序設(shè)計(jì) …………………………………… 12
2.3 實(shí)例中的數(shù)據(jù)庫(kù)設(shè)計(jì) ……………………………………………19
第三章 Servlet技術(shù)展望 ……………………………………………… 20
第四章 總結(jié) ………………………………………………………………22
參考文獻(xiàn) ………………………………………………………………… 22
附錄
摘 要:Java技術(shù)是一種與平臺(tái)無(wú)關(guān)的編程語(yǔ)言,它具有“一次編寫(xiě),隨處運(yùn)行”的特點(diǎn),所以非常適合于分布式的網(wǎng)絡(luò)編程。Servlet小應(yīng)用程序通過(guò)JDBC與后端數(shù)據(jù)庫(kù)進(jìn)行SQL命令和數(shù)據(jù)的交互,同時(shí),它通過(guò)各種形式(構(gòu)建HTML頁(yè)面等)同客戶(hù)端進(jìn)行通信,傳遞客戶(hù)端SQL命令和數(shù)據(jù)庫(kù)數(shù)據(jù)。構(gòu)建電子商務(wù)網(wǎng)站是Java技術(shù)應(yīng)用的一個(gè)范例,其中的Java Servlet技術(shù)占據(jù)了核心地位。本文以基于Java技術(shù)的Web環(huán)境下的網(wǎng)絡(luò)商店銷(xiāo)售系統(tǒng)為中心,來(lái)介紹Java Servlet技術(shù)的結(jié)構(gòu)模型和應(yīng)用。
關(guān)鍵詞: Java Servlet;Web數(shù)據(jù)庫(kù)
A network shop system of Web environment Based on Java
Abstract:Java technology is a language which isn’t in relation to the platform. It can run in everywhere if it was once modified, so it is very suit to modify the distributed network program. Servlet application programs exchange the SQL command and data in using JDBC, at the same time, it can communicate with users, impart the users’ SQL commands and the data through all kinds of methords. Making the network business web is one application of the Java technology, and the Java Servlet technology play the most important role in it . In this article , I will introduce the structure models and the application of the Java Servlet technology in introducing the network business system which is at the base of the Java technology.
Key words: Java Servlet; the web database
TA們正在看...
- 計(jì)算機(jī)硬件.ppt
- 漢字輸入方法概述.ppt
- 轉(zhuǎn)速器盤(pán)制造工藝及夾具設(shè)計(jì).doc
- 數(shù)控技術(shù)教學(xué)課件.rar
- 商業(yè)之星v7培訓(xùn)教程內(nèi)部版.ppt
- 網(wǎng)格環(huán)境中的知識(shí)搜索算法設(shè)計(jì)與實(shí)現(xiàn).doc
- 單域環(huán)境下多站點(diǎn)的實(shí)現(xiàn)和優(yōu)化.doc
- howtowriteagreatmarketingplan.ppt
- 如何使你的賒銷(xiāo)更有效——目的決定方法.ppt
- 市場(chǎng)營(yíng)銷(xiāo)管理.ppt