當前位置:文思屋>學習教育>畢業論文>

基於web的邦德外語學校新聞釋出系統ASP+SQL

文思屋 人氣:8.54K
畢業論文

目 錄
前言................................................................................1
中英文題目、摘要、關鍵詞.........................................................2
正文................................................................................3
1 開發環境.....................................................................3
         1.1 ASP簡介 ................................................................6
        1.2 IIS(Internet Information Server)簡介............................6
        1.3 SQL Server 2000簡介......................................................9
        1.4 系統前臺開發工具(Dreamweaver MX)簡介....................................10
2 需求分析及系統概要設計..................................................10
         2.1 系統需求分析......................................................10
         2.2 設計思想.............................................................11
         2.3 系統功能設計......................................................11
         2.4 系統功能模組描述................................................11
         2.5 功能模組劃分........................................................12
         2.6 系統流程分析...........................................................12
         2.7 資料庫設計 ..........................................................14
     3系統詳細設計與實現..................................................16
         3.1 新聞主介面與登入程式設計..............................................16
         3.2 新聞類別管理模組設計.................................................26
         3.3 新聞釋出管理模組設計.................................................27
         3.4 新聞閱讀查詢模組設計..................................................29
         3.5 新聞評論管理模組設計..................................................32
         3.6 使用者管理模組設計......................................................33
      4 執行與測試...............................................................35
          4.1 執行環境.............................................................35
          4.2 執行方法.............................................................35
參考文獻..................................................................36
致謝辭.....................................................................38
附錄.......................................................................39
基於web的邦德外語學校新聞釋出系統
 

摘要:我們從學校的實際情況出發,經過對學校有關新聞釋出事項的1番考察和分析,在學生對新聞需求的分析基礎上,確立了新聞釋出系統的具體實現功能。並闡述了系統的結構設計和功能設計,實現系統的分類顯示、最近新聞提示等功能。將新聞釋出系統應用於學校的新聞釋出,大大減輕了新聞的更新維護工作,簡化到只需要錄入文字,從而使新聞釋出的速度大大縮短,把系統管理人員從繁重的工作中解放出來。我們利用ASP和SQL Server 2000做1個新聞釋出系統。該系統以Internet為平臺,前臺人們可以進行新聞瀏覽、新聞查詢並發表評論。在後臺系統,Admin使用者可以管理自己以及普通使用者的資訊,進行新聞類別管理、釋出新聞並有權管理所有新聞;普通使用者能夠管理自己的資訊,釋出新聞並管理自己釋出的新聞。
關鍵詞:新聞釋出系統;文字新聞;資訊欄目;使用者許可權管理


The News Publishing System of Bond Foreign Language School Based on Web
 
Abstract: After researching the news publishing affairs of Bond Foreign Language School, we set up a news publishing system from the reality of the school and the students demands of news. Moreover, we expound the designs that are about the system structure functions and detailed functions of classified display and latest news hinter. News publishing system is applied to news publishing of school. The results show that the news publishing system can greatly relieve the maintenance work, and simplify updating work. By just keying in the words the work is completed, therefore it has greatly shortened the updating speed of school maintenance people from heavy work. We use ASP and SQL Server 2000 to complete this news publishing system. It regards Internet as platform and it has a lot of functions. Users can skim、inquire news and publish their comment in the onstage system. And in the backstage system, the system manager Admin can take care of all users’ data, and have the authority to publish and manage news and news category. But the ordinaty users only can manage their own information and the news published by their own.
Keywords: news publishing system; text news; information column; user right jurisdiction management

前 言
伴隨著網路的出現,網頁逐漸融入人們的生活。快速及時的新聞瀏覽,5彩繽紛的網上資訊,使網路與人們的生活息息相關,於是世界上又出現了第3媒體——Internet。它打破了地域限制,真正使資訊得以共享,改變了人們的工作和生活方式。製作網頁是企業和個人的宣傳自己的重要手段,同時也是學習者獲取學習資訊的重要手段。尤其是在教育領域,在素質教育與終身教育成為必然的今天,人們對資訊的.需求有了更新,更高的要求,而網頁由於本身所具有的資訊量大,傳遞快速,沒有時空限制等特點恰好滿足這種要求。所以網頁也逐漸成為1種新興的教育資源。也正是由於網路實現網站的資料資訊能夠進行實時互動,保證網站資料的實時性。
隨著Internet的進1步發展,靜態Web站點的開發與維護變得越來越困難,1方面資訊的不斷增加和變化,使站點維護人員不得不經常修改他們的網頁,特別是基於資料庫驅動的Web站點更是如此,隨著Internet上資訊量的增多和互動性的加強使HTML顯得越來越難以勝任。另1方面靜態網頁由於不能與瀏覽者進行有效互動,使人們感到越來越乏味,而不願意再1次地進入同1站點。所以開發動態網頁或動態內容成了越來越多的站點所追求目標。所謂動態內容是由每1個使用者按照自己的需求發出請求而特殊製作的Web網頁。
網路發展前景無限,及早與網路結合,與資訊時代同步,與高科技匯合,定會給社會各行各業的發展注入新鮮的活力。站在網路時代的前夜,我們清晰地聽到了網路時代的宣言:誰掌握了網路,誰就掌握了未來。

基於web的邦德外語學校新聞釋出系統ASP+SQL