10 2022 档案

摘要:下滑线和驼峰之间转换 String key = CaseFormat.LOWER_CAMEL.to(CaseFormat.LOWER_UNDERSCORE,key)//驼峰转下划线 String key = CaseFormat.LOWER_UNDERSCORE.to(CaseFormat.LOWE 阅读全文
posted @ 2022-10-27 16:41 java架构师1 阅读(246) 评论(0) 推荐(0) 编辑
摘要:mybatis 判断字符是否相等 1.外面单引号 里面双引号表示字符串 <if test='showColumn == null or showColumn == "" '> srr.id </if> <if test='showColumn != null and showColumn != "" 阅读全文
posted @ 2022-10-25 11:49 java架构师1 阅读(159) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示