摘要: public enum DateInterval{ Second, Minute, Hour, Day, Week, Month, Quarter, Year}public sealed class DateTimeManger{ private DateTimeManger() {}//end of default constructor public static long DateDiff(... 阅读全文
posted @ 2006-07-28 10:26 幸运儿 阅读(404) 评论(1) 推荐(0)
摘要: C# Open SourceOpen Source Aspect-Oriented Frameworks in C# AspectSharp - Aspect# (pronunced as AspectSharp) is a free AOP ( Aspect Oriented Programming ) framework for the .NET Framework, it uses Dyna... 阅读全文
posted @ 2006-07-28 10:25 幸运儿 阅读(430) 评论(0) 推荐(0)
摘要: using System;using System.Text;using System.Text.RegularExpressions;namespace myluntan{/// <summary>/// UBB 的摘要说明。/// </summary>public class UBB{ public UBB() { // // TODO: 在此处添加构造函数逻辑 // ... 阅读全文
posted @ 2006-05-18 10:35 幸运儿 阅读(380) 评论(0) 推荐(0)