摘要: 1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6: namespace AnkeEdu.Tools 7: { 8: 9: /// 10: /// 电话号码帮助类 ... 阅读全文
posted @ 2014-05-09 13:35 MyFirstHome 阅读(548) 评论(0) 推荐(0) 编辑
摘要: 1: /// 2: /// 去除HTML标记 3: /// 4: /// 包括HTML的源码 5: /// 已经去除后的文字 6: public static string RemoveHTML(string Htmlstring) 7: { 8:... 阅读全文
posted @ 2014-05-09 13:33 MyFirstHome 阅读(528) 评论(0) 推荐(0) 编辑
摘要: 1: 2: using System; 3: using System.Collections.Generic; 4: using System.Text; 5: using System.IO; 6: using System.Runtime.Serialization.Formatters.Binary; 7: using System.Runt... 阅读全文
posted @ 2014-05-09 13:22 MyFirstHome 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6: namespace AkDTH.Common 7: { 8: /// 9: /// 时间字符串帮助类 10: ... 阅读全文
posted @ 2014-05-09 13:15 MyFirstHome 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: using System.Text.RegularExpressions; 6: using System.Globalization; 7: 8:... 阅读全文
posted @ 2014-05-09 13:14 MyFirstHome 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 1: 2: // 创建日期: 2008-04-23 3: // 说 明: 日期,时间处理相关的类,大多转换为字符串。 4: using System; 5: using System.Collections.Generic; 6: using System.Text; 7: 8: namespace AnkeEdu.Tools 9: ... 阅读全文
posted @ 2014-05-09 13:08 MyFirstHome 阅读(331) 评论(0) 推荐(0) 编辑