springboot 下载网络图片导出压缩包
public ResponseEntity getTaizhangZip() throws IOException { SimpleDateFormat simpleDateFormat = new Simpl…
public ResponseEntity getTaizhangZip() throws IOException { SimpleDateFormat simpleDateFormat = new Simpl…
在使用LIKE关键字模糊查找的时候,参数需要使用LIKE '${name}'而不能使用#{name}, ${name}'和#{name}区别: #{name}解析后会产生一个单号,和JDBC里面的PreparedStatement的用法啊一样,向上面这种用…
List<Map.Entry<StringInteger>> list = ArrayList<>(tzmap.entrySet())Collections.(list(o1o2) ->o2.getValue().compareTo(o1.getValue()))Map<StringInteger>&n…
QueryWrapper ge(大于等于)、 gt(大于)、 le(小于等于)、 lt(小于)
xml 添加 ${ew.customSqlSegment} 方法添加 @Param(Constants.WRAPPER) QueryWrapper<StaffBasePage> queryWrapper public IPage<StaffBasePage> selectbysql(Page page,@Par…
String formjson = jsonData.get().toString()Map<StringString> map1 = HashMap()Gson gson = Gson()map1 = gson.fromJson(formjsonTy…