国产精品婷婷久久久久久,日本中文字幕平台,天天躁夜夜躁av天天爽,国内极度色诱视频网站

php基于web的討論系統(tǒng).rar

RAR格式版權(quán)申訴手機(jī)打開(kāi)展開(kāi)

php基于web的討論系統(tǒng),摘 要隨著網(wǎng)絡(luò)技術(shù)的迅猛發(fā)展,網(wǎng)上交流已不再陌生,它開(kāi)辟出了一條新的溝通渠道,并被人們逐漸重視。在當(dāng)今web系統(tǒng)開(kāi)發(fā)中,php是一種比較流行的語(yǔ)言,是人們經(jīng)常使用的語(yǔ)言之一。本系統(tǒng)就是通過(guò)使用php 技術(shù)來(lái)設(shè)計(jì)與實(shí)現(xiàn)基于web的討論系統(tǒng),并采用了當(dāng)今主流技術(shù),即b/s體系結(jié)構(gòu),它打破了以前傳統(tǒng)的c/s開(kāi)發(fā)模式。本文對(duì)b...
編號(hào):60-163846大小:943.44K
分類(lèi): 論文>計(jì)算機(jī)論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會(huì)員 heshihuakai 發(fā)布

摘  要

隨著網(wǎng)絡(luò)技術(shù)的迅猛發(fā)展,網(wǎng)上交流已不再陌生,它開(kāi)辟出了一條新的溝通渠道,并被人們逐漸重視。在當(dāng)今WEB系統(tǒng)開(kāi)發(fā)中,PHP是一種比較流行的語(yǔ)言,是人們經(jīng)常使用的語(yǔ)言之一。本系統(tǒng)就是通過(guò)使用PHP 技術(shù)來(lái)設(shè)計(jì)與實(shí)現(xiàn)基于WEB的討論系統(tǒng),并采用了當(dāng)今主流技術(shù),即B/S體系結(jié)構(gòu),它打破了以前傳統(tǒng)的C/S開(kāi)發(fā)模式。
本文對(duì)B/S模式進(jìn)行了簡(jiǎn)要的說(shuō)明,并概要的介紹了一下PHP,包括他的特點(diǎn)和運(yùn)行方式,以及PHP開(kāi)發(fā)環(huán)境的搭建在文中都有詳細(xì)的說(shuō)明。從需求分析、概要設(shè)計(jì)再到系統(tǒng)設(shè)計(jì)逐層深入的把本系統(tǒng)進(jìn)行了分析與研究,詳細(xì)地講解了系統(tǒng)的功能,最后還對(duì)系統(tǒng)進(jìn)行了詳細(xì)的測(cè)試。

關(guān)鍵詞:討論系統(tǒng);B/S;PHP


 
Abstract

With the rapid development of network technology, online communication is no longer strange, it opens up a new communication channel, and is increasingly emphasized by people. Because PHP is a relatively mature language, so that it is one of the frequent used languages in the development of network system. This system designs and implements an e-learning system —teaching forum, through the use of PHP technology and using today's mainstream technology, that is, B/S structure, which breaks the previous traditional C/S development mode.
In this paper, B/S model are briefly described and the outline of PHP, including its characteristics, operational modalities are presented. How to build the PHP development environment is detailed decribed in the text description. From the requirements analysis, the overall program, feasibility analysis, outline design, to the overall design of this system has been analyzed layer by layer deepen. The functions of the system page are explained in detail, and finally the system test, explained slightly

Key words: discussion system; B/S; PHP

 

目  錄

摘  要 I
Abstract II
第一章 引言 5
1.1課題背景 5
1.2技術(shù)要求 5
1.3研究工作 5
第二章 需求分析 6
2.1可行性分析 6
2.1.1經(jīng)濟(jì)可行性分析 6
2.1.2技術(shù)可行性分析 6
2.1.3操作可行性 6
2.1.4社會(huì)可行性 6
2.2綜合需求分析 6
2.2.1功能需求 7
2.2.2可靠性需求 8
2.2.3安全性需求 8
2.2.4用戶(hù)需求 8
2.3業(yè)務(wù)流程圖 9
2.3.1登錄業(yè)務(wù)流程 9
2.3.2查看在線(xiàn)用戶(hù)業(yè)務(wù)流程 9
2.3.3查看討論業(yè)務(wù)流程 11
2.3.4發(fā)表討論業(yè)務(wù)流程 11
第三章 開(kāi)發(fā)環(huán)境和開(kāi)發(fā)工具介紹 12
3.1 PHP概述 12
3.2 PHP的特點(diǎn) 13
3.3 Apache服務(wù)器 14
3.4 MySQL 5.1.30 15
3.5 Zend Studio 15
3.6 軟件開(kāi)發(fā)環(huán)境 16
3.7本章小結(jié) 17
第四章 概要設(shè)計(jì) 18
4.1系統(tǒng)目標(biāo) 18
4.2 基于WEB應(yīng)用程序結(jié)構(gòu) 18
4.2.1表示層 18
4.2.2業(yè)務(wù)邏輯層 19
4.2.3數(shù)據(jù)層 19
4.3模塊設(shè)計(jì) 19
4.3.1用戶(hù)模塊 20
4.3.2聊天模塊 20
4.4系統(tǒng)功能結(jié)構(gòu) 21
4.5數(shù)據(jù)庫(kù)設(shè)計(jì) 22
4.5.1數(shù)據(jù)庫(kù)分析 22
4.5.2數(shù)據(jù)庫(kù)概念設(shè)計(jì) 22
第五章 詳細(xì)設(shè)計(jì) 26
5.1 Web站點(diǎn)的建立與管理 26
5.1.1 Web服務(wù)的配置選項(xiàng) 26
5.1.2創(chuàng)建Web站點(diǎn) 26
5.2數(shù)據(jù)庫(kù)連接文件 26
5.3系統(tǒng)設(shè)計(jì) 27
5.3.1 首頁(yè)模塊設(shè)計(jì) 27
5.3.2 注冊(cè)頁(yè)模塊設(shè)計(jì) 28
5.3.3 對(duì)話(huà)模塊 30
5.3.4 歷史記錄模塊 33
5.3.5 修改密碼模塊 38
5.3.6 退出登錄模塊 39
第六章 系統(tǒng)測(cè)試 40
6.1系統(tǒng)測(cè)試說(shuō)明 40
6.1.1系統(tǒng)測(cè)試簡(jiǎn)介 40
6.1.2系統(tǒng)測(cè)試環(huán)境 41
6.2系統(tǒng)測(cè)試過(guò)程 41
6.2.1系統(tǒng)測(cè)試內(nèi)容 41
6.2.2系統(tǒng)測(cè)試過(guò)程 42
6.3測(cè)試結(jié)論 46
結(jié)論 47
致謝 48
參考文獻(xiàn) 49
附錄A 用戶(hù)使用說(shuō)明書(shū) 50