摘要: 今天看到别人的博客中提到了BackgroundWorker组件。在现在的系统中有见到过这个组件,由于实际应用的系统中逻辑比较复杂所以也没深入去看。今天凑巧看到了一个关于BackgroundWorker组件的例子,对原代码中存在的问题进行了一下修改。自己也学习了一下。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windo 阅读全文
posted @ 2013-10-09 22:46 fionhan 阅读(209) 评论(2) 推荐(0) 编辑
摘要: 受人启发,从今天开始也把学到的东西记在博客里加深印象,并且完成这个梳理过程。最近大多数的时间都花费在做系统配置上了。大部分的配置比较复杂的都用xml文件来存储。暂时发现有以下几点需要注意的地方。今天有点晚了,直接贴代码吧 XmlSortDemo.xmlusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml;namespace XmlCreateElementDemo{ class Prog... 阅读全文
posted @ 2013-10-09 22:35 fionhan 阅读(443) 评论(0) 推荐(0) 编辑