Asp.Net Core中使用GDI+绘图提示gdiplus库找不到的问题
时间:2019-12-04 10:47:14
收藏:0
阅读:215
参考 https://www.cnblogs.com/VirtualMJ/p/9917916.html 文章中
1
2
3
|
yum install -y epel-release
yum makecache fast
yum install -y libgdiplus-devel
|
解决!!!
原文:https://www.cnblogs.com/cehui0303/p/11980950.html
评论(0)