• 大小: 63.56MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-12-07
  • 语言: 其他
  • 标签: spring.net  中文api  

资源简介

整合了Spring.net2.0版本,配合上中文api,全面一键下载。api读取的时候请选择点击在线阅读模式。上传方便自己以后可以找到

资源截图

代码片段和文件信息

#region License

/*
 * Copyright ?2002-2006 the original author or authors.
 *
 * Licensed under the Apache License Version 2.0 (the “License“);
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing software
 * distributed under the License is distributed on an “AS IS“ BASIS
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#endregion

#region Imports

using System;
using System.Reflection;

using Spring.Aop;

#endregion

namespace Spring.AopQuickStart.Aspects
{
    /// 
    /// Simple implementation of the  interface 
    /// for a logging aspect using .
    /// 

    /// Rick Evans
    /// $Id: ConsoleLoggingAfterAdvice.csv 1.1 2006/11/26 18:57:59 bbaia Exp $
    public class ConsoleLoggingAfterAdvice : IAfterReturningAdvice
    {
        public void AfterReturning(
            object returnValue MethodInfo method object[] args object target)
        {
            Console.Out.WriteLine(“This method call returned successfully : “ + method.Name);
            Console.Out.WriteLine(“    The target was      : “ + target);
            Console.Out.WriteLine(“    The arguments were  : “);
            if (args != null)
            {
                foreach (object arg in args)
                {
                    Console.Out.WriteLine(“\t: “ + arg);
                }
            }
            Console.Out.WriteLine(“    The return value is : “ + returnValue);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-09-13 15:21  Spring.net\
     目录           0  2017-09-13 15:15  Spring.NET-2.0.0-M2\
     目录           0  2012-12-11 23:49  Spring.NET-2.0.0-M2\Spring.NET\
     目录           0  2012-12-11 23:49  Spring.NET-2.0.0-M2\Spring.NET\bin\
     目录           0  2012-12-11 23:49  Spring.NET-2.0.0-M2\Spring.NET\bin\net\
     目录           0  2012-12-11 23:49  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\
     目录           0  2012-12-11 23:49  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\
     文件       39424  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Common.Logging.dll
     文件         376  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\readme-net-3.5.txt
     文件      172032  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Aop.dll
     文件      605696  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Aop.pdb
     文件      583062  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Aop.xml
     文件      942080  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Core.dll
     文件     3085824  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Core.pdb
     文件     2659516  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Core.xml
     文件      417792  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.dll
     文件      114688  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate32.dll
     文件       40960  2012-12-11 23:27  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate32.Integration.Tests.dll
     文件        7680  2012-12-11 23:27  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate32.Integration.Tests.pdb
     文件         167  2012-12-11 23:27  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate32.Integration.Tests.xml
     文件      337408  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate32.pdb
     文件       12288  2012-12-11 23:27  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate32.Tests.dll
     文件         316  2012-12-11 23:27  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate32.Tests.dll-TestCoverage.xml
     文件         911  2012-12-11 23:27  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate32.Tests.dll-TestResults.xml
     文件        7680  2012-12-11 23:27  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate32.Tests.pdb
     文件         155  2012-12-11 23:27  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate32.Tests.xml
     文件      390996  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate32.xml
     文件      114688  2012-12-11 23:24  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate33.dll
     文件       40960  2012-12-11 23:27  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate33.Integration.Tests.dll
     文件        7680  2012-12-11 23:27  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate33.Integration.Tests.pdb
     文件         167  2012-12-11 23:27  Spring.NET-2.0.0-M2\Spring.NET\bin\net\3.5\debug\Spring.Data.NHibernate33.Integration.Tests.xml
............此处省略5756个文件信息

评论

共有 条评论