網(wǎng)上案例教學(xué)實踐系統(tǒng).doc
約109頁DOC格式手機打開展開
網(wǎng)上案例教學(xué)實踐系統(tǒng),全文109頁約30000字論述翔實摘 要案例教學(xué)是80年代以后,隨著管理科學(xué)教育發(fā)展的需要,從國外引進的一種先進的教學(xué)方法,但是,與傳統(tǒng)的教育相結(jié)合的案例教學(xué)本身還存在著很多缺點,例如案例來源不多、課堂時間的限制,學(xué)生參與不積極等,這些限制了案例教學(xué)作用的發(fā)揮,如何提高案例教學(xué)的質(zhì)量,使學(xué)生真正受益...
內(nèi)容介紹
此文檔由會員 癡狂少年 發(fā)布
網(wǎng)上案例教學(xué)實踐系統(tǒng)
全文109頁 約30000字 論述翔實
摘 要
案例教學(xué)是80年代以后,隨著管理科學(xué)教育發(fā)展的需要,從國外引進的一種先進的教學(xué)方法,但是,與傳統(tǒng)的教育相結(jié)合的案例教學(xué)本身還存在著很多缺點,例如案例來源不多、課堂時間的限制,學(xué)生參與不積極等,這些限制了案例教學(xué)作用的發(fā)揮,如何提高案例教學(xué)的質(zhì)量,使學(xué)生真正受益成為了必須解決的問題。本次“管理學(xué)院網(wǎng)上案例教學(xué)實踐系統(tǒng)”的開發(fā)正是為了適應(yīng)這一需求而產(chǎn)生。
本系統(tǒng)運用管理信息系統(tǒng)及軟件開發(fā)的基本理論,使用微軟公司的Visual studio.net編程環(huán)境和與之相對應(yīng)的C#編程技術(shù),并以SQL server 2000作為數(shù)據(jù)庫服務(wù)軟件,為管理學(xué)院學(xué)生提供一個良好的案例訓(xùn)練的平臺。
該系統(tǒng)根據(jù)需求將用戶分為三類,并且分別建立界面,使學(xué)生在實現(xiàn)案例查看、案例訓(xùn)練等基本功能的同時,能夠通過老師的參與,得到進一步的提高,并且通過討論區(qū)的建立,學(xué)生和老師可以自由的進行交流。管理員界面的實現(xiàn)保證了系統(tǒng)的正常實施。
通過使用該系統(tǒng),管理學(xué)院的學(xué)生可以方便的瀏覽大量的高質(zhì)量的案例,而且通過案例的訓(xùn)練和討論,提高了他們分析問題和解決問題的能力,使他們更能適應(yīng)經(jīng)濟快速發(fā)展的需求。
關(guān)鍵詞 網(wǎng)上案例教學(xué),系統(tǒng)開發(fā),案例庫,討論區(qū)
ABSTRACT
With the development of management science, case study was introduced into china as an advanced teaching method since 1980s.but this method has many shortcomings as it is combined with the traditional teaching method, for example, the source of cases is limited and many cases are too old, class time is short for discussion which is very important for case study, students are not active in discussion and so on. these seriously confine the advantages of case study. How to improve the quality, and let students benefit more from case study become the questions that should be settled. The development of the "net-based case study system for school of management" meets the needs.
Using the theories of MIS and software development, the system is developed by the environment of Visual studio.net and C# program technology, and uses the SQL Server 2000 as the database server. It offers a good space for students to exercise cases.
The system classifies the users to three types: student, teacher and administrator, and builds separate interfaces for them. The students can not only view cases, do case exercises, but also make discussions with other students and teachers without considering the time and space. With the help of the teachers, students can learn more from case study and make better use of the system.
By using the system, the students of management can easily view a lot of cases with high quality, and by exercising and discussing, their capacities of analyzing and solving issues are improved, which are needed for them to be better adapted to the fast developed economics.
KEY WORDS net-based case study, system development, case database, BBS
目錄
第一章 引言 1
1.1問題的提出及研究意義 1
1.2國內(nèi)網(wǎng)上案例教學(xué)系統(tǒng)的現(xiàn)狀 3
1.2.1概念的界定 3
1.2.2特征 5
1.2.3國內(nèi)的現(xiàn)狀 6
1.2.4主要問題 9
1.3系統(tǒng)開發(fā)的相關(guān)理論與技術(shù) 9
1.4論文內(nèi)容與框架 10
第二章 系統(tǒng)分析 12
2.1需求分析 12
2.1.1系統(tǒng)需求提出 12
2.1.2系統(tǒng)總體需求 13
2.1.3系統(tǒng)功能需求 14
2.2結(jié)構(gòu)和功能分析 14
2.2.1學(xué)生界面分析 15
2.2.2教師界面分析 16
2.2.3管理員界面分析 17
第三章 系統(tǒng)設(shè)計 19
3.1系統(tǒng)設(shè)計概述 19
3.2系統(tǒng)總體設(shè)計 19
3.2.2系統(tǒng)人機界面設(shè)計 22
3.3系統(tǒng)詳細設(shè)計 24
3.3.1系統(tǒng)體系結(jié)構(gòu)設(shè)計 25
3.3.2各子系統(tǒng)功能模塊詳細設(shè)計 28
3.3.3數(shù)據(jù)庫詳細設(shè)計 36
第四章 系統(tǒng)實現(xiàn) 45
4.1開發(fā)工具的選擇 45
4.1.1前端軟件開發(fā)工具的選擇 45
4.1.2后臺數(shù)據(jù)庫的選擇 48
4.2主要功能模塊的實現(xiàn) 48
4.2.1用戶登錄界面(login.aspx) 48
4.2.2討論區(qū)界面(bbsmain.aspx) 52
4.2.3提交案例(t_upcase.aspx) 55
4.2.4課外學(xué)分(m_viewmark.aspx) 56
4.3系統(tǒng)維護 58
第五章 結(jié)論和進一步研究的問題 61
5.1結(jié)論 61
5.2進一步研究的問題 62
致 謝 63
參考文獻 64
附錄1:主要界面截圖 66
附錄2:部分代碼 70
附錄3:系統(tǒng)實施效果評價表 102
部分參考文獻
【8】 范厚明 管理課程教學(xué)中的案例教學(xué)法 航海教育研究 1994.1
【9】 金萍 “法律基礎(chǔ)”網(wǎng)上案例教學(xué)設(shè)計 教學(xué)先鋒 2003.3
【10】 李雅玲 教師教育案例庫建設(shè)及其案例研究 首都師范大學(xué)碩士學(xué)位論文 2004.5
【11】 李勇平 ASP.NET:.NET Windows 應(yīng)用開發(fā)教程 北京希望電子出版社 2004.5
【12】 陸昌輝 吳曉華 SQL Server 2000核心技術(shù)揭秘 北京希望電子出版社 2002.6
全文109頁 約30000字 論述翔實
摘 要
案例教學(xué)是80年代以后,隨著管理科學(xué)教育發(fā)展的需要,從國外引進的一種先進的教學(xué)方法,但是,與傳統(tǒng)的教育相結(jié)合的案例教學(xué)本身還存在著很多缺點,例如案例來源不多、課堂時間的限制,學(xué)生參與不積極等,這些限制了案例教學(xué)作用的發(fā)揮,如何提高案例教學(xué)的質(zhì)量,使學(xué)生真正受益成為了必須解決的問題。本次“管理學(xué)院網(wǎng)上案例教學(xué)實踐系統(tǒng)”的開發(fā)正是為了適應(yīng)這一需求而產(chǎn)生。
本系統(tǒng)運用管理信息系統(tǒng)及軟件開發(fā)的基本理論,使用微軟公司的Visual studio.net編程環(huán)境和與之相對應(yīng)的C#編程技術(shù),并以SQL server 2000作為數(shù)據(jù)庫服務(wù)軟件,為管理學(xué)院學(xué)生提供一個良好的案例訓(xùn)練的平臺。
該系統(tǒng)根據(jù)需求將用戶分為三類,并且分別建立界面,使學(xué)生在實現(xiàn)案例查看、案例訓(xùn)練等基本功能的同時,能夠通過老師的參與,得到進一步的提高,并且通過討論區(qū)的建立,學(xué)生和老師可以自由的進行交流。管理員界面的實現(xiàn)保證了系統(tǒng)的正常實施。
通過使用該系統(tǒng),管理學(xué)院的學(xué)生可以方便的瀏覽大量的高質(zhì)量的案例,而且通過案例的訓(xùn)練和討論,提高了他們分析問題和解決問題的能力,使他們更能適應(yīng)經(jīng)濟快速發(fā)展的需求。
關(guān)鍵詞 網(wǎng)上案例教學(xué),系統(tǒng)開發(fā),案例庫,討論區(qū)
ABSTRACT
With the development of management science, case study was introduced into china as an advanced teaching method since 1980s.but this method has many shortcomings as it is combined with the traditional teaching method, for example, the source of cases is limited and many cases are too old, class time is short for discussion which is very important for case study, students are not active in discussion and so on. these seriously confine the advantages of case study. How to improve the quality, and let students benefit more from case study become the questions that should be settled. The development of the "net-based case study system for school of management" meets the needs.
Using the theories of MIS and software development, the system is developed by the environment of Visual studio.net and C# program technology, and uses the SQL Server 2000 as the database server. It offers a good space for students to exercise cases.
The system classifies the users to three types: student, teacher and administrator, and builds separate interfaces for them. The students can not only view cases, do case exercises, but also make discussions with other students and teachers without considering the time and space. With the help of the teachers, students can learn more from case study and make better use of the system.
By using the system, the students of management can easily view a lot of cases with high quality, and by exercising and discussing, their capacities of analyzing and solving issues are improved, which are needed for them to be better adapted to the fast developed economics.
KEY WORDS net-based case study, system development, case database, BBS
目錄
第一章 引言 1
1.1問題的提出及研究意義 1
1.2國內(nèi)網(wǎng)上案例教學(xué)系統(tǒng)的現(xiàn)狀 3
1.2.1概念的界定 3
1.2.2特征 5
1.2.3國內(nèi)的現(xiàn)狀 6
1.2.4主要問題 9
1.3系統(tǒng)開發(fā)的相關(guān)理論與技術(shù) 9
1.4論文內(nèi)容與框架 10
第二章 系統(tǒng)分析 12
2.1需求分析 12
2.1.1系統(tǒng)需求提出 12
2.1.2系統(tǒng)總體需求 13
2.1.3系統(tǒng)功能需求 14
2.2結(jié)構(gòu)和功能分析 14
2.2.1學(xué)生界面分析 15
2.2.2教師界面分析 16
2.2.3管理員界面分析 17
第三章 系統(tǒng)設(shè)計 19
3.1系統(tǒng)設(shè)計概述 19
3.2系統(tǒng)總體設(shè)計 19
3.2.2系統(tǒng)人機界面設(shè)計 22
3.3系統(tǒng)詳細設(shè)計 24
3.3.1系統(tǒng)體系結(jié)構(gòu)設(shè)計 25
3.3.2各子系統(tǒng)功能模塊詳細設(shè)計 28
3.3.3數(shù)據(jù)庫詳細設(shè)計 36
第四章 系統(tǒng)實現(xiàn) 45
4.1開發(fā)工具的選擇 45
4.1.1前端軟件開發(fā)工具的選擇 45
4.1.2后臺數(shù)據(jù)庫的選擇 48
4.2主要功能模塊的實現(xiàn) 48
4.2.1用戶登錄界面(login.aspx) 48
4.2.2討論區(qū)界面(bbsmain.aspx) 52
4.2.3提交案例(t_upcase.aspx) 55
4.2.4課外學(xué)分(m_viewmark.aspx) 56
4.3系統(tǒng)維護 58
第五章 結(jié)論和進一步研究的問題 61
5.1結(jié)論 61
5.2進一步研究的問題 62
致 謝 63
參考文獻 64
附錄1:主要界面截圖 66
附錄2:部分代碼 70
附錄3:系統(tǒng)實施效果評價表 102
部分參考文獻
【8】 范厚明 管理課程教學(xué)中的案例教學(xué)法 航海教育研究 1994.1
【9】 金萍 “法律基礎(chǔ)”網(wǎng)上案例教學(xué)設(shè)計 教學(xué)先鋒 2003.3
【10】 李雅玲 教師教育案例庫建設(shè)及其案例研究 首都師范大學(xué)碩士學(xué)位論文 2004.5
【11】 李勇平 ASP.NET:.NET Windows 應(yīng)用開發(fā)教程 北京希望電子出版社 2004.5
【12】 陸昌輝 吳曉華 SQL Server 2000核心技術(shù)揭秘 北京希望電子出版社 2002.6