基于JSP java家政服务管理系统

        
                    
                    介绍:
 首页:http://localhost:8080/jianshen/app/index
 后端:http://localhost:8080/jianshen/admin/index
 
;1;用户登录管理实现:后台管理员、员工和客户三种不同身份登陆验证,各自拥有不同的权限: ;2;用户信息管理实现:实现对员工和客户信息的浏览,编辑和删除,以及添加员工信息: ;3;企业文化管理实现:企业文化信息、公司新闻信息管理的浏览、增加、删除、更新等: ;4;家政服务管理实现:通过员工的求职类型等方面筛选,选择最佳的客户进行匹配: ;5;留言板管理:留言内容的浏览、回复留言、删除留言。 ;6;信息审核:管理员在家政服务审核界面能了解所有家政服务详情,还可以审核、编辑和删除家政信息等操作,所有未被审核的信息都显示未审核状态。只有经管理员审核通过的信息,才可在界面显示只有经管理员审核通过的信息,才可在界面显示。 附带数据库,JAVA:MYSQL,并附带论文介绍 功能。
 
截图:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
数据库表:
 CREATE TABLE </code> (
 <code>id</code> int(11) NOT NULL AUTO_INCREMENT COMMENT ‘主键编号’,
 <code>title</code> varchar(255) DEFAULT NULL COMMENT ‘类别名称’,
 <code>thumb</code> varchar(255) DEFAULT NULL COMMENT ‘封面’,
 <code>description</code> text COMMENT ‘描述’,
 <code>created</code> varchar(255) DEFAULT NULL COMMENT ‘创建时间’,
 <code>updated</code> int(11) DEFAULT NULL COMMENT ‘更新时间’,
 <code>type</code> int(11) DEFAULT NULL,
 <code>status</code> tinyint(4) DEFAULT ‘1’ COMMENT ‘状态’,
 PRIMARY KEY (<code>id</code>)
 ) ENGINE&#61;InnoDB AUTO_INCREMENT&#61;13 DEFAULT CHARSET&#61;utf8;
 
<hr /> 
– Records of category
 
<hr /> 
INSERT INTO <code>category</code> VALUES (‘1’, ‘月嫂’, null, &#39;-- &#39;, ‘2017-12-02 19:49:52’, null, ‘2’, ‘1’);
 INSERT INTO <code>category</code> VALUES (‘2’, ‘保姆’, null, &#39;-- &#39;, ‘2017-12-02 19:50:37’, null, ‘2’, ‘1’);
 INSERT INTO <code>category</code> VALUES (‘3’, ‘钟点工’, null, &#39;-- &#39;, ‘2017-12-02 19:50:48’, null, ‘2’, ‘1’);
 INSERT INTO <code>category</code> VALUES (‘4’, ‘育婴师/育婴嫂’, null, &#39;-- &#39;, ‘2017-12-02 19:51:10’, null, ‘2’, ‘1’);
 INSERT INTO <code>category</code> VALUES (‘5’, ‘催乳师’, null, &#39;-- &#39;, ‘2017-12-02 19:51:25’, null, ‘2’, ‘1’);
 INSERT INTO <code>category</code> VALUES (‘6’, ‘陪护’, null, &#39;-- &#39;, ‘2017-12-02 19:51:36’, null, ‘2’, ‘1’);
 INSERT INTO <code>category</code> VALUES (‘7’, ‘涉外家政’, null, &#39;-- &#39;, ‘2017-12-02 19:51:47’, null, ‘2’, ‘1’);
 INSERT INTO <code>category</code> VALUES (‘8’, ‘催乳师’, null, &#39;-- &#39;, ‘2017-12-02 19:52:15’, null, ‘2’, ‘1’);
 INSERT INTO <code>category</code> VALUES (‘9’, ‘管家’, null, &#39;-- &#39;, ‘2017-12-02 19:52:31’, null, ‘2’, ‘1’);
 INSERT INTO <code>category</code> VALUES (‘10’, ‘月子中心’, null, &#39;-- &#39;, ‘2017-12-02 19:52:43’, null, ‘2’, ‘1’);
 INSERT INTO <code>category</code> VALUES (‘11’, ‘行业新闻’, null, &#39;-- &#39;, ‘2017-12-02 19:53:15’, null, ‘1’, ‘1’);
 INSERT INTO <code>category</code> VALUES (‘12’, ‘站点公告’, null, &#39;-- &#39;, ‘2017-12-02 19:53:31’, null, ‘1’, ‘1’);
 
<hr /> 
– Table structure for <code>comment</code>
 
<hr /> 
DROP TABLE IF EXISTS <code>comment</code>;
 CREATE TABLE <code>comment</code> (
 <code>id</code> int(11) NOT NULL AUTO_INCREMENT COMMENT ‘主键ID’,
 <code>userid</code> int(11) NOT NULL COMMENT ‘用户’,
 <code>mid</code> int(11) DEFAULT NULL COMMENT ‘评论主题’,
 <code>description</code> text COMMENT ‘评论内容’,
 <code>type</code> int(11) DEFAULT ‘1’ COMMENT ‘类型’,
 <code>created</code> varchar(255) NOT NULL COMMENT ‘创建时间’,
 <code>updated</code> int(11) DEFAULT NULL COMMENT ‘更新时间’,
 <code>status</code> tinyint(4) DEFAULT NULL COMMENT ‘状态’,
 <code>title</code> varchar(255) DEFAULT NULL,
 <code>content</code> varchar(255) DEFAULT NULL,
 <code>username</code> varchar(255) DEFAULT NULL,
 PRIMARY KEY (<code>id</code>)
 ) ENGINE&#61;MyISAM DEFAULT CHARSET&#61;utf8;

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值