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

网站备案麻烦吗郑州seo外包

网站备案麻烦吗,郑州seo外包,如何修改wordpress手机模板,影视网站设计论文在开发中经常面临对于一些公共字段的赋值。 如在下表中#xff1a; 如何让程序自动为我们需要赋值的公共字段进行赋值#xff0c;避免在业务代码中重复写这些公共字段的赋值代码 如下图所示#xff1a; 实现思路#xff1a; 1.自定义注解AutoFill#xff0c;用于标识需…在开发中经常面临对于一些公共字段的赋值。 如在下表中 如何让程序自动为我们需要赋值的公共字段进行赋值避免在业务代码中重复写这些公共字段的赋值代码 如下图所示 实现思路 1.自定义注解AutoFill用于标识需要进行公共字段自动填充的方法 2.自定义切面类AutoFillAspect统一拦截加入了AutoFill 注解的方法通过反射为公共字段 3.在Mapper的方法上加入 AutoFill 注解 实现步骤 1.自定义注解 package com.yang.annotation;import com.yang.enumeration.OperationType;import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target;/*** 自定义注解,用于标识某个方法需要公共字段填充处理*/ Target(ElementType.METHOD) Retention(RetentionPolicy.RUNTIME) public interface AutoFill {//指定数据库操作类型: UPDATE INSERTOperationType value();}2.自定义切面类AutoFillAspect package com.yang.aspect;import com.yang.annotation.AutoFill; import com.yang.constant.AutoFillConstant; import com.yang.context.BaseContext; import com.yang.enumeration.OperationType; import lombok.extern.slf4j.Slf4j; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.Signature; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Before; import org.aspectj.lang.annotation.Pointcut; import org.aspectj.lang.reflect.MethodSignature; import org.springframework.stereotype.Component;import java.lang.reflect.Method; import java.time.LocalDateTime;/*** 自定义切面实现公共字段填充处理逻辑*/ Aspect Component Slf4j public class AutoFillAspect {//指定切入点Pointcut(execution(* com.yang.mapper.*.*(..)) annotation(com.yang.annotation.AutoFill))public void autoFillPointCut(){}/*** 设置前置通知为公共字段赋值*/Before(autoFillPointCut())public void autoFill(JoinPoint joinPoint){log.info(开始公共字段的填充...);//获取当前被拦截的方法的数据库类型//方法签名对象//因为需要访问特定于方法的信息比如方法名、返回类型、参数类型等所以需要向下转型为 MethodSignatureMethodSignature signature (MethodSignature)joinPoint.getSignature();AutoFill autoFill signature.getMethod().getAnnotation(AutoFill.class);OperationType type autoFill.value();//获取被拦截方法的参数--实体对象Object[] args joinPoint.getArgs();if (argsnull||args.length 0){return;}Object entity args[0];//准备赋值的数据LocalDateTime time LocalDateTime.now();Long id BaseContext.getCurrentId();//根据当前不同的操作类型为对应的属性赋值通过反射if (type.equals(OperationType.INSERT)){//为四个公共字段赋值try {//使用反射动态获取set方法并且指定方法所接收的参数类型Method setCreateTime entity.getClass().getDeclaredMethod(AutoFillConstant.SET_CREATE_TIME, LocalDateTime.class);Method setUpdateTime entity.getClass().getDeclaredMethod(AutoFillConstant.SET_UPDATE_TIME, LocalDateTime.class);Method setCreateUser entity.getClass().getDeclaredMethod(AutoFillConstant.SET_CREATE_USER, Long.class);Method setUpdateUser entity.getClass().getDeclaredMethod(AutoFillConstant.SET_UPDATE_USER, Long.class);//通过反射进行赋值setCreateTime.invoke(entity,time);setUpdateTime.invoke(entity,time);setCreateUser.invoke(entity,id);setUpdateUser.invoke(entity,id);} catch (Exception e) {throw new RuntimeException(e);}}else if (type.equals(OperationType.UPDATE)){//为两个公共字段赋值try {//使用反射动态获取set方法并且指定方法所接收的参数类型Method setUpdateTime entity.getClass().getDeclaredMethod(AutoFillConstant.SET_UPDATE_TIME, LocalDateTime.class);Method setUpdateUser entity.getClass().getDeclaredMethod(AutoFillConstant.SET_UPDATE_USER, Long.class);//通过反射进行赋值setUpdateTime.invoke(entity,time);setUpdateUser.invoke(entity,id);} catch (Exception e) {throw new RuntimeException(e);}}}}3.在Mapper的方法上加入 AutoFill 注解 比如 4.测试 修改前的Category表 修改方法 新增方法 表结果 参考Day03-03-公共字段自动填充_代码开发_2_哔哩哔哩_bilibili
http://www.zqtcl.cn/news/9085/

相关文章:

  • wap网站自动企业邮箱注册申请价格
  • 网站开发手机端免费建设网站和域名
  • 乐清 做网站 多少钱网站表单提交到qq邮箱
  • 杭州住房建设部官方网站深圳市建设工程价格信息网
  • 企业网站开发用什么软件为什么wordpress在ie打开很慢
  • 网站建设系统服务微信与网站对接
  • 江苏省住房城乡建设厅官方网站行业网站建设教程
  • 营销网站建设技术广东建设网证件查询
  • 聊天网站建设网站建设题目
  • 淘宝网站开发多少金额怎样在网站上做营业执照公示
  • 杭州网站建设 博采网络有限公司互联网网站建设月总结
  • 可以自己做安卓app的网站怎么做钓鱼网站生成
  • 新开传奇网站超变中网自助建站
  • 教育集团网站建设淘宝客必须建网站吗
  • 漳州企业网站建设vps看网站蜘蛛
  • 江门网站建设junke100一家专门做男人的网站
  • 湖北建设厅网站安全员名单wordpress去掉版权
  • 品牌网站开发动态模块自己怎么做网站的聚合页面
  • 淮北建网站费用响应式网站效果图做多大的
  • 网站建设 趋势廊坊兼职网站建设
  • wordpress快速建站教程视频教程厦门建设网官方网站
  • jsp简述网站开发流程图网站搜索功能怎样做
  • 网站代运营服务公司网站建设方案书填写示例
  • 摄影作品展示网站flash全站源码网站建设图片路径错了 怎么改
  • 重庆忠县网站建设搜索网站排名软件
  • 赣县企业网站建设网站开发如何入门
  • 万维网站建设为什么网站经常被攻击
  • 网站建设中html中关于图片显示的标签有哪些网站已有备案了 现在换空间商还用备案么
  • 免费模板网站知乎公司网站公司网站
  • 公司需要做网站需要什么流程食品招商网