【正文】
過后臺管理系統(tǒng)可以方便的對網(wǎng)站的各個模塊進(jìn)行維護(hù)工作,實現(xiàn)網(wǎng)站管理維護(hù)的系統(tǒng)化、規(guī)范化和自動化。s technological development product, it is a set of HTML, ASP development can be carried on the Inter to access the page, this paper is using the HTML, ASP technology start. The site includes the backstage management system management system, the article management system, which is the site of important constituent, the website maintenance is a trivial, plex and very meticulous work. Through the backstage management system management system can be convenient for the site of the modules for maintenance work, realizes the website management maintenance systematization, standardization and automation. Even if there is no contact work maintenance person can at will, one can understand it. The system adopts advanced NET development platform, the use of new objectoriented language C , using SQL Server 20xx as background, building 3 layer B / S model Key words: personal website in three layers of structure 安徽財貿(mào)職業(yè)學(xué)院畢業(yè)論文 3 目 錄 第 1 章 系統(tǒng)分析 ............................................................................................................................................................. 1 博客的背景 ................................................................................................................................................................... 1 系統(tǒng)開發(fā)工具 ........................................................................................................................................................... 1 本系統(tǒng)采用 開發(fā)技術(shù)進(jìn)行開發(fā)。而 則支持多種語言,默認(rèn)情況下為 VISUAL 、 C和 ,另外還支持一些第三方語言。 ................ 1 ( 3) WEB FORM 控件 .................................................................................................................................................. 1 將現(xiàn)有的 HTML 控件轉(zhuǎn)換為服務(wù)器端的控件是比較容易的,但是也存在一些不方便,例如比較難于區(qū)分HTML 控件和服務(wù)器端的控件。而 則采用了代碼內(nèi)聯(lián)和后臺編碼兩種方法實現(xiàn)了代碼與內(nèi)容的分離。它是繼 Email、BBS、 ICQ、之后出現(xiàn)的第 4 種網(wǎng)絡(luò)交流方式。 Blog 已經(jīng)成為一種繼課件、積件、資源庫、教育主題網(wǎng)站等信息化教學(xué)模式之后,新的網(wǎng)絡(luò)應(yīng)用模式。 中的新功能并不是對 ASP 的改進(jìn),設(shè)計它的初衷是為用戶入境提供最佳的應(yīng)用程序架構(gòu)。因此邏輯代碼依賴于它在頁面中的位置,并且無法將 HTML 控件作為目標(biāo),除非將它們作為流的一部分進(jìn)行顯示。 ( 4) 代碼與內(nèi)容分離 一個網(wǎng)站的設(shè)計與開發(fā)往往由不同的人來實現(xiàn)的,而 ASP 中就是存在著這樣一個問題,代碼( ASP 腳本)和內(nèi)容( HTML)混合在一起。 .NET 代表一個集合,一個環(huán)境,一個可以作為平臺支持下一代 Inter 的可編程結(jié)構(gòu)。包含數(shù)據(jù)挖掘, XML 的直接 Inter 支持。 集成 開發(fā)工具 Visual 微軟將她的全部開發(fā)工具都集成在 Visual 中,在 Visual 中可以用 C語言、 C++語言、 Basc 語言、 J語言開發(fā)。使應(yīng)用程序?qū)θ魏卧O(shè)備都能夠進(jìn)行訪問。對于 web 開發(fā)而言, C類似 Java 開發(fā)語言,同時又具有 Delphi 的一些優(yōu)點(diǎn)。但是 C的設(shè)計意圖是要使用全部的 Win32 API 甚至更多。 系統(tǒng)工作流程 系統(tǒng)分為前臺普通用戶界面和后臺管理界面。 首頁 個人檔 日志 相冊 后臺管理 瀏覽 編輯 添加博客 維護(hù)分類 修改我的信息 博客維護(hù) 留 言 板 Flash 查看 編輯 安徽財貿(mào)職業(yè)學(xué)院畢業(yè)論文 5 留言板:游客為版主留言。 后臺:提供博客模塊的添加、維護(hù)、修改。當(dāng)然如果你看到自己喜歡的文章或信息,你也可以通過收藏的功能把它放在自己收藏夾里。 修改我的信息功能模塊 這項功能主要是針 對用戶個人信息設(shè)置而設(shè)的,用戶可以通過這項功能對自己的頭像、用戶姓名、年齡、性別進(jìn)行修改并更新,同時還可以對自己的個人說明進(jìn)行更新。 圖 33 為 flash(動畫表 ) 表 33 flash 表 安徽財貿(mào)職業(yè)學(xué)院畢業(yè)論文 9 Flash(動畫表 ):用來盛放動畫,主鍵為 id,另外還有所屬類的編號 ,主題,日期瀏覽人數(shù)。 (2)自己設(shè)計的用戶控件。 安徽財貿(mào)職業(yè)學(xué)院畢業(yè)論文 11 ,我的布局整體模式是右邊:導(dǎo)航。 ()。 sql = select top 2 id,title,url from photo order by id desc。 ()。 } 安徽財貿(mào)職業(yè)學(xué)院畢業(yè)論文 12 日志頁面設(shè)計 下面是日志頁面的設(shè)計界面截圖: 圖 52 日志頁面 我的日志頁面設(shè)計及功能實現(xiàn): ,主要采用深藍(lán)色和灰色。 安徽財貿(mào)職業(yè)學(xué)院畢業(yè)論文 13 } if (!IsPostBack) { string sql = select ,count()as total from types a,logs b where = group by all order by 2 desc。 } if (type == null || type == ) { sqltype = select * from logs order by id desc。 order by id desc。 } /// summary /// 分頁數(shù)據(jù)源綁定 /// /summary /// param name=sqlSQL語句 /param protected void Bind(string sql) 安徽財貿(mào)職業(yè)學(xué)院畢業(yè)論文 14 { int curpage = ()。 = ()。