开发者

C#泛型使用

0
  • 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 分类:问答