受欢迎的博客标签
RSS

博客

.NET OCR识别引擎——百度飞桨PaddleOCR
.NET OCR识别引擎——百度飞桨PaddleOCR
.NET做人脸识别技术分类
本文将使用 Microsoft Azure云提供的 认知服务( CognitiveServices) API来识别并进行人脸分类,可以免费使用,注册地址是:https://portal.azure.com。注册完成后,会得到两个 密钥,通过这个 密钥即可完成本文中的所有代码,这个 密钥长这个样子(非真实密钥):
Excel VBA:Using Visual Studio Code with Xvba Tools Instead of Built in VBA IDE Editor
Excel VBA:Edit VBA in VSCode with Xvba Tools
Getting Absolute URL's using ASP.NET
Getting Absolute URL's using ASP.NET
Does your Visual Studio run Slow? Flow me and fixed it with this
Does your Visual Studio run Slow? Flow me and fixed it with this
BarTender 集成模式之一:集成模式总目录
BarTender的几种集成模式。ActiveX COM集成,Commander的触发式集成,还有9.0版本后支持的.NET SDK的支持。
C#项目中操作Excel文件的四种方式(access excel file in my application  using .Net and c# for development in a system where ms office is not installed)
C#项目中操作Excel文件的四种方式 Is there a C# code to read and display Excel sheets? 不存在,通讯的时候用的是DDE,所以OLE曾经不是基于COM的。OLE 2.0就是基于COM了。考虑到OLE 1.0现在已经基本没人用了,说OLE是基于COM也没有什么问题。微软目前提到OLE的时候一般是特指复合文档(比如在WordPad里面插入MSPaint这样),除非加一个2.0后缀。一些人继续用OLE这个名称称呼 作者:蒋晟 链接:https://www.zhihu.com/question/38612536/answer/85304442 来源:知乎 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
How to port a Windows Forms desktop app to .NET Core
In this post, I will describe how to port a desktop application from .NET Framework to .NET Core.
ASP.NET Core localization middleware with JSON resource files
ASP.NET Core localization middleware with JSON resource files
.NET 6.0:  Blazor server project running on NGINX throws Websocket error
Recently when upgrading to .NET 6.0 I encountered (even with a blank Blazor project) some problems with a websocket error message in the browser only when deployed on my webserver