- https://docs.microsoft.com/zh-cn/dotnet/api/system.data.oracleclient.oracleconnection?view=netframework-4.8
- https://docs.microsoft.com/zh-cn/dotnet/api/system.data.oracleclient.oracleconnection.close?view=netframework-4.8 他说不能在类方法里调用close欸,但我调用了欸,咱也不知道关没关啥,咋看
- https://docs.microsoft.com/zh-cn/dotnet/standard/managed-code 👆什么是托管代码
- https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/builtin-types/unmanaged-types 👆非托管类型
- https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/classes-and-structs/finalizers 👆终结器、析构函数
- http://www.uwenku.com/question/p-tlcznzor-bac.html
橘子Jane