单选题 关于signalR支持的实时通信传输方式的优先级,正确的是( )。

A、 Server Sent Events > WebSocket > Long Polling
B、 Long Polling > WebSocket > Server Sent Events
C、 WebSocket> Server Sent Events > Long Polling
D、 Server Sent Events >Long Polling > WebSocket
下载APP答题
由4l***9a提供 分享 举报 纠错

相关试题

单选题 在.NET Core中,以下哪一个命令用于部署到托管系统()。

A、dotnet new
B、dotnet restore
C、dotnet build
D、dotnet publish

单选题 在.NET Core中,以下哪一个命令用于存储()。

A、dotnet run
B、dotnet test
C、dotnet clean
D、dotnet store

单选题 在.NET Core中,在以下哪一个命令用于创建新的项目、配置文件或解决方案()。

A、dotnet new
B、dotnet restore
C、dotnet build
D、dotnet publish

单选题 在.NET Core中,以下哪一个命令用于恢复项目的依赖项和工具()。

A、dotnet new
B、dotnet restore
C、dotnet build
D、dotnet publish

单选题 在.NET Core中,以下哪一个命令用于清除项目输出()。

A、dotnet run
B、dotnet test
C、dotnet clean
D、dotnet store

单选题 在.NET Core中,以下哪一个命令用于生成项目及其所有依赖项()。

A、dotnet new
B、dotnet restore
C、dotnet build
D、dotnet publish

单选题 在.NET Core中,以下哪一个命令用于运行源代码()。

A、dotnet run
B、dotnet test
C、dotnet clean
D、dotnet store

单选题 微服务架构应用程序的缺点不包括()。

A、微服务架构可能带来过多的操作
B、微服务的分布式系统可能复杂并难以管理
C、分布式系统部署和跟踪问题难
D、当服务器数量减少后,管理复杂性增加