摘要: static void RunBackgroundTask(Func argBackgroundFunc, Action argCompletedAction) { BackgroundWorker worker = new BackgroundWorker()... 阅读全文
posted @ 2014-11-16 17:54 ◁王浩▷ 阅读(181) 评论(0) 推荐(0) 编辑
摘要: public enum UpdateModelType : int { [RequestAttribute("eval_model_stat.json", typeof(ModelStatRequest))] MODEL_STAT = 0, /// ... 阅读全文
posted @ 2014-11-16 22:45 ◁王浩▷ 阅读(205) 评论(0) 推荐(0) 编辑
摘要: public static string GetCustomProperty(this Excel.Workbook book, string propertyName) { //string strResult = string.Empty; ... 阅读全文
posted @ 2014-11-16 22:36 ◁王浩▷ 阅读(713) 评论(0) 推荐(0) 编辑
摘要: public static class Bootstrapper { private static ILog logger = LogManager.GetLogger(typeof(Bootstrapper)); static Bootstrapper() { try { ... 阅读全文
posted @ 2014-11-16 22:32 ◁王浩▷ 阅读(324) 评论(0) 推荐(0) 编辑