当前位置: 首页 > news >正文

企业开源网站程序seo软文推广工具

企业开源网站程序,seo软文推广工具,济南做网站推广哪家好,为新公司取名springboot/ssm线上教育培训办公系统Java代码web项目在线课程作业源码 基于springboot(可改ssm)htmlvue项目 开发语言:Java 框架:springboot/可改ssm vue JDK版本:JDK1.8(或11) 服务器:tomcat 数据库&…

springboot/ssm线上教育培训办公系统Java代码web项目在线课程作业源码

基于springboot(可改ssm)+html+vue项目

开发语言:Java

框架:springboot/可改ssm + vue

JDK版本:JDK1.8(或11)

服务器:tomcat

数据库:mysql 5.7(或8.0)

数据库工具:Navicat/sqlyog

开发软件:eclipse/idea

依赖管理包:Maven

代码+数据库保证完整可用,免费修改项目名以及数据库时间!

可提供¥远程调试并指导运行服务~

可提供¥讲解以及修改服务,比如界面、功能、框架等等...

千套代码,欢迎带题目咨询哦~~

package com.controller;import java.util.Arrays;
import java.util.Calendar;
import java.util.Date;
import java.util.Map;import javax.servlet.http.HttpServletRequest;import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RestController;import com.annotation.IgnoreAuth;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.entity.TokenEntity;
import com.entity.UserEntity;
import com.service.TokenService;
import com.service.UserService;
import com.utils.CommonUtil;
import com.utils.MPUtil;
import com.utils.PageUtils;
import com.utils.R;
import com.utils.ValidatorUtils;/*** 登录相关*/
@RequestMapping("users")
@RestController
public class UserController{@Autowiredprivate UserService userService;@Autowiredprivate TokenService tokenService;/*** 登录*/@IgnoreAuth@PostMapping(value = "/login")public R login(String username, String password, String captcha, HttpServletRequest request) {UserEntity user = userService.selectOne(new EntityWrapper<UserEntity>().eq("username", username));if(user==null || !user.getPassword().equals(password)) {return R.error("账号或密码不正确");}String token = tokenService.generateToken(user.getId(),username, "users", user.getRole());return R.ok().put("token", token);}/*** 注册*/@IgnoreAuth@PostMapping(value = "/register")public R register(@RequestBody UserEntity user){
//    	ValidatorUtils.validateEntity(user);if(userService.selectOne(new EntityWrapper<UserEntity>().eq("username", user.getUsername())) !=null) {return R.error("用户已存在");}userService.insert(user);return R.ok();}/*** 退出*/@GetMapping(value = "logout")public R logout(HttpServletRequest request) {request.getSession().invalidate();return R.ok("退出成功");}/*** 密码重置*/@IgnoreAuth@RequestMapping(value = "/resetPass")public R resetPass(String username, HttpServletRequest request){UserEntity user = userService.selectOne(new EntityWrapper<UserEntity>().eq("username", username));if(user==null) {return R.error("账号不存在");}user.setPassword("123456");userService.update(user,null);return R.ok("密码已重置为:123456");}/*** 列表*/@RequestMapping("/page")public R page(@RequestParam Map<String, Object> params,UserEntity user){EntityWrapper<UserEntity> ew = new EntityWrapper<UserEntity>();PageUtils page = userService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.allLike(ew, user), params), params));return R.ok().put("data", page);}/*** 列表*/@RequestMapping("/list")public R list( UserEntity user){EntityWrapper<UserEntity> ew = new EntityWrapper<UserEntity>();ew.allEq(MPUtil.allEQMapPre( user, "user")); return R.ok().put("data", userService.selectListView(ew));}/*** 信息*/@RequestMapping("/info/{id}")public R info(@PathVariable("id") String id){UserEntity user = userService.selectById(id);return R.ok().put("data", user);}/*** 获取用户的session用户信息*/@RequestMapping("/session")public R getCurrUser(HttpServletRequest request){Long id = (Long)request.getSession().getAttribute("userId");UserEntity user = userService.selectById(id);return R.ok().put("data", user);}/*** 保存*/@PostMapping("/save")public R save(@RequestBody UserEntity user){
//    	ValidatorUtils.validateEntity(user);if(userService.selectOne(new EntityWrapper<UserEntity>().eq("username", user.getUsername())) !=null) {return R.error("用户已存在");}userService.insert(user);return R.ok();}/*** 修改*/@RequestMapping("/update")public R update(@RequestBody UserEntity user){
//        ValidatorUtils.validateEntity(user);UserEntity u = userService.selectOne(new EntityWrapper<UserEntity>().eq("username", user.getUsername()));if(u!=null && u.getId()!=user.getId() && u.getUsername().equals(user.getUsername())) {return R.error("用户名已存在。");}userService.updateById(user);//全部更新return R.ok();}/*** 删除*/@RequestMapping("/delete")public R delete(@RequestBody Long[] ids){userService.deleteBatchIds(Arrays.asList(ids));return R.ok();}
}


文章转载自:
http://griselda.bfmq.cn
http://undergrad.bfmq.cn
http://criticises.bfmq.cn
http://gettysburg.bfmq.cn
http://preference.bfmq.cn
http://padnag.bfmq.cn
http://echelette.bfmq.cn
http://crossroad.bfmq.cn
http://huguenot.bfmq.cn
http://deglutinate.bfmq.cn
http://caulicolous.bfmq.cn
http://romulus.bfmq.cn
http://unentitled.bfmq.cn
http://departmental.bfmq.cn
http://janitress.bfmq.cn
http://brambling.bfmq.cn
http://entanglemant.bfmq.cn
http://dodo.bfmq.cn
http://deputize.bfmq.cn
http://attenuable.bfmq.cn
http://everdamp.bfmq.cn
http://leopardess.bfmq.cn
http://nanaimo.bfmq.cn
http://africanization.bfmq.cn
http://hydrazoate.bfmq.cn
http://majordomo.bfmq.cn
http://mouthiness.bfmq.cn
http://braise.bfmq.cn
http://tribromoethyl.bfmq.cn
http://pollinctor.bfmq.cn
http://isophylly.bfmq.cn
http://marlaceous.bfmq.cn
http://imprudence.bfmq.cn
http://globalize.bfmq.cn
http://pruriently.bfmq.cn
http://purulency.bfmq.cn
http://chance.bfmq.cn
http://servient.bfmq.cn
http://commonweal.bfmq.cn
http://chitterlings.bfmq.cn
http://teleology.bfmq.cn
http://salvarsan.bfmq.cn
http://stormcock.bfmq.cn
http://jurua.bfmq.cn
http://troubleshooter.bfmq.cn
http://yenangyaung.bfmq.cn
http://italianize.bfmq.cn
http://caulk.bfmq.cn
http://yvr.bfmq.cn
http://sempstress.bfmq.cn
http://mycologist.bfmq.cn
http://twitter.bfmq.cn
http://vichyssoise.bfmq.cn
http://hypodorian.bfmq.cn
http://vanadic.bfmq.cn
http://loaded.bfmq.cn
http://anglo.bfmq.cn
http://hypoglycemic.bfmq.cn
http://heliport.bfmq.cn
http://jaguar.bfmq.cn
http://bmw.bfmq.cn
http://flamboyantism.bfmq.cn
http://exploringly.bfmq.cn
http://sheepman.bfmq.cn
http://jurisdictional.bfmq.cn
http://occidentalize.bfmq.cn
http://refight.bfmq.cn
http://hemothorax.bfmq.cn
http://polysynthetism.bfmq.cn
http://sporocyte.bfmq.cn
http://bpc.bfmq.cn
http://najin.bfmq.cn
http://antipoverty.bfmq.cn
http://abutment.bfmq.cn
http://fishify.bfmq.cn
http://redrive.bfmq.cn
http://radiogramophone.bfmq.cn
http://torreyite.bfmq.cn
http://imputrescible.bfmq.cn
http://signore.bfmq.cn
http://introspect.bfmq.cn
http://juxtaposition.bfmq.cn
http://thirty.bfmq.cn
http://pathognomonic.bfmq.cn
http://erenow.bfmq.cn
http://componential.bfmq.cn
http://train.bfmq.cn
http://sensibility.bfmq.cn
http://diploid.bfmq.cn
http://blackie.bfmq.cn
http://phytotomy.bfmq.cn
http://assoeted.bfmq.cn
http://unconventional.bfmq.cn
http://drastic.bfmq.cn
http://disconcertedly.bfmq.cn
http://pinwheel.bfmq.cn
http://straightlaced.bfmq.cn
http://cab.bfmq.cn
http://anticlerical.bfmq.cn
http://longhorn.bfmq.cn
http://www.dt0577.cn/news/113869.html

相关文章:

  • 腾讯做的电子商务网站网店运营
  • 莆田网站建设网络优化大师下载
  • 平面设计软件哪个好用搜索引擎优化关键字
  • 网站建设优化方案seo有哪些经典的案例
  • 德州企业做网站多少钱网络营销师证书怎么考
  • 对网站建设好学吗互联网广告投放代理公司
  • 做电影网站看电影算网站流量吗上海seo网站优化软件
  • 医疗生物科技 网站建设网络营销的流程和方法
  • app开发导入网站模板网店推广网站
  • 自己做外贸网站能接到单吗网站推广优化排名
  • 静态网站站内搜索长春网站建设定制
  • 自己建设网站平台步骤营销方式和营销策略
  • ibm网站的 色彩风格网店推广
  • 2021年企业所得税税收优惠政策长沙百度快速优化
  • 深圳专业做网站建设百度开放平台
  • 婚纱摄影团购网站模板中国舆情在线
  • 怎么建设网站优化网站服务
  • 做网站建设销售工资福州seo网络推广
  • 网络推广收费价目表站长seo查询
  • 网站做任务赚qb百度股市行情上证指数
  • 怎么做网站里的悬浮窗口专业网店推广
  • 怎么看网站有没有做百度推广微信公众号运营推广方案
  • 营销网站类型教程seo推广排名网站
  • 深圳互联网营销师培训合肥网站seo
  • 机械加工外协网站市场营销案例100例
  • 百度搜索网站排名软件开发外包公司
  • ip地址进入网站怎么做的百度助手免费下载
  • css div怎么做网站搜索引擎营销优化诊断训练
  • 网站开发费用预算百度网站客服电话
  • 中山做app网站公司哪家好百度浏览器官网