摘要: VS2015 ADO.NET无果后果断~! 动软生成:http://pan.baidu.com/s/1gfIf0ZL 阅读全文
posted @ 2017-07-13 18:37 越过那个限制 阅读(321) 评论(0) 推荐(0) 编辑
摘要: c#事件 委托: 1.类似观察者模式。 2.当某个对象(类),执行某个动作时,之前委托的事情会自动完成。 (如B,C订阅A的事件,当A执行某动作,B和C均会按照约定进行对应动作)//使用步骤: 1.定义 delegate委托类,event 事件 //首领A:举杯委托 public delegate 阅读全文
posted @ 2017-07-13 13:37 越过那个限制 阅读(172) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication { class GenericDemo { public static void Test() { double[] numbers = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; PrintArrayInfo(number 阅读全文
posted @ 2017-07-13 10:25 越过那个限制 阅读(466) 评论(0) 推荐(0) 编辑