受欢迎的博客标签
RSS

博客

c++ socket编程实战系列(1):c++ socket 编程需要掌握的基础知识

1.了解socket

socket起源于Unix,而Unix/Linux基本哲学之一就是“一切皆文件”,都可以用“打开open –>

ASP.NET Core Server-side Blazor Combat Series 1: Blazor resources.

Introduction
Blazor can run your client logic on the server. Client UI events are sent back to

c++ socket 一个客户端和服务端通信的控制台程序
环境:windowsservervs2019cserver端
'_itoa': This function or variable may be unsafe. Consider using _itoa_s instead.

'_itoa': This function or variable may be unsafe. Consider using _i

How to access views from a custom folder in ASP.NET Core

https://code.msdn.microsoft.com/How-to-access-views-from-a-0c5e6e9b#content

 

The difference between GetService() and GetRequiredService() in ASP.NET Core
 

The differe

NopCommerce 4.x settings for localization

step 1: view

src\Presentation\Nop.Web\Views\Shared\Components\LanguageSelector\Default.cshtml

                    
                    
                    
                
How to fix MongoDB.Bson.Serialization.BsonClassMap' threw an exception on .NET Core 3.0 preview 4

1.MongoDB Driver Exception in Preview 4 

I installed .NET Core Preview 4
                    
wechat-微信小程序Asp .Net Core开发实战记录(11)-js

1.//如果要用到全局变量,则每个页面获取应用实例
const app = getApp()

// miniprogram/pages/my/i
                    
ASP.NET Core Razor Components-Event Handling

With ASP.NET Core Razor Components you can take advantage of event-driven programming by using event binding. This is