03 2025 档案

摘要:File file = new File(imgPath); FileSystemResource resource = new FileSystemResource(file); // 2. 构建请求体 MultiValueMap<String, Object> body = new Linked 阅读全文
posted @ 2025-03-05 01:01 TIFOSI_Z 阅读(2) 评论(0) 推荐(0) 编辑
摘要:不要添加前缀 控制器和类 @PostMapping("text-only") public List<TextDto> ocrTextOnly(@RequestBody OcrParam ocrParam) { //TODO return ocrapiService.ocrText(ocrParam 阅读全文
posted @ 2025-03-05 00:53 TIFOSI_Z 阅读(4) 评论(0) 推荐(0) 编辑
摘要:systemctl stop docker cd /var/lib/docker/containers cd 容器id vim hostconfig.json修改json文件中portbinding内容 阅读全文
posted @ 2025-03-03 17:45 TIFOSI_Z 阅读(2) 评论(0) 推荐(0) 编辑
摘要:# 下载镜像 docker pull redis # 检查当前所有Docker下载的镜像 docker images 启动前需要先创建Redis外部挂载的配置文件 ( /home/redis/conf/redis.conf ) 之所以要先创建 , 是因为Redis本身容器只存在 /etc/redis 阅读全文
posted @ 2025-03-03 14:21 TIFOSI_Z 阅读(9) 评论(0) 推荐(0) 编辑
摘要:Could not find a version that satisfies the requirement 先确认python版本对不对 考虑是否使用国内镜像 阅读全文
posted @ 2025-03-02 12:24 TIFOSI_Z 阅读(1) 评论(0) 推荐(0) 编辑

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