91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.51M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2024-04-24
  • 語言: C#
  • 標簽: PLC??FTP??TP??

資源簡介


資源截圖

代碼片段和文件信息

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\DatablockDescription.cs
?????文件?????????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.xml
?????文件????????2818??2020-03-05?22:29??SoftPlc-master\SoftPlc\Startup.cs
............此處省略14個文件信息

評論

共有 條評論