摘要: using System; using System.Text; using System.IO; namespace Common.Utility { /// /// 文件操作夹 /// public static class DirFile { region 检测指定目录是否存在 /// /// 阅读全文
posted @ 2020-04-13 23:15 zhujie- 阅读(208) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Text; using System.Web; using System.IO; namespace Common.Utility { public class FileOperate { region 写文件 protected void Wr 阅读全文
posted @ 2020-04-13 23:13 zhujie- 阅读(216) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace MyStringHelper { /// /// 字符串操作类 /// 阅读全文
posted @ 2020-04-13 00:07 zhujie- 阅读(154) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MyPinYin { /// /// 汉字拼音转换类 /// public static class Pin 阅读全文
posted @ 2020-04-13 00:00 zhujie- 阅读(493) 评论(0) 推荐(0) 编辑