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

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

    康通公司軟件開發項目管理系統

     本文ID:LWGSW17830 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 康通公司軟件開發項目管理系統 (收費:1000 積分)  

    論文字數:13744.頁數:49

     摘要
     如何解決軟件開發過程中遇到很多協調合作的問題,提高項目的開發效率和加強對項目的管理,這是很多軟件開發公司解決的問題。杭州市康通科技有限公司一直致力與實現對整個開發流程實行數字化、信息化、現代化的管理,決定開發這個軟件開發項目管理系統。該系統主要是為了提高項目的開發效率和加強對項目的管理,可以進行合理的人員調度和工作量統計,項目日志的填報等,包括項目管理,模塊管理,日志填報,統計分析,綜合查詢,系統管理這幾大塊。
     文章主要通過該項目管理系統的設計模塊來描述系統的設計功能、實現方式、及使用說明,同時還將介紹數據庫中表結構的設計,并對主要的難點做分析,并對采用的開發平臺(asp.net)、開發語言(C#)作簡要介紹。
    關鍵詞:軟件項目管理;asp.net; 數據庫管理系統;
    Abstract
     How to solve the cooperative problems while the process of the software development, and how to heighten the exploitation efficiency for the project and enhance the project management. This is the problem which many software development company solves. Hangzhou eContentWare Technoloy Co., Ltd is always engaged in the realization of the digital, information-based, modernized management in the entire development flow. They decide to develop a project management system which mainly to heighten the developing effect and enhence the project management, dispatch staffs, make the working statistic and fill up the project journals and so on. It also contains many bulks, including the project management, module management, inputting journals, statistic and analysis, enquiries and system management.
     The article mainly through the design module of the project management system to describe the design function of system, the realization ways, and the direction for use, at the same time will introduce the design of Database table structure and analyse the major difficulties, and also introduce the use of development platforms (asp.net), the development of language (C#) briefly.
    Key words: Software project management system,.net development platforms; database management system

    目錄
    摘要 I
    Abstract II
    第一章 緒論 1
    1.1概述 1
    1.2現狀 1
    1.3發展趨勢 2
    第二章 相關技術介紹和分析 3
    2.1開發平臺 3
    2.2開發語言 4
    2.3數據庫 5
    第三章 系統模塊及數據庫設計 6
    3.1系統模塊分析圖 6
    3.1.1模塊管理 6
    3.1.2日志填報 7
    3.1.3統計分析 7
    3.1.4綜合查詢 7
    3.2數據庫需求分析 8
    3.3數據結構概念設計 9
    3.4數據庫邏輯結構設計 9
    3.4.1項目信息主表 10
    3.4.2項目資源附表 11
    3.4.3項目文檔附表 11
    3.4.4項目模塊附表 12
    3.4.5開發日志表 13
    3.4.6用戶信息表 14
    第四章 模塊詳細設計 15
    4.1ASP.NET WEB服務器控件 15
    4.1.1標準控件 15
    4.1.2數據操作控件 15
    4.1.3驗證控件 15
    4.1.4導航控件 16
    4.2登陸頁面 16
    4.3項目管理模塊 16
    4.3.1新增項目 16
    4.3.2項目修改 17
    4.3.3項目刪除 19
    4.4模塊管理 20
    4.4.1新增模塊 20
    4.4.2修改模塊 21
    4.4.3刪除模塊 22
    4.5日志填報 24
    4.5.1本日填報 24
    4.5.2補報日志 25
    4.6統計分析 26
    4.6.1工作量統計 26
    4.7綜合查詢 27
    4.8系統管理 28
    4.8.1用戶管理 28
    4.8.2角色管理 29
    4.9用戶密碼修改 30
    結論 31
    致 謝 32
    參考資料 33
    附錄1 基類與存儲過程 35
    數據庫sql語句執行類func1 35
    存儲過程 35
    附錄2 核心函數 40


    相關論文
    本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:基于B/S的網絡畢業設計管理系統 下一篇:旅行社管理系統的設計與實現
    Tags:康通 公司 軟件開發 項目 管理系統 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

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

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

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

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

    论文格式网:毕业论文格式范文
            • <samp id="mg0cm"><pre id="mg0cm"></pre></samp>