代码改变世界

随笔档案-2014年02月

System.Threading.Timer

2014-02-11 16:16 by chenmenghappy, 171 阅读, 收藏,
摘要: System.Threading.Timer简单用法 阅读全文

Sql Server中 dateadd函数用法

2014-02-08 11:48 by chenmenghappy, 268 阅读, 收藏,
摘要: 阅读全文

.Net下反射用法

2014-02-07 14:48 by chenmenghappy, 221 阅读, 收藏,
摘要: //需要反射的类 string refClass = info.ChargeClass; //当前类所在的dll string path = Environment.CurrentDirectory + "\\ActionManager.dll"; //加载dll Assembly t = Assembly.LoadFile(path); //创建类的实例 ... 阅读全文