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

    當前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計算機論文
    畢業(yè)論文標題:

    基于Web的文檔管理系統(tǒng)的設計與實現(xiàn)

     本文ID:LWGSW14295 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 基于Web的文檔管理系統(tǒng)的設計與實現(xiàn) (收費:1000 積分)  

    論文字數(shù):12538,頁數(shù):33

    摘  要
    隨著信息處理技術和網(wǎng)絡技術的發(fā)展,文檔管理系統(tǒng)逐漸成為提高辦公效率、節(jié)約成本的有效工具。本文詳細論述了基于Web的文檔管理系統(tǒng)的設計過程。系統(tǒng)用ASP.NET 2005作開發(fā)平臺,C#作編程語言,SQL Server 2000作數(shù)據(jù)庫管理系統(tǒng),采用典型的四層架構(gòu)設計模式,實現(xiàn)了文檔管理、用戶管理、角色管理、部門管理和短信管理等功能。
    論文組織如下:首先闡述了該系統(tǒng)的開發(fā)背景、意義;其次介紹了相關的開發(fā)工具及技術基礎;接著對系統(tǒng)的需求進行了分析,并提出了具體的設計方案和數(shù)據(jù)庫模型;然后展現(xiàn)了系統(tǒng)各功能模塊的實現(xiàn);最后對該軟件進行了嚴格的測試。

    關鍵詞:文檔管理;整體設計;詳細設計;功能模塊
    The Design and Implementation of Document Management System based on Web
    Abstract
    Along with the development of the information processing technology and the net work technology, document management system has gradually become a tool improving office efficiency, reducing office cost. This paper discusses in detail the design process of the Web-based document management system. The system uses ASP.NET 2005 as the development platform, C# as the programming language, SQL Server 2000 as the database management system, and adopts the typical four-tiers structure design pattern, and includes documents management, users management, roles management, departments management and notes management, etc..
    The paper is organized as following: Firstly, analyzes the background and significance; Secondly, introduces the development tools and the foundation of the technology; Thirdly, analyses the demand of the system, gives a specific design project and a database model; Then shows the implementation of every module. Finally gives a test of the system.

    Key words: Document management; Overall design; Detailed design; Functional modules

    目    錄

    1引言 1
    1.1開發(fā)背景 1
    1.2 研究現(xiàn)狀 1
    1.3 本課題研究的意義 1
    2相關理論基礎 1
    2.1 SQL sever 2000簡介 1
    2.2 ASP.NET 2005 簡介 2
    3需求分析及系統(tǒng)設計 2
    3.1需求分析 2
    3.2 業(yè)務分析 2
    3.3數(shù)據(jù)庫的設計與實現(xiàn) 3
    3.4 文檔管理系統(tǒng)ER圖 5
    3.5部分存儲過程的建立 5
    4 系統(tǒng)設計 7
    4.1系統(tǒng)的整體設計與構(gòu)思 7
    4.2 模塊的設定及模塊的功能 8
    5 各功能模塊的實現(xiàn) 10
    5.1文檔管理模塊 10
    5.1.1 文檔上傳 10
    5.1.2 文檔下載 11
    5.1.3 瀏覽共享文檔 11
    5.1.4 刪除文檔 11
    5.1.5 修改文檔相關信息 12
    5.2 用戶登錄模塊 12
    5.3 用戶管理模塊 15
    5.3.1 添加用戶 15
    5.3.2 修改用戶密碼 19
    5.3.3 修改用戶信息 19
    5.3.4 刪除用戶 19
    5.4角色管理模塊 19
    5.4.1 角色添加 20
    5.4.2 修改角色 20
    5.4.3 刪除角色 20
    5.5部門管理模塊 20
    5.5.1 部門的添加 20
    5.5.2 修改部門 20
    5.5.3 刪除部門 21
    5.6 短信管理模塊 21
    5.6.1 瀏覽短信 21
    5.6.2 寫短信 22
    6系統(tǒng)測試 22
    6.1 硬件環(huán)境 22
    6.2 軟件環(huán)境 22
    6.3 主要模塊測試 22
    6.3.1登錄后的界面 22
    6.3.2用戶管理界面 23
    6.3.3修改用戶密碼 23
    6.3.4角色管理 23
    6.3.5瀏覽單個文檔 24
    6.3.6添加部門 24
    6.3.7瀏覽短信界面 24
    6.3.8 出錯信息顯示 25
    結(jié)    論 25
    參考文獻 26
    致    謝 27
    聲    明 28


    相關論文
    本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:銀行大廳自助信息系統(tǒng)的開發(fā)與實現(xiàn) 下一篇:一種多商家網(wǎng)絡商店的設計與實現(xiàn)
    Tags:基于 Web 文檔 管理系統(tǒng) 設計 實現(xiàn) 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

    本站部分文章來自網(wǎng)絡,如發(fā)現(xiàn)侵犯了您的權益,請聯(lián)系指出,本站及時確認刪除 E-mail:349991040@qq.com

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

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

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

    论文格式网:毕业论文格式范文