受欢迎的博客标签
RSS

博客

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
ASP.NET Core Blazor WebAssembly 6.x
Create ASP.NET Core Blazor WebAssembly 5.x project with option clent and host checked
多核CPU并行编程:.Visual Studio c++ 实现多核并行运算目录
并行库 多线程在实际的编程中的重要性不言而喻。对于C++而言,当我们需要使用多线程时,可以使用boost::thread库或者自从C++ 11开始支持的std::thread,也可以使用操作系统相关的线程API,如在Linux上,可以使用pthread库。除此之外,还可以使用omp来使用多线程。它的好处是跨平台,使用简单。
VS2019 C++程序生成dll文件
VS2019 C++程序生成dll文件