java设备管理信息系统设计
时间:2022-01-22 15:25 来源:毕业论文 作者:毕业论文 点击:次
摘要B/S(浏览器/服务器模式)是伴随着 Internet 技术兴起,对 C/S 结构的一种改进后的模 式。在这种结构下,软件应用的业务逻辑全部在客户服务器端实现,用户表现完全在 Web 服务器中实现,客户端只要要浏览器即可进行业务的处理,是一种全新的软件系统构造 理念。这种结构也成为当今应用软件和系统的首选体系结构。本课题以设备管理信息系 统为研究对象,采用 B/S 三层结构模式,主要实现: 1)所有用户可通过浏览器就可以访问本系统,资源实现共享; 2)可适当放开部分用户,允许互联网上指定范围内的 IP 段用户登录,实现远程管理 办公; 3)实现用户功能订制,为用户增减设备变动提供了方便; 4)实现远程升级管理。77280 毕业论文关键词 B/S 三层结构 网页制作 设备管理系统 Title Research and development of equipment managementinformation system based on B/SAbstractB/S (Browser / server) is accompanied by the rise of Internet technology, a kind of improvedC/S model。In this structure, all the business logic of the application software are implemented inthe client server, user performance is implemented entirely in the web server, as long as theclient to browser business processing is a new software system structure concept。This structurehas become the first application software system structure and system。 The equipmentmanagement information system as the research object, using B/S three layer structure model,mainly to achieve:1)All users can access the system through the browser can realize the sharing of resources;2)Can open the appropriate part of the user, IP allows the specified user logon Internet, remotemanagement office;3)the realization of the user customized, providing convenience for the user or equipmentchanges;4)remote upgrade management。 Keywords B/S web production equipment management system Internet 目 次 1 绪论 1 1。1 研究背景及意义 1 1。3 文本研究内容及章节结构 2 2 B/ S 结构开发背景4 2。1 B/S 结构框架4 2。2 使用 B/S 的优势 5 3 网页制作前提准备 7 3。1 java 环境的配置 7 3。2 服务器的配置 8 3。3 数据库的配置12 3。4 前期配置出现的问题和注意事项14 4 系统设计与实现15 4。1 登录界面15 4。2 普通用户界面17 4。3 管理员界面20 结论 27 致谢 29
参考文献23 附录 A HTTP 状态码 |