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

  • 大小: 51.43MB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2022-07-06
  • 語言: C#
  • 標簽: webapi??服務器??c#??vs??

資源簡介

WebApi搭建簡單服務器 直接用vs打開就可以用 使用c#搭建的簡易服務器

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Http;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;

namespace?WebAppliOne
{
????public?class?WebApiApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????AreaRegistration.RegisterAllAreas();
????????????GlobalConfiguration.Configure(WebApiConfig.Register);
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????????BundleConfig.RegisterBundles(BundleTable.Bundles);
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-07-11?15:37??WebAppliOne\
?????目錄???????????0??2018-07-12?09:24??WebAppliOne\.vs\
?????目錄???????????0??2018-07-11?15:37??WebAppliOne\.vs\config\
?????文件???????83190??2018-07-11?15:37??WebAppliOne\.vs\config\applicationhost.config
?????文件???????77824??2018-07-12?09:24??WebAppliOne\.vs\slnx.sqlite
?????文件??????????78??2018-07-12?09:24??WebAppliOne\.vs\VSWorkspaceState.json
?????目錄???????????0??2018-07-11?17:56??WebAppliOne\.vs\WebAppliOne\
?????目錄???????????0??2018-07-11?17:56??WebAppliOne\.vs\WebAppliOne\DesignTimeBuild\
?????文件?????????158??2018-07-13?22:45??WebAppliOne\.vs\WebAppliOne\DesignTimeBuild\.dtbcache
?????目錄???????????0??2018-07-11?15:37??WebAppliOne\.vs\WebAppliOne\v15\
?????文件??????121856??2018-07-13?22:45??WebAppliOne\.vs\WebAppliOne\v15\.suo
?????目錄???????????0??2018-07-11?15:37??WebAppliOne\.vs\WebAppliOne\v15\Server\
?????目錄???????????0??2018-07-11?15:37??WebAppliOne\.vs\WebAppliOne\v15\Server\sqlite3\
?????文件???????????0??2018-07-11?15:37??WebAppliOne\.vs\WebAppliOne\v15\Server\sqlite3\db.lock
?????文件?????1085440??2018-07-13?22:31??WebAppliOne\.vs\WebAppliOne\v15\Server\sqlite3\storage.ide
?????文件???????32768??2018-07-13?16:59??WebAppliOne\.vs\WebAppliOne\v15\Server\sqlite3\storage.ide-shm
?????文件?????4148872??2018-07-13?22:45??WebAppliOne\.vs\WebAppliOne\v15\Server\sqlite3\storage.ide-wal
?????目錄???????????0??2018-07-11?16:48??WebAppliOne\packages\
?????目錄???????????0??2018-07-11?15:37??WebAppliOne\packages\Antlr.3.5.0.2\
?????文件??????146648??2018-07-11?15:37??WebAppliOne\packages\Antlr.3.5.0.2\Antlr.3.5.0.2.nupkg
?????目錄???????????0??2018-07-11?15:37??WebAppliOne\packages\Antlr.3.5.0.2\lib\
?????文件??????103424??2013-09-10?16:29??WebAppliOne\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll
?????文件??????435712??2013-09-10?16:29??WebAppliOne\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.pdb
?????目錄???????????0??2018-07-11?15:37??WebAppliOne\packages\bootstrap.3.3.7\
?????文件??????374152??2018-07-11?15:37??WebAppliOne\packages\bootstrap.3.3.7\bootstrap.3.3.7.nupkg
?????目錄???????????0??2018-07-11?15:37??WebAppliOne\packages\bootstrap.3.3.7\content\
?????目錄???????????0??2018-07-11?15:37??WebAppliOne\packages\bootstrap.3.3.7\content\Content\
?????文件???????26132??2016-07-25?16:42??WebAppliOne\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.css
?????文件???????47706??2016-07-25?16:42??WebAppliOne\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.css.map
?????文件???????23409??2016-07-25?16:42??WebAppliOne\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.min.css
?????文件???????25648??2016-07-25?16:42??WebAppliOne\packages\bootstrap.3.3.7\content\Content\bootstrap-theme.min.css.map
............此處省略759個文件信息

評論

共有 條評論