12 2018 档案
摘要:1 class Program 2 { 3 static BlockingCollection cols = new BlockingCollection(2); //设置阻塞队列最大的容量; 4 public static void Main(string[] args) 5 { 6 7 ...
阅读全文
摘要:namespace console_class_继承 { class Program { public static void Main(string[] args) { Dog d = new Dog(); d.run(); ...
阅读全文
摘要:using System; using System.Reflection; namespace console_attribute { class Program { public static void Main(string[] args) { Type t = typeof(Books); ...
阅读全文
摘要:class Program { static void Main(string[] args) { //通过使用$符号初始化一个字符串,可以在字符串中使用占位符来引用变量 int a = 123; Console.WriteLine($"this value...
阅读全文

浙公网安备 33010602011771号