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

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

    企業辦公自動化系統

     本文ID:LWGSW17807 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 企業辦公自動化系統 (收費:1000 積分)  

    論文字數:12477.頁數:42

    摘要
     本課題使用時下正熱的ASP.NET技術,借助互聯網絡實現了一套辦公自動化系統。希望使用本系統可以方便企業日常辦公,改變傳統的工作方式,提高工作效率,加快企業工作的處理速度,初步實現一個無紙化辦公。
     本系統在實現過程中,通過將ASP.NET技術和數據庫的結合來實現,采用B/S結構。頁面的前臺使用超文本標記語言(HTML),層疊樣式表(CSS)等WEB技術進行界面設計,采用java script做為頁面的腳本語言,后臺通過通過編寫面向對象的編程語言C#來實現,代碼的可復用性好。使用ADO.NET將應用程序與數據庫相連接。本系統采用流行的三層架構,將數據處理與用戶操作完全隔離開來,既方便用戶使用,又達到保護敏感數據的目的。數據庫采用性能和安全性都較好的SQL server 2000數據庫,完成本系統的數據庫設計。
     本系統實現的主要的模塊有:系統管理模塊,人事管理模塊,信息傳遞模塊,日程管理模塊。
     針對數字化環境下企業辦公的實際需求,分析了企業辦公自動化系統的功能需求進而推出了本套平臺。通過測試表明,本系統運行狀況良好。基本可以滿足企業的需求。在本系統下,可以很好的對企業人員的管理,日程的安排,還給企業內部人員創造良好的方便的交流環境。當然要實現完全的一個無紙化辦公還需要做很多努力,由于互聯網存在一安全問題,實現完全的一個無紙化辦公帶來了重大的阻礙。

    關鍵詞:辦公自動化,Sql server,B/S結構,Asp.net技術
    Abstract

     With the rapid development of Internet, a good chance has been offered to the development of office automation(OA).Today, the study of OA application technique gradually become the hot area.
     This OA system is one of key technical for enterprise information construction and has important significance. It is useful for the enterprise deal with the daily works and enhance the enterprise to manage the efficiency, promote the level of decision. This OA system based on asp.net,html,css and B/S frame,use java script as the script language was developed. The connection of the application and the database was realized by ADO.NET.
     This OA system has four module, the fist module was The system manage module, the module was used for manage the system module ,manage the user and so on; the second module was the personal management; this module mange people’s information, like name, age and so on; the third module was the agenda manage; this module manage user’s agenda; it note everyday the user’s work; the last module was the information’s deliver; user can send message to another user;
     On the real demand of enterprise working on digital surroundings, the functions for enterprise OA system were analyzed, and so I present the platform. The running test proves that the system has an ideal performance in measuring of executing time and can grant the demands.
        
     Keywords Office automation, Sql service, B/S frame, Asp.net
    目錄

    摘要 I
    Abstract II
    第1章 引言 1
     1.1 背景 1
     1.2 研究內容 2
    第2章 辦公自動化系統 3
     2.1 ASP.NET技術 3
     2.1.1ASP.NET概述 3
     2.1.2 .NET框架 3
     2.1.3 ASP.NET頁面 4
     2.1.4 ASP.NET控件 4
     2.1.5 ADO.NET技術 5
    第3章 辦公自動化系統設計 7
     3.1 系統總體設計 7
     3.2 系統需求 7
     3.3 系統架構 8
     3.4 數據庫結構 9
     3.5 系統各模塊介紹 13
     3.5.1登錄模塊 14
     3.5.2系統主頁面 15
     3.5.3系統管理模塊 15
     3.5.4人事管理模塊 20
     3.5.5日程管理模塊 22
     3.5.6信息傳遞管理 23
    第4章 系統運行環境 27
     4.1硬件環境要求 27
     4.1.1 服務器 27
     4.1.2 客戶端 27
     4.2 軟件環境要求 27
     4.2.1 服務器 27
     4.2.2 客戶端 28
    第5章 系統實施方案 29
    第7章 結束語 30
    致謝 31
    參考文獻 32
    附錄 源代碼 33


    相關論文
    本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:基于Struts和Hibernate框架的人事.. 下一篇:汽車在線投保系統
    Tags:企業 辦公 自動化 系統 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

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

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

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

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

    论文格式网:毕业论文格式范文
    • <tfoot id="aeyec"><input id="aeyec"></input></tfoot>
      <tfoot id="aeyec"></tfoot>
      <ul id="aeyec"></ul>