• <strike id="cosuy"></strike>
    <ul id="cosuy"></ul>
  • <strike id="cosuy"><input id="cosuy"></input></strike>
    <strike id="cosuy"></strike>
  • 論文格式
    電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
    機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
    制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
    通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
    • 首頁 |
    • 畢業論文 |
    • 論文格式 |
    • 個人簡歷 |
    • 工作總結 |
    • 入黨申請書 |
    • 求職信 |
    • 入團申請書 |
    • 工作計劃 |
    • 免費論文 |
    • 合作期刊 |
    • 論文同學網 |
    搜索 高級搜索

    當前位置:論文格式網 -> 畢業論文 -> 計算機論文
    畢業論文標題:

    校園新聞管理系統設計與實現

     本文ID:LWGSW14529 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 校園新聞管理系統設計與實現 (收費:1000 積分)  

    論文字數:12717,頁數:45

    摘要

     隨著計算機和網絡技術的飛速發展, Internet/Intranet應用在全球范圍內日益普及,當今社會正快速向信息化社會前進,信息自動化的作用也越來越大。從而使我們從繁瑣的事務中解放出來,提高了我們的工作效率。
     校園新聞管理系統是一個信息管理系統,該系統總體采用B/S結構。可分為新聞瀏覽系統和后臺數據庫管理系統。前臺新聞瀏覽系統包括新聞搜索模塊、新聞瀏覽模塊和新聞列表模塊,這些模塊主要提供普通用戶瀏覽新聞,同時也提供用戶注冊、用戶登錄以及用戶信息修改。后臺數據庫管理系統包括新聞管理模塊、新聞錄入模塊、用戶管理模塊和新聞欄目管理模塊,這些模塊主要提供管理員對系統進行維護。
     本系統基于Windows XP平臺。在設計過程中運用了ASP和SQL等語言,使用了Dreamweaver,Firework等工具進行輔助設計。同時運用分頁顯示、動態顯示新聞等關鍵技術。
     本文闡述了功能模塊設計、數據庫結構設計、開發環境配置,頁面設計等技術。其中重點介紹了新聞錄入模塊,用戶注冊模塊和個人信息維護模塊。
     
    關鍵詞:新聞管理系統;新聞瀏覽;用戶注冊

    ABSTRACT

     Along with the computer and the network technology rapid development, the Internet/Intranet application popularizes day by day in the global scope, now the society fast to the information automation function also bigger and bigger. Thus cause us to liberate from the numerous and diverse business, enhanced our working efficiency.  
     The campus news management system is an information manage system, which generally use B / S structure. It mainly includes two aspects: news browses system and background database management system. The news browse system contains news search module, news browse module and news types module, these modules mainly provide to general users to browse news, but also provide user registration, log in and modify their information. In the other system contains news management module, news entry module, user management module and news columns management module, these modules mainly provide the administrator of the system for maintenance.
     This system is based on windows XP platform. In the process of designing we used the languages such as ASP and SQL, and we also used Dream weaver, firework to assistant design. At the same time used some key information technology of paging, dynamic display.
     This paper described the technologies of functional design module, database structure design, development environment configuration, page design. It focuses on news entry module, the user registration modules and the maintenance of personal information module.
     
     Keywords: News Management System;News Browse;User Registration
     
    目錄

    摘要 I
    ABSTRACT II
    第1章 緒論 1
    第2章技術介紹 2
     2.1 ASP簡介 2
     2.2 SQL語言的簡要介紹 3
     2.3 HTML語言 4
     2.4 VBScript語言 5
     2.5 java script語言 7
    第3章 系統需求分析 8
     3.1前臺功能需求: 8
     3.2后臺功能需求: 8
     3.3 性能需求 8
    第4章 系統總體設計 10
     4.1系統層次概框圖 10
     4.2 系統模塊設計 10
     4.3數據庫設計 11
     4.4幾種可行性方案的比較 12
    第5章 詳細設計 14
     5.1 系統模塊劃分 14
     5.1.1 前臺 14
     5.1.2 后臺 14
     5.2系統流程圖 15
     5.3系統安全設計 16
     5.4流程圖規劃設計 18
     5.5開發環境配置 30
     5.5.1  SQL服務器安裝、配置與管理: 30
     5.5.2  WINDOWS2000安裝、配置與管理: 30
     5.5.3  IIS安裝、配置與管理: 31
     5.6文件夾規范設計 33
     5.7頁面設計 34
     5.7.1主頁框架設計 34
     5.7.2后臺管理員框架設計和樣式設計 36
     5.7.3前臺樣式設計 37
     5.8系統測試 37
     5.8.1 測試目標 37
     5.8.2 測試環境 37
     5.8.3測試項目說明 38
     5.8.4 測試總結 38
    第6章總結 39
    致謝 40
    參考文獻 41


    相關論文
    本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:基于BS架構財務報銷系統的設計與.. 下一篇:基于WAMP的BUG管理系統的設計與實..
    Tags:校園 新聞 管理系統 設計 實現 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

    本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

    論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

    Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

    感谢您访问我们的网站,您可能还对以下资源感兴趣:

    论文格式网:毕业论文格式范文
      • <tfoot id="k8kii"></tfoot>
        • <fieldset id="k8kii"><table id="k8kii"></table></fieldset>
          <ul id="k8kii"></ul>
        • <ul id="k8kii"></ul>
        • <ul id="k8kii"></ul>