上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页

2021年10月27日

摘要: 1、创建拦截器,返回true表示通过,返回false表示失败,用于身份认证、权限登录、注解判断等 public class MyInterceptor implements HandlerInterceptor { @Override public boolean preHandle(HttpSer 阅读全文
posted @ 2021-10-27 16:00 topguntopgun 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1、创建过滤器,注意:controller 、filter、config需要放置在application的子包下面,否则扫描不到,用于请求管道 public class MyFilter implements Filter { @Override public void init(FilterCon 阅读全文
posted @ 2021-10-27 15:25 topguntopgun 阅读(58) 评论(0) 推荐(0) 编辑

2021年10月15日

摘要: MSB3541 Files 的值“<<<<<<< HEAD”无效。路径中具有非法字符。 YNKWEdution.Core D:\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVe 阅读全文
posted @ 2021-10-15 17:36 topguntopgun 阅读(677) 评论(0) 推荐(0) 编辑

2021年9月18日

摘要: 解决方法,IIS和.NET CORE 运行时装反了,把IIS 运行时卸载了从新安装 阅读全文
posted @ 2021-09-18 12:11 topguntopgun 阅读(790) 评论(0) 推荐(0) 编辑

2021年9月1日

摘要: 1、我使用的vue版本的abp框架,首先需要在Entityframwork core和web.host 项目里面安装如下文件 安装少了一个都不行,否则会出现莫名其妙的错误 2、修改entityframworkCore这个项目中修改后缀为contextConfigurater类,使用npgsql数据库 阅读全文
posted @ 2021-09-01 16:37 topguntopgun 阅读(231) 评论(0) 推荐(0) 编辑

2021年8月20日

摘要: 这是类型参数约束,where表名了对类型变量T的约束关系。where T:A 表示类型变量是继承于A的,或者是A本省。where T: new()指明了创建T的实例应该使用的构造函数。 .NET支持的类型参数约束有以下五种: where T: struct T必须是一个结构类型 where T: c 阅读全文
posted @ 2021-08-20 14:19 topguntopgun 阅读(317) 评论(0) 推荐(0) 编辑

2021年7月16日

摘要: “Cannot access a disposed object. A common cause of this error is disposing a context that was resolved from dependency injection and then later tryin 阅读全文
posted @ 2021-07-16 12:01 topguntopgun 阅读(397) 评论(0) 推荐(0) 编辑

2021年4月14日

摘要: 一、阿里云下载SSL证书,进入阿里云后台的SSL证书管理页面,申请免费的SSL证书 二、申请免费证书,输入联系方式,网站域名 三、网站导入SSL证书 四、网站一定要选择证书,否则无法使用 分配服务器证书。 打开IIS 8.0 管理器面板,定位到待安装证书的站点,单击绑定。 在网站绑定对话框中单击添加 阅读全文
posted @ 2021-04-14 19:19 topguntopgun 阅读(363) 评论(0) 推荐(0) 编辑

2021年3月29日

摘要: 1、安装ef 2、安装mysql 3、 在 MySql.Data.MySqlClient.MySqlProviderServices.GetDbProviderManifestToken(DbConnection connection) 在 System.Data.Entity.Core.Commo 阅读全文
posted @ 2021-03-29 18:34 topguntopgun 阅读(224) 评论(0) 推荐(0) 编辑

2021年3月11日

摘要: 本地引擎错误.错误代码:24001 相关源码或者远程指导服务可以到 https://chinadays.taobao.com/ 购买 注意:在运行讯飞的 demo 的之前,要把 res->tts 目录下的几个 .jet 文件拷贝到 sample 的 assets->tts 目录下。否则使用离线合成的 阅读全文
posted @ 2021-03-11 19:33 topguntopgun 阅读(993) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页

导航