随笔分类 -  【Azure 应用服务】

上一页 1 ··· 12 13 14 15 16
Azure 中使用App Service的各种疑难杂症
摘要:问题情形 有时候部署在 Azure App Service的 Java应用会出现乱码 详细日志 无 问题原因 因为 App Service默认的编码为gbk,所以在显示页面或传递中文字符时就会出现乱码。 解决方案 部署在App Service的Java应用,都会在site/wwwroot 文件夹下创 阅读全文
posted @ 2020-08-19 19:46 路边两盏灯 阅读(391) 评论(0) 推荐(0)
摘要:问题情形 使用EF Core访问数据库,在本地运行正常,发布到App Service后,偶尔出现了Cannot create a DbSet for ** because this type is not included in the model for the context,根据错误,初步怀疑 阅读全文
posted @ 2020-08-17 19:45 路边两盏灯 阅读(4381) 评论(0) 推荐(1)

上一页 1 ··· 12 13 14 15 16