網上售書系統(tǒng)(畢業(yè)設計).rar
網上售書系統(tǒng)(畢業(yè)設計),2.1萬字 59頁論文+設計代碼摘 要本篇文章首先對當今電子商務網站的應用進行了現狀分析,分析了網站開發(fā)的目的以及意義。通過詳細的分析對比,選擇了較為合適的開發(fā)工具——php和mysql,順利地搭建了平臺。然后對php和mysql開發(fā)中小型電子商務網站的分析、設計、實施做了詳盡的闡述。在此,決定...
該文檔為壓縮文件,包含的文件列表如下:


內容介紹
原文檔由會員 2008wan 發(fā)布
網上售書系統(tǒng)(畢業(yè)設計)
2.1萬字 59頁
論文+設計代碼
摘 要
本篇文章首先對當今電子商務網站的應用進行了現狀分析,分析了網站開發(fā)的目的以及意義。通過詳細的分析對比,選擇了較為合適的開發(fā)工具——PHP和MySQL,順利地搭建了平臺。然后對PHP和MySQL開發(fā)中小型電子商務網站的分析、設計、實施做了詳盡的闡述。在此,決定做一個網上售書系統(tǒng),首先對該系統(tǒng)作了需求分析,可行性分析。在設計時,要注重設計的步驟:先是數據庫設計;然后是網站總體規(guī)劃設計,搭好了網站開發(fā)框架;最后是最重要的一步,用PHP來實現所有的模塊功能。本文詳細地說明了該系統(tǒng)所實現的功能,對網站進行了全面的評價,并且對未來擴充提出了建設性意見,特別是對于電子商務的安全性能問題進行了詳細的闡述。
關鍵詞:電子商務,網上售書,動態(tài),管理,PHP,MySQL
Abstract
This article to use the PHP to developped the analysis of the small scaled electronic commerce in inside website and design, puts into practice to do to expatiate in details with the MySQL.To the application proceeding of the now electronic commerce website the present condition analyzes, analyzing purpose and meanings of the website development. Proceed the comparison to a development for choosing terrace. In details of made the need analysis to the system, viability assessment. And proceeded the total design to the website, take to like the website the development the frame, combine detailed design in proceeding in for instance. Realizes to the function proceeded to elaborate on.Proceeded to the website completely of evaluation, and to future the enlargement puts forward to constructive the opinion.
Key Words: E-Commerce , NetShop , Dynamic, Management,PHP,MySQL.
目 錄
1.緒論
1.1 電子商務的意義和目的
2. 電子商務網站分析與設計
2.1 功能需求描述
2.1.1 電子書架
2.1.2 會員服務
2.1.3 論壇
2.1.4 廣告輪播
2.1.5 購物車
2.1.6 支付和訂單查詢
2.1.7 圖書搜索
2.2 購書流程
2.3 運行環(huán)境
2.3.1 PHP簡介
2.3.2 Mysql簡介
2.4 數據庫設計
2.5 數據字典
2.5.1 數據庫:ebooks
2.5.2 數據庫:bbs
2.6 代碼設計
2.7 安全方面的設計
3.網上書店的功能實現
3.1 新會員注冊
3.2 修改會員信息
3.3 購物車
3.4 查看訂單
3.5 會員登錄
3.6 搜索圖書
3.7 廣告輪播
3.8 BBS論壇
3.9 退出登錄
3.10 分類管理
3.11 會員管理
3.12 訂單管理
3.13 添加廣告
3.14 圖書管理
3.15 論壇管理
4.本系統(tǒng)中需要注意的問題
4.1 Web服務器安全
4.2 PHP本身問題
4.3 PHP本身的安全配置
4.4 其它安全配置
5.結論及體會
致謝
參考文獻
附件:程序原碼及數據庫文件
參考文獻
1、《PHP程序設計與實例教程分析》
作者:姜曉銘 張亮…………………………清華大學出版社
2、《PHP動態(tài)網站設計與制作》
作者:清源計算機工作室……………………機械工業(yè)出版社
2.1萬字 59頁
論文+設計代碼
摘 要
本篇文章首先對當今電子商務網站的應用進行了現狀分析,分析了網站開發(fā)的目的以及意義。通過詳細的分析對比,選擇了較為合適的開發(fā)工具——PHP和MySQL,順利地搭建了平臺。然后對PHP和MySQL開發(fā)中小型電子商務網站的分析、設計、實施做了詳盡的闡述。在此,決定做一個網上售書系統(tǒng),首先對該系統(tǒng)作了需求分析,可行性分析。在設計時,要注重設計的步驟:先是數據庫設計;然后是網站總體規(guī)劃設計,搭好了網站開發(fā)框架;最后是最重要的一步,用PHP來實現所有的模塊功能。本文詳細地說明了該系統(tǒng)所實現的功能,對網站進行了全面的評價,并且對未來擴充提出了建設性意見,特別是對于電子商務的安全性能問題進行了詳細的闡述。
關鍵詞:電子商務,網上售書,動態(tài),管理,PHP,MySQL
Abstract
This article to use the PHP to developped the analysis of the small scaled electronic commerce in inside website and design, puts into practice to do to expatiate in details with the MySQL.To the application proceeding of the now electronic commerce website the present condition analyzes, analyzing purpose and meanings of the website development. Proceed the comparison to a development for choosing terrace. In details of made the need analysis to the system, viability assessment. And proceeded the total design to the website, take to like the website the development the frame, combine detailed design in proceeding in for instance. Realizes to the function proceeded to elaborate on.Proceeded to the website completely of evaluation, and to future the enlargement puts forward to constructive the opinion.
Key Words: E-Commerce , NetShop , Dynamic, Management,PHP,MySQL.
目 錄
1.緒論
1.1 電子商務的意義和目的
2. 電子商務網站分析與設計
2.1 功能需求描述
2.1.1 電子書架
2.1.2 會員服務
2.1.3 論壇
2.1.4 廣告輪播
2.1.5 購物車
2.1.6 支付和訂單查詢
2.1.7 圖書搜索
2.2 購書流程
2.3 運行環(huán)境
2.3.1 PHP簡介
2.3.2 Mysql簡介
2.4 數據庫設計
2.5 數據字典
2.5.1 數據庫:ebooks
2.5.2 數據庫:bbs
2.6 代碼設計
2.7 安全方面的設計
3.網上書店的功能實現
3.1 新會員注冊
3.2 修改會員信息
3.3 購物車
3.4 查看訂單
3.5 會員登錄
3.6 搜索圖書
3.7 廣告輪播
3.8 BBS論壇
3.9 退出登錄
3.10 分類管理
3.11 會員管理
3.12 訂單管理
3.13 添加廣告
3.14 圖書管理
3.15 論壇管理
4.本系統(tǒng)中需要注意的問題
4.1 Web服務器安全
4.2 PHP本身問題
4.3 PHP本身的安全配置
4.4 其它安全配置
5.結論及體會
致謝
參考文獻
附件:程序原碼及數據庫文件
參考文獻
1、《PHP程序設計與實例教程分析》
作者:姜曉銘 張亮…………………………清華大學出版社
2、《PHP動態(tài)網站設計與制作》
作者:清源計算機工作室……………………機械工業(yè)出版社