• 大小: 8.85M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 微信  d  开发  

资源简介

微信开发官网dome

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Routing;
using Deepleo.Weixin.SDK.Helpers;
using Deepleo.Web.Services;
using System.Text;
using System.IO;

namespace Deepleo.Web
{
    // Note: For instructions on enabling IIS6 or IIS7 classic mode 
    // visit http://go.microsoft.com/?linkId=9394801
    public class MvcApplication : System.Web.HttpApplication
    {

        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();

            WebApiConfig.Register(GlobalConfiguration.Configuration);
            FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
            RouteConfig.RegisterRoutes(RouteTable.Routes);
            WeixinConfig.Re

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

    .......       294  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\.gitignore

    .......       265  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\App_Start\FilterConfig.cs

    .......       580  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\App_Start\RouteConfig.cs

    .......       461  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\App_Start\WebApiConfig.cs

    .......      1931  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\App_Start\WeixinConfig.cs

    .......      2144  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\Attributes\WeixinOAuthAuthorizeAttribute.cs

     文件      66560  2015-10-12 11:29  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\Deepleo.Web.dll

     文件      71168  2015-10-12 11:29  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\Deepleo.Web.pdb

     文件     128000  2015-10-12 11:29  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\Deepleo.Weixin.SDK.dll

     文件     216576  2015-10-12 11:29  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\Deepleo.Weixin.SDK.pdb

     文件     301056  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\log4net.dll

     文件    1485451  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\log4net.xml

     文件      45416  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\Microsoft.Web.Infrastructure.dll

     文件     374784  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\Newtonsoft.Json.dll

     文件     411193  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\Newtonsoft.Json.xml

     文件     180832  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Net.Http.dll

     文件     168544  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Net.Http.Formatting.dll

     文件     136384  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Net.Http.Formatting.xml

     文件      16480  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Net.Http.WebRequest.dll

     文件       5377  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Net.Http.WebRequest.xml

     文件     199517  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Net.Http.xml

     文件     138328  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Web.Helpers.dll

     文件      73376  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Web.Helpers.xml

     文件     323168  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Web.Http.dll

     文件      73312  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Web.Http.WebHost.dll

     文件       9936  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Web.Http.WebHost.xml

     文件     374883  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Web.Http.xml

     文件     506976  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Web.Mvc.dll

     文件     837619  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Web.Mvc.xml

     文件     264792  2015-09-11 00:39  weixinSDK-master\weixinSDK-master\Deepleo.Web\bin\System.Web.Razor.dll

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

评论

共有 条评论