- 博客(5)
- 收藏
- 关注
原创 通用mapper条件构造
通用mapper条件构造 /*sql*/ select * from User where busiunitId=#{busiunitId} and (settleRule like "%split[0]%" or settleRule like "%split[0]%") Example example = new Example(SeUnitAttachedConfig.class); Example.Criteria criteria = example.createCrit
2021-05-18 17:14:12
351
原创 Mybatis-Plus and 和or使用
Mybatis-Plus and 和or使用## 标题 比较常见的使用格式: select * from user_infor where user_name = ? and ( user_phone= ? or user_class= ?) mybatis-plus的写法: QueryWrapper userWrapper = new QueryWrapper(); userWrapper.eq(“user_name”, name); userWrapper.and(wrapper ->wrapp
2021-01-21 11:37:33
2425
1
原创 idea添加背景图片
图片地址 https://cn.bing.com/th?id=OHR.EarthriseSequence_ZH-CN0750195611_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp 1、Ctrl+Shift+A
2020-07-20 18:01:48
2129
原创 idea添加方法注释添加属性注释
3、 * @description TODO VAR1VAR1VAR1 paramsparamsparams @return returnsreturnsreturns @author zn @date DATEDATEDATE TIMETIMETIME */ 4、VAR1: groovyScript(" def result=’’; def params="${_1}".replaceAll(’[\\[|\\]|\\s]’, ‘’).split(’,’).toList(); f...
2020-07-20 17:51:10
1563
转载 文件,base64字符串,Bitmap的相互转
文件,base64字符串,Bitmap的相互转 ———————————————— 原文链接:https://blog.youkuaiyun.com/fengyeNom1/article/details/90024586 public class Base64Util { public static void gcBitmap(Bitmap bitmap) { if (bitmap != null &&...
2019-11-28 11:37:00
227
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅