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

  • 大小: 1.06M
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: 大轉盤??轉盤??

資源簡介

.net core my sql做的大轉盤,含數據庫腳本

資源截圖

代碼片段和文件信息

using?System;
using?System.IO;
using?Microsoft.Extensions.Configuration;
using?Microsoft.Extensions.Configuration.Json;
using?Microsoft.Extensions.DependencyInjection;
using?Microsoft.Extensions.Options;

namespace?Lucky.Core
{
????public?class?ConfigExtensions
????{
????????public?static?IConfiguration?Configuration?{?get;?set;?}
????????static?ConfigExtensions()
????????{
????????????Configuration?=?new?ConfigurationBuilder()
????????????????.SetbasePath(Directory.GetCurrentDirectory())
????????????????.AddJsonFile(“appsettings.json“?optional:?true)
????????????????.Build();
????????}

????????public?static?T?GetSection(string?key)?where?T?:?class?new()
????????{
????????????var?obj?=?new?ServiceCollection()
????????????????.AddOptions()
????????????????.Configure(Configuration.G

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-05-01?14:45??lucky\
?????文件????????2518??2019-05-01?14:45??lucky\.gitattributes
?????文件????????4305??2019-05-01?14:45??lucky\.gitignore
?????目錄???????????0??2019-05-01?14:45??lucky\DB\
?????文件????????2649??2019-05-01?14:45??lucky\DB\init.sql
?????文件???????11357??2019-05-01?14:45??lucky\LICENSE
?????目錄???????????0??2019-05-01?14:45??lucky\Lucky.Core\
?????文件????????2592??2019-05-01?14:45??lucky\Lucky.Core\ConfigExtensions.cs
?????文件????????1709??2019-05-01?14:45??lucky\Lucky.Core\DbContext.cs
?????文件?????????410??2019-05-01?14:45??lucky\Lucky.Core\Lucky.Core.csproj
?????目錄???????????0??2019-05-01?14:45??lucky\Lucky.Domain\
?????文件?????????296??2019-05-01?14:45??lucky\Lucky.Domain\Lucky.Domain.csproj
?????文件?????????435??2019-05-01?14:45??lucky\Lucky.Domain\LuckyAccount.cs
?????文件?????????648??2019-05-01?14:45??lucky\Lucky.Domain\LuckyAction.cs
?????文件????????1442??2019-05-01?14:45??lucky\Lucky.Domain\LuckyProduct.cs
?????文件????????1001??2019-05-01?14:45??lucky\Lucky.Domain\LuckyResult.cs
?????目錄???????????0??2019-05-01?14:45??lucky\Lucky.Service\
?????文件?????????196??2019-05-01?14:45??lucky\Lucky.Service\baseServer.cs
?????文件?????????464??2019-05-01?14:45??lucky\Lucky.Service\Lucky.Service.csproj
?????文件?????????709??2019-05-01?14:45??lucky\Lucky.Service\LuckyAccountService.cs
?????文件?????????192??2019-05-01?14:45??lucky\Lucky.Service\LuckyActionService.cs
?????文件????????2803??2019-05-01?14:45??lucky\Lucky.Service\LuckyProductService.cs
?????文件?????????194??2019-05-01?14:45??lucky\Lucky.Service\LuckyResultService.cs
?????目錄???????????0??2019-05-01?14:45??lucky\Lucky.Web\
?????目錄???????????0??2019-05-01?14:45??lucky\Lucky.Web\Controllers\
?????文件????????1306??2019-05-01?14:45??lucky\Lucky.Web\Controllers\HomeController.cs
?????文件?????????706??2019-05-01?14:45??lucky\Lucky.Web\Lucky.Web.csproj
?????目錄???????????0??2019-05-01?14:45??lucky\Lucky.Web\Models\
?????文件?????????207??2019-05-01?14:45??lucky\Lucky.Web\Models\ErrorViewModel.cs
?????文件?????????607??2019-05-01?14:45??lucky\Lucky.Web\Program.cs
?????目錄???????????0??2019-05-01?14:45??lucky\Lucky.Web\Properties\
............此處省略146個文件信息

評論

共有 條評論