1、 I 摘要摘要 在当今社会,互联网的发展,给人们的工作和生活带来了极大的便 利和高效,信息化,电子化已经成为节约运营成本,提高工作效率的首 选。当前大量残疾人的信息管理尚处于手工作业阶段,不但效率低下, 还常常因为管理的不慎而出现纰漏。设计一个残疾人信息管理系统,以 帮助管理人员的办公、节约管理成本、提高管理人员工作效率的目的。 残疾人信息管理系统以软件工程的思想为指导,经过可行性研究、 需求分析、总体分析、详细设计等主要阶段而进行的规范的开发过程。 目前开发 Web 应用程序主要有 C/S(客户机/服务器)和 B/S(浏览器/ 服务器)两种模式。相对于 C/S 模式来讲,B/S 模式让客户端
2、不安装软 件通过对服务端的访问就可以得到所需信息,从而使网页更加便于浏览 和管理,符合使用者对使用系统的要求,也就是说用户无需安装客户端, 只要通过浏览器就可以访问相关服务;它在系统升级或维护的时候,只 要在 Web 服务器中集中改动,用户在下一次页面刷新时就能立即得到反 馈,而对于那些在服务端运行的逻辑、改动对于用户来说是透明的;此 外,就数据迁移和安全性等方面来讲,B/S 模式也更加具有优势。本文首 先通过分析运输车的管理现状,提出了自动化管理的可行性解决方案, 最后实现该系统的正常运行。 关键词:关键词:jsp 技术;Oracle 数据库;残疾人信息;信息管理 II Abstract P
3、eople working and living in todays society, the development of the Internet has brought great convenience and efficiency, information technology, electronics technology has become the preferred savings in operating costs, improve work efficiency. Information management of a large number of people wi
4、th disabilities is still in the artisanal stage, not only inefficient, often because of careless management flaws. Design of a disabled person information management system to help manage the office, saving management costs, improve the work efficiency of the management staff. The completion of this
5、 system is based on JSP project development and MySQL database, system design choice B/S structure (namely the browser/server structure). Truck fuel consumption monitoring system meet the masses through the network to transport vehicle operation and come on information, and to the needs of the query
6、 operation process is convenient, intuitive and use safety requirements; Adopt modularization program design method system, convenient for system combination and modification, facilitate again technology maintenance staff recruiting and maintenance; Have the database maintenance function in time, can according to user needs data add, delete, modify, inquires the etc. The situation of the management of vehicle, and puts forward the feasibility of the automation management solutions, design dem