摘要: 最近在写代码时,发现代码报错,原来在spire.pdf绘制表格的时候,如果某个字段的内容超过一定的长度就会出现index and length must refer to a location within the string的报错 PdfGrid grid = new PdfGrid();//设 阅读全文
posted @ 2025-07-24 17:12 woody.wu 阅读(10) 评论(0) 推荐(0)
摘要: 1.开启wsl服务 a.打开控制面板 b.找到程序与功能 c.启用和关闭windows功能 c1.勾选 适用于Linux的windows子系统 c2.勾选 虚拟机平台 2.安装ubuntu系统 打开windows powershell窗口,输入指令 wsl --install -d Ubuntu-2 阅读全文
posted @ 2025-07-24 13:21 woody.wu 阅读(551) 评论(0) 推荐(0)