摘要: uni.requset 1 uni.request({ 2 url:'', // 地址 3 data:{}, // 请求body 4 header:{}, //请求header 5 method: '', // 请求方式 'GET'/'POST'/'PUT'/'DELETE' 6 success: 阅读全文
posted @ 2023-03-31 13:34 武才珍 阅读(134) 评论(0) 推荐(0)
摘要: 前提 @Data HpPatient ··· String idNo;//有定义 //String idNoEnc;//!!!无定义 ··· void setIdNoEnc(String idNo){ this.idNo = funA(idNo) } 现象 setIdNoEnc初始化HpPatien 阅读全文
posted @ 2022-09-19 13:38 武才珍 阅读(32) 评论(0) 推荐(0)
摘要: JEECG-BOOT密码加密存储逻辑 设置密码 jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/controller/SysUserController.java::add // 生成随机数8个长度作为salt Stri 阅读全文
posted @ 2022-09-16 10:07 武才珍 阅读(321) 评论(0) 推荐(0)
摘要: controller层中,使用service,会用@Autowired注解。 severImpl层中,使用mapper,会使用@Resource, 当使用@Autowired时,会提示“Could not autowire. No beans of 'SysDepartRoleMapper' typ 阅读全文
posted @ 2022-09-08 18:08 武才珍 阅读(163) 评论(0) 推荐(0)