01 2016 档案

摘要: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̶.̶ 阅读(2211) 评论(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̶.̶ 阅读(231) 评论(0) 推荐(0)
摘要:前言 众所周知,Thread类中的挂起线程和恢复线程微软已标记过时,因为可能会造成问题 Resume() 恢复当前线程 已过时。 Resumes a thread that has been suspended. Suspend() 挂起当前线程 已过时。 挂起线程,或者如果线程已挂起,则不起作用。 阅读全文
posted @ 2016-01-12 17:05 b̶i̶n̶g̶.̶ 阅读(4090) 评论(0) 推荐(1)
摘要:参考:http://www.cnblogs.com/timy/archive/2011/12/07/2279200.html 阅读全文
posted @ 2016-01-11 11:29 b̶i̶n̶g̶.̶ 阅读(164) 评论(0) 推荐(0)
摘要:学习资料:http://kb.cnblogs.com/page/106720/ 阅读全文
posted @ 2016-01-07 15:12 b̶i̶n̶g̶.̶ 阅读(152) 评论(0) 推荐(0)
摘要:学习资料:http://www.cnblogs.com/OceanEyes/archive/2012/08/13/2635657.html 阅读全文
posted @ 2016-01-04 16:14 b̶i̶n̶g̶.̶ 阅读(108) 评论(0) 推荐(0)