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

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

          教務管理平臺-權限及公共模塊設計與開發

           本文ID:LWGSW14330 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 教務管理平臺-權限及公共模塊設計與開發 (收費:1000 積分)  

          論文字數:9707,頁數:28

            摘    要
          隨著教育改革的不斷深化,高等院校的建設與發展對國民整體素質的提高起著越來越重要的作用,建立一套能夠適應這些改變的行政管理方案也就顯得尤為重要。對于教務處來說,將信息技術用于校務管理中便是迫切的要求。
          教務系統中的用戶數量眾多,需要具有不同的權限,以實現不同的應用。本論文介紹了開發背景,開發平臺,并基于需求分析實現了教務管理平臺中基于角色控制的權限系統(RBAC)及公共模塊的設計與開發。RBAC實現了用戶與訪問權限的邏輯分離,更符合教務平臺的用戶、數據和應用特征;在公共模塊中實現了系統通用的日志管理,異常處理,常用類庫方法等。通過設計和應用本系統,有效的解決了教務平臺中關于用戶管理與權限操作等方面的問題,為系統公共模塊的實現打下堅實的基礎。通過較為詳盡的功能測試,表明本文的設計內容具有一定的通用性,可用于需要動態分配權限與角色的管理系統中。
          關鍵詞: 權限;公共模塊;RBAC
          Education Management Platform-
          The Design and Implementation of Authority System and Public Module
          Abstract
          With the continuous deepening of educational reform, the construction and development of universities players an increasingly important role to raise the overall quality, establish an administration solution to adapt these changes is particularly important. For the educational administration department, information technology use in the school management is an urgent requirement.
          The education management platform has large number of users and needs different authority in order to achieve different applications. This paper introduces the development background, the development platforms, the module design and development of education management platform, role based authority control system module (RBAC) and public module by requirements analysis. RBAC more separate the data and program from users, the system of education management platform for realizing the logic separation of user and access rights. The public module implements a generic system log management, exception handling, common library methods. With the developing of the system, it supplies an effective solution to the questions of user management and authority control of the platform and the public platform module methods, which has laid a solid foundation for the implementation of the system’s public module. By the detailed functional testing, it shows the generality, so the system may be used for the management system of dynamic allocation of authority and role.
          Key words: authority;public module;RBAC;

          目    錄

          1 引言 1
          1.1課題背景 1
          1.2課題目的 1
          1.3課題意義 1
          2 系統平臺與相關技術 2
          2.1系統架構 2
          2.2 開發平臺介紹 2
          2.2.1 Visual Studio 2005介紹 2
          2.2.2 SQL Server 2005介紹 2
          2.3 開發技術介紹 2
          2.3.1 Asp.net 2
          2.3.2 RBAC 3
          2.3.3 Identity和IPrincipal 3
          3 需求分析和數據庫設計 3
          3.1 應解決的問題 3
          3.1.1 基于RBAC的權限系統. 3
          3.1.2 平臺需要的公共模塊 4
          3.2功能需求 4
          3.2.1用戶信息管理 5
          3.2.2 角色信息管理 5
          3.2.3 資源管理 5
          3.2.4 用戶角色分配 5
          3.2.5 角色權限分配 5
          3.2.6 權限操作 5
          3.2.7 日志管理 5
          3.2.8 異常處理 6
          3.2.9 基礎公共類庫 6
          3.3非功能需求 6
          3.3.1包容性和可擴展性 6
          3.3.2系統簡潔,易使用、易維護、適用非計算機專業人員使用 6
          3.3.3充分保護數據的一致性 6
          3.3.4采用先進成熟的技術,建立實用可靠的系統 6
          3.4 數據庫設計 6
          4 系統設計設計與實現 9
          4.1公共模塊設計 9
          4.1.1數據庫通用類設計 9
          4.1.2系統工具通用類設計 9
          4.1.3系統日志和樹目錄設計 10
          4.1.4系統異常處理 12
          4.1.5系統通用頁面設計 12
          4.2 權限系統模塊的實現 13
          4.2.1 用戶信息管理和角色綁定 13
          4.2.2 角色管理和權限綁定 15
          4.2.3 權限管理 16
          4.2.4 系統資源管理和權限綁定及菜單操作 17
          4.2.4  url過濾 18
          5 測試 20
          結    論 20
          參考文獻 20
          致    謝 21
          聲    明 22



          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:公交車管理系統的設計與實現 下一篇:基于BS方式的即時通訊軟件的設計..
          Tags:教務管理 平臺 權限 公共 模塊 設計 開發 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

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

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

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

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

          论文格式网:毕业论文格式范文
          • <del id="mcak2"></del>