激情欧美日韩一区二区,浪货撅高贱屁股求主人调教视频,精品无码成人片一区二区98,国产高清av在线播放,色翁荡息又大又硬又粗视频

基于A(yíng)SP的在線(xiàn)商品銷(xiāo)售系統的設計與實(shí)現ASP+SQL

時(shí)間:2024-07-29 19:52:51 計算機應用畢業(yè)論文 我要投稿
  • 相關(guān)推薦

基于A(yíng)SP的在線(xiàn)商品銷(xiāo)售系統的設計與實(shí)現ASP+SQL

畢業(yè)論文

基于A(yíng)SP的在線(xiàn)商品銷(xiāo)售系統的設計與實(shí)現

摘要:本論文介紹了ASP技術(shù)、ADO技術(shù)以及SQL Server 2000技術(shù),探討了基于A(yíng)SP技術(shù)和SQL Server 2000技術(shù)構建在線(xiàn)商品銷(xiāo)售系統的過(guò)程,詳細介紹了該系統各個(gè)功能模塊的設計思想與實(shí)現方法,包括前臺的網(wǎng)頁(yè)制作,后臺數據庫模塊的設計,前后臺系統的動(dòng)態(tài)鏈接等。本系統主要利用了ASP與ADO結合起來(lái)連接和訪(fǎng)問(wèn)數據庫的方法開(kāi)發(fā)適合中小型企業(yè)使用的在線(xiàn)商品銷(xiāo)售系統,具體研究并實(shí)現了前臺用戶(hù)注冊、登錄、瀏覽商品、商品的搜索、收藏與購買(mǎi)商品、訂單的管理、后臺用戶(hù)對商品的添加、刪除、修改和類(lèi)別的管理、用戶(hù)管理、信息管理以及網(wǎng)站基本配置等功能。同時(shí),本系統還使用了MD5加密算法。
關(guān)鍵詞:ASP; ADO; WEB數據庫; 在線(xiàn)商品銷(xiāo)售; SQL Server 2000

The Design and Implementation of the On-line Merchandise Sale System Based on the ASP Technology

Abstract: This paper introduces the ASP, ADO and SQL Server 2000 technology, discusses the procedure of designing the On-line Merchandise Sale System that based on the ASP and SQL Server 2000 technology. The design and implementation  of various functional modules of the system is also presented in the paper, web page making ,module of the database designing and the dynamic connection technology of web and SQL Server 2000 included. The various functions, including user register, login, browse, searching merchandise collection and purchase the merchandise, the management of the orders, and the management of users, merchandises, information basic configuration by administrator, compose the whole system through the connection and accessing to the database method with ASP technology combined with ADO technology for medium or small-sized enterprises. At the time, some functional modules of the system use MD5 encryption algorithm.
Keywords:ASP; ADO; WEB Database; On-line Merchandise Sale; SQL Server 2000

目 錄
前言 1
1 ASP概述 2
1.1 什么是ASP 2
1.2 ASP的運行環(huán)境 2
1.2.1 運行ASP的要求 2
1.2.2 關(guān)于IIS 3
1.3 ASP內建對象和組件 3
1.3.1 ASP的內建對象 3
1.3.2 組件 3
1 .4 ASP的功能和特點(diǎn) 4
1.4.1 ASP的特點(diǎn) 4
1.4.2 ASP的功能 4
2 HTML和腳本語(yǔ)言介紹 6
2.1 HTML簡(jiǎn)介 6
2.2 JAVASCRIPT腳本語(yǔ)言簡(jiǎn)介 6
2.3 VBScript腳本語(yǔ)言簡(jiǎn)介 7
3 數據庫介紹 8
3.1 SQL Server 2000數據庫介紹 8
3.2 ASP訪(fǎng)問(wèn)數據庫的方法 8
4 需求分析和概要設計 9
4.1 功能需求分析 9
4.2 功能模塊設計 10
4.3 系統設計方案 12
5 數據庫的設計與實(shí)現 13
5.1 數據庫的需求 13
5.2 數據庫ER圖分析 13
5.3 數據庫設計 14
6 詳細設計 19
6.1 數據庫的連接 19
6.2 注冊和登錄 19
6.2.1 填寫(xiě)注冊信息 19
6.2.2 提交注冊信息 21
6.2.3 用戶(hù)登錄和注銷(xiāo) 22
6.2.4 MD5加密算法介紹 24
6.3 用戶(hù)管理中心 24
6.3.1 進(jìn)入用戶(hù)中心 24
6.3.2 修改個(gè)人資料 25
6.3.3 修改個(gè)人密碼 26
6.3.4 取回用戶(hù)密碼 27
6.3.5 我的訂單界面 28
6.3.6 我的收藏架的實(shí)現 30
6.3.7 收貨人信息 31
6.4 商品查詢(xún) 31
6.4.1 簡(jiǎn)單查詢(xún) 31
6.4.2 高級查詢(xún) 31
6.5 銷(xiāo)售信息統計 32
6.6 購買(mǎi)商品和訂單提交 32
6.6.1 購買(mǎi)商品 32
6.6.2 訂單提交 33
6.7 后臺管理 34
6.7.1 商品大類(lèi)管理 34
6.7.2 商品信息管理 36
6.7.3 管理商品訂單 39
6.7.4 用戶(hù)管理 42
7 系統測試與發(fā)布 44
8 結束語(yǔ) 45
參考文獻 46
致謝 47

注:不包括源代碼.

基于A(yíng)SP的在線(xiàn)商品銷(xiāo)售系統的設計與實(shí)現ASP+SQL

【基于A(yíng)SP的在線(xiàn)商品銷(xiāo)售系統的設計與實(shí)現ASP+SQL】相關(guān)文章:

基于A(yíng)SP的網(wǎng)絡(luò )辦公系統設計與實(shí)現ASP+SQL03-08

基于A(yíng)SP的網(wǎng)上銀行的設計與實(shí)現ASP+SQL03-08

網(wǎng)絡(luò )購物系統的設計與實(shí)現ASP+SQL03-08

新聞網(wǎng)系統設計與實(shí)現ASP+SQL11-23

基于A(yíng)SP的網(wǎng)絡(luò )考試系統的設計與實(shí)現03-07

在線(xiàn)英語(yǔ)考試系統ASP+SQL03-08

網(wǎng)絡(luò )新聞發(fā)布系統的設計與實(shí)現ASP+SQL11-23

基于web的實(shí)驗課選課系統的設計ASP+sql03-08

在線(xiàn)教育系統ASP+SQL03-08

激情欧美日韩一区二区,浪货撅高贱屁股求主人调教视频,精品无码成人片一区二区98,国产高清av在线播放,色翁荡息又大又硬又粗视频