08 2017 档案

摘要:oopts的CSDN博客 阅读全文
posted @ 2017-08-22 20:44 !opts 阅读(139) 评论(0) 推荐(0)
摘要: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 阅读(170) 评论(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 阅读(946) 评论(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 阅读(143) 评论(0) 推荐(0)
摘要:int month = month - DateTime.Now.Month; startTime = DateTime.Today.AddDays(0 - DateTime.Today.Day + 1).AddMonths(month); //当月第一天 endTime = DateTime.To 阅读全文
posted @ 2017-08-15 15:42 !opts 阅读(268) 评论(0) 推荐(0)