C#泛型
C#使用自定义的泛型节点类实现二叉树类
目录一、涉及到的知识点1.Comparer<T>.Default 属性2.实现二叉树类BinaryTree<T>步骤二、 使用泛型节点类 Node<T>实现二叉树类BinaryTree<T>一、涉及到的知识点[详细]
2024-08-12 13:08 分类:开发C#高级静态语言效率利器之泛型详解
目录引入类型约束子类泛型常用的泛型数据结构泛型委托引入 所谓泛型,就是创建一个函数,对所有数据类型都生效。最常见的例子就是运算符,毕竟1+1=2,1.0+1.0=2.0,足以看出+是对多种数据类型起作用的。[详细]
2023-02-28 10:45 分类:开发ASP SaveToDisk method takes an incredible amount of time
This is a method in ASP Classic that saves a file to disk. It takes a very long time but I\'m not sure why. Normally, I wouldn\'t mind so much, but the files it handles are pretty large so need this n[详细]
2022-12-28 13:59 分类:问答