C# C# 取自身版本 Ping检测网络 读取网络XML 自动更新 范例 private bool CheckUpdateServerState(string host) { ... 01月06日 阅读 3,708 发表评论 阅读全文
C# C# StringBuilder 类的使用 using System; using System.Collections.Generic; using System.Di... 12月14日 阅读 1,946 发表评论 阅读全文
C# C# 字符串的各种方法 using System; using System.Collections.Generic; using System.Li... 12月14日 阅读 1,928 发表评论 阅读全文
C# C# 方法的重载 out参数 ref参数 params可变参数 递归 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.T... 12月13日 阅读 2,841 发表评论 阅读全文
C# C# 函数大全 using System; using System.Collections.Generic; using System.Te... 12月08日 阅读 2,533 发表评论 阅读全文
C# C#.net常用函数和方法集 1、DateTime数字型 System.DateTimecurrentTime=newSystem.DateTime(); 1.1... 12月04日 阅读 4,487 发表评论 阅读全文