docs
docs copied to clipboard
📖This is a personal document library for development work.
Results
4
docs issues
Sort by
recently updated
recently updated
newest added
## 问题描述 该文章中使用代码 ```cs QRCoder.QRCode qrcode = new QRCoder.QRCode(codeData); ``` 来生成使用 Bitmap 的二维码。 ## 参考 这个操作在 .NET 6 之后的版本中仅支持 Windows。在 Linux 或其他平台中会引发运行时错误。 根据微软的官方文档 [Bitmap Class (System.Drawing) | Microsoft Learn](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.bitmap?view=dotnet-plat-ext-8.0#remarks) 在.NET6及以后的版本中,该库仅支持Windows操作系统。...
https://docs.meowv.com/aspnetcore/abp-blog/
Vssue