会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
txiaoyuan
博客园
首页
新随笔
联系
订阅
管理
2023年3月31日
uni.request拦截器
摘要: 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)
2022年9月19日
非构造函数为何初始化被调用了@Data
摘要: 前提 @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)
2022年9月16日
用户密码
摘要: 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)
2022年9月8日
@Resource与@Autowired
摘要: controller层中,使用service,会用@Autowired注解。 severImpl层中,使用mapper,会使用@Resource, 当使用@Autowired时,会提示“Could not autowire. No beans of 'SysDepartRoleMapper' typ
阅读全文
posted @ 2022-09-08 18:08 武才珍
阅读(163)
评论(0)
推荐(0)
公告