源码简介: |
设计一个企业电子销售管理系统,该系统的用户分别是: 会员和系统管理员。不同的用户拥有不同的权限,各自完成各自的管理功能,不同的用户看到不同的系统功能。用MySql创建后台数据库,然后利用JavaBeans编写程序实现对数据库的操作,用Struts控制业务逻辑层的跳转,为了调整系统的负载平衡用Ajax实现胖客户端来完成与数据库的异步交互,主要功能模块包括: 会员的主要功能模块包括: (1)会员管理(会员注册,会员登陆,会员资料修改) (2)商品展台(新品上架,特价商品) (3)商品查询(按某类别商品查询,按类别查看商品) (4)购物车(订购商品,查看购物车,清空购物车) (5)会员订购(填写订单信息,生成订单) (6)查看历史订单: 系统管理员的主要功能模块包括: (1)商品设置(商品添加,商品删除,商品查询) (2)商品类别设置(商品类别查询,商品类别删除,商品类别添加) (3)管理员设置(管理员添加,管理员删除,管理员的查询,密码修改) (4)会员设置(会员信息查询,会员删除)(5)订单设置(订单查询,订单执行,订单删除)-The design of a electronic business sales management system, the user of the system are: member and administrator. Different users with different privileges, to complete their respective management function, different users see different system function. Use MySql to create the database, then the use of JavaBeans programming on the database operation, use Struts to control the business logic layer jump, in order to adjust the load balance of the system using Ajax fat client come complete with database and asynchronous interaction, the main function modules include:Members of the main function modules include:(1) membership management ( member registration, login, membership information modification)(2) goods booth ( new product, specials)(3) the commodity inquiry ( according to certain categories of goods query, view by category of commodities )(4) the shopping cart ( order merchandise, shopping cart, shopping cart )(5) member order ( order information, to gener
|