搜索资源列表
SMBMS
- 初学者的一个简单的web项目,没有使用框架,后期可以作为模板,改用ssm框架实现(A simple web project for beginners.The framework is not used, and later can be used as templates and implemented using the SSM framework)
超市管理系统MVC半成品版
- 使用java SSM框架实现超市系统的用户管理的功能,包括源代码 jar包,MVC框架(Use Java SSM framework to realize user management function of supermarket system, including source code jar package, MVC framework.)
SMBMS_C12_04
- ssm订单管理系统 使用spring+springMVC+mybatis+sqlserver整合的订单管理系统模板,未实现页面全部功能,仅有简单的数据访问和页面跳转功能,适用于初学作为参考(SSM order management system The template of order management system integrated with spring+spring MVC+mybatis+sqlserver does not realize all the functions
SSMBS
- 该系统是基于SSM框架的超时订单管理系统,实现了对超市订单的在线管理功能,能够实现对于用户,供应商和商品的增删改查等功能。(The system is based on the SSM framework of the time-out order management system, which realizes the online management function of supermarket orders, and can realize the functions of addi
SMSMS
- 使用java语言开发超市订单管理系统,基于Spring,SpringMVC,Mybatis,(ssm),可以很好实现超时订单的管理。(Using Java language to develop supermarket order management system, based on Spring, Spring MVC, Mybatis, (ssm), can well achieve the management of overtime orders.)
smbms
- 实现了超市管理系统,基于SSM的框架,里面也包含了初始化的SQL文件(Realize supermarket management system)
SSM超市管理系统
- 主要功能:商品管理,员工管理,供应商管理和管理员管理等 采用技术:DAO、POJO、MVC模式DAO. Servlet, JSP 本系统实现了商品管理、员工管理、供应商管理和管理员管理,管理员可以对上架商品、库存商品、新增商品、员工信息、员工、供应商、供应商分类进行的添加、删除、修改、查询操作。 超级管理员对一般管理员有修改、删除、添加权限,一般管理员对管理员模块只有查看和对自己信息进行修改的权限,如果没有登录对各种操作都是不能的。 表示层使用EL表达式获取数据,更有效的优化JSP页面
ssm超市订单管理系统
- 基于ssm的超市订单管理系统,基本实现功能,有利于新手学习