摘要: 还可以参考 https://github.com/wendal/go-oci8 一、下载oci ORACLE调用接口(Oracle Call Interface简称OCI) https://www.oracle.com/database/technologies/instant-client/dow 阅读全文
posted @ 2020-04-30 22:43 富坚老贼 阅读(1290) 评论(0) 推荐(0) 编辑
摘要: 扩展方法的要求: 1.扩展方法要求在一个静态类中 2.扩展方法本身也是静态方法 3.扩展方法第一个参数是 [this 要扩展的类 参数名称] public class Program { static void Main() { int a = 10; int b=a.fun(); Console. 阅读全文
posted @ 2020-04-30 20:21 富坚老贼 阅读(114) 评论(0) 推荐(0) 编辑