基于 B/S 架构的权限管理系统摘要:任何多用户的系统不可避开的涉及到权限问题,系统的使用者越多、使用者本身的社会属性或分工越复杂,权限问题也就越复杂。无疑,无论是背负复杂办公室政治关系的办工系统、包含纵向行政关系的电子政务业务系统还是用于数据业务集成的应用集成系统,都不可避开的要解决这一问题。不同职责的人员,对于系统操作的权限应该是不同的。优秀的业务系统,这是最基本的功能.可以对“组”进行权限分配。对于一个大企业的业务系统来说,假如要求管理员为其下员工逐一分配系统操作权限的话,是件耗时且不够方便的事情.所以,系统中就提出了对“组”进行操作的概念,将权限一致的人员编入同一组,然后对该组进行权限分配。权限管理系统应该是可扩展的。它应该可以加入到任何带有权限管理功能的系统中。就像是组件一样的可以被不断的重用,而不是每开发一套管理系统,就要针对权限管理部分进行重新开发。满足业务系统中的功能权限。传统业务系统中,存在着两种权限管理,其一是功能权限的管理,而另外一种则是资源权限的管理,在不同系统之间,功能权限是可以重用的,而资源权限则不能。本文主要介绍一个简单的基于 B/S 模式的权限管理系统的实现。系统采纳 JSP 技术,数据库采纳 MySQL.关键词:B/S 架构;Eclipse;JSP;MySQLStockingSelling Storing Management SystemOn B/S ModelAbstract : Any multi—user system inevitably involves access problems , system, user itself more users the more complex social attribute or division, access and more complex problems 。 Undoubtedly , whether carried complex office political relations do work system , contains the longitudinal administrative relationship between e-government business system or used for data services of integrated application integration system, are inevitable to solve this problem。Different responsibility for system operation of personnel, the authority should be different. Excellent business system , this is the most basic functions 。 For ”group” can access distribution. For a big enterprise's business system is if the request administrator for the distribution sy...