misaya

Results 16 comments of misaya

国内开源关注什么规范[🐶]

use msi to install will get below files, but if you use zip you will only get 3 files volta, volta-shim and volta-migrate ![Image](https://github.com/user-attachments/assets/8af2ddf5-58dd-40b4-b118-215e46f507d3)

> I have confirmed that if you place such a script in the ZIP file extraction destination and run it, you will get the same results as if you installed...

我比较疑惑 为什么直接用poi 导出excel 没问题,但是用easyexcel就会报字体错误。 除了安装fontconfig 之外 有其他好点的办法吗?

> > 我比较疑惑 为什么直接用poi 导出excel 没问题,但是用easyexcel就会报字体错误。 除了安装fontconfig 之外 有其他好点的办法吗? > > 应该可以使用默认字体,或者不需要字体 请问知道怎么操作吗?在poi 中 直接 workbook.createfont 就可以。easyexcel 没有看到类似的方法。服务器装字体对我们而言没什么意义,只会增加镜像体积。 类似下边的代码 `Font font = workbook.createFont(); font.setBold(true); CellStyle boldStyle = workbook.createCellStyle(); boldStyle.setFont(font);`

> Because found same error as OP, but in ubi9-minimal 9.4 just added this issue: (https://issues.redhat.com/browse/RHEL-52230) > > `microdnf --help ` output lists at the bottom the allowed `--setopt options`,...