03 2016 档案

摘要://XMLHttpRequest类 function XMLHTTPRequestUtil() { this.Instance = null; this.GetXMLHttpRequest = function () { var r = window.XMLHttpRequest ? new ... 阅读全文
posted @ 2016-03-25 11:40 b̶i̶n̶g̶.̶ 阅读(156) 评论(0) 推荐(0) 编辑
摘要:需求:泛型使用多态性 备注:协变逆变只能修饰 接口和委托 简单理解: 1.使用 in 修饰后为逆变,只能用作形参使用 ,参考 public delegate void Action<in T>(T obj); 2.使用 out 修饰后为协变,只能用于返回值,参考 public delegate TR 阅读全文
posted @ 2016-03-24 16:31 b̶i̶n̶g̶.̶ 阅读(188) 评论(0) 推荐(0) 编辑
摘要:代码笔记: 阅读全文
posted @ 2016-03-16 16:22 b̶i̶n̶g̶.̶ 阅读(449) 评论(0) 推荐(0) 编辑