首页
会员中心
到顶部
到尾部
Java毕业设计

基于JSP的威客在线系统设计与实现毕业论文+源码及数据库+辅导视频

时间:2020/10/13 15:03:53  作者:  来源:  查看:0  评论:0
内容摘要: 摘要从本世纪初,互联网开始加速发展,各种创新型应用和互联网新概念不断出现,例如搜索引擎、电子商务、博客、维基百科、RSS、3G、web2.0、长尾理论等。这些应用和概念与知识管理都有着或多或少的关系。如何利用互联网进行知识管理已引起互联网界和知识管理学界诸多学者的高度关注...

摘要
从本世纪初,互联网开始加速发展,各种创新型应用和互联网新概念不断出现,例如搜索引擎、电子商务、博客、维基百科、RSS、3G、web2.0、长尾理论等。这些应用和概念与知识管理都有着或多或少的关系。如何利用互联网进行知识管理已引起互联网界和知识管理学界诸多学者的高度关注。威客模式就是在这个大的背景下产生的,它是利用互联网进行知识管理的网络创新模式。
   本设计尝试用JSP在网络上架构一个下沙派威客网,以推进网站无纸化,过程电子化,管理智能化的发展。本文从理论和实践两个角度出发,对一个具有数据分析功能的下沙派威客网进行设计与实现分析。论文首先较为详尽地介绍了面向对象分析与设计的有关概念与技术,特别深入介绍了在本系统中运用到的知识,如:面向对象的分析设计流程;系统中所用到的开发技术JSP以及java的特点、结构框架以及使用方法。接着对下沙派威客网的可行性进行了分析,然后对系统的设计思想、设计目标与系统的整体结构进行了明确的规划。最后对系统的主要页面、数据库、应用程序的设计与实现作了较为详细的讲解。
  下沙派威客网是在myeclipse,jdk 平台上运用JSP技术来实现的。其主要功能有:用户管理,站内新闻,留言板,威客在线,成交记录,后台管理等。论文在撰写过程中,力求将理论与实践应用相结合,对各种理论进行阐述的同时配合系统从实际应用和操作技巧上加以说明,希望能够更充分地体现到这些知识与技术在本系统中的应用与实现。
关键词:面向对象分析与设计,JSP,jdk,myeclipse,sql
                              Abstract
Along with the development of Internet technology, daily life can not already do without the network. The life and work of the social people of future will depend on the development of digital technology more and more ,Digitize more and more, the networking, electronic, virtual. Development course and present application state and development trend of Internet, can believe network technology great change life and working way of us fully, Even a certain change will take place in the values of the society.
  This procedure tries to build up a bookshop in the network with JSP, So that every customer needn't go out and can do shopping easily through surfing the Net at home .this article is analyzing the design and realization of an online bookshop with Data Mining function, from the views of theory and practice. Starting with introducing concepts and techniques of OOA and OOP in detail, especially introducing the knowledge which apply for this system, such as: the feature and flow of OOA and OOP; analyzing the feature、structure and using method of developing techniques JSP and ADO.NET which using in my system. And then, this article analyses the feasibility of the system, then minutely layouts the design thoughts, goals and the system holistic framework. At last, this article minutely explains the design and realization of Web page layout, data base and application program of our system.
  This online bookstore system uses JSP technology to realize on Visual Studio.Net platform. Its main function has: manage users, new books on sale, look for classified books, search books, collect favorite book, process of purchase, sales list, the comment of the books, website's management, etc.
During the course of writing this article, I strive to integrate theory and practice. While expatiating the different kind of theories, I illuminate the application and operation skill combining the system so as to fully incarnate the application of these theories and techniques to this system.
Key words:OOA,OOD,JSP,jdk,sql
目录
1 绪论1
1.1威客理论的起源1
1.2威客网提出的意义3
1.3威客网站在中国的发展和影响4
1.4 任务概述5
1.4.1目标:建立完善的下沙派威客网系统5
1.4.2下沙派威客网特点5
2 解决方案的选择6
2.1 系统说明6
2.1.1 硬软件环境6
2.2开发计划7
2.3可行性分析7
2.3.1 风险分析7
2.3.2 技术可行性7
2.3.3 操作可行性8
2.4 设计方案:对涉及工具和技术的相关说明8
2.4.1 B/S体系结构8
2.4.3 SQL Server9
2.4.4 HTML(Hyper Text Markup Language)9
2.4.5 JSP及JavaBean介绍10
2.4 .6 tomcat配置11
3 需求分析12
3.1系统分析的任务与步骤12
3.1.1 系统分析的任务12
3.1.2 系统分析的步骤13
3.2网站项目范围13
3.3 功能需求13
3.3.1 注册用户部分13
3.3.3 管理员部分14
3.4网站实体分析14
3.5网站的数据库设计15
3.5.1 概念设计  15
4.1 网站系统功能说明19
4.1.1总体功能19
4.1.2非功能性需求20
4.1.2.1用户界面需求20
4.2 建立数据库模型21
5 详细设计25
5.1 系统首页25
5.2 站内新闻信息30
5.3威客在线操作界面32
5.4系统后台登录界面36
5.5系统后台操作界面40
6 系统测试46
6.1系统测试的目的46
6.2面向对象系统测试方案46
7 软件布署48
7.1安装环境要求48
7.2系统详细配置方法48
总结50
致谢51
参考文献51

基于JSP的威客在线系统设计与实现毕业论文+源码及数据库+辅导视频
基于JSP的威客在线系统设计与实现毕业论文+源码及数据库+辅导视频
基于JSP的威客在线系统设计与实现毕业论文+源码及数据库+辅导视频
基于JSP的威客在线系统设计与实现毕业论文+源码及数据库+辅导视频
基于JSP的威客在线系统设计与实现毕业论文+源码及数据库+辅导视频
基于JSP的威客在线系统设计与实现毕业论文+源码及数据库+辅导视频
基于JSP的威客在线系统设计与实现毕业论文+源码及数据库+辅导视频
基于JSP的威客在线系统设计与实现毕业论文+源码及数据库+辅导视频

  


相关评论
Java毕业设计
    本类推荐
      广告联系QQ:45157718 点击这里给我发消息 电话:13516821613 杭州余杭东港路118号雷恩国际科技创新园  网站技术支持:黄菊华互联网工作室 浙ICP备06056032号