上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页

2020年4月8日

摘要: 1、Max Pool Size 默认为100。 2、查看当前数据库连接数量, select * from sysprocesses where dbid= db_id('数据库名称') 结果为190, 3、添加数据库查询的最大连接数量 Data Source=.;Initial Catalog=i_ 阅读全文
posted @ 2020-04-08 11:23 topguntopgun 阅读(705) 评论(0) 推荐(0) 编辑

2020年3月17日

摘要: 1、缺少证书 In the process of installing Microsoft .NET Core SDK 3.0.100-preview, error ocurred and prompted "A file that is required cannot be installed b 阅读全文
posted @ 2020-03-17 16:42 topguntopgun 阅读(394) 评论(0) 推荐(0) 编辑

2020年3月13日

摘要: Filezilla - "At least one shared directory is not a valid local path" Hi! I'm having problems with the 5 minute install because filezilla doesn't coop 阅读全文
posted @ 2020-03-13 10:33 topguntopgun 阅读(2699) 评论(0) 推荐(0) 编辑

2020年3月6日

摘要: 1、首先右击项目,选择configuration ,选择 convert to maven project , 保存就可以,自动创建pom.XML文件 2、常见问题, Errors running builder 'Maven Project Builder' 这个是maven配置有问题, ecli 阅读全文
posted @ 2020-03-06 15:24 topguntopgun 阅读(342) 评论(0) 推荐(0) 编辑

2020年2月22日

摘要: 1、找到安装目录,D:\Program Files\Android\Android Studio\lib,先保存resources_en,并且把它的名字改为resources_cn.jar 2、下载汉化包,链接: https://pan.baidu.com/s/1qgYlKE4Ft9om0wGUl_ 阅读全文
posted @ 2020-02-22 15:53 topguntopgun 阅读(762) 评论(0) 推荐(0) 编辑

2020年2月15日

摘要: 1、全部数据读取到内存, 不要使用string,而是使用stringbuilder,stringbuilder的效率非常高 2、添加到数据库 不要使用excute,而是使用事务,几百万条数据会请求数据库几百万次,而使用事务,只请求一次,速度提高几百万倍 string file = fileDialo 阅读全文
posted @ 2020-02-15 13:22 topguntopgun 阅读(550) 评论(0) 推荐(0) 编辑

2020年2月7日

摘要: 源码地址:https://github.com/topgunymn/YMNNetCoreFrameWork 遇到的坑:使用了Nlog以后,.NETcore自带的日志等级不起作用,只有nlog配置配置文件才能控制他的日志等级 1、.NET core增加NLog日志,.NET CORE自带的日志无法保存 阅读全文
posted @ 2020-02-07 20:54 topguntopgun 阅读(423) 评论(0) 推荐(1) 编辑

2020年2月6日

摘要: 配置文件services.AddSwaggerGen(c => { c.SwaggerDoc("v1", new OpenApiInfo { Version = "v0.1.0",//版本号 Title = "尹大师框架说明,QQ:1390788386",//文档标题 Description = " 阅读全文
posted @ 2020-02-06 23:28 topguntopgun 阅读(713) 评论(0) 推荐(1) 编辑
摘要: 1、增加YMNSession,可以获取当前登录的用户信息 2、增加异常处理,不要使用过滤器,过滤器只能获取到mvc异常 3、增加策略授权,策略授权支持用户角色、用户名授权,初步实现 代码地址:https://github.com/topgunymn/YMNNetCoreFrameWork 获取当前登 阅读全文
posted @ 2020-02-06 18:50 topguntopgun 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 1、框架增加Identity注册功能 2、框架增加identity登录以后获取JWTtoken 3、请求接口通过token请求,增加验证特性 源代码地址:https://github.com/topgunymn/YMNNetCoreFrameWork JWTtoken生成代码: private st 阅读全文
posted @ 2020-02-06 12:56 topguntopgun 阅读(499) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页

导航