基于java技術(shù)的web環(huán)境下的網(wǎng)絡(luò)商店銷售系統(tǒng).rar
基于java技術(shù)的web環(huán)境下的網(wǎng)絡(luò)商店銷售系統(tǒng),基于java技術(shù)的web環(huán)境下的網(wǎng)絡(luò)商店銷售系統(tǒng)1.9萬字 44頁目錄摘要 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ò)商店銷售系統(tǒng)
1.9萬字 44頁
目 錄
摘要 ……………………………………………………………………… 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ò)商店銷售系統(tǒng) ………… 12
2.1 網(wǎng)絡(luò)商店銷售系統(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)無關(guān)的編程語言,它具有“一次編寫,隨處運(yùn)行”的特點(diǎn),所以非常適合于分布式的網(wǎng)絡(luò)編程。Servlet小應(yīng)用程序通過JDBC與后端數(shù)據(jù)庫(kù)進(jìn)行SQL命令和數(shù)據(jù)的交互,同時(shí),它通過各種形式(構(gòu)建HTML頁面等)同客戶端進(jìn)行通信,傳遞客戶端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ò)商店銷售系統(tǒng)為中心,來介紹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萬字 44頁
目 錄
摘要 ……………………………………………………………………… 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ò)商店銷售系統(tǒng) ………… 12
2.1 網(wǎng)絡(luò)商店銷售系統(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)無關(guān)的編程語言,它具有“一次編寫,隨處運(yùn)行”的特點(diǎn),所以非常適合于分布式的網(wǎng)絡(luò)編程。Servlet小應(yīng)用程序通過JDBC與后端數(shù)據(jù)庫(kù)進(jìn)行SQL命令和數(shù)據(jù)的交互,同時(shí),它通過各種形式(構(gòu)建HTML頁面等)同客戶端進(jìn)行通信,傳遞客戶端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ò)商店銷售系統(tǒng)為中心,來介紹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