- 相關(guān)推薦
交互式班級(jí)同學(xué)錄的設(shè)計(jì)和實(shí)現(xiàn)PHP+MYSQL+APACHE
畢業(yè)論文
交互式班級(jí)同學(xué)錄的設(shè)計(jì)和實(shí)現(xiàn)
摘要: 21世紀(jì)是個(gè)繁榮的時(shí)代,人們的生活節(jié)奏加快,生活方式也發(fā)生了變化,不再只依靠電話、書信來聯(lián)絡(luò),漸漸取而代之的是方便快捷的網(wǎng)絡(luò)。同學(xué)錄就是時(shí)代的產(chǎn)物,已成為新1代的通訊工具。在這無疆的數(shù)字世界,同學(xué)錄把文本、圖像、聲音、動(dòng)畫、視像等多種媒體信息集于1體,不但使信息的顯示更加生動(dòng),而且使信息的瀏覽更為方便。
交互式班級(jí)同學(xué)錄注重的是用戶的參與,是個(gè)用戶交流的平臺(tái)。本系統(tǒng)采用php作為開發(fā)工具,用Mysql作為數(shù)據(jù)庫平臺(tái),Apache作為Web服務(wù)器。結(jié)合實(shí)際需求,不僅實(shí)現(xiàn)同學(xué)錄基本的通訊錄、相冊(cè)、上傳下載等功能,另外還增加了論壇和意見信箱的功能。用戶注冊(cè)登錄后,可以在通訊錄模塊中找到同學(xué)的聯(lián)系方式;在相冊(cè)中欣賞照片;在上傳下載模塊中上傳認(rèn)為值得共享的文件和照片以及下載喜歡的照片、mp3和學(xué)習(xí)資料,甚至電影等;在留言板中留言;在論壇中發(fā)起討論或發(fā)表個(gè)人的看法;通過意見信箱模塊來提交用戶意見。管理員通過管理模塊管理數(shù)據(jù)并針對(duì)用戶對(duì)網(wǎng)站的意見進(jìn)行網(wǎng)站的維護(hù)和改進(jìn)。
本系統(tǒng)功能齊全、易于操作、具有界面設(shè)計(jì)友好簡(jiǎn)單、傻瓜式引導(dǎo)、訪問時(shí)響應(yīng)速度快等特點(diǎn)。
關(guān)鍵詞:同學(xué)錄;PHP;MYSQL數(shù)據(jù)庫
The Design and Realization of The Interactive Register of Alumni
Abstract:21st century is a prosperous time, peoples rhythm of life is speeds up and the life style has also had changed, no longer only depends upon the telephone and the letter to contact with each other. Gradually, it is replaced by the convenience and fast network. The register of alumni is the product of ages ,it has become the means of communication of new generation. In the numeral world, the register of alumni gathers the texts, the pictures, the sound, the dynamic pictures, the video and so on which are multi-media information. Not only make the show of information more vividly, also more conveniently to browse the information.
In the interactive register of alumni, the participate of customer is the most important. It is the platform of communication for user .In the system, PHP is the development language, Mysql is the database system and Apache is the Web server. Unifies the actual demandant, the register of alumni is not only have the modules of address book 、the photo album and the function of uploading and downloading the files , also added the function of the forum and the opinion mailbox. After the user register or login , user may find the contaction method of schoolmate from the address book module. Appreciate the picture in the photo album, upload photograph and files which are worth to share you think, as well as you can download the picture, mp3 , the material of study even movie and so on which you like in the upload and download module. In message board you can message. In the forum initiate the discussion or expresse individual view. Submits the user opinion through the opinion mailbox module to the manager’s mailbox. The manager through the administration module manage data, then maintain and improve the website according to the opinion of user.
The characteristic of the system are having completed function, easily operate, having the contact surface design in a friendly and simple way, the fool type guidance, having the quick speed of response and so on.
Keywords: The register of alumni, PHP, the MYSQL database
目 錄
1 緒論 1
1.1 開發(fā)背景 1
1.2 國內(nèi)外現(xiàn)狀 1
1.3 本文組織結(jié)構(gòu) 2
2 系統(tǒng)設(shè)計(jì)的相關(guān)知識(shí) 3
2.1 PHP簡(jiǎn)介 3
2.1.1 PHP的特點(diǎn) 3
2.1.2 PHP的優(yōu)點(diǎn) 4
2.2 MYSQL簡(jiǎn)介 4
2.2.1 概述 4
2.2.2 Mysql的特點(diǎn) 4
2.3 APACHE WEB服務(wù)器 6
2.4 PHP+MYSQL+APACHE的安裝和配置 6
2.4.1 安裝Apache 6
2.4.2 PHP的安裝配置 7
2.4.3 Mysql的安裝和配置 8
3 系統(tǒng)分析 11
3.1 可行性分析 11
3.1.2 系統(tǒng)流程圖 11
3.1.3數(shù)據(jù)流圖 12
3.2需求分析 15
3.2.1系統(tǒng)功能需求 15
3.2.2 運(yùn)行環(huán)境規(guī)定 15
3.3 數(shù)據(jù)需求分析 15
4 概要設(shè)計(jì) 21
4.1 系統(tǒng)總體結(jié)構(gòu)設(shè)計(jì) 21
4.2 主要模塊的程序流程圖 21
4.3 數(shù)據(jù)庫中表的設(shè)計(jì) 23
5 詳細(xì)設(shè)計(jì)和代碼實(shí)現(xiàn) 28
5.1 各模塊設(shè)計(jì)與實(shí)現(xiàn) 28
5.1.1首頁模塊設(shè)計(jì) 28
5.1.2 登錄模塊設(shè)計(jì) 28
5.1.3 通訊錄模塊設(shè)計(jì) 30
5.1.4 相冊(cè)模塊設(shè)計(jì) 31
5.1.5 留言板模塊設(shè)計(jì) 31
5.1.6 論壇模塊設(shè)計(jì) 33
5.1.7上傳下載模塊設(shè)計(jì) 38
5.1.8 意見箱模塊設(shè)計(jì) 40
6 網(wǎng)站測(cè)試 42
結(jié)術(shù)語與展望 43
參考文獻(xiàn) 44
致謝 45
注:不包括源代碼.
【交互式班級(jí)同學(xué)錄的設(shè)計(jì)和實(shí)現(xiàn)PHP+MYSQL+APACHE】相關(guān)文章:
畢業(yè)生多媒體交互式自薦文件的設(shè)計(jì)與實(shí)現(xiàn)探析09-28
新聞發(fā)布系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)08-19
基于VRML的交互式農(nóng)田三維虛擬場(chǎng)景的設(shè)計(jì)與實(shí)現(xiàn)08-30
旅游云講解系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)09-23
多媒介通信系統(tǒng)鏈路管理的設(shè)計(jì)和實(shí)現(xiàn)09-08
杭州東忠網(wǎng)絡(luò)招聘系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)08-02
實(shí)現(xiàn)PCB高效自動(dòng)布線的設(shè)計(jì)技巧和要點(diǎn)08-01
綠色建筑設(shè)計(jì)的實(shí)現(xiàn)整合和應(yīng)用分析論文09-06