• 大小: 1.57M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: asp  单点登录  登录  s  a  

资源简介

主要针对ASP单点登录实现

资源截图

代码片段和文件信息

using Castle.DynamicProxy;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Castle.AOP.Command;
using Castle.AOP.My;
using Castle.AOP.Other;
using Castle.AOP.ReadMethod;
using Castle.AOP.SimleInterceptor;

namespace Castle.AOP
{
    class Program
    {
        static void Main(string[] args)
        {
            //SimpleTest.Test();
            //ReadMethodTest.Test();
            //CommandTest.Test();
            //OtherTest.Test2();
            //StudentTest.Test();
            StudentTest.Test2();
            Console.ReadLine();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-11-15 02:35  study-master\
     文件        2518  2016-11-15 02:35  study-master\.gitattributes
     文件        3755  2016-11-15 02:35  study-master\.gitignore
     目录           0  2016-11-15 02:35  study-master\Castle.AOP\
     文件         178  2016-11-15 02:35  study-master\Castle.AOP\App.config
     目录           0  2016-11-15 02:35  study-master\Castle.AOP\Command\
     文件        1667  2016-11-15 02:35  study-master\Castle.AOP\Command\CommandInterceptor.cs
     文件        1959  2016-11-15 02:35  study-master\Castle.AOP\Command\CommandPortal.cs
     文件        1751  2016-11-15 02:35  study-master\Castle.AOP\Command\CommandTest.cs
     文件         439  2016-11-15 02:35  study-master\Castle.AOP\Command\ICommandPortal.cs
     文件         876  2016-11-15 02:35  study-master\Castle.AOP\Command\IPerson.cs
     文件         659  2016-11-15 02:35  study-master\Castle.AOP\Command\objectContainer.cs
     文件         771  2016-11-15 02:35  study-master\Castle.AOP\Command\PortalProxyFactory.cs
     文件        1686  2016-11-15 02:35  study-master\Castle.AOP\Command\Request.cs
     文件         597  2016-11-15 02:35  study-master\Castle.AOP\Command\Response.cs
     目录           0  2016-11-15 02:35  study-master\Castle.AOP\My\
     文件         552  2016-11-15 02:35  study-master\Castle.AOP\My\IStudent.cs
     文件        1050  2016-11-15 02:35  study-master\Castle.AOP\My\Student.cs
     文件        1654  2016-11-15 02:35  study-master\Castle.AOP\My\StudentInterceptor(HXF07816--hxf07816--2016-08-10-093725).cs
     文件        1521  2016-11-15 02:35  study-master\Castle.AOP\My\StudentInterceptor.cs
     文件        1736  2016-11-15 02:35  study-master\Castle.AOP\My\StudentTest.cs
     文件         657  2016-11-15 02:35  study-master\Castle.AOP\My\Teacher.cs
     文件         717  2016-11-15 02:35  study-master\Castle.AOP\My\TeacherInterceptor.cs
     目录           0  2016-11-15 02:35  study-master\Castle.AOP\Other\
     文件        1508  2016-11-15 02:35  study-master\Castle.AOP\Other\CallingLogInterceptor.cs
     文件        1118  2016-11-15 02:35  study-master\Castle.AOP\Other\InterceptorFilter.cs
     文件         866  2016-11-15 02:35  study-master\Castle.AOP\Other\InterceptorSelector.cs
     文件        2265  2016-11-15 02:35  study-master\Castle.AOP\Other\OtherTest.cs
     文件         706  2016-11-15 02:35  study-master\Castle.AOP\Other\SimpleLogInterceptor.cs
     文件         448  2016-11-15 02:35  study-master\Castle.AOP\Other\SimpleSamepleEntity.cs
     文件         633  2016-11-15 02:35  study-master\Castle.AOP\Program.cs
............此处省略337个文件信息

评论

共有 条评论