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

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

      畢業(yè)設(shè)計過程管理系統(tǒng)的實現(xiàn)

       本文ID:LWGSW17654 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 畢業(yè)設(shè)計過程管理系統(tǒng)的實現(xiàn) (收費:1000 積分)  

      論文字數(shù):14181,頁數(shù):46

      摘要

       隨著計算機技術(shù)的日益普及,許多日常管理都采用計算機信息化管理系統(tǒng),以提高管理水平和管理效益。高校的本科生畢業(yè)設(shè)計管理同樣需要實現(xiàn)網(wǎng)絡(luò)化、信息化的現(xiàn)代管理,本課題在SQLServer2000的環(huán)境下,采用B/S結(jié)構(gòu)構(gòu)架了整個系統(tǒng)框架,并通過JDBC(全稱為Java DataBase Connectivity standard)連接數(shù)據(jù)庫,結(jié)合信息學院畢業(yè)設(shè)計管理的需求,設(shè)計開發(fā)了一個“畢業(yè)設(shè)計過程管理系統(tǒng)”軟件,實現(xiàn)畢業(yè)設(shè)計管理的現(xiàn)代化。方便師生間遠距離的交流與互動,方便畢業(yè)設(shè)計過程管理的信息化、自動化,從而簡化整個畢業(yè)設(shè)計的管理過程,提高工作效率。
       本文介紹了畢業(yè)設(shè)計過程管理系統(tǒng)的實現(xiàn)過程和主要功能,著重介紹了學生和教師參與畢業(yè)設(shè)計過程的流程設(shè)計,以及師生間交流等相關(guān)模塊的設(shè)計與實現(xiàn)。

      關(guān)鍵詞:數(shù)據(jù)庫管理系統(tǒng),畢業(yè)設(shè)計過程管理,B/S結(jié)構(gòu)

      ABSTRACT
       
       With computer technology becoming more and more popular, many of the day-to-day management begin to use the computer information management system, to raise the level of management and management effectiveness. College students’ design of graduating and management also need to achieve the same network, and modern information technology management, The paper using B / S structure to establish the whole framework, and JDBC(which full-name is Java DataBase Connectivity standard) to connect to the database, with design information management needs, I design a "graduation design process management system" software, achieve graduation management modernization. Between teachers and students in remote areas of exchange and interaction to facilitate the design process management graduate of information technology, automation, thereby simplifying the whole process of graduation, raise work efficiency.
       This paper describes the design process of graduation management system and the process of the realization of the major functions , the principle of the focus on the issues related to the process which take part in the design of the management for the teacher and student, management and exchange of teachers and students of the module design and implementation.

      Keyword: MIS, Management of the process of Graduation design, B/S structure
      目錄

      摘要 I
      ABSTRACT II
      第1章 緒論 1
      1.1 背景 1
      1.2 研究內(nèi)容 2
      第2章 技術(shù)簡介 3
      2.1 JDBC 3
      2.1.1 JDBC的優(yōu)點 3
      2.1.2 JDBC的用途 4
      2.1.3 JDBC的工作原理 5
      2.2 B/S結(jié)構(gòu) 5
      2.2.1 B/S結(jié)構(gòu)的優(yōu)點 6
      2.2.2 B/S架構(gòu)軟件的優(yōu)勢與劣勢 6
      2.2.3 B/S與C/S結(jié)構(gòu)軟件商業(yè)運用上的比較 7
      2.3 本章小結(jié) 8
      第3章 需求分析 9
      3.1 學生模塊的數(shù)據(jù)分析 9
      3.2 教師模塊的數(shù)據(jù)分析 10
      3.3 師生交流模塊的數(shù)據(jù)分析 11
      3.4 本章小結(jié) 12
      第4章 模塊的設(shè)計與實現(xiàn) 13
      4.1 數(shù)據(jù)庫表總匯 13
      4.2 學生模塊的設(shè)計與實現(xiàn) 14
      4.2.1 信息注冊模塊 15
      4.2.2 學生登錄模塊 18
      4.2.3 查詢模塊 19
      4.2.4 學生選題模塊 21
      4.2.5選題修改模塊 22
      4.3 教師管理模塊的設(shè)計與實現(xiàn) 24
      4.3.1 顯示學生信息模塊 24
      4.3.2 修改信息模塊 27
      4.3.3 刪除信息模塊 29
      4.3.4 添加信息模塊 31
      4.3.5 學生信息查詢模塊 34
      4.4 師生交流模塊的設(shè)計與實現(xiàn) 36
      4.4.1 師生交流的回復模塊 36
      4.4.2 師生交流的發(fā)新貼模塊 38
      4.5 本章小結(jié) 39
      第5章 總結(jié) 40
      致謝 41
      參考文獻: 42


      相關(guān)論文
      本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于PowerBuilder開發(fā)的工資管理.. 下一篇:畢業(yè)設(shè)計管理系統(tǒng)
      Tags:畢業(yè)設(shè)計 過程 管理系統(tǒng) 實現(xiàn) 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

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