上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 一、托管服务 安装依赖PM> NuGet\Install-Package Microsoft.Extensions.Hosting.WindowsServices -Version 9.0.0 启动端口{ "urls":"http://*:5100" } 服务托管var builder = WebA 阅读全文
posted @ 2023-03-08 17:08 1764564459 阅读(239) 评论(0) 推荐(0)
摘要: 一、HttpRequest ①、NotAcceptable 1、错误信息(附截图):当客户端请求一个具有特定文件扩展名的文件,然后用与服务器上为此文件扩展名配置的 MIME 类型不同 MIME 类型来指定 Accept 标头时,便会出现此错误。例如,请求一个带有 .doc 扩展名的文件,然后指定 A 阅读全文
posted @ 2023-03-07 15:56 1764564459 阅读(31) 评论(0) 推荐(0)
摘要: 一、创建同名账号【密码需一致】 ①、iis (win-10 主机) 1、打开计算机管理(快捷方式:win+r ,键入:compmgmt.msc)。 2、新建用户 ②、共享目录(win-server 主机) 1、打开计算机管理(快捷方式:win+r ,键入:compmgmt.msc)。 2、win-s 阅读全文
posted @ 2023-03-06 17:18 1764564459 阅读(196) 评论(0) 推荐(0)
摘要: 一、处理25端口 ①、换用端口 1、官方建议【465端口、25端口申请】。 2、云服务器可用端口。 1、可用端口(465、587)。 ②、使用(465、587)端口问题 1、错误信息:The SMTP server requires a secure connection or the client 阅读全文
posted @ 2023-02-15 23:12 1764564459 阅读(169) 评论(0) 推荐(0)
摘要: 一、IIS ①、x86部署问题 1、错误信息(附截图):Failed to start application '/LM/W3SVC/15/ROOT', ErrorCode '0x800700c1'. 2、错误信息(附截图):Could not find 'aspnetcorev2_inproces 阅读全文
posted @ 2023-02-04 19:12 1764564459 阅读(1268) 评论(0) 推荐(0)
摘要: 一、迁移 ①、数据迁移 1、错误信息(附截图): Could not load assembly 'xxx.EntityFramework'. Ensure it is referenced by the startup project 'xxx.api'. 2、处理及解决 3、解决方案平台选择An 阅读全文
posted @ 2023-02-01 19:28 1764564459 阅读(148) 评论(0) 推荐(0)
摘要: 一、运行问题 ①、未正常运行 1、错误信息(附截图):Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 2、处理及解决 #检查docker是否正常启动 [ 阅读全文
posted @ 2023-01-30 17:32 1764564459 阅读(289) 评论(0) 推荐(0)
摘要: 一、添加扩展 ①、配置扩展方法 # 扩展 In 包含查询: var context = new SqlSugarScope(new ConnectionConfig() { DbType = DbType.MySqlConnector, InitKeyType = InitKeyType.Attri 阅读全文
posted @ 2023-01-13 14:39 1764564459 阅读(1406) 评论(0) 推荐(0)
摘要: 一、添加扩展 ①、配置扩展方法 var context= new SqlSugarScope(new ConnectionConfig() { DbType = DbType.MySqlConnector, InitKeyType = InitKeyType.Attribute, IsAutoClo 阅读全文
posted @ 2022-11-21 14:51 1764564459 阅读(650) 评论(0) 推荐(0)
摘要: 一、更新升级 ①、下载新版本【Redis】【新版本安装教程】 1、如出现:(ERR unknown command 'XADD',ERR unknown command 'XGROUP')错误都需更新Redis版本,旧版不支持相关命令。 ②、停止Redis服务 #停止reids,【或进入服务界面停止 阅读全文
posted @ 2022-11-11 16:17 1764564459 阅读(1691) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 9 下一页