摘要:
import javax.imageio.ImageIO; import javax.swing.*; import java.awt.*; import java.awt.image.BufferedImage; import java.io.File; import java.io.FileOu 阅读全文
posted @ 2023-02-10 15:27
黄橙
阅读(154)
评论(0)
推荐(0)
摘要:
@RequestMapping(value = "save", method = RequestMethod.POST) public R save(@RequestParam("imgFile") MultipartFile file) { String fileName = file.getOr 阅读全文
posted @ 2023-02-10 15:27
黄橙
阅读(356)
评论(0)
推荐(0)
摘要:
import org.springframework.data.redis.core.StringRedisTemplate; import org.springframework.stereotype.Component; import javax.annotation.Resource; imp 阅读全文
posted @ 2023-02-10 15:26
黄橙
阅读(292)
评论(0)
推荐(0)
摘要:
我这里提供的是mybatis plus 和 xml配置文件结合的方式:直接从service层开始写: service //这是service层,多表分页的简单逻辑处理,重点是IPage 和 Map, // IPage 就是分页,把分页的参数传进来进行使用 // Map 是用来传参数使用的,携带你需要 阅读全文
posted @ 2023-02-10 15:26
黄橙
阅读(218)
评论(0)
推荐(0)
摘要:
集合转为数组 List<Long> chargeIds =new ArrayList<Long>(); Long [] ids=(Long[])chargeIds.toArray(); List<Map<String,Object>>转List<T> list map对象转list对象 List<M 阅读全文
posted @ 2023-02-10 15:25
黄橙
阅读(74)
评论(0)
推荐(0)

浙公网安备 33010602011771号