摘要: 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̶.̶ 阅读(2188) 评论(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̶.̶ 阅读(227) 评论(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̶.̶ 阅读(4036) 评论(0) 推荐(1) 编辑