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

重庆seo整站优化系统自己怎么创建微信小程序

重庆seo整站优化系统,自己怎么创建微信小程序,网页广告太多怎么办,重庆微信网站建设ssmvue小型企业办公自动化系统源码和论文PPT013 开发工具#xff1a;idea 数据库mysql5.7(mysql5.7最佳) 数据库链接工具#xff1a;navcat,小海豚等 开发技术#xff1a;java ssm tomcat8.5 摘 要 互联网发展至今#xff0c;无论是其理论还是技术都已经成熟#xf…ssmvue小型企业办公自动化系统源码和论文PPT013 开发工具idea  数据库mysql5.7(mysql5.7最佳) 数据库链接工具navcat,小海豚等 开发技术java  ssm tomcat8.5 摘  要 互联网发展至今无论是其理论还是技术都已经成熟而且它广泛参与在社会中的方方面面。它让信息都可以通过网络传播搭配信息管理工具可以很好地为人们提供服务。针对小型企业办公信息管理混乱出错率高信息安全性差劳动强度大费时费力等问题采用小型企业办公自动化系统可以有效管理使信息管理能够更加科学和规范。 小型企业办公自动化系统在Eclipse环境中使用Java语言进行编码使用Mysql创建数据表保存本系统产生的数据。系统可以提供信息显示和相应服务其管理员管理部门经理管理总经理管理员工和员工留言以及员工工资管理内部邮件管理审批流程管理离职申请。部门经理给员工发放工资审核并回复员工留言管理员工工资审核员工的离职申请信息查询和下载内部邮件以及审批流程。总经理查询下载内部邮件和审批流程审核员工离职申请查询员工工资查询员工和部门经理。员工发布留言发布内部邮件发布离职申请查询通知公告和审批流程查看员工本人工资。 总之小型企业办公自动化系统集中管理信息有着保密性强效率高存储空间大成本低等诸多优点。它可以降低信息管理成本实现信息管理计算机化。 关键词小型企业办公自动化系统Java语言Mysql package com.controller;import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Calendar; import java.util.Map; import java.util.HashMap; import java.util.Iterator; import java.util.Date; import java.util.List; import javax.servlet.http.HttpServletRequest;import com.utils.ValidatorUtils; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; 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.RestController; import com.baomidou.mybatisplus.mapper.EntityWrapper; import com.baomidou.mybatisplus.mapper.Wrapper; import com.annotation.IgnoreAuth;import com.entity.ChengshitongjiEntity; import com.entity.view.ChengshitongjiView;import com.service.ChengshitongjiService; import com.service.TokenService; import com.utils.PageUtils; import com.utils.R; import com.utils.MPUtil; import com.utils.CommonUtil;/*** 城市统计* 后端接口* author * email * date 2024-01-14 16:14:50*/ RestController RequestMapping(/chengshitongji) public class ChengshitongjiController {Autowiredprivate ChengshitongjiService chengshitongjiService;/*** 后端列表*/RequestMapping(/page)public R page(RequestParam MapString, Object params,ChengshitongjiEntity chengshitongji, HttpServletRequest request){String tableName request.getSession().getAttribute(tableName).toString();if(tableName.equals(xuesheng)) {chengshitongji.setXuehao((String)request.getSession().getAttribute(username));}EntityWrapperChengshitongjiEntity ew new EntityWrapperChengshitongjiEntity();PageUtils page chengshitongjiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, chengshitongji), params), params));return R.ok().put(data, page);}/*** 前端列表*/RequestMapping(/list)public R list(RequestParam MapString, Object params,ChengshitongjiEntity chengshitongji, HttpServletRequest request){EntityWrapperChengshitongjiEntity ew new EntityWrapperChengshitongjiEntity();PageUtils page chengshitongjiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, chengshitongji), params), params));return R.ok().put(data, page);}/*** 列表*/RequestMapping(/lists)public R list( ChengshitongjiEntity chengshitongji){EntityWrapperChengshitongjiEntity ew new EntityWrapperChengshitongjiEntity();ew.allEq(MPUtil.allEQMapPre( chengshitongji, chengshitongji)); return R.ok().put(data, chengshitongjiService.selectListView(ew));}/*** 查询*/RequestMapping(/query)public R query(ChengshitongjiEntity chengshitongji){EntityWrapper ChengshitongjiEntity ew new EntityWrapper ChengshitongjiEntity();ew.allEq(MPUtil.allEQMapPre( chengshitongji, chengshitongji)); ChengshitongjiView chengshitongjiView chengshitongjiService.selectView(ew);return R.ok(查询城市统计成功).put(data, chengshitongjiView);}/*** 后端详情*/RequestMapping(/info/{id})public R info(PathVariable(id) Long id){ChengshitongjiEntity chengshitongji chengshitongjiService.selectById(id);return R.ok().put(data, chengshitongji);}/*** 前端详情*/RequestMapping(/detail/{id})public R detail(PathVariable(id) Long id){ChengshitongjiEntity chengshitongji chengshitongjiService.selectById(id);return R.ok().put(data, chengshitongji);}/*** 后端保存*/RequestMapping(/save)public R save(RequestBody ChengshitongjiEntity chengshitongji, HttpServletRequest request){chengshitongji.setId(new Date().getTime()new Double(Math.floor(Math.random()*1000)).longValue());//ValidatorUtils.validateEntity(chengshitongji);chengshitongjiService.insert(chengshitongji);return R.ok();}/*** 前端保存*/RequestMapping(/add)public R add(RequestBody ChengshitongjiEntity chengshitongji, HttpServletRequest request){chengshitongji.setId(new Date().getTime()new Double(Math.floor(Math.random()*1000)).longValue());//ValidatorUtils.validateEntity(chengshitongji);chengshitongjiService.insert(chengshitongji);return R.ok();}/*** 修改*/RequestMapping(/update)public R update(RequestBody ChengshitongjiEntity chengshitongji, HttpServletRequest request){//ValidatorUtils.validateEntity(chengshitongji);chengshitongjiService.updateById(chengshitongji);//全部更新return R.ok();}/*** 删除*/RequestMapping(/delete)public R delete(RequestBody Long[] ids){chengshitongjiService.deleteBatchIds(Arrays.asList(ids));return R.ok();}/*** 提醒接口*/RequestMapping(/remind/{columnName}/{type})public R remindCount(PathVariable(columnName) String columnName, HttpServletRequest request, PathVariable(type) String type,RequestParam MapString, Object map) {map.put(column, columnName);map.put(type, type);if(type.equals(2)) {SimpleDateFormat sdf new SimpleDateFormat(yyyy-MM-dd);Calendar c Calendar.getInstance();Date remindStartDate null;Date remindEndDate null;if(map.get(remindstart)!null) {Integer remindStart Integer.parseInt(map.get(remindstart).toString());c.setTime(new Date()); c.add(Calendar.DAY_OF_MONTH,remindStart);remindStartDate c.getTime();map.put(remindstart, sdf.format(remindStartDate));}if(map.get(remindend)!null) {Integer remindEnd Integer.parseInt(map.get(remindend).toString());c.setTime(new Date());c.add(Calendar.DAY_OF_MONTH,remindEnd);remindEndDate c.getTime();map.put(remindend, sdf.format(remindEndDate));}}WrapperChengshitongjiEntity wrapper new EntityWrapperChengshitongjiEntity();if(map.get(remindstart)!null) {wrapper.ge(columnName, map.get(remindstart));}if(map.get(remindend)!null) {wrapper.le(columnName, map.get(remindend));}String tableName request.getSession().getAttribute(tableName).toString();if(tableName.equals(xuesheng)) {wrapper.eq(xuehao, (String)request.getSession().getAttribute(username));}int count chengshitongjiService.selectCount(wrapper);return R.ok().put(count, count);}}
http://www.w-s-a.com/news/687069/

相关文章:

  • 三维家是在网站上做还是在app上北京网站建设 专业10年
  • 模拟网站建设网站建设认准猪八戒网
  • godaddy网站建设教程微信手机网站搭建
  • 网站建设 商城淄博网站制作哪家好
  • 廊坊手机网站团队国际贸易进口代理公司
  • 运用django做网站网站建设问题及解决办法
  • 商丘企业网站服务c mvc 网站开发
  • 太仓建设工程网站广州seo排名外包
  • 成都的教育品牌网站建设做网站不给提供ftp
  • 建站行业市场人力管理系统
  • qq钓鱼网站在线生成器google关键词搜索工具
  • 化妆网站模板移动网站建设模板
  • 欢迎访问语文建设杂志网站网站蓝色配色
  • 最新网站发布重庆城乡建设部网站首页
  • 网站建设费用高鄂尔多斯seo
  • dw做网站怎么发布网站无后台可以上框架
  • 网络公司如何建网站网站的建设需要多少钱
  • 代刷网站推广快速泉州网页定制
  • 网站优秀网站地址做宣传册的公司
  • 苏州高端网站建设咨询wordpress云图插件
  • 河北省建设厅网站重新安装优秀中文网页设计
  • 如何在腾讯云做网站开源站群cms
  • 公司网站建设的意义网易做网站
  • 网络营销案例分析与实践搜外seo
  • 手机建网站挣钱吗wordpress面包屑
  • 淘客做网站怎么备案网站开发工具的是什么
  • 提供大良网站建设郑州网站建设网站开发
  • 邢台做wap网站价格wordpress评论滑动
  • 绝味鸭脖网站建设规划书江苏建设人才网 官网
  • 网站源码授权破解centos wordpress 整站