11 2022 档案

摘要:List<String> lshList = all.parallelStream().map(Jigou::getLsh).collect(Collectors.toList()); List<Jigou> toAddJigous = allJigou.stream().filter(p -> ! 阅读全文
posted @ 2022-11-25 16:05 xingmeng1 阅读(72) 评论(0) 推荐(0) 编辑
摘要:JSON字符串需Aes加密,加密为Hex 前端加密 后端加密 package com.iktapp.api.utils; import org.apache.commons.codec.DecoderException; import org.apache.commons.codec.binary. 阅读全文
posted @ 2022-11-24 15:55 xingmeng1 阅读(952) 评论(0) 推荐(0) 编辑
摘要:list变成String类型 CollectionUtils.isEmpty(vo.getImgs())?"" : String.join(";", (String[]) vo.getImgs().toArray(new String[0])) String 类型 变成 list Arrays.as 阅读全文
posted @ 2022-11-24 15:29 xingmeng1 阅读(20) 评论(0) 推荐(0) 编辑
摘要:第一种方式 HttpHeaders httpHeaders = new HttpHeaders(); httpHeaders.add("Authorization", "Bearer " + getToken()); SimpleClientHttpRequestFactory requestFac 阅读全文
posted @ 2022-11-18 20:21 xingmeng1 阅读(648) 评论(0) 推荐(0) 编辑
摘要:Mysql去重获取最新的一条数据 select * from yjzt_kindergartens r where id in (select max(id) from yjzt_kindergartens group by name) 阅读全文
posted @ 2022-11-17 14:43 xingmeng1 阅读(1537) 评论(0) 推荐(0) 编辑
摘要:java 三级菜单遍历 @Override public List<YjztCity> getYjzt(){ List<YjztCity> yjztCities = yjztCityMapper.selectByExample(null); //先获取你想要在哪些菜单范围内搜索 List<YjztC 阅读全文
posted @ 2022-11-14 19:49 xingmeng1 阅读(370) 评论(0) 推荐(0) 编辑

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