摘要:方便读写.xml, .config文档的一个类.
        阅读全文
        | 随笔分类 - XML
有关xml文档的相关知识.如读写xml文档等.
 
摘要:方便读写.xml, .config文档的一个类.
        阅读全文
 
摘要://writer:furenjun 2006.05.05using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Xml;using System.Xml.Xsl;us...
        阅读全文
 
摘要:1.新建xml文档(books.xml) a 1001 12.34 c 002 15.38 c 1280 18.75 e 508 20.552.编写代码string dataUrl = "books.XML"; DataSet ds = new DataSet(); ...
        阅读全文
 
 |