摘要: The dependency node has a few child nodes Analyzers: Those found under Analyzers are code analyzers. If you're using the newer SDK format and .NET 5+ 阅读全文
posted @ 2022-04-01 12:13 Lee.Yan 阅读(104) 评论(0) 推荐(0) 编辑
摘要: ##Objects Logger(Category):logger对象,真正完成日志记录功能 Layout(format):控制输出日志消息的显示样式。 Appender(output device):用来输出日志到某些设备上,比如文件、syslog、socket等。 ##Configuration 阅读全文
posted @ 2020-07-16 10:05 Lee.Yan 阅读(269) 评论(0) 推荐(0) 编辑
摘要: When working with Web applications, use a context instance per request. Install-Package EntityFramework -Version using System.Data.Entity; public clas 阅读全文
posted @ 2020-07-16 09:04 Lee.Yan 阅读(168) 评论(0) 推荐(0) 编辑
摘要: ##Visual Studio Decompile the dll with ILSpy, find the function you need. Attach to Process: w3wp.exe - your application's pool Debug → Windows → Brea 阅读全文
posted @ 2020-07-03 08:16 Lee.Yan 阅读(213) 评论(0) 推荐(0) 编辑
摘要: ##The Format Item Syntax { index[,alignment][ :formatString] } Escape Brace: To output a { you use {{ and to output a } you use }}. Reference: MSDN He 阅读全文
posted @ 2020-05-28 09:11 Lee.Yan 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 今天接到一个开发任务,一个对象更新时,同时触发另一个对象的更新。本来公司有SDK可以开发这部分,可想着这不就是个Trigger么,就直接在数据库那块写了个触发器。 exists (select 1 from MOCProject)是比exists (select * from MOCProject) 阅读全文
posted @ 2020-05-28 09:04 Lee.Yan 阅读(143) 评论(0) 推荐(0) 编辑
摘要: ##Default User and Password admin secret 阅读全文
posted @ 2019-10-17 15:45 Lee.Yan 阅读(89) 评论(0) 推荐(0) 编辑
摘要: Normal way Right click Project Add Web Reference Advanced Intranet way download wsdl file first add web reference Use WSDL.exe maunually 阅读全文
posted @ 2019-07-18 09:04 Lee.Yan 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 双击Visual Studio 2017,系统没有响应,在任务管理器中却发现devenv.exe 已经在运行。 解决办法:启动services.msc。找到Visual Studio Standard Collector Service,启动它。 Visual Studio Standard Col 阅读全文
posted @ 2019-07-18 08:27 Lee.Yan 阅读(2636) 评论(0) 推荐(0) 编辑
摘要: ##Overview Oracle Data Provider for .NET: Oracle 提供的.Net版本的数据库连接组件。 下载路径。 Core DLL is Oracle.DataAccess.dll. DLL对Oracle Client进行封装,所以要安装Oracle Client。 阅读全文
posted @ 2019-04-04 10:25 Lee.Yan 阅读(136) 评论(0) 推荐(0) 编辑