摘要:
Blazor FileViewer 文件预览 组件 目前支支持 Excel(.docx) 和 Word(.xlsx) 格式 示例: https://www.blazor.zone/fileViewers https://blazor.app1.es/fileViewers 使用方法: 1.nuget 阅读全文
posted @ 2022-12-23 09:17
AlexChow
阅读(1655)
评论(2)
推荐(7)
解决方案 1、查看 OPENSSLDIR 路径 $ openssl version -a 2、然后把 CentOS 默认的 openssl CA证书拷贝过来。 $ cp /etc/pki/tls/cert.pem /usr/local/openssl/ 阅读全文
原文链接 [https://www.cnblogs.com/densen2014/p/16964858.html] 在Blazor项目嵌入 pdf.js 时不能正确显示中文,浏览器F12显示如下错误 错误 l10n.js /web/locale/locale.properties not found 阅读全文