资源简介
参考博客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.pubxm
文件 568 2018-10-08 08:33 Properties\PublishProfiles\FolderProfile.pubxm
文件 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.pla
文件 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
- 上一篇:平时成绩生成器
- 下一篇:LCD1602液晶显示的计算器加减乘除
相关资源
- 一个简单的verilog编写的DMA IP CORE,和
- OPC插件OPC Core Components 2.00 SDK 2.20
- .net计件工资管理程序 啊
- powerdatagrid控件 源码
- 《WCF服务编程(第三版)》.pdf
- 初学Visual Basic 2010代码
- 网上购物商城系统完整版
- 基于Altera MegaCore实现FFT的方法
- Two-photon absorption in ZnO/ZnS and ZnO/ZnS/A
- The binding and unwinding properties of the Bl
- Apress.Exploring.the.NET.Core.3.0.Runtime.pdf
- Core Data by Tutorials (Swift 4.2)
- ArcGIS10.3 AfCore.dll重要破解文件
- AutoMapper的使用
- Synthesis and photophysical properties of star
- 完整的利用itext5、zxing、QRCore制作pd
- arcore官方事例改
- 清华大学计算机系网络课程之模式识
- opencore-amr-js-master
- 第6章:Qtopia Core应用程序设计.ppt
- .net core微服务第二版课件和源码
- 某实验中学网站(源码+数据库)
- .net core 定时任务
- 最全蓝牙协议规范-HFP/A2DP/AVRCP/PBAP/M
- AR + GPS Location.unitypackage
- Telcordia GR-63-CORE Issue4 2012
- coremail邮箱
- 学生综合素质测评
- 高清彩版 Building.Microservices.with.NET.C
- coreseek中日韩分词词库
评论
共有 条评论