WWW.51LUNWEN.COM 无忧论文网
| 无忧英国论文网 | 无忧免费论文网|英国·澳大利亚·新西兰·加拿大·美国·荷兰】
无忧论文网无忧论文网名校师资提供一流服务
2008/12/2 星期二
论文首页 | 留学论文 | 硕士论文 | MBA论文 | 金融硕士 | 博士论文 | 代写论文 | 代写Assignment| 翻译服务 | 支付方式
论文下载 | 论文写作 | 论文格式 | 本科论文 | 论文老师 | 论文出售 | 论文发表 | 发表供需| 教育导航 我的无忧  
英语论文|工商管理|市场营销|物流论文|人力资源|电子商务|旅游管理学|项目管理|行政管理|经济论文|金融论文|国际贸易|法律论文|日语论文|
教育论文|政治论文|社会哲学|新闻媒体|保险论文|会计财务|计算机科学|建筑论文|通讯论文|土木工程|医学论文|论文写作|留学文书|应用范文|
无忧论文网论文下载中心 [自然科学类][计算机科学][计算机应用]基于JAVA的旅店管理系统(含程序)
本类导航  
计算机科学
 →计算机软件
 →计算机应用
 →计算机网络
 →计算机数据库
 →计算机硬件
本专业最热门的论文 
图书馆管理系统(20199)
电子商务安全机制研究-支付系统的研究与实现(3546)
数据加密技术(3056)
《编译技术》多媒体课件制作(附开题报告,任务书,外文资料翻译等)(2957)
中小企业网站建设(2756)

Google 英语论文 硕士论文 论文下载 论文发表
支付方式咨询:357500023@qq.com
论文题目: 基于JAVA的旅店管理系统(含程序)
论文编号: lw200804101019448862
编辑:
论文属性: 本科毕业论文
论文国籍:中国
论文语言:中文
登出日期: 2008-04-10  
点击次数:564
论文字数:12000
源程序:有
购买价格: 250
注明:
参考相关附件:
论文大纲,目录
关键词搜索:计算机应用论文   中国论文   本科毕业论文
摘  要
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主界面设计………………………………………
第1页 第2页 
上一篇:固定资产管理系统——资产申请模块和数下一篇:基于PB的图书管理系统(含程序)
最新论文 最热门论文
On Cross-cultural Awareness in English and Chinese Translation
Cross-Listing and the Geography of Firms’ Ownership
Cross-Listing and Legal Bonding: Evidence from Mergers and Acquisitions
Cross-Listing and Corporate Governance: Bonding or Avoiding?
Corporate Governance Reform and International Listing: Case of the Bank of China (Hong Kong)
校园网站设计
英语专业毕业论文-英语委婉语的交际功能
英语毕业论文:Collaborative Principled Negotiation
英语专业毕业论文题目汇总
图书馆管理系统
论文首页】【设为主页】【加入收藏】【打印本文】【回到顶部
 
 
 
Copyright (c) 2002 ~ 2009 无忧集团旗下网站. All rights reserved.