您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 经营企划 > 毕设论文--大学生心理咨询网站的设计与实现
大学生心理咨询网站的设计与实现沈阳航空航天大学2010年6月院系计算机学院专业计算机科学与技术班级学号姓名赵刚强指导教师负责教师沈阳航空航天大学毕业设计(论文)I摘要借助于互联网的优势,网络心理咨询服务作为一种新兴心理咨询方式,成为传统心理咨询方式的有益补充。本文描述了一个大学生心理网站的设计和开发过程,系统功能分为前台功能和后台功能两部分。前台功能由用户使用,用户可以实现注册、登录、修改个人资料、心理测试、用户按关键词检索心理咨询各类文章、发表对文章的评论、在线留言,回复留言等功能。后台功能由管理员使用,管理员可以进行用户管理、网站文章管理、网站文章评论管理、网站公告管理、测试管理等工作。本系统采用JSP技术,以MVC模式进行开发。将显示、逻辑和应用层分开,以便于系统的开发、管理和维护工作,同时提高了系统的灵活性和稳定性。后台采用MySQL作为数据库,提高了网站的性能。关键词:大学生心理咨询;JSP;MVC模式;数据库沈阳航空航天大学毕业设计(论文)IIAbstractAsanewwayofpsychologicalcounseling,thenetworkofpsychologicalservices,withtheadvantagesoftheInternet,becomesausefulcomplementofthetraditionalcounselingapproach.Thisarticledescribesapsychologicalwebsite’sdesigninganddevelopmentprocesswhichmadebycollegestudents.Itssystemfunctionsarethefront-officefunctionandtheback-officefunction.Thefront-officefunctionsareusedbytheusers,whocanregister,login,andmodifypersonalinformationandpsychologicaltesting.Usersalsocansearchallthepsychologicalservicesarticlesbykeyword,publishcommentsonthearticles,leaveanonlinemessageandreplytoamessageandsoon.Whiletheback-officefunctionsarefortheadministrators.Theadministratorscanmanagetheusers,Webarticles,WebarticlescommentsandWebsitenotices,andmanagethetestmanagement.WiththeJSPtechnology,thesystemwasdevelopedunderaMVCpattern,thesystemseparatetheindicationlayerandlogisticslayerfromtheapplicationlayerseparatelyinordertofacilitatethedevelopment,managementandmaintenanceandincreaseitsflexibilityandstability.ThebackgroundchoosestheMySQLasadatabasetoimproveitsperformance.Keyword:CollegeStudentspsychologyconsultation;JSP;MVCmode;database沈阳航空航天大学毕业设计(论文)III目录1概述....................................................................................................................................11.1题目背景.....................................................................................................................11.2项目内容.....................................................................................................................21.2.1普通用户部分.....................................................................................................21.2.2管理员部分.........................................................................................................32需求分析与方案论证.........................................................................................................52.1角色及权限分析.........................................................................................................52.1.1普通用户用例分析.............................................................................................52.1.2管理员用例分析.................................................................................................62.2功能分析.....................................................................................................................72.2.1普通用户部分.....................................................................................................72.2.2管理员部分.........................................................................................................72.3方案论证.....................................................................................................................82.3.1网站主流开发技术比较....................................................................................82.3.2JSP技术概述......................................................................................................92.3.3Struts实现MVC的机制...................................................................................92.4设计工具环境...........................................................................................................112.4.1开发平台...........................................................................................................112.4.2前台开发工具...................................................................................................112.4.3后台数据库.......................................................................................................122.5经济技术分析...........................................................................................................122.5.1技术可行性分析...............................................................................................122.5.2经济可行性分析...............................................................................................123概要设计...........................................................................................................................133.1系统总体功能设计...................................................................................................133.2数据库表结构的设计...............................................................................................133.2.1用户信息表......................................................................................................13沈阳航空航天大学毕业设计(论文)IV3.2.2管理员信息表..................................................................................................143.2.3文章表..............................................................................................................153.2.4文章评论表.......................................
本文标题:毕设论文--大学生心理咨询网站的设计与实现
链接地址:https://www.777doc.com/doc-4224775 .html