基于JSP的车险模拟系统的设计与实现
摘 要
随着科技的发展和时代的进步,使用管理系统来提高工作效率成为各大企业的选择。一个保险企业在日常经营中,如果采用传统的人工管理方式去管理大量的客户和保单信息,往往会造成工作挤压和员工情绪不满的现象。车险管理系统的出现,解决了以往保单理赔审核复杂的问题,公正、客观、快捷地对客户的保单进行管理,实现以人为本的管理战略,提高保险管理工作的效率。
本文提出的车险管理系统基于B/S模式开发,根据数据建模,结合车险保单理赔管理的实际需求,设计系统架构。后端采用Java技术,选择关系型数据库MYSQL进行信息存储。本系统经过严格的功能性测试,取得了良好的运行效果。系统实现了客户管理,保单管理,理赔,保单情况统计等功能。车险管理系统的实施,满足了用户需求,在实际工作中逐渐完善,对车险管理效果有了显著改善。
关键词:车险管理;JSP;数据库;B/S模式;Java
Abstract
With the development of technology, major enterprises have chosen management system to improve working efficiency. If we use traditional manual method to manage large quantities of client and policy information, it will cause work squeeze and dissatisfaction of employees in daily life. The use of vehicle insurance management system has solved the problems of complex claims in the past. It can help manage the policies more fairly, objectively and quickly. It will also realize the people-oriented management strategy and improve the efficiency of insurance management.
The vehicle insurance management system proposed in this article is based on B/S mode. The system is designed according to data modeling and combined with the actual demand of policy claims in vehicle insurance. The back-end adopts Java technology and chooses MYSQL which is a relational database to store information. This system has passed the strict function test and obtained the good running effect. The system achieves the function of customer management, policy management, claims, policy statistics and so on. The implementation of the vehicle insurance management system has met the needs of users and gradually improved in the actual work. It has also significantly improved the effect of vehicle insurance management.
Key words: Vehicle insurance management; JSP;Database;B / S structure;Java
目录
基于JSP的车险模拟系统的设计与实现
摘 要
Abstract
一、绪论
1.1 选题背景
1.2 国内外现状
1.3 目的及主要研究内容
1.4 本论文主要工作与章节安排
二.相关技术概述
2.1 B/S架构
2.2 HTML语言及CSS样式表
2.3 Java语言
2.4 JSP
2.5 My Eclipse
2.6 MySQL
三.系统分析与设计
3.1 需求分析及设计
3.1.1 管理员登录
3.1.2 客户登录
3.2 总体方案
3.2.1 技术架构
3.2.2 数据库设计
3.3 可行性分析
3.3.1 技术可行性
3.3.2 经济可行性
3.3.3 社会可行性
四.系统实现
4.1 登录页面设计
4.2 管理员登录后的页面
4.2.1 管理员登录后的首页
4.2.2 修改登录密码
4.2.3 客户信息管理
4.2.4 保单信息管理
4.2.5 取消保单
4.2.6 理赔管理
4.2.7 保单情况统计
4.3 客户登陆后的页面
4.3.1 客户登录后的首页
4.3.2 我的资料修改
4.3.3 我的密码修改
4.3.4 我的保单情况
4.3.5 理赔管理
4.3.6 理赔范围介绍
五.系统测试
六.总结与展望
参考文献