1 / 7

网上投票系统:

网上投票系统:. 1 、需求分析 系统名称:网上投票系统 系统概述:使用 JSP 和数据库技术相结合,编写网上投票系统。这个系统主要是提供用户投票界面,并且储存用户投票并可以查看票数情况。 系统详细功能:本案例主要实现功能有 投票界面 : main.jsp 存储投票界面 :f1.jsp 查看投票界面 :view.jsp. 2 、总体设计. 投票界面. Main.jsp. 存储投票界面. 查看投票界面. F1.jsp. View.jsp. 数据表. vote. main.jsp. f1.jsp. view.jsp. 思考:

karen-wyatt
Télécharger la présentation

网上投票系统:

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 网上投票系统: • 1、需求分析 • 系统名称:网上投票系统 • 系统概述:使用JSP和数据库技术相结合,编写网上投票系统。这个系统主要是提供用户投票界面,并且储存用户投票并可以查看票数情况。 • 系统详细功能:本案例主要实现功能有 • 投票界面: main.jsp • 存储投票界面:f1.jsp • 查看投票界面:view.jsp

  2. 2、总体设计 投票界面 Main.jsp 存储投票界面 查看投票界面 F1.jsp View.jsp 数据表 vote

  3. main.jsp

  4. f1.jsp

  5. view.jsp

  6. 思考: • 怎样防止某一用户恶意投票? • 提示:session对象

  7. 系统开发流程: • 需求分析 • 系统名称 • 系统概述 • 系统详细功能 • 总体分析与设计 • 功能设计 • 数据库的设计与实现 • 系统代码的实现(实现效果) • 系统管理与维护

More Related