畢業(yè)論文 dhtml動態(tài)網(wǎng)頁——論壇制作.doc
約41頁DOC格式手機打開展開
畢業(yè)論文 dhtml動態(tài)網(wǎng)頁——論壇制作,目錄目錄i摘要iiabstractiii第一章前 言11.1 網(wǎng)頁技術的發(fā)展11.2 論壇技術發(fā)展的背景、目的及意義11.3 應解決的主要問題及技術要求21.4 論文章節(jié)安排3第二章總體規(guī)劃與設計42.1 系統(tǒng)可行性分析42.2 系統(tǒng)設計思想42.3 系統(tǒng)設計目標42.4 系統(tǒng)整體結構及其說明5第三章開發(fā)環(huán)境93.1 ...
內(nèi)容介紹
此文檔由會員 ljjwl8321 發(fā)布
目 錄
目 錄 I
摘 要 II
Abstract III
第一章 前 言 1
1.1 網(wǎng)頁技術的發(fā)展 1
1.2 論壇技術發(fā)展的背景、目的及意義 1
1.3 應解決的主要問題及技術要求 2
1.4 論文章節(jié)安排 3
第二章 總體規(guī)劃與設計 4
2.1 系統(tǒng)可行性分析 4
2.2 系統(tǒng)設計思想 4
2.3 系統(tǒng)設計目標 4
2.4 系統(tǒng)整體結構及其說明 5
第三章 開發(fā)環(huán)境 9
3.1 硬件環(huán)境 9
3.2 軟件環(huán)境 9
第四章 總體方案的設計與實施 13
4.1 網(wǎng)頁制作工具的選擇 13
4.4 設計過程中使用的主要技術及元素 14
4.5 Web數(shù)據(jù)庫的建立及鏈接 14
第五章 詳細設計 21
5.1 關鍵部分實現(xiàn)代碼 21
5.2 設計結果及分析 28
總 結 35
致 謝 36
參考文獻 37
摘 要
在Internet飛速發(fā)展的今天,互聯(lián)網(wǎng)成為人們快速獲取、發(fā)布和傳遞信息的重要渠道,它在人們政治、經(jīng)濟、生活等各個方面發(fā)揮著重要的作用.因此網(wǎng)站建設在Internet應用上的地位顯而易見,它已成為政府、企事業(yè)單位信息化建設中的重要組成部分,從而倍受人們的重視。
動態(tài)網(wǎng)頁采用動靜結合的原則,具體采用動態(tài)還是靜態(tài)網(wǎng)頁主要是看當時對頁面的功能需要,動態(tài)網(wǎng)頁是以數(shù)據(jù)庫技術為基礎的,可以大大降低網(wǎng)站維護的工作量,而且他并不是獨立存在于服務器上的網(wǎng)頁文件,只有當用戶請求時服務器才返回一個完整的網(wǎng)頁。
論壇,作為信息的傳播和交流介質(zhì),對信息交流與傳播起到了空前的推動作用。論壇的主要制作目的是為了讓人們能夠方便的進行交流,這就要求必須是動態(tài)網(wǎng)頁,用戶發(fā)出登錄、交流等請求,服務器作出相應的反應。因此這里選擇使用廣泛使用PHP技術進行開發(fā),使用apache作為開發(fā)服務器,數(shù)據(jù)庫采用的是mysql。通過PHP編寫的動態(tài)網(wǎng)頁代碼,在apache服務器上運行,mysql實現(xiàn)數(shù)據(jù)存儲,最終綜合運用這三種核心技術,實現(xiàn)了用戶注冊登錄、發(fā)帖、回帖、管理員管理論壇模塊等功能。
關鍵詞:PHP;apache;mysql;動態(tài)網(wǎng)頁;論壇
Abstract
Nowadays, as the rapid development of Internet, the Internet become the faster access , release and an important channel for transmitting information, it plays an important role in people's political, economic, and other aspects of life . Therefore, the development of website on the status of Internet applications is obvious; it has become an important part in the government’s and enterprises’ information technology, and it draws so much attention.
Dynamic pages follow the principle of combining dynamic and static, which specific to the functions we need. Dynamic web based on database technology, which can greatly reduce website maintenance workload, and it is not a single file which exists in server page files when the user require a full server page.
Forum, as the dissemination and exchange of information media, exchange and dissemination of information played an unprecedented role in promoting. The main purpose of forum is to allow people to easily communicate, which requires to be dynamic pages, and choose to use PHP technology which is widely used in the world, use apache as a development server, the database used is mysql. PHP dynamic Web pages by writing code to run on the apache server, mysql for data storage, and ultimately the integrated use of this three core technology, the user login and register, post Replies, administrators’ Management of Forum module functions are all realized.
Keywords:PHP;apache;mysql;dynamic;forum
目 錄 I
摘 要 II
Abstract III
第一章 前 言 1
1.1 網(wǎng)頁技術的發(fā)展 1
1.2 論壇技術發(fā)展的背景、目的及意義 1
1.3 應解決的主要問題及技術要求 2
1.4 論文章節(jié)安排 3
第二章 總體規(guī)劃與設計 4
2.1 系統(tǒng)可行性分析 4
2.2 系統(tǒng)設計思想 4
2.3 系統(tǒng)設計目標 4
2.4 系統(tǒng)整體結構及其說明 5
第三章 開發(fā)環(huán)境 9
3.1 硬件環(huán)境 9
3.2 軟件環(huán)境 9
第四章 總體方案的設計與實施 13
4.1 網(wǎng)頁制作工具的選擇 13
4.4 設計過程中使用的主要技術及元素 14
4.5 Web數(shù)據(jù)庫的建立及鏈接 14
第五章 詳細設計 21
5.1 關鍵部分實現(xiàn)代碼 21
5.2 設計結果及分析 28
總 結 35
致 謝 36
參考文獻 37
摘 要
在Internet飛速發(fā)展的今天,互聯(lián)網(wǎng)成為人們快速獲取、發(fā)布和傳遞信息的重要渠道,它在人們政治、經(jīng)濟、生活等各個方面發(fā)揮著重要的作用.因此網(wǎng)站建設在Internet應用上的地位顯而易見,它已成為政府、企事業(yè)單位信息化建設中的重要組成部分,從而倍受人們的重視。
動態(tài)網(wǎng)頁采用動靜結合的原則,具體采用動態(tài)還是靜態(tài)網(wǎng)頁主要是看當時對頁面的功能需要,動態(tài)網(wǎng)頁是以數(shù)據(jù)庫技術為基礎的,可以大大降低網(wǎng)站維護的工作量,而且他并不是獨立存在于服務器上的網(wǎng)頁文件,只有當用戶請求時服務器才返回一個完整的網(wǎng)頁。
論壇,作為信息的傳播和交流介質(zhì),對信息交流與傳播起到了空前的推動作用。論壇的主要制作目的是為了讓人們能夠方便的進行交流,這就要求必須是動態(tài)網(wǎng)頁,用戶發(fā)出登錄、交流等請求,服務器作出相應的反應。因此這里選擇使用廣泛使用PHP技術進行開發(fā),使用apache作為開發(fā)服務器,數(shù)據(jù)庫采用的是mysql。通過PHP編寫的動態(tài)網(wǎng)頁代碼,在apache服務器上運行,mysql實現(xiàn)數(shù)據(jù)存儲,最終綜合運用這三種核心技術,實現(xiàn)了用戶注冊登錄、發(fā)帖、回帖、管理員管理論壇模塊等功能。
關鍵詞:PHP;apache;mysql;動態(tài)網(wǎng)頁;論壇
Abstract
Nowadays, as the rapid development of Internet, the Internet become the faster access , release and an important channel for transmitting information, it plays an important role in people's political, economic, and other aspects of life . Therefore, the development of website on the status of Internet applications is obvious; it has become an important part in the government’s and enterprises’ information technology, and it draws so much attention.
Dynamic pages follow the principle of combining dynamic and static, which specific to the functions we need. Dynamic web based on database technology, which can greatly reduce website maintenance workload, and it is not a single file which exists in server page files when the user require a full server page.
Forum, as the dissemination and exchange of information media, exchange and dissemination of information played an unprecedented role in promoting. The main purpose of forum is to allow people to easily communicate, which requires to be dynamic pages, and choose to use PHP technology which is widely used in the world, use apache as a development server, the database used is mysql. PHP dynamic Web pages by writing code to run on the apache server, mysql for data storage, and ultimately the integrated use of this three core technology, the user login and register, post Replies, administrators’ Management of Forum module functions are all realized.
Keywords:PHP;apache;mysql;dynamic;forum