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