C# C# 静态非静态 构造函数 析构函数 This关键字 using System; using System.Collections.Generic; using System.Li... 12月15日 阅读 1,732 发表评论 阅读全文
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# 类的继承 派生子类 NEW关键隐藏父类中的方法(函数) using System; using System.Collections.Generic; using System.Li... 12月14日 阅读 2,517 发表评论 阅读全文
C# C# 结构 枚举 枚举和int以及string类型之间的转换 using System; using System.Collections.Generic; using System.Li... 12月13日 阅读 1,859 发表评论 阅读全文
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.Li... 12月13日 阅读 1,854 发表评论 阅读全文
C# C# 创建一个类,实例化类 using System; using System.Collections.Generic; using System.Linq; using System.Text; // 这个就是我们的类文件了... 12月08日 阅读 2,760 发表评论 阅读全文
C# C# 函数大全 using System; using System.Collections.Generic; using System.Te... 12月08日 阅读 2,533 发表评论 阅读全文
程序设计 软件开发的二十一条法则 任何一个有经验的程序员都知道,软件开发遵循着一些不成文的法则。然而,如果你不遵循这些法则也并不意味着会受到惩罚;相反,有时你还会获得意外的好处。下面的就是软件编程中的21条法则: 1、任何程序一旦部署... 12月08日 阅读 2,060 发表评论 阅读全文