场景
在公司项目中做配置迁移的时候,服务启动时报错
报错信息
Description:An attempt was made to call the method redis.clients.jedis.Jedis.<init>(Ljava/lang/String;IIIZLjavax/net/ssl/SSLSocketFactory;Ljavax/net/ssl/SSLParameters;Ljavax/net/…
1.现象
DEV/1/FAN_DIRECTION_NOT_PREFERRED: Fan 1 airflow direction is not preferred on slot 1, please check it. 2.解决方法:
查看下设备风扇的颜色,风扇分为红色与蓝色,不通颜色通风方式不通。
我这里的风扇是蓝色,修改…
前言
最近工作中有需要将一些前端页面(如报表页面等)导出为pdf的需求,博主采用的是html2Canvas jspdf。 步骤
1.引入两个依赖
npm i html2canvas
npm i jspdf
2.在utils文件夹下新建html2pdf.ts文件
import html2canvas from html2canvas;
import jsPDF from …