摘要: /// /// 反射的命名空间和类名 /// /// 对象 /// public string fanshe1(T value) { Type type1 = value.GetType(); string a = type1.FullName; return a; } /// /// 反射所有的属性 /// /// 对象 /// ... 阅读全文
posted @ 2013-09-09 18:14 srfree 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 出现此情况一般都是系统时间间隔太短问题问题代码加执行结果同一个随机对象可以判断出重复并加以变化所以想获取随机数解决方法1:写在循环外面解决方法2: 阅读全文
posted @ 2013-09-04 14:38 srfree 阅读(440) 评论(0) 推荐(0) 编辑