摘要: /// /// 是否为日期型字符串 /// /// 日期字符串(2008-05-08) /// public static bool IsDate(string StrSource) { ... 阅读全文
posted @ 2015-08-02 14:13 地狱猫 阅读(660) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 三个数中找最大{ class Program { static void Main(str... 阅读全文
posted @ 2015-08-02 14:06 地狱猫 阅读(124) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 闰年平年{ class Program { static void Main(string... 阅读全文
posted @ 2015-08-02 14:05 地狱猫 阅读(153) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 判断奇偶{ class Program { static void Main(string... 阅读全文
posted @ 2015-08-02 14:04 地狱猫 阅读(163) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 电话运营商电话{ class Program { static void Main(str... 阅读全文
posted @ 2015-08-02 14:03 地狱猫 阅读(164) 评论(0) 推荐(0)