08 2017 档案
摘要:using System;using System.Collections.Generic;using System.Text;using System.Xml; namespace EasyFrame.Common{ public class XmlHelper { #region 增、删、改操作
阅读全文
摘要:using System;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;using System.Net; namespace EasyFrame.Co
阅读全文
摘要:public class Regexlib { /// <summary> /// 判断字符串是否是a-zA-Z0-9_范围内(4,18位范围内) /// </summary> /// <param name="strIn"></param> /// <returns></returns> publ
阅读全文
摘要:int month = month - DateTime.Now.Month; startTime = DateTime.Today.AddDays(0 - DateTime.Today.Day + 1).AddMonths(month); //当月第一天 endTime = DateTime.To
阅读全文

浙公网安备 33010602011771号