Windows Docker部署springboot微服务
前言
偶然的机会让我能够实操在Windows server 2019版本的服务器上进行springCloud服务的部署
过程中深刻的体会到了为什么Docker要推荐使用Linux系列的系统进行操作
遇到的问题
springboot镜像打包微服务启动后nacos连不上使用的基础…
文章目录 一、背景二、方法2.1 总体结构2.2 region prompting2.3 anchor pre-matching 三、效果 论文:CORA: Adapting CLIP for Open-Vocabulary Detection with Region Prompting and Anchor Pre-Matching
代码:https://github.com/tgxs002/CORA
出处…
1.引入两个依赖 npm i html2canvas npm i jspdf 2.在utils文件夹下新建html2pdf.js文件 import html2canvas from html2canvas; import jsPDF from jspdf export const htmlToPDF async (htmlId, title "报表", bgColor "#fff") > { let pdfDom do…