随笔分类 -  Xml文件操作

摘要:受人启发,从今天开始也把学到的东西记在博客里加深印象,并且完成这个梳理过程。最近大多数的时间都花费在做系统配置上了。大部分的配置比较复杂的都用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 阅读(458) 评论(0) 推荐(0)