資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.IO;
using?System.Linq;
using?System.Threading.Tasks;
using?Microsoft.AspNetCore;
using?Microsoft.AspNetCore.Hosting;
using?Microsoft.Extensions.Configuration;
using?Microsoft.Extensions.Logging;
namespace?SoftPlc
{
????public?class?Program
????{
????????public?static?void?Main(string[]?args)
????????{
????????????BuildWebHost(args).Run();
????????}
????????public?static?IWebHost?BuildWebHost(string[]?args)?
????????{
????????????var?configuration?=?new?ConfigurationBuilder().AddCommandLine(args).Build();
????????????
????????????return?WebHost.CreateDefaultBuilder(args)
????????????????.UseConfiguration(configuration)
????????????????.UseStartup()
????????????????.Build();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\
?????文件????????5591??2020-03-05?22:29??SoftPlc-master\.gitignore
?????文件????????1334??2020-03-05?22:29??SoftPlc-master\.travis.yml
?????文件????????1073??2020-03-05?22:29??SoftPlc-master\LICENSE
?????文件????????2488??2020-03-05?22:29??SoftPlc-master\README.md
?????文件????????1977??2020-03-05?22:29??SoftPlc-master\SoftPlc.sln
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\SoftPlc\
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\SoftPlc\Constants\
?????文件?????????121??2020-03-05?22:29??SoftPlc-master\SoftPlc\Constants\EnvironmentVariables.cs
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\SoftPlc\Controllers\
?????文件????????2146??2020-03-05?22:29??SoftPlc-master\SoftPlc\Controllers\DataBlocksController.cs
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\SoftPlc\Docker\
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\SoftPlc\Docker\arm\
?????文件?????????210??2020-03-05?22:29??SoftPlc-master\SoftPlc\Docker\arm\Dockerfile
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\SoftPlc\Docker\linux-x64\
?????文件?????????202??2020-03-05?22:29??SoftPlc-master\SoftPlc\Docker\linux-x64\Dockerfile
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\SoftPlc\Docker\windows-nano\
?????文件?????????195??2020-03-05?22:29??SoftPlc-master\SoftPlc\Docker\windows-nano\Dockerfile
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\SoftPlc\Interfaces\
?????文件?????????375??2020-03-05?22:29??SoftPlc-master\SoftPlc\Interfaces\IPlcService.cs
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\SoftPlc\Models\
?????文件?????????521??2020-03-05?22:29??SoftPlc-master\SoftPlc\Models\DatablockDesc
?????文件?????????775??2020-03-05?22:29??SoftPlc-master\SoftPlc\Program.cs
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\SoftPlc\Services\
?????文件????????4747??2020-03-05?22:29??SoftPlc-master\SoftPlc\Services\PlcService.cs
?????文件????????1044??2020-03-05?22:29??SoftPlc-master\SoftPlc\Services\PlcServiceMock.cs
?????目錄???????????0??2020-03-05?22:29??SoftPlc-master\SoftPlc\Snap7\
?????文件???????87575??2020-03-05?22:29??SoftPlc-master\SoftPlc\Snap7\snap7.net.cs
?????文件????????1809??2020-03-05?22:29??SoftPlc-master\SoftPlc\SoftPlc.csproj
?????文件????????1837??2020-03-05?22:29??SoftPlc-master\SoftPlc\SoftPlc.xm
?????文件????????2818??2020-03-05?22:29??SoftPlc-master\SoftPlc\Startup.cs
............此處省略14個文件信息
- 上一篇:梅特里托利多天平稱XP系列指令通訊
- 下一篇:窗體的浮動及隱藏58524
評論
共有 條評論