基于Web的北橋小學(xué)新聞網(wǎng)站ASP+access
畢業(yè)論文
目錄
中英文標(biāo)題、摘要、關(guān)鍵詞…………………………………………………………………
正文……………………………………………………………………………………………3
1對(duì) ASP的認(rèn)識(shí)……………………………………………………………………………………
2開發(fā)環(huán)境……………………………………………………………………………………………3
2.1 開發(fā)目的…………………………………………………………………………………3
2.2 項(xiàng)目背景…………………………………………………………………………………3
2.3 開發(fā)環(huán)境…………………………………………………………………………………4
3 數(shù)據(jù)庫設(shè)計(jì)…………………………………………………………………………………………4
3.1 數(shù)據(jù)庫的搭建……………………………………………………………………………4
3.2 數(shù)據(jù)庫的連接……………………………………………………………………………5
4 功能設(shè)計(jì)……………………………………………………………………………………………5
4.1 前臺(tái)顯示…………………………………………………………………………………5
4.2 后臺(tái)管理…………………………………………………………………………………5
5 功能說明……………………………………………………………………………………………5
5.1 前臺(tái)顯示…………………………………………………………………………………
5.2 管理員登錄………………………………………………………………………………10
5.3 后臺(tái)新聞管理……………………………………………………………………………12
6 結(jié)論…………………………………………………………………………………………………30
參考文獻(xiàn)……………………………………………………………………………………………………31
致謝辭…………………………………………………………………………………………………………
基于Web的北橋小學(xué)新聞網(wǎng)站
摘要:根據(jù)對(duì)1般中小學(xué)新聞發(fā)布事項(xiàng)的考察和分析,以及北橋小學(xué)本身的實(shí)際情況,在此基礎(chǔ)上確立了該新聞網(wǎng)站的具體實(shí)現(xiàn)功能,并闡述系統(tǒng)的結(jié)構(gòu)設(shè)計(jì)和功能設(shè)計(jì)。該網(wǎng)站前臺(tái)具備了新聞的分類顯示,最近新聞按時(shí)間的更新排行,重點(diǎn)新聞的推薦以及熱門文章的點(diǎn)擊排行和通過關(guān)鍵字和分類進(jìn)行新聞搜索等功能,清晰合理的頁面排版也方便了用戶的瀏覽。用戶可以自由向網(wǎng)站提交錄入新聞,但管理員對(duì)其保有刪除管理權(quán)。此舉對(duì)于提高校內(nèi)學(xué)生的投稿積極性,更加活躍的參與學(xué)校網(wǎng)站的建設(shè)與信息交流起到了有力的促進(jìn)作用。后臺(tái)可允許管理員登錄,對(duì)網(wǎng)站進(jìn)行管理。管理的內(nèi)容包括:增加、修改和刪除分類,發(fā)布新聞,對(duì)已有新聞進(jìn)行編輯,移動(dòng)和刪除操作,搜索站內(nèi)新聞,或批量對(duì)新聞進(jìn)行操作,如批量轉(zhuǎn)移或批量生成等。本網(wǎng)站所具有的這些功能,決定了它能夠有效的服務(wù)于北橋小學(xué)的新聞發(fā)布及管理以及網(wǎng)民用戶的查看。
關(guān)鍵詞:新聞顯示;發(fā)布新聞;新聞管理;分類管理;批量管理
The Beiqiao Primary School’s News website Of Which Is On The Basis Of Web
Abstract: According to the inspection and analysis of normal middle schools and primary schools,and the reality of the Beiqiao primary school,we established the website’s specific functions which can be materialized,and then elaborated the design of the system’s structure and function. The web’s stage has the functions that all the news were shown according to their each classes,the lastest news’s rank was renewed on the basis of the news’s time, the key news could be recommended by the admin, the hottest news’s rank was shown on the basis of the news’s clicks,and all the news cen be searched by their each title’s key word and classes. The web page which seems clear and reasonable convenience the users to visit.Users can post news to the site on your own,but the admin has the right to delete or edit it.It’ll improve that all students’s aggressive to post nws,and make them to join in the construction of school’s web and communication with each other more and more. Admin can login in backstage to manage the web.He can do that adding,,editing and deleting class,posting news,editing,moving and deleting the news already exist,searching for the news in site or managing a batch of news,such as moving a batch of news and born a batch of news.These functions the web has,decided that it can give effective service to the Beiqiao primary school’s news’s issuiing and the visiting of the web’s users.
Keywords: news’s showing ; news’s posting; news’s management; managing news according to their each classes; managing a batch of news
1 對(duì)ASP的認(rèn)識(shí)
ASP 全稱為 Active Server Pages(動(dòng)態(tài)服務(wù)器主頁),它是1種應(yīng)用程序環(huán)境,可以利用 VBscript 或 Java Script 語言來設(shè)計(jì),主要用于網(wǎng)絡(luò)數(shù)據(jù)庫的查詢與管理。其工作原理是當(dāng)瀏覽者發(fā)出瀏覽請(qǐng)求的時(shí)候,服務(wù)器會(huì)自動(dòng)將 ASP 的程序碼,解釋為標(biāo)準(zhǔn) HTML格式的網(wǎng)頁內(nèi)容,再送到瀏覽者瀏覽器上顯示出來。
利用ASP生成的網(wǎng)頁,與HTML相比具有更大的靈活性。只要結(jié)構(gòu)合理,1個(gè)ASP頁面就可以取代成千上萬個(gè)網(wǎng)頁。盡管ASP在工作效率方面較之1些新技術(shù)要差,但勝在簡單、直觀、易學(xué),是涉足網(wǎng)絡(luò)編程的1條捷徑。它具備1個(gè)服務(wù)器端的腳本執(zhí)行環(huán)境,用它可產(chǎn)生和執(zhí)行動(dòng)態(tài)的、交互的、高性能的Web服務(wù)器應(yīng)用程序。
Active Server的另1大優(yōu)點(diǎn)是代碼的安全性。頁面的訪問者所能看到的只是服務(wù)器方的處理結(jié)果。ASP文件可以用常規(guī)的文本編輯器編輯, ASP使用VBScript、JavaScript等腳本語言作為開發(fā)工具,鑲嵌于HTML文本中,使用"<%…%>"將ASP的'程序包含起來。當(dāng)用戶從瀏覽器向Web服務(wù)器提出請(qǐng)求時(shí),Web服務(wù)器會(huì)自動(dòng)將ASP的程序解釋為標(biāo)準(zhǔn)的HTML格式的主頁內(nèi)容,用戶端只要使用常規(guī)可執(zhí)行HTML程序的瀏覽器,就可瀏覽ASP所設(shè)計(jì)的主頁內(nèi)容,因此與瀏覽器無關(guān),并且保證了ASP的源程序代碼不會(huì)外漏。
ASP中包括5個(gè)內(nèi)置的ActiveX服務(wù)器組件和5個(gè)內(nèi)置的對(duì)象:Database Access component(數(shù)據(jù)庫訪問組件)、File Access component(文件訪問組件)、Ad Rotator component(廣告輪播器組件)、Content Linking component(內(nèi)容鏈接組件)、Browser Capabilities component(瀏覽器信組件)以及Request(請(qǐng)求對(duì)象)、Server(服務(wù)器對(duì)象)、Session(會(huì)話對(duì)象)、Response(響應(yīng)對(duì)象)、Application(應(yīng)用程序?qū)ο螅T谒蠥SP組件中,最有用的是數(shù)據(jù)庫訪問組件,也稱為ActiveX數(shù)據(jù)對(duì)象或ADO。在站點(diǎn)發(fā)布數(shù)據(jù)庫將使用這個(gè)組件及其中包含的對(duì)象,以完成對(duì)ODBC數(shù)據(jù)源的讀寫。
此外,ASP技術(shù)的另1個(gè)重要特點(diǎn)是,程序員可以利用Java、Visual Basic、Visual C++等語言制作適應(yīng)自己特殊需要的ActiveX服務(wù)器組件來擴(kuò)充ASP的功能,使自己的動(dòng)態(tài)網(wǎng)頁幾乎具有無限的擴(kuò)充能力。
ASP的源程序碼在服務(wù)器端執(zhí)行,代碼保密性好。集成于HTML中,無需編譯鏈接可直接執(zhí)行,而且使用文本編輯器即可設(shè)計(jì)。
【基于Web的北橋小學(xué)新聞網(wǎng)站ASP+access】相關(guān)文章:
2.基于Web技術(shù)的網(wǎng)絡(luò)考試系統(tǒng)
3.SEO網(wǎng)站W(wǎng)eb設(shè)計(jì)錯(cuò)誤大全
5.論Web網(wǎng)站建設(shè)組織與結(jié)構(gòu)分析
6.基于語義Web的旅游信息服務(wù)的研究與應(yīng)用
7.網(wǎng)站W(wǎng)eb端訪問性能的提升技巧總結(jié)