1、 本本 科科 毕毕 业业 设设 计(论文)计(论文) 学 院 计算机科学与工程学院 私家车资费统计系统私家车资费统计系统 Statistic System for Private Cars Charges I 摘摘 要要 随着私家车数量的增加,用户需要一个合适的工具来进行资费管理。本文主要研 究私家车资费统计系统。该系统通过用户的网上申请注册,直接存取用户资费信息, 以及各项资费的统计计算。 本论文研究基于 JSP 技术的资费统计系统 。系统使用 Oracle 公司的 java 语言, 以 My Eclipse 为开发工具,利用 Apache 公司提供的 Tomcat 6.0 建立运行环境,再
2、结 合 Mysql 建立数据连接关系及相关的数据表。 利用其提供的各种组件, 在短时间内建 立数据库,对数据库进行分析与建立 JSP 页面,通过改进,直到功能基本实现的可行 系统。 本系统主要分为前台普通用户操作和后台系统管理员两部分。 前台用户操作主要 有:用户登录及注册、添加、查询、修改和删除费用记录,带条件查询得出记录加以 统计和计算七个功能模块; 后台管理员管理用户信息, 可对用户进行查询和删除操作。 关键关键字字:私家车,java,Mysql,JSP II Abstract With more and more private cars, people require a suita
3、ble tool for tariff management. In this paper, we mainly talk about statistic system for private cars charges .This system will have a direct access to users charges information through user registration, and make the statistical calculation of the tariff. In this paper, we study statistical system
4、based on the JSP technology .The system uses java, which is owned by Oracle Corporation and take My Eclipse as the development tool. We choose the Tomcat 6.0 of Apache Corporation as running environment and MySQL as database management system. With the help of various components, in a short time, we
5、 can establish a database and some data tables, analyze the database, establish JSP pages, and improve the system until its basic functions are realized. The system consists of two kinds of operation: the back-end system administration and front-end user operations. The front-end operations include
6、seven modules: adding, modifying, deleting and querying operations to refueling records, statistic and calculation of records derived from querying with demands, the user registering and login. Back-end system administration manages the information of users consists of querying and deleting operations. Keywords: Private Cars, Java, MySQL, JSP III 目目 录录 第一章第一章 绪论绪论 1 1.1 概述 1 1.2 课题背景 1 1.3 研究内容 1 1.4 论文构成 1 第二章第二章 可行性分析和相关技术介绍可行性分析和相关技术介绍 3 2.1 可行性分析. 3 2.2 开发环境及所用工具介绍 4 2.2.1