資源簡介
代碼片段和文件信息
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?SwaggerFileUpload
{
????public?class?Program
????{
????????public?static?void?Main(string[]?args)
????????{
????????????BuildWebHost(args).Run();
????????}
????????public?static?IWebHost?BuildWebHost(string[]?args)?=>
????????????WebHost.CreateDefaultBuilder(args)
????????????????.UseStartup()
????????????????.Build();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-06?15:50??SwaggerFileUpload\
?????目錄???????????0??2018-05-06?15:47??SwaggerFileUpload\Controllers\
?????文件?????????940??2018-04-22?15:06??SwaggerFileUpload\Controllers\ValuesController.cs
?????文件?????????609??2018-04-22?15:06??SwaggerFileUpload\Program.cs
?????目錄???????????0??2018-05-06?15:50??SwaggerFileUpload\Properties\
?????文件?????????655??2018-05-06?15:50??SwaggerFileUpload\Properties\launchSettings.json
?????文件????????1361??2018-04-22?15:06??SwaggerFileUpload\Startup.cs
?????文件?????????520??2018-04-22?15:06??SwaggerFileUpload\SwaggerFileUpload.csproj
?????文件?????????241??2018-05-06?15:51??SwaggerFileUpload\SwaggerFileUpload.csproj.user
?????文件????????1470??2018-04-22?15:06??SwaggerFileUpload\SwaggerFileUploadFilter.cs
?????文件?????????168??2018-04-22?15:06??SwaggerFileUpload\appsettings.Development.json
?????文件?????????213??2018-04-22?15:06??SwaggerFileUpload\appsettings.json
?????目錄???????????0??2018-05-06?15:50??SwaggerFileUpload\bin\
?????目錄???????????0??2018-05-06?15:50??SwaggerFileUpload\bin\Debug\
?????目錄???????????0??2018-05-06?15:51??SwaggerFileUpload\bin\Debug\netcoreapp2.0\
?????文件??????267862??2018-05-06?15:51??SwaggerFileUpload\bin\Debug\netcoreapp2.0\SwaggerFileUpload.deps.json
?????文件???????10240??2018-05-06?15:51??SwaggerFileUpload\bin\Debug\netcoreapp2.0\SwaggerFileUpload.dll
?????文件????????2112??2018-05-06?15:51??SwaggerFileUpload\bin\Debug\netcoreapp2.0\SwaggerFileUpload.pdb
?????文件?????????252??2018-05-06?15:51??SwaggerFileUpload\bin\Debug\netcoreapp2.0\SwaggerFileUpload.runtimeconfig.dev.json
?????文件?????????221??2018-05-06?15:51??SwaggerFileUpload\bin\Debug\netcoreapp2.0\SwaggerFileUpload.runtimeconfig.json
?????目錄???????????0??2018-05-06?15:51??SwaggerFileUpload\obj\
?????目錄???????????0??2018-05-06?15:50??SwaggerFileUpload\obj\Debug\
?????目錄???????????0??2018-05-06?15:51??SwaggerFileUpload\obj\Debug\netcoreapp2.0\
?????文件????????1034??2018-05-06?15:50??SwaggerFileUpload\obj\Debug\netcoreapp2.0\SwaggerFileUpload.AssemblyInfo.cs
?????文件??????????42??2018-05-06?15:50??SwaggerFileUpload\obj\Debug\netcoreapp2.0\SwaggerFileUpload.AssemblyInfoInputs.cache
?????文件??????????42??2018-05-06?15:51??SwaggerFileUpload\obj\Debug\netcoreapp2.0\SwaggerFileUpload.csproj.CoreCompileInputs.cache
?????文件????????1618??2018-05-06?15:51??SwaggerFileUpload\obj\Debug\netcoreapp2.0\SwaggerFileUpload.csproj.FileListAbsolute.txt
?????文件?????1727780??2018-05-06?15:51??SwaggerFileUpload\obj\Debug\netcoreapp2.0\SwaggerFileUpload.csprojResolveAssemblyReference.cache
?????文件???????10240??2018-05-06?15:51??SwaggerFileUpload\obj\Debug\netcoreapp2.0\SwaggerFileUpload.dll
?????文件????????2112??2018-05-06?15:51??SwaggerFileUpload\obj\Debug\netcoreapp2.0\SwaggerFileUpload.pdb
?????文件?????????149??2018-05-06?15:51??SwaggerFileUpload\obj\SwaggerFileUpload.csproj.nuget.cache
............此處省略4個文件信息
- 上一篇:c#三層架構+mysql訪問類+登錄窗體
- 下一篇:wpf仿qq登陸UI界面
評論
共有 條評論