摘 要 IT业发展到现在,已经脱掉了它最初的神秘外衣,而真正到了大规模应用的年代。就像旅馆信息管理系统,从前几年的“冷”到现在的逐渐流行,也是经历了商业需求和IT业自身发展的过程. 本文探讨了旅馆管理系统的发展趋势,介绍了开发工具JCreator的功能、特点。介绍了开发语言Java的特点与优势。 本系统是基于C/S结构,使用Java的GUI开发用户界面,数据库使用的是SQL Server 2000,使用JDBC-ODBC桥接器与数据库连接,使用JDBC-ODBC桥接器几乎可以访问所有的数据库。 本系统主要分为四个模块:顾客管理(顾客基本信息的添加、查询、删除)、房间管理(旅馆房间的预定、取消和更改预定、退房、更改房价)、服务管理(旅馆服务的查看、取消和更改价格)、查询信息(旅馆房间信息和旅客情况的查询)。 本系统具有操作简单、检索迅速、查找方便、可靠性高、界面友好等特点,基本实现旅馆客房的信息管理,提高了旅馆的办公效率。
关键字:信息管理系统,C/S,JDBC-ODBC桥接器.
Abstract Present, the development of IT industry has already taken off its initial mystical coat, and truly arrived the large-scale application age. Just as the hotel information management system, it is "cold" several years ago, and now have been popular, which also have experienced the commercial demand and the IT industry own development process. This text has probe into the development trend of the administrative system of the hotel, has introduced the function, characteristic of the developing instrument JCreator. The texts also have introduced characteristic and advantage of Java, which is the developing language. This system is based on C/S organization, using the GUI of Java development user interface, the database use SQL Server 2000, using the JDBC-ODBC bridge to realize the database connection, it is nearly possible to visit all databases using the JDBC-ODBC bridge. This system is mainly divided into four pieces of module: The customer management (The adding, inquiring, deleting of customer's basic inf无忧论文 【http://www.uklunwen.com】ormation), the room management (Reservation of the hotel room, cancel and change and book, check out, change room rate), service management (inquiry of the service and change price), inquire information (hotel room information and passenger information). This system is easy to operate and searched rapidly, convenient to look for characteristics, with high dependability and friendly interface etc. This system basically realizes the information management of the guest room of the hotel, has improved the office efficiency of the hotel. Key words: Information management system, C/S, JDBC-ODBC bridge. 目 录 1前言 ……………………………………………………………………1 1.1设计的目的和意义…………………………………………………1 1.2 JCreator professional和JAVA简介……………………………1 2需求分析……………………………………………………………3 2.1系统介绍……………………………………………………………4 2.2系统面向的用户群体……………………………………………4 2.3系统的功能性需求………………………………………………4 2.3.1功能性需求分类………………………………………………4 2.3.2顾客管理………………………………………………………6 2.3.3房间管理………………………………………………………7 2.3.4服务管理……………………………………………………10 2.3.5查询信息……………………………………………………12 2.4系统的非功能性需求……………………………………………16 2.4.1用户界面需求………………………………………………16 2.4.2软硬件环境需求………………………………………………17 2.4.3用户界面需求…………………………………………………17 3概要设计………………………………………………………18 3.1总体设计…………………………………………………………18 3.1.1需求规定……………………………………………………18 3.1.2结构…………………………………………………………18 3.1.3各模块的流程图……………………………………………19 3.2运行设计………………………………………………………23 3.2.1运行控制…………………………………………………23 3.2.2运行时间…………………………………………………23 3.3出错处理设计及安全保密设计…………………………………23 3.4主界面设计……………………………………… |
|