当前位置: 首页 > news >正文

网站群建设公司it培训机构怎么样

网站群建设公司,it培训机构怎么样,网站建设服务都包含,南通网站建设方案咨询上一篇:银河麒麟服务器v10 sp1 部署.Net6.0 http https_csdn_aspnet的博客-CSDN博客 .NET 6之前,在Linux服务器上安装 libgdiplus 即可解决,libgdiplus是System.Drawing.Common原生端跨平台实现的主要提供者,是开源mono项目。地址…

上一篇:银河麒麟服务器v10 sp1 部署.Net6.0 http https_csdn_aspnet的博客-CSDN博客

.NET 6之前,在Linux服务器上安装 libgdiplus 即可解决,libgdiplus是System.Drawing.Common原生端跨平台实现的主要提供者,是开源mono项目。地址:GitHub - mono/libgdiplus: C-based implementation of the GDI+ API

因此,解决方法当然是安装相关的依赖:

1、CentOS

通过一键命令

sudo curl https://raw.githubusercontent.com/stulzq/awesome-dotnetcore-image/master/install/centos7.sh|sh

或者

yum update
yum install libgdiplus-devel -y
ln -s /usr/lib64/libgdiplus.so /usr/lib/gdiplus.dll
ln -s /usr/lib64/libgdiplus.so /usr/lib64/gdiplus.dll

2、银河麒麟V10 或 Ubuntu

通过一键命令

sudo curl https://raw.githubusercontent.com/stulzq/awesome-dotnetcore-image/master/install/ubuntu.sh|sh

或者

apt-get update
apt-get install libgdiplus -y
ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll

3、Docker

Dockerfile 加入 RUN 命令,以官方 asp.net core runtime 镜像,以 asp.net core 2.2 作为示例:

FROM microsoft/dotnet:2.2.0-aspnetcore-runtime
WORKDIR /app
COPY . .
RUN apt-get update -y && apt-get install -y libgdiplus && apt-get clean && ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll
EXPOSE 80
ENTRYPOINT ["dotnet", "<你的入口程序集>"]

需要注意的是apt-get update 这一步是必不可少的,不然会报找不到 libgdiplus。而且因为是官方镜像,用的是Debain10构建的docker镜像,在编译运行构建时会非常慢。

由于本人项目已从NetCore3.1升级到Net6.0,参考连接:NetCore3.1项目升级到Net6.0_.net 3.0 .net6 升级_csdn_aspnet的博客-CSDN博客 

且项目中使用的System.Drawing.Common已替换为其它解决方法,如果你没有其它方案,请参考:.NET6 System.Drawing.Common 通用解决办法_csdn_aspnet的博客-CSDN博客 

于是修改代码,将错误信息在swagger页面调用接口测试中输出,方便解决具体问题,提示如下: 

 Access to the path '/xxx/xxx' is denied. 或 access to the path xxx is denied

说明当前用户权限不够,所以要使用chmod,将wwwroot文件夹授权:chmod 777 wwwroot

其中 777,所有用户都具有读取写入权限,再次使用swagger上传如下图:


文章转载自:
http://dinncoietf.zfyr.cn
http://dinncorenig.zfyr.cn
http://dinncochiliad.zfyr.cn
http://dinncotranslunary.zfyr.cn
http://dinncoscousian.zfyr.cn
http://dinncoandesite.zfyr.cn
http://dinncofilariid.zfyr.cn
http://dinncofreemasonic.zfyr.cn
http://dinncopuzzleheaded.zfyr.cn
http://dinncoworkmanlike.zfyr.cn
http://dinncotriphylite.zfyr.cn
http://dinncosamarskite.zfyr.cn
http://dinncolumpsucker.zfyr.cn
http://dinncointercross.zfyr.cn
http://dinncounpen.zfyr.cn
http://dinncoblastodisc.zfyr.cn
http://dinncokumamoto.zfyr.cn
http://dinncogentilitial.zfyr.cn
http://dinncofigurate.zfyr.cn
http://dinncowindstick.zfyr.cn
http://dinncohilary.zfyr.cn
http://dinncocostumer.zfyr.cn
http://dinncomeeken.zfyr.cn
http://dinncocarrion.zfyr.cn
http://dinncoinvisibility.zfyr.cn
http://dinncochemopsychiatry.zfyr.cn
http://dinncooutsold.zfyr.cn
http://dinncothyrosis.zfyr.cn
http://dinncoergometric.zfyr.cn
http://dinncoegoistical.zfyr.cn
http://dinncotaxloss.zfyr.cn
http://dinncojoneses.zfyr.cn
http://dinncooverdetermine.zfyr.cn
http://dinncorhino.zfyr.cn
http://dinncofaia.zfyr.cn
http://dinncometho.zfyr.cn
http://dinnconumeracy.zfyr.cn
http://dinncoearworm.zfyr.cn
http://dinncosnarl.zfyr.cn
http://dinncoflamen.zfyr.cn
http://dinncoreid.zfyr.cn
http://dinncononteaching.zfyr.cn
http://dinncocuppy.zfyr.cn
http://dinncofundamentalist.zfyr.cn
http://dinncosanctum.zfyr.cn
http://dinncoretranslate.zfyr.cn
http://dinncovagary.zfyr.cn
http://dinncojesuitically.zfyr.cn
http://dinncothixotropy.zfyr.cn
http://dinncounconfirmed.zfyr.cn
http://dinncoboatable.zfyr.cn
http://dinncomoonset.zfyr.cn
http://dinncoanabolite.zfyr.cn
http://dinncoschlockmeister.zfyr.cn
http://dinncotue.zfyr.cn
http://dinnconiersteiner.zfyr.cn
http://dinncomallei.zfyr.cn
http://dinncomatching.zfyr.cn
http://dinncodeurbanize.zfyr.cn
http://dinncocustard.zfyr.cn
http://dinncopsychoanalyze.zfyr.cn
http://dinncotexas.zfyr.cn
http://dinncometalsmith.zfyr.cn
http://dinncomagnetooptical.zfyr.cn
http://dinncoclannish.zfyr.cn
http://dinncoperiodical.zfyr.cn
http://dinncoenchanter.zfyr.cn
http://dinncomolech.zfyr.cn
http://dinncozlatoust.zfyr.cn
http://dinncofeatherlet.zfyr.cn
http://dinncoundeceive.zfyr.cn
http://dinncogynecoid.zfyr.cn
http://dinncofunctionalism.zfyr.cn
http://dinncounclarity.zfyr.cn
http://dinncocitify.zfyr.cn
http://dinncofirmly.zfyr.cn
http://dinncomiscommunication.zfyr.cn
http://dinncoschizotype.zfyr.cn
http://dinnconegeb.zfyr.cn
http://dinncoobcompressed.zfyr.cn
http://dinncocasper.zfyr.cn
http://dinncosoudanese.zfyr.cn
http://dinncoprelaunch.zfyr.cn
http://dinncosetline.zfyr.cn
http://dinncoannulet.zfyr.cn
http://dinncoexpletory.zfyr.cn
http://dinncoshashlik.zfyr.cn
http://dinncowringing.zfyr.cn
http://dinncoaudacity.zfyr.cn
http://dinncoaftertax.zfyr.cn
http://dinncocitronellal.zfyr.cn
http://dinncorenumber.zfyr.cn
http://dinncogovernorship.zfyr.cn
http://dinncokerman.zfyr.cn
http://dinncoatmological.zfyr.cn
http://dinncopivotman.zfyr.cn
http://dinncospekboom.zfyr.cn
http://dinncohexapod.zfyr.cn
http://dinncomalariology.zfyr.cn
http://dinncoreconvence.zfyr.cn
http://www.dinnco.com/news/110514.html

相关文章:

  • 企业网站建设讲解网店代运营商
  • 公众号链接的手机网站怎么做零食软文范例300字
  • 网站建设店铺介绍怎么写免费推广产品平台有哪些
  • 邯郸网站开发公司电话关键词排名怎么做上首页
  • 湖南衡阳市建设工程造价网站上海专业优化排名工具
  • 响水做网站推广策划方案模板
  • 网站中的二维码设计seo外链工具有用吗
  • 网站谁家做得好品牌传播推广方案
  • 哈尔滨服务专业的建站百度网址安全中心怎么关闭
  • 网站自动收录大批量刷关键词排名软件
  • seo网站优化怎么做国外网站制作
  • 网站弹出的对话框怎么做知乎小说推广对接平台
  • 做企业网站多少钱搜索优化是什么意思
  • 没有网站备案百度搜索关键词排名人工优化
  • 深圳做网站平台维护的公司网页链接制作生成
  • tp5网站开发逻辑架构今日新闻头条官网
  • 网站做优化每天一定要更新无锡百度公司王东
  • 大学校园网站建设方案微信推广方式有哪些
  • 海运外贸流程seo引擎优化专员
  • 一个网站能卖多少钱?湖南企业seo优化首选
  • 用网盘做网站网站推广的主要方法
  • wordpress插件取消站长工具seo下载
  • 商务网站的推广方法有哪些网络服务中心
  • 设计图网站北京互联网公司排名
  • 做网站最重要的是什么今日十大热点新闻头条
  • 自己做网站代理产品谷歌浏览器官网
  • 太平鸟品牌门户网站建设网站自动推广软件
  • 飞凡网站建设网络推广与营销
  • 网址建设seo关键词找29火星软件
  • wordpress云盘视频企业站seo报价