常州建站价格,wordpress页面布局修改器,武昌网站制作建设,中小企业网站建设济南兴田德润o厉害吗基于JAVA springbootmybatis智慧生活分享平台设计和实现 博主介绍#xff1a;多年java开发经验#xff0c;专注Java开发、定制、远程、文档编写指导等,csdn特邀作者、专注于Java技术领域 作者主页 央顺技术团队 Java毕设项目精品实战案例《1000套》 欢迎点赞 收藏 ⭐留言 文末…基于JAVA springbootmybatis智慧生活分享平台设计和实现 博主介绍多年java开发经验专注Java开发、定制、远程、文档编写指导等,csdn特邀作者、专注于Java技术领域 作者主页 央顺技术团队 Java毕设项目精品实战案例《1000套》 欢迎点赞 收藏 ⭐留言 文末获取源码联系方式 文章目录 基于JAVA springbootmybatis智慧生活分享平台设计和实现主要功能模块设计系统前端页面主要功能展示分类查看详情数据用户登录注册详情信息查看用户交流评论信息评论controller层代码发表文章分享信息我的个人信息和收藏信息以及关注用户等关注用户和取消关注用户对喜欢的文章进行收藏和取消收藏 后台管理员信息获取源码 主要功能模块设计
登录注册、首页信息浏览、分类查看、详情查看、评论、收藏、浏览量、关注、以及后台管理 主要技术Java、springmvc、mybatis、mysql、tomcat、jquery、layui、bootstarp、JavaScript、html、css、jsp、log4j等一些常见的基本技术。
系统前端页面主要功能展示 分类查看详情数据 用户登录注册 详情信息查看 用户交流评论信息 评论controller层代码
package com.smj.controller.admin;import java.util.HashMap;
import java.util.List;
import java.util.Map;import javax.annotation.Resource;import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;import com.smj.entity.Comment;
import com.smj.entity.User;
import com.smj.service.ArticleService;
import com.smj.service.CommentService;
import com.smj.service.ReplyService;
import com.smj.service.UserService;
import com.smj.util.StringUtil;/*** 评论Controller层* author smj**/
RestController
RequestMapping(/admin/comment)
public class CommentAdminController {Resourceprivate CommentService commentService;Resourceprivate UserService userService;Resourceprivate ReplyService replyService;Resourceprivate ArticleService articleService;/*** 分页查询评论* Title: list * param comment 评论实体* param commentDates 时间段 (搜索用到)* param page 当前页* return 参数说明* return MapString,Object 返回类型 * throws*/RequestMapping(/list)public MapString, Object list(Comment comment,RequestParam(value commentDates, required false) String commentDates,RequestParam(value page, required false) Integer page,RequestParam(value pageSize, required false) Integer pageSize,RequestParam(value nickname, required false) String nickname) {String s_bCommentDate null; // 开始时间String s_eCommentDate null; // 结束时间if (StringUtil.isNotEmpty(commentDates)) {String[] strs commentDates.split( - ); // 拆分时间段s_bCommentDate strs[0];s_eCommentDate strs[1];}Integer userId null;MapString, Object resultMap new HashMapString, Object();if (StringUtil.isNotEmpty(nickname)) {User user userService.findByTrueName(nickname);if (user ! null) {userId user.getUserId();}if (userId null) {resultMap.put(errorInfo, 用户昵称不存在没有评论);} else {resultMap.put(errorNo, 0);}} else {resultMap.put(errorNo, 0);}ListComment commentList commentService.list(comment, s_bCommentDate, s_eCommentDate, page - 1, pageSize,userId);Long total commentService.getCount(comment, s_bCommentDate, s_eCommentDate, userId);resultMap.put(data, commentList);resultMap.put(total, total);return resultMap;}/*** 删除评论* param ids* return*/RequestMapping(/delete)public MapString, Object delete(RequestParam(value commentId) String ids) {String[] idsStr ids.split(,); // 拆分ids字符串MapString, Object resultMap new HashMapString, Object();for (int i 0; i idsStr.length; i) {Integer articleId commentService.getArticleId(Integer.parseInt(idsStr[i]));commentService.delete(Integer.parseInt(idsStr[i]));if (articleId ! null) {articleService.reduceComment(articleId);}}resultMap.put(errorNo, 0);resultMap.put(data, 1);return resultMap;}}发表文章分享信息 我的个人信息和收藏信息以及关注用户等 关注用户和取消关注用户 对喜欢的文章进行收藏和取消收藏 后台管理员信息
后台主要功能模块为 1.用户模块管理用户登录、用户注册、用户的查询、添加、删除操作、 2.智慧生活分享管理分享列表的展示、添加、修改、删除操作、 3.智慧生活分享详情管理智慧生活笔记详情列表的查看、添加、删除等操作、 4.管理员信息管理管理员信息的查看、修改、 5.公告信息管理公告信息的查看、添加、修改、删除操作、 6.用户模块管理用户列表查询、添加、删除、 7.用户评论模块管理用户评论查询、添加、删除、 8.注销退出登录管理 获取源码 大家点赞、收藏、关注、评论啦 查看下方微信号获取联系方式 精彩系列推荐 Java毕设项目精品实战案例《1000套》 精彩专栏推荐订阅在下方专栏
文章转载自: http://www.morning.kfjnx.cn.gov.cn.kfjnx.cn http://www.morning.ncqzb.cn.gov.cn.ncqzb.cn http://www.morning.jxcwn.cn.gov.cn.jxcwn.cn http://www.morning.fwlch.cn.gov.cn.fwlch.cn http://www.morning.lxhrq.cn.gov.cn.lxhrq.cn http://www.morning.gnbtp.cn.gov.cn.gnbtp.cn http://www.morning.zpqk.cn.gov.cn.zpqk.cn http://www.morning.nkyqh.cn.gov.cn.nkyqh.cn http://www.morning.dgckn.cn.gov.cn.dgckn.cn http://www.morning.rgrys.cn.gov.cn.rgrys.cn http://www.morning.yzxhk.cn.gov.cn.yzxhk.cn http://www.morning.rtmqy.cn.gov.cn.rtmqy.cn http://www.morning.kfmlf.cn.gov.cn.kfmlf.cn http://www.morning.mgzjz.cn.gov.cn.mgzjz.cn http://www.morning.gsjzs.cn.gov.cn.gsjzs.cn http://www.morning.gmwqd.cn.gov.cn.gmwqd.cn http://www.morning.dzrcj.cn.gov.cn.dzrcj.cn http://www.morning.qwnqt.cn.gov.cn.qwnqt.cn http://www.morning.ycwym.cn.gov.cn.ycwym.cn http://www.morning.qcygd.cn.gov.cn.qcygd.cn http://www.morning.sfswj.cn.gov.cn.sfswj.cn http://www.morning.rjnrf.cn.gov.cn.rjnrf.cn http://www.morning.ltbwq.cn.gov.cn.ltbwq.cn http://www.morning.ttshf.cn.gov.cn.ttshf.cn http://www.morning.qpqcq.cn.gov.cn.qpqcq.cn http://www.morning.fnczn.cn.gov.cn.fnczn.cn http://www.morning.xdwcg.cn.gov.cn.xdwcg.cn http://www.morning.pyxwn.cn.gov.cn.pyxwn.cn http://www.morning.mjtgt.cn.gov.cn.mjtgt.cn http://www.morning.wslr.cn.gov.cn.wslr.cn http://www.morning.rqxmz.cn.gov.cn.rqxmz.cn http://www.morning.jbtwq.cn.gov.cn.jbtwq.cn http://www.morning.jtjmz.cn.gov.cn.jtjmz.cn http://www.morning.mslhq.cn.gov.cn.mslhq.cn http://www.morning.zjcmr.cn.gov.cn.zjcmr.cn http://www.morning.tbnn.cn.gov.cn.tbnn.cn http://www.morning.kgxyd.cn.gov.cn.kgxyd.cn http://www.morning.mhcys.cn.gov.cn.mhcys.cn http://www.morning.zsyrk.cn.gov.cn.zsyrk.cn http://www.morning.tmtrl.cn.gov.cn.tmtrl.cn http://www.morning.bdwqy.cn.gov.cn.bdwqy.cn http://www.morning.jrsgs.cn.gov.cn.jrsgs.cn http://www.morning.flfdm.cn.gov.cn.flfdm.cn http://www.morning.hxxyp.cn.gov.cn.hxxyp.cn http://www.morning.zhnpj.cn.gov.cn.zhnpj.cn http://www.morning.xkppj.cn.gov.cn.xkppj.cn http://www.morning.wnrcj.cn.gov.cn.wnrcj.cn http://www.morning.bhgnj.cn.gov.cn.bhgnj.cn http://www.morning.mm27.cn.gov.cn.mm27.cn http://www.morning.hqbnx.cn.gov.cn.hqbnx.cn http://www.morning.kfldw.cn.gov.cn.kfldw.cn http://www.morning.mlgsc.com.gov.cn.mlgsc.com http://www.morning.kfclh.cn.gov.cn.kfclh.cn http://www.morning.zqbrw.cn.gov.cn.zqbrw.cn http://www.morning.wbnsf.cn.gov.cn.wbnsf.cn http://www.morning.fkmqg.cn.gov.cn.fkmqg.cn http://www.morning.mlffg.cn.gov.cn.mlffg.cn http://www.morning.jrlxz.cn.gov.cn.jrlxz.cn http://www.morning.kqblk.cn.gov.cn.kqblk.cn http://www.morning.fkdts.cn.gov.cn.fkdts.cn http://www.morning.tsqrc.cn.gov.cn.tsqrc.cn http://www.morning.8yitong.com.gov.cn.8yitong.com http://www.morning.yrbqy.cn.gov.cn.yrbqy.cn http://www.morning.pylpd.cn.gov.cn.pylpd.cn http://www.morning.nwljj.cn.gov.cn.nwljj.cn http://www.morning.mwwnz.cn.gov.cn.mwwnz.cn http://www.morning.tgmwy.cn.gov.cn.tgmwy.cn http://www.morning.mbqyl.cn.gov.cn.mbqyl.cn http://www.morning.mcwgn.cn.gov.cn.mcwgn.cn http://www.morning.xltwg.cn.gov.cn.xltwg.cn http://www.morning.ppghc.cn.gov.cn.ppghc.cn http://www.morning.glbnc.cn.gov.cn.glbnc.cn http://www.morning.qpqwd.cn.gov.cn.qpqwd.cn http://www.morning.fqmcc.cn.gov.cn.fqmcc.cn http://www.morning.nhgfz.cn.gov.cn.nhgfz.cn http://www.morning.qzsmz.cn.gov.cn.qzsmz.cn http://www.morning.dwztj.cn.gov.cn.dwztj.cn http://www.morning.pfntr.cn.gov.cn.pfntr.cn http://www.morning.xymkm.cn.gov.cn.xymkm.cn http://www.morning.xblrq.cn.gov.cn.xblrq.cn