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

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

    基于.NET的中小型企業辦公自動化設計與實現

     本文ID:LWGSW14633 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 基于.NET的中小型企業辦公自動化設計與實現 (收費:1000 積分)  

    論文字數:11212,頁數:46

    摘要

     信息技術的飛速發展給人們生活工作的各個層面都帶來了深刻的影響,以紙張為媒介的辦公管理方式也正面臨著一項必需的改革。網絡是解決由于物理距離造成的信息交流不暢、協商溝通不便的辦公瓶頸問題的最佳方式,為了滿足辦公室管理的需要,基于B/S(Browser/Server)模式的辦公管理系統登上了企業辦公的舞臺。
     本系統創建的是一個辦公自動化系統,總體任務是實現企業辦公過程的系統化、規范化、無紙化和自動化,采用B/S模式設計與實現。系統的設計工具是ASP.NET(Active Server Pages.NET)和SQL(Structured Query Language)數據庫,實現功能主要包括登錄功能和辦公功能。辦公功能主要體現在文件上傳、會議通知和系統管理上。文件上傳是辦公系統中必不可少的,它代替了傳統的發放文件,只要上傳后各部門在文件信息塊下載就可以了;會議通知代替了傳統的會議通知,以信息的方式通知參會成員;系統管理包括管理員管理和維護本系統,增強系統安全性和可靠性。此外,還有個人通訊錄、日程安排,個人日志等功能。辦公管理系統為企業辦公室的現代化管理提供了一個良好的環境,達到了節約成本,簡化工作步驟,提高工作效率的目的。

    關鍵詞: 瀏覽器/服務器,動態服務頁面,結構化查詢語言,辦公自動化

    ABSTRACT

     The rapid development of information technology has affected all levels of the people’s life deeply, the office management with paper for the media is also facing with a necessary reform. Network is the best way to solve the office bottleneck problem such as poor information exchange which caused by physical distance and inconvenience of communication, so the office management system based on B/S mode appears on the scene to meet the need of the office management.
     This system establishes an office automation system, the general assignment is to achieve the systematization, standardization, paperless and automation of the process of corporation office, designed and realized by using the B/S mode. The design tool of the system is ASP.NET and SQL data-base, the function mostly includes registry functions and office functions. Office function is mainly files upload, notice of meeting and system management. Files upload which replaces the traditional way of paper distribution is essential in the office system, then each department can download the FIB(file information block); the notice of meeting is not the traditional one either, it notifies the members by the message; and system management includes administrators management and system maintenance, which enhances the security and reliability of the system. Furthermore, there is also the function of personal address list, schedule, personal log, etc. Office management system provides a favorable environment for the modern management of corporation office, it can make the goals of saving cost, simplifying the steps and improving efficiency to come true.

     Keywords: Browser/Server, Active Server Pages.NET, Structured Query Language, Office Automation
    目錄

    摘要 I
    ABSTRACT II
    第1章 引言 1
    1.1 背景 1
    1.2 研究內容 2
    第2章 辦公自動化概述 5
    2.1 系統特點 5
    2.2 系統結構 5
    2.3 開發環境 6
    2.3.1 Dreamweaver工具介紹 6
    2.3.2 ASP.NET技術介紹 6
    2.3.3 HTML語言介紹 7
    2.3.4 SQL Server 2005介紹 7
    2.3.5 IIS服務器簡介 8
    第3章 系統方案設計 9
    3.1 主要開發內容 9
    3.2 需求分析 9
    3.3 總體設計方案 11
    3.4 主要表格設計 12
    第4章 系統功能實現 17
    4.1 創建登陸模塊 17
    4.2 企業員工信息管理 18
    4.2.1 員工管理主頁 18
    4.2.2 添加員工主頁 19
    4.2.3 部門管理主頁 20
    4.3 文件信息管理 21
    4.3.1 文件上傳頁面 21
    4.3.2 文件接收頁面 22
    4.4 公告管理 23
    4.5 會議管理 25
    4.5.1 會議主頁面 25
    4.5.2 會議添加頁面 26
    4.6 個人資料管理 27
    4.6.1 日程安排 27
    4.6.2 添加日程 27
    4.6.3 個人通訊錄 28
    4.6.4 個人日志 29
    4.6.5 個人日志添加 29
    4.7 系統管理 30
    4.7.1 管理員添加 30
    4.7.2 密碼修改 30
    第5章 結束語 31
    第6章 致謝 32
    參考文獻 33
    附錄 源代碼 34


    相關論文
    本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:基于WEB的志愿者培訓平臺設計與實.. 下一篇:基于ASP的網上書吧的設計
    Tags:基于 .NET 中小型 企業 辦公 自動化 設計 實現 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

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

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

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

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

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