会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
◁王浩▷
博客园
首页
新随笔
联系
订阅
管理
[置顶]
BackgroundWorker之启动任务
摘要: static void RunBackgroundTask(Func argBackgroundFunc, Action argCompletedAction) { BackgroundWorker worker = new BackgroundWorker()...
阅读全文
posted @ 2014-11-16 17:54 ◁王浩▷
阅读(192)
评论(0)
推荐(0)
2014年11月16日
动态创建对象的实现
摘要: public enum UpdateModelType : int { [RequestAttribute("eval_model_stat.json", typeof(ModelStatRequest))] MODEL_STAT = 0, /// ...
阅读全文
posted @ 2014-11-16 22:45 ◁王浩▷
阅读(212)
评论(0)
推荐(0)
Excel中自定义属性
摘要: public static string GetCustomProperty(this Excel.Workbook book, string propertyName) { //string strResult = string.Empty; ...
阅读全文
posted @ 2014-11-16 22:36 ◁王浩▷
阅读(736)
评论(0)
推荐(0)
IoC之Unity实现
摘要: public static class Bootstrapper { private static ILog logger = LogManager.GetLogger(typeof(Bootstrapper)); static Bootstrapper() { try { ...
阅读全文
posted @ 2014-11-16 22:32 ◁王浩▷
阅读(335)
评论(0)
推荐(0)
公告