資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Threading.Tasks;
using?Microsoft.AspNetCore.Hosting;
using?Microsoft.Extensions.Configuration;
using?Microsoft.Extensions.Hosting;
using?Microsoft.Extensions.Logging;
namespace?Cetione.API
{
????public?class?Program
????{
????????public?static?void?Main(string[]?args)
????????{
????????????CreateHostBuilder(args).Build().Run();
????????}
????????public?static?IHostBuilder?CreateHostBuilder(string[]?args)?=>
????????????Host.CreateDefaultBuilder(args)
????????????????.ConfigureWebHostDefaults(webBuilder?=>
????????????????{
????????????????????webBuilder.UseStartup();
????????????????});
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????164??2019-12-09?18:28??Cetione.API\.config\dotnet-tools.json
?????文件??????80985??2020-04-03?15:19??Cetione.API\.vs\Cetione.API\config\applicationhost.config
?????文件?????834066??2020-04-03?15:27??Cetione.API\.vs\Cetione.API\DesignTimeBuild\.dtbcache
????..A..H.?????70656??2020-04-24?16:14??Cetione.API\.vs\Cetione.API\v16\.suo
?????文件??????????0??2019-10-28?15:06??Cetione.API\.vs\Cetione.API\v16\Server\sqlite3\db.lock
?????文件????4390912??2020-04-20?13:26??Cetione.API\.vs\Cetione.API\v16\Server\sqlite3\storage.ide
?????文件???????4939??2019-11-04?17:57??Cetione.API\API\SuiteController.cs
?????文件???????4824??2020-04-24?16:47??Cetione.API\API\WxrpController.cs
?????文件????????146??2019-10-28?15:06??Cetione.API\appsettings.Development.json
?????文件????????326??2019-10-28?16:53??Cetione.API\appsettings.json
?????文件????????146??2019-10-28?15:06??Cetione.API\bin\Debug\netcoreapp3.0\appsettings.Development.json
?????文件????????326??2019-10-28?16:53??Cetione.API\bin\Debug\netcoreapp3.0\appsettings.json
?????文件?????261053??2020-04-03?15:19??Cetione.API\bin\Debug\netcoreapp3.0\Cetione.API.deps.json
?????文件??????24576??2020-04-03?15:19??Cetione.API\bin\Debug\netcoreapp3.0\Cetione.API.dll
?????文件?????159744??2020-04-03?15:19??Cetione.API\bin\Debug\netcoreapp3.0\Cetione.API.exe
?????文件???????8492??2020-04-03?15:19??Cetione.API\bin\Debug\netcoreapp3.0\Cetione.API.pdb
?????文件????????190??2020-04-03?15:19??Cetione.API\bin\Debug\netcoreapp3.0\Cetione.API.runtimeconfig.dev.json
?????文件????????224??2020-04-03?15:19??Cetione.API\bin\Debug\netcoreapp3.0\Cetione.API.runtimeconfig.json
?????文件??????38912??2020-04-03?15:19??Cetione.API\bin\Debug\netcoreapp3.0\Cetione.API.Views.dll
?????文件???????4120??2020-04-03?15:19??Cetione.API\bin\Debug\netcoreapp3.0\Cetione.API.Views.pdb
?????文件?????308088??2019-08-14?23:21??Cetione.API\bin\Debug\netcoreapp3.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
?????文件??????15736??2019-08-14?23:21??Cetione.API\bin\Debug\netcoreapp3.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
?????文件??????36216??2019-08-14?23:20??Cetione.API\bin\Debug\netcoreapp3.0\cs\Microsoft.CodeAnalysis.resources.dll
?????文件??????78712??2019-08-14?23:20??Cetione.API\bin\Debug\netcoreapp3.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
?????文件?????327032??2019-08-14?23:21??Cetione.API\bin\Debug\netcoreapp3.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
?????文件??????16248??2019-08-14?23:21??Cetione.API\bin\Debug\netcoreapp3.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
?????文件??????37240??2019-08-14?23:20??Cetione.API\bin\Debug\netcoreapp3.0\de\Microsoft.CodeAnalysis.resources.dll
?????文件??????81784??2019-08-14?23:20??Cetione.API\bin\Debug\netcoreapp3.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
?????文件??????53112??2019-09-20?22:26??Cetione.API\bin\Debug\netcoreapp3.0\dotnet-aspnet-codegenerator-design.dll
?????文件?????320376??2019-08-14?23:21??Cetione.API\bin\Debug\netcoreapp3.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
............此處省略296個文件信息
- 上一篇:企業人事管理系統c#源碼(含數據庫腳本以及說明文檔)
- 下一篇:IP設置工具三層構架
評論
共有 條評論