摘要: 1.遇到的问题: Ubuntu18部署ASP.NET程序遇到验证码不显示,项目引用了System.Drawing库。 2.可能的原因: 是由于Ubuntu缺少GUI库,需要安装libgdiplus包。 3.解决过程: 安装libgdiplus包,见Ubuntu Server(Ubuntu 14.04 阅读全文
posted @ 2021-04-19 14:56 ꧁执笔小白꧂ 阅读(189) 评论(0) 推荐(0)
摘要: 需要安装GCC: 1、安装: sudo apt-get build-dep gcc 或者: sudo apt-get install build-essential 2、查看版本: gcc --version 阅读全文
posted @ 2021-04-19 12:16 ꧁执笔小白꧂ 阅读(3614) 评论(0) 推荐(0)