摘要: 阅读全文
posted @ 2014-11-18 10:32 m天下 阅读(137) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-11-18 10:30 m天下 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-11-18 10:27 m天下 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-11-18 10:18 m天下 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-11-18 10:15 m天下 阅读(116) 评论(0) 推荐(0) 编辑
摘要: http://www.imooc.com/view/68?from=cnblogs 阅读全文
posted @ 2014-11-18 09:59 m天下 阅读(251) 评论(0) 推荐(0) 编辑
摘要: using System.Text.RegularExpressions;namespace DotNet.Utilities{ /// /// 操作正则表达式的公共类 /// public class RegexHelper { #region 验证输入字符串是否与模式字符串匹配 /// ... 阅读全文
posted @ 2014-10-22 16:33 m天下 阅读(722) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.DirectoryServices;using System.Security.Principal;using System.Runtime.In... 阅读全文
posted @ 2014-10-22 16:32 m天下 阅读(409) 评论(0) 推荐(0) 编辑
摘要: using System.Collections;using System.Text.RegularExpressions;public class BarCodeToHTML{ public static string get39(string s, int width, int height) ... 阅读全文
posted @ 2014-10-22 16:30 m天下 阅读(194) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Web;using System.Drawing;using System.Security.Cryptography;/// /// 验证码类/// public class Rand{ #region 生成随机数字 /// /// 生成随机数... 阅读全文
posted @ 2014-10-22 16:30 m天下 阅读(381) 评论(0) 推荐(0) 编辑