摘要:
public static class DynamicFactory { //创建线程安全(对象不会再同一时刻被多个线程访问)的字典对象 private static ConcurrentDictionary s_dynamicTypes = new Concur... 阅读全文
posted @ 2014-10-29 10:32
zhuweirandy
阅读(273)
评论(0)
推荐(0)
摘要:
using System.Web.Script.Serialization;using System.Collections.Generic;using System.Reflection;using System.Data;using System;namespace CommonCode{ ... 阅读全文
posted @ 2014-10-29 10:25
zhuweirandy
阅读(398)
评论(0)
推荐(0)
摘要:
using System.Runtime.InteropServices;using System.Text;namespace FaureciaManager{ public class FileINI { /// /// 写操作 /// ... 阅读全文
posted @ 2014-10-29 10:08
zhuweirandy
阅读(254)
评论(0)
推荐(1)
摘要:
// /// 实体类序列化成xml /// /// 实体. /// 节点名称 /// public static string ObjListToXml(List enititie... 阅读全文
posted @ 2014-10-29 10:04
zhuweirandy
阅读(440)
评论(0)
推荐(0)
摘要:
/// /// 自动关闭Messbox /// public class MessageBoxAutoClose { System.Threading.Timer _timeoutTimer; string _caption; ... 阅读全文
posted @ 2014-10-29 10:03
zhuweirandy
阅读(412)
评论(0)
推荐(0)

浙公网安备 33010602011771号