社区网络服务之社区共享
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
小区门户网站之社区共享
摘要
随着计算机的不断发展和广泛应用,人们的工作效率得到不断的提高。互联网的发展,更是缩短了人们之间的距离。如何充分利用互联网,这是大家共同关心的问题。本文主要介绍了关于小区门户网站之社区共享的实现方法,设计规划了小区门户网站之社区共享的网页,以互联网的形式将各种信息进行管理。
本论文系统地阐述了小区门户网站之社区共享系统的功能及实现。实现了小区门户网站之社区共享中的会员上传、下载、审核信息、管理信息等功能。本系统界面简单直观,易于操作和使用,交互性强。
经过分析,我们使用SUN公司的JSP开发工具, 强大的MYSQL查询语言实现建立关系数据库,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成满意的可行系统。
关键词:小区门户网站社区共享 JSP MYSQL
Community of the community network service shares
Abstract
Develops and the widespread application unceasingly along with the computer, people's working efficiency has the unceasing enhancement. Internet's development, reduced between people's distance. How to use the Internet fully, this is everybody question of common interest. This article mainly introduced shared community of about the community network service realizes the method, the design has planned the homepage which community of the community network service shared, carried on by Internet's form each kind of information the management.
The present paper elaborated systematically community of sharing system's the community network service function and realizes. Realized community of the community network service to share the member to upload, functions and so on downloading, verification information, management information. This system contact surface simple direct-viewing, simplify operation and use, interactive is strong..
After the analysis, we use SUN Corporation's JSP development kit, the formidable MYSQL query language realizes the establishment relational database, uses each kind of object-oriented development kit which it provides, particularly the data window this can convenient and the succinct operation database intellectualized object, first establishes the system application prototype in a short time, then, carries on the demand iteration to the initial prototype system, revises unceasingly and improves, until forms the satisfied feasible system.
Key word: Internet Community sharing JSP MYSQL
目录
1、绪论-------------------------------------------------------------------------------------------------1 1.1 课题研究目的------------------------------------------------------------------------------------1 1.2 开发设计思想------------------------------------------------------------------------------------1
1.3 课题意义------------------------------------------------------------------------------------------1
2、应用需求分析及可行性分析-------------------------------------------------------------------2 2.1 应用需求分析-------------------------------------------------------------------------------------2 2.2 运行需求分析------------------------------------------------------------------------------------3 2.3 其他需求分析-------------------------------------------------------------------------------------3 2.4 可行性分析---------------------------------------------------------------------------------------3 2.4.1 技术可行性-------------------------------------------------------------------------------------3 2.4.2 经济可行性-------------------------------------------------------------------------------------4 2.4.3 操作可行性-------------------------------------------------------------------------------------4
2.4.4 时间可行性-------------------------------------------------------------------------------------4
3、数据库及开发语言介绍--------------------------------------------------------------------------4 3.1 MYSQL数据库------------------------------------------------------------------------------------4 3.2开发语言介绍--------------------------------------------------------------------------------------5 3.2.1 JSP 介绍-----------------------------------------------------------------------------------------5 3.2.2 JSP版本简介------------------------------------------------------------------------------------6 3.2.3 JSP语言特点-------------------------------------------------------------------------------------6
3.3 JDBC 介绍-----------------------------------------------------------------------------------------7
4、系统设计-------------------------------------------------------------------------------------------8 4.1 主要功能-------------------------------------------------------------------------------------------8 4.2系统流程图----------------------------------------------------------------------------------------9 4.3 主要功能模块设计------------------------------------------------------------------------------10 4.3.1 会员登陆---------------------------------------------------------------------------------------10 4.3.2 会员注册---------------------------------------------------------------------------------------11 4.3.3会员上传文件----------------------------------------------------------------------------------11 4.3.4 浏览共享文件---------------------------------------------------------------------------------12 4.3.5 等待审核提示---------------------------------------------------------------------------------12 4.3.6 管理员审核文件-------------------------------------------------------------------------------12 4.3.7 审核成功提示----------------------------------------------------------------------------------13
4.3.8 管理已上传文件-------------------------------------------------------------------------------13
5、软件安装与调试---------------------------------------------------------------------------------13 5.1 软件的安装与配置--------------------------------------------------------------------------13 5.2 软件调试--------------------------------------------------------------------------------------14 5.3 软件测试--------------------------------------------------------------------------------------14 结论-----------------------------------------------------------------------------------------------------16 致谢-----------------------------------------------------------------------------------------------------17 参考文献-----------------------------------------------------------------------------------------------18 附录-----------------------------------------------------------------------------------------------------19