资源简介

参考博客https://blog.csdn.net/xhydongda/article/details/81208192#commentsedit

资源截图

代码片段和文件信息

using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;

namespace Arim.Evms.Web
{
    public class Program
    {
        public static void Main(string[] args)
        {
            BuildWebHost(args).Run();
        }

        public static IWebHost BuildWebHost(string[] args) =>
            WebHost.CreateDefaultBuilder(args)
                .UseStartup()
                .Build();
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1058  2018-08-06 11:14  Arim.Evms.Web.csproj.user

     文件        431  2018-08-11 14:43  Program.cs

     文件       1084  2018-08-11 14:43  Startup.cs

     文件        680  2018-10-06 15:56  Properties\launchSettings.json

     文件       1151  2018-10-08 08:34  Properties\PublishProfiles\FolderProfile.pubxml

     文件        568  2018-10-08 08:33  Properties\PublishProfiles\FolderProfile.pubxml.user

     文件      11679  2018-10-07 19:45  WebSocket\CameraWebSocketHandler.cs

     文件       8045  2018-10-07 19:16  WebSocket\RTSPProxy.cs

     文件       7082  2018-10-07 19:27  WebSocket\WebSocketMiddleware.cs

     文件       3014  2018-10-08 08:41  wwwroot\camera.html

     文件       1966  2018-10-29 11:25  wwwroot\Camera.js

     文件     295341  2018-10-22 03:32  wwwroot\free.player.1.8.js

     文件        178  2018-07-18 10:56  appsettings.Development.json

     文件        228  2018-07-18 10:56  appsettings.json

     文件       1203  2018-10-08 08:26  Arim.Evms.Web.csproj

     目录          0  2018-07-27 09:12  Properties\PublishProfiles

     目录          0  2018-07-27 15:05  Properties

     目录          0  2018-10-07 19:45  WebSocket

     目录          0  2018-11-03 12:01  wwwroot

     文件        116  2018-11-03 12:00  Readme.md

----------- ---------  ---------- -----  ----

               333824                    20


评论

共有 条评论