上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 40 下一页
摘要: //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) 编辑
摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>页面加载进度条</title> <script src="/Scripts/jquery-1.10.2.min.js" 阅读全文
posted @ 2016-02-28 17:53 b̶i̶n̶g̶.̶ 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// 使用Emit动态代理收集实体信息 3 /// 4 /// 实体类 5 public class TDynamicBuilder 6 { 7 #region 变量区域 8 private stat... 阅读全文
posted @ 2016-01-12 18:05 b̶i̶n̶g̶.̶ 阅读(2197) 评论(0) 推荐(0) 编辑
摘要: class Program{ static void Main(string[] args) { //创建Expression参数 var left = System.Linq.Expressions.Expression.Parameter(typeof(i... 阅读全文
posted @ 2016-01-12 18:03 b̶i̶n̶g̶.̶ 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 前言 众所周知,Thread类中的挂起线程和恢复线程微软已标记过时,因为可能会造成问题 已过时。 Resumes a thread that has been suspended. 已过时。 Resumes a thread that has been suspended. 已过时。 挂起线程,或者 阅读全文
posted @ 2016-01-12 17:05 b̶i̶n̶g̶.̶ 阅读(4053) 评论(0) 推荐(1) 编辑
摘要: 参考:http://www.cnblogs.com/timy/archive/2011/12/07/2279200.html 阅读全文
posted @ 2016-01-11 11:29 b̶i̶n̶g̶.̶ 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 学习资料:http://kb.cnblogs.com/page/106720/ 阅读全文
posted @ 2016-01-07 15:12 b̶i̶n̶g̶.̶ 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 学习资料:http://www.cnblogs.com/OceanEyes/archive/2012/08/13/2635657.html 阅读全文
posted @ 2016-01-04 16:14 b̶i̶n̶g̶.̶ 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 40 下一页