业精于思

随笔分类 -  .NET

C# JSON操作
摘要:using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Reflection;using System.Collections;using System.Data.C 阅读全文

posted @ 2018-12-16 18:01 zoood 阅读(204) 评论(0) 推荐(0)

C# 字符串处理类
摘要:using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions; namespace ZD.Utilities{ /// <summary> /// 字符串操作类 阅读全文

posted @ 2018-12-16 17:58 zoood 阅读(685) 评论(0) 推荐(0)

C# 全局唯一标识符 (GUID)
摘要:一 C# 全局唯一标识符 (GUID)Represents a globally unique identifier (GUID).To browse the .NET Framework source code for this type, see theReference Source.Name... 阅读全文

posted @ 2014-11-28 12:00 zoood 阅读(2527) 评论(0) 推荐(0)

导航