首页 新闻 会员 周边 捐助
1
回答数

回答被采纳 50 .NET Core 中从数据库连接池中获取连接超时问题

错误日志如下 System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtain
5
回答数

回答被采纳 50 C# 泛型如何将类作为参数传递

是这样的 我有好几个定义好的类 class A { ... } class B { ... } ... 然后现在用泛型List<T> public get(int number){ if(number