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

資源簡介

如果在iis express下調(diào)試的話,

1.請將 .vs/config/applicationhost.config 中的節(jié)點替換為如下:

<binding protocol="http" bindingInformation="*:57707:" />

2. 重新打開vs,切記必須以管理員身份打開 方可。

3.輸入 如下圖的域名 即可查看效果

資源截圖

代碼片段和文件信息

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.DependencyInjection;
using?Microsoft.Extensions.Logging;
using?webmarks.xyz.Models;

namespace?webmarks.xyz
{
????public?class?Program
????{
????????public?static?void?Main(string[]?args)
????????{
????????????var?host?=?BuildWebHost(args);

????????????using?(var?scope?=?host.Services.CreateScope())
????????????{
????????????????var?services?=?scope.ServiceProvider;
????????????????var?context?=?services.GetRequiredService();
????????????????context.Database.EnsureCreated();
????????????????if?(!context.Tenants.Any())
?????????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-10?21:21??Controllers\
?????文件????????1019??2018-03-08?12:15??Controllers\HomeController.cs
?????文件?????????974??2018-05-10?21:21??Controllers\TestController.cs
?????目錄???????????0??2018-05-09?23:23??Infrastructure\
?????文件????????1591??2018-03-08?12:15??Infrastructure\TenantActionFilter.cs
?????目錄???????????0??2018-05-09?23:23??Models\
?????文件?????????210??2018-03-08?12:15??Models\ErrorViewModel.cs
?????文件?????????229??2018-03-08?12:15??Models\Tenant.cs
?????文件?????????365??2018-03-08?12:15??Models\WebMarksDbContext.cs
?????文件????????1326??2018-03-08?12:15??Program.cs
?????目錄???????????0??2018-05-09?23:23??Properties\
?????文件?????????650??2018-05-09?23:23??Properties\launchSettings.json
?????文件????????1646??2018-03-08?12:15??Startup.cs
?????目錄???????????0??2018-05-09?23:23??Views\
?????目錄???????????0??2018-05-09?23:23??Views\Home\
?????文件?????????156??2018-03-08?12:15??Views\Home\About.cshtml
?????文件?????????451??2018-03-08?12:15??Views\Home\Contact.cshtml
?????文件????????5333??2018-03-08?12:15??Views\Home\Index.cshtml
?????目錄???????????0??2018-05-09?23:23??Views\Shared\
?????文件?????????847??2018-03-08?12:15??Views\Shared\Error.cshtml
?????文件????????3533??2018-03-08?12:15??Views\Shared\_Layout.cshtml
?????文件????????1154??2018-03-08?12:15??Views\Shared\_ValidationscriptsPartial.cshtml
?????文件?????????100??2018-03-08?12:15??Views\_ViewImports.cshtml
?????文件??????????32??2018-03-08?12:15??Views\_ViewStart.cshtml
?????文件?????????168??2018-03-08?12:15??appsettings.Development.json
?????文件?????????105??2018-03-08?12:15??appsettings.json
?????目錄???????????0??2018-05-09?23:23??bin\
?????目錄???????????0??2018-05-09?23:23??bin\Debug\
?????目錄???????????0??2018-05-10?20:59??bin\Debug\netcoreapp2.0\
?????文件??????280956??2018-05-10?21:19??bin\Debug\netcoreapp2.0\webmarks.xyz.deps.json
?????文件???????13824??2018-05-10?21:21??bin\Debug\netcoreapp2.0\webmarks.xyz.dll
............此處省略79個文件信息

評論

共有 條評論