摘要: using System;using System.Collections.Generic;using System.Text;using System.Xml; namespace EasyFrame.Common{ public class XmlHelper { #region 增、删、改操作 阅读全文
posted @ 2017-08-21 20:27 !opts 阅读(161) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;using System.Net; namespace EasyFrame.Co 阅读全文
posted @ 2017-08-21 20:25 !opts 阅读(900) 评论(0) 推荐(0) 编辑
摘要: public class Regexlib { /// <summary> /// 判断字符串是否是a-zA-Z0-9_范围内(4,18位范围内) /// </summary> /// <param name="strIn"></param> /// <returns></returns> publ 阅读全文
posted @ 2017-08-21 20:09 !opts 阅读(134) 评论(0) 推荐(0) 编辑