• 大小: 41.14MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-10
  • 语言: 其他
  • 标签: webapi  aplayer  

资源简介

本次介绍的是音乐播放器APlayer结合WebAPI的使用

资源截图

代码片段和文件信息

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

namespace APlayerAndWebApi
{
    public class MvcApplication : System.Web.HttpApplication
    {
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();
            FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
            RouteConfig.RegisterRoutes(RouteTable.Routes);
            BundleConfig.RegisterBundles(BundleTable.Bundles);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.    125952  2016-09-02 15:17  APlayerAndWebApi\.vs\APlayerAndWebApi\v14\.suo

     文件      86382  2016-09-01 23:09  APlayerAndWebApi\.vs\config\applicationhost.config

     文件      16518  2016-09-02 15:15  APlayerAndWebApi\APlayerAndWebApi\APlayerAndWebApi.csproj

     文件       1171  2016-09-02 15:15  APlayerAndWebApi\APlayerAndWebApi\APlayerAndWebApi.csproj.user

     文件       1271  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\App_Start\BundleConfig.cs

     文件        284  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\App_Start\FilterConfig.cs

     文件       4431  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\App_Start\IdentityConfig.cs

     文件        609  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\App_Start\RouteConfig.cs

     文件       3370  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\App_Start\Startup.Auth.cs

     文件     102912  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Antlr3.Runtime.dll

     文件     431616  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Antlr3.Runtime.pdb

     文件      22016  2016-09-02 15:15  APlayerAndWebApi\APlayerAndWebApi\bin\APlayerAndWebApi.dll

     文件       5458  2016-09-02 11:19  APlayerAndWebApi\APlayerAndWebApi\bin\APlayerAndWebApi.dll.config

     文件      58880  2016-09-02 15:15  APlayerAndWebApi\APlayerAndWebApi\bin\APlayerAndWebApi.pdb

     文件    5196496  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Entityframework.dll

     文件     621264  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Entityframework.SqlServer.dll

     文件     154866  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Entityframework.SqlServer.xml

     文件    3652961  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Entityframework.xml

     文件     171672  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.AspNet.Identity.Core.dll

     文件     124939  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.AspNet.Identity.Core.xml

     文件      77472  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.AspNet.Identity.Entityframework.dll

     文件      52609  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.AspNet.Identity.Entityframework.xml

     文件      54944  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.AspNet.Identity.Owin.dll

     文件      32939  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.AspNet.Identity.Owin.xml

     文件      29344  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll

     文件       1805  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml

     文件     101032  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.Owin.dll

     文件     133288  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.Owin.Host.SystemWeb.dll

     文件      31372  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.Owin.Host.SystemWeb.xml

     文件      36520  2016-09-01 23:08  APlayerAndWebApi\APlayerAndWebApi\bin\Microsoft.Owin.Security.Cookies.dll

............此处省略984个文件信息

评论

共有 条评论