随笔分类 -  C#

C#正则提取HTML中img的url值
摘要:正则是原来开发asp.net时网上找的,现在不记得出处。谢谢原作者的分享。 阅读全文

posted @ 2016-05-10 10:23 东云180 阅读(526) 评论(0) 推荐(0)

C#RSA非对称加解密
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Security.Cryptography; 6 using System.Text; 7 using System.Globalization; 8... 阅读全文

posted @ 2011-07-28 16:28 东云180 阅读(317) 评论(0) 推荐(0)

C# Regex详解(转)
摘要:using System; using System.Text.RegularExpressions; namespace MetarCommonSupport { /// <summary> /// 通过Framwork类库中的Regex类实现了一些特殊功能数据检查 /// </summary> 阅读全文

posted @ 2011-03-04 10:04 东云180 阅读(431) 评论(0) 推荐(0)

导航